@@ -5,60 +5,144 @@ export const typography = createGlobalTheme(":root", {
55 fontSize : "40px" ,
66 lineHeight : "52px" ,
77 letterSpacing : "-0.0282em" ,
8+ fontWeight : "700" ,
89 } ,
910 display2 : {
1011 fontSize : "36px" ,
1112 lineHeight : "48px" ,
1213 letterSpacing : "-0.027em" ,
14+ fontWeight : "700" ,
1315 } ,
1416 display3 : {
1517 fontSize : "32px" ,
1618 lineHeight : "42px" ,
1719 letterSpacing : "-0.025em" ,
20+ fontWeight : "700" ,
1821 } ,
19- title1 : {
22+ title1Bd : {
2023 fontSize : "24px" ,
2124 lineHeight : "32px" ,
2225 letterSpacing : "-0.023em" ,
26+ fontWeight : "700" ,
2327 } ,
24- title2 : {
28+ title1Md : {
29+ fontSize : "24px" ,
30+ lineHeight : "32px" ,
31+ letterSpacing : "-0.023em" ,
32+ fontWeight : "500" ,
33+ } ,
34+ title1Rg : {
35+ fontSize : "24px" ,
36+ lineHeight : "32px" ,
37+ letterSpacing : "-0.023em" ,
38+ fontWeight : "400" ,
39+ } ,
40+ title2Sb : {
41+ fontSize : "20px" ,
42+ lineHeight : "28px" ,
43+ letterSpacing : "-0.012em" ,
44+ fontWeight : "600" ,
45+ } ,
46+ title2Md : {
2547 fontSize : "20px" ,
2648 lineHeight : "28px" ,
2749 letterSpacing : "-0.012em" ,
50+ fontWeight : "500" ,
51+ } ,
52+ title2Rg : {
53+ fontSize : "20px" ,
54+ lineHeight : "28px" ,
55+ letterSpacing : "-0.012em" ,
56+ fontWeight : "400" ,
57+ } ,
58+ title3Sb : {
59+ fontSize : "18px" ,
60+ lineHeight : "26px" ,
61+ letterSpacing : "-0.002em" ,
62+ fontWeight : "600" ,
63+ } ,
64+ title3Md : {
65+ fontSize : "18px" ,
66+ lineHeight : "26px" ,
67+ letterSpacing : "-0.002em" ,
68+ fontWeight : "500" ,
2869 } ,
29- title3 : {
70+ title3Rg : {
3071 fontSize : "18px" ,
3172 lineHeight : "26px" ,
3273 letterSpacing : "-0.002em" ,
74+ fontWeight : "400" ,
3375 } ,
34- body1 : {
76+ body1Sb : {
3577 fontSize : "16px" ,
3678 lineHeight : "24px" ,
3779 letterSpacing : "0.0057em" ,
80+ fontWeight : "600" ,
3881 } ,
39- body2 : {
82+ body1Md : {
83+ fontSize : "16px" ,
84+ lineHeight : "24px" ,
85+ letterSpacing : "0.0057em" ,
86+ fontWeight : "500" ,
87+ } ,
88+ body1Rg : {
89+ fontSize : "16px" ,
90+ lineHeight : "24px" ,
91+ letterSpacing : "0.0057em" ,
92+ fontWeight : "400" ,
93+ } ,
94+ body2Sb : {
95+ fontSize : "15px" ,
96+ lineHeight : "22px" ,
97+ letterSpacing : "0.0096em" ,
98+ fontWeight : "600" ,
99+ } ,
100+ body2Md : {
40101 fontSize : "15px" ,
41102 lineHeight : "22px" ,
42103 letterSpacing : "0.0096em" ,
104+ fontWeight : "500" ,
105+ } ,
106+ body2Rg : {
107+ fontSize : "15px" ,
108+ lineHeight : "22px" ,
109+ letterSpacing : "0.0096em" ,
110+ fontWeight : "400" ,
43111 } ,
44112 label1 : {
45113 fontSize : "14px" ,
46114 lineHeight : "20px" ,
47115 letterSpacing : "0.0145em" ,
116+ fontWeight : "600" ,
48117 } ,
49118 label2 : {
50119 fontSize : "13px" ,
51120 lineHeight : "18px" ,
52121 letterSpacing : "0.0194em" ,
122+ fontWeight : "600" ,
123+ } ,
124+ caption1Sb : {
125+ fontSize : "12px" ,
126+ lineHeight : "16px" ,
127+ letterSpacing : "0.0252em" ,
128+ fontWeight : "600" ,
129+ } ,
130+ caption1Md : {
131+ fontSize : "12px" ,
132+ lineHeight : "16px" ,
133+ letterSpacing : "0.0252em" ,
134+ fontWeight : "500" ,
53135 } ,
54- caption1 : {
136+ caption1Rg : {
55137 fontSize : "12px" ,
56138 lineHeight : "16px" ,
57139 letterSpacing : "0.0252em" ,
140+ fontWeight : "400" ,
58141 } ,
59142 caption2 : {
60143 fontSize : "11px" ,
61144 lineHeight : "14px" ,
62145 letterSpacing : "0.0311em" ,
146+ fontWeight : "600" ,
63147 } ,
64148} ) ;
0 commit comments