|
794 | 794 | "value": "-1.5", |
795 | 795 | "type": "letterSpacing" |
796 | 796 | }, |
| 797 | + "2xl": { |
| 798 | + "value": "-1.5", |
| 799 | + "type": "letterSpacing" |
| 800 | + }, |
797 | 801 | "mobile": { |
798 | 802 | "3xs": { |
799 | 803 | "value": "-0.5", |
|
822 | 826 | "xl": { |
823 | 827 | "value": "-1.5", |
824 | 828 | "type": "letterSpacing" |
| 829 | + }, |
| 830 | + "2xl": { |
| 831 | + "value": "-1.5", |
| 832 | + "type": "letterSpacing" |
825 | 833 | } |
826 | 834 | } |
827 | 835 | }, |
828 | 836 | "typography": { |
829 | 837 | "heading": { |
830 | | - "xs": { |
| 838 | + "2xs": { |
831 | 839 | "value": { |
832 | 840 | "fontFamily": "{fontFamily.sans}", |
833 | | - "fontWeight": "{fontWeight.bold}", |
| 841 | + "fontWeight": "{fontWeight.semiBold}", |
834 | 842 | "fontSize": "{fontSize.3}", |
835 | | - "lineHeight": "{lineHeight.2}" |
| 843 | + "lineHeight": "{lineHeight.2}", |
| 844 | + "letterSpacing": "{letterSpacing.2xs}" |
| 845 | + }, |
| 846 | + "type": "typography" |
| 847 | + }, |
| 848 | + "xs": { |
| 849 | + "value": { |
| 850 | + "fontFamily": "{fontFamily.sans}", |
| 851 | + "fontWeight": "{fontWeight.semiBold}", |
| 852 | + "fontSize": "{fontSize.5}", |
| 853 | + "lineHeight": "{lineHeight.3}", |
| 854 | + "letterSpacing": "{letterSpacing.xs}" |
836 | 855 | }, |
837 | 856 | "type": "typography" |
838 | 857 | }, |
839 | 858 | "s": { |
840 | 859 | "value": { |
841 | 860 | "fontFamily": "{fontFamily.sans}", |
842 | | - "fontWeight": "{fontWeight.bold}", |
843 | | - "fontSize": "{fontSize.4}", |
844 | | - "lineHeight": "{lineHeight.3}" |
| 861 | + "fontWeight": "{fontWeight.semiBold}", |
| 862 | + "fontSize": "{fontSize.6}", |
| 863 | + "lineHeight": "{lineHeight.4}", |
| 864 | + "letterSpacing": "{letterSpacing.s}" |
845 | 865 | }, |
846 | 866 | "type": "typography" |
847 | 867 | }, |
848 | 868 | "m": { |
849 | 869 | "value": { |
850 | 870 | "fontFamily": "{fontFamily.sans}", |
851 | | - "fontWeight": "{fontWeight.regular}", |
| 871 | + "fontWeight": "{fontWeight.bold}", |
852 | 872 | "fontSize": "{fontSize.7}", |
853 | | - "lineHeight": "{lineHeight.4}" |
| 873 | + "lineHeight": "{lineHeight.5}", |
| 874 | + "letterSpacing": "{letterSpacing.m}" |
854 | 875 | }, |
855 | 876 | "type": "typography" |
856 | 877 | }, |
857 | 878 | "l": { |
858 | 879 | "value": { |
859 | 880 | "fontFamily": "{fontFamily.sans}", |
860 | | - "fontWeight": "{fontWeight.regular}", |
861 | | - "fontSize": "{fontSize.9}", |
862 | | - "lineHeight": "{lineHeight.6}" |
| 881 | + "fontWeight": "{fontWeight.bold}", |
| 882 | + "fontSize": "{fontSize.8}", |
| 883 | + "lineHeight": "{lineHeight.6}", |
| 884 | + "letterSpacing": "{letterSpacing.l}" |
863 | 885 | }, |
864 | 886 | "type": "typography" |
865 | 887 | }, |
866 | 888 | "xl": { |
| 889 | + "value": { |
| 890 | + "fontFamily": "{fontFamily.sans}", |
| 891 | + "fontWeight": "{fontWeight.bold}", |
| 892 | + "fontSize": "{fontSize.9}", |
| 893 | + "lineHeight": "{lineHeight.7}", |
| 894 | + "letterSpacing": "{letterSpacing.xl}" |
| 895 | + }, |
| 896 | + "type": "typography" |
| 897 | + }, |
| 898 | + "2xl": { |
867 | 899 | "value": { |
868 | 900 | "fontFamily": "{fontFamily.sans}", |
869 | 901 | "fontWeight": "{fontWeight.bold}", |
870 | 902 | "fontSize": "{fontSize.10}", |
871 | | - "lineHeight": "{lineHeight.7}" |
| 903 | + "lineHeight": "{lineHeight.8}", |
| 904 | + "letterSpacing": "{letterSpacing.2xl}" |
872 | 905 | }, |
873 | 906 | "type": "typography" |
874 | 907 | } |
|
905 | 938 | "value": { |
906 | 939 | "fontFamily": "{fontFamily.sans}", |
907 | 940 | "fontWeight": "{fontWeight.regular}", |
908 | | - "fontSize": "{fontSize.7}", |
909 | | - "lineHeight": "{lineHeight.4}" |
| 941 | + "fontSize": "{fontSize.6}", |
| 942 | + "lineHeight": "{lineHeight.5}" |
910 | 943 | }, |
911 | 944 | "type": "typography" |
912 | 945 | } |
|
942 | 975 | }, |
943 | 976 | "mobile": { |
944 | 977 | "heading": { |
945 | | - "xs": { |
| 978 | + "2xs": { |
946 | 979 | "value": { |
947 | 980 | "fontFamily": "{fontFamily.sans}", |
948 | | - "fontWeight": "{fontWeight.bold}", |
| 981 | + "fontWeight": "{fontWeight.semiBold}", |
949 | 982 | "fontSize": "{fontSize.3}", |
950 | | - "lineHeight": "{lineHeight.2}" |
| 983 | + "lineHeight": "{lineHeight.2}", |
| 984 | + "letterSpacing": "{letterSpacing.mobile.2xs}" |
| 985 | + }, |
| 986 | + "type": "typography" |
| 987 | + }, |
| 988 | + "xs": { |
| 989 | + "value": { |
| 990 | + "fontFamily": "{fontFamily.sans}", |
| 991 | + "fontWeight": "{fontWeight.semiBold}", |
| 992 | + "fontSize": "{fontSize.5}", |
| 993 | + "lineHeight": "{lineHeight.3}", |
| 994 | + "letterSpacing": "{letterSpacing.mobile.xs}" |
951 | 995 | }, |
952 | 996 | "type": "typography" |
953 | 997 | }, |
954 | 998 | "s": { |
955 | 999 | "value": { |
956 | 1000 | "fontFamily": "{fontFamily.sans}", |
957 | | - "fontWeight": "{fontWeight.bold}", |
958 | | - "fontSize": "{fontSize.4}", |
959 | | - "lineHeight": "{lineHeight.3}" |
| 1001 | + "fontWeight": "{fontWeight.semiBold}", |
| 1002 | + "fontSize": "{fontSize.6}", |
| 1003 | + "lineHeight": "{lineHeight.4}", |
| 1004 | + "letterSpacing": "{letterSpacing.mobile.s}" |
960 | 1005 | }, |
961 | 1006 | "type": "typography" |
962 | 1007 | }, |
963 | 1008 | "m": { |
964 | 1009 | "value": { |
965 | 1010 | "fontFamily": "{fontFamily.sans}", |
966 | | - "fontWeight": "{fontWeight.regular}", |
| 1011 | + "fontWeight": "{fontWeight.bold}", |
967 | 1012 | "fontSize": "{fontSize.7}", |
968 | | - "lineHeight": "{lineHeight.4}" |
| 1013 | + "lineHeight": "{lineHeight.5}", |
| 1014 | + "letterSpacing": "{letterSpacing.mobile.m}" |
969 | 1015 | }, |
970 | 1016 | "type": "typography" |
971 | 1017 | }, |
972 | 1018 | "l": { |
973 | 1019 | "value": { |
974 | 1020 | "fontFamily": "{fontFamily.sans}", |
975 | | - "fontWeight": "{fontWeight.regular}", |
| 1021 | + "fontWeight": "{fontWeight.bold}", |
976 | 1022 | "fontSize": "{fontSize.8}", |
977 | | - "lineHeight": "{lineHeight.5}" |
| 1023 | + "lineHeight": "{lineHeight.6}", |
| 1024 | + "letterSpacing": "{letterSpacing.mobile.l}" |
978 | 1025 | }, |
979 | 1026 | "type": "typography" |
980 | 1027 | }, |
981 | 1028 | "xl": { |
| 1029 | + "value": { |
| 1030 | + "fontFamily": "{fontFamily.sans}", |
| 1031 | + "fontWeight": "{fontWeight.bold}", |
| 1032 | + "fontSize": "{fontSize.8}", |
| 1033 | + "lineHeight": "{lineHeight.6}", |
| 1034 | + "letterSpacing": "{letterSpacing.mobile.xl}" |
| 1035 | + }, |
| 1036 | + "type": "typography" |
| 1037 | + }, |
| 1038 | + "2xl": { |
982 | 1039 | "value": { |
983 | 1040 | "fontFamily": "{fontFamily.sans}", |
984 | 1041 | "fontWeight": "{fontWeight.bold}", |
985 | 1042 | "fontSize": "{fontSize.9}", |
986 | | - "lineHeight": "{lineHeight.6}" |
| 1043 | + "lineHeight": "{lineHeight.7}", |
| 1044 | + "letterSpacing": "{letterSpacing.mobile.2xl}" |
987 | 1045 | }, |
988 | 1046 | "type": "typography" |
989 | 1047 | } |
|
1020 | 1078 | "value": { |
1021 | 1079 | "fontFamily": "{fontFamily.sans}", |
1022 | 1080 | "fontWeight": "{fontWeight.regular}", |
1023 | | - "fontSize": "{fontSize.8}", |
1024 | | - "lineHeight": "{lineHeight.4}" |
| 1081 | + "fontSize": "{fontSize.7}", |
| 1082 | + "lineHeight": "{lineHeight.5}" |
1025 | 1083 | }, |
1026 | 1084 | "type": "typography" |
1027 | 1085 | } |
|
0 commit comments