@aurodesignsystem/design-tokens 5.14.0 → 5.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -0
- package/dist/CSSCustomProperties--bundled.css +977 -1
- package/dist/CSSCustomProperties--bundled.min.css +1 -0
- package/dist/alaska/CSSCustomProperties--alaska.css +1 -1
- package/dist/alaska/CSSCustomProperties--alaska.min.css +1 -0
- package/dist/alaska/JSObject--allTokens.js +1 -1
- package/dist/alaska/SCSSVariables--alaska.scss +1 -1
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +1 -1
- package/dist/alaska/primitives--alaska.scss +2 -1
- package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +1 -1
- package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.min.css +1 -0
- package/dist/alaska-classic/JSObject--allTokens.js +2 -2
- package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +1 -1
- package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +1 -1
- package/dist/alaska-classic/primitives--alaskaClassic.scss +2 -1
- package/dist/auro-1/CSSCustomProperties--auro1.css +491 -0
- package/dist/auro-1/CSSCustomProperties--auro1.min.css +1 -0
- package/dist/auro-1/JSONVariablesNested--auro1.json +754 -0
- package/dist/auro-1/JSObject--allTokens.js +15619 -0
- package/dist/auro-1/SCSSVariables--auro1.scss +488 -0
- package/dist/auro-1/SCSSVariablesMapFlat--auro1.scss +492 -0
- package/dist/auro-1/primitives--auro1.scss +265 -0
- package/dist/auro-2/CSSCustomProperties--auro2.css +491 -0
- package/dist/auro-2/CSSCustomProperties--auro2.min.css +1 -0
- package/dist/auro-2/JSONVariablesNested--auro2.json +754 -0
- package/dist/auro-2/JSObject--allTokens.js +15619 -0
- package/dist/auro-2/SCSSVariables--auro2.scss +488 -0
- package/dist/auro-2/SCSSVariablesMapFlat--auro2.scss +492 -0
- package/dist/auro-2/primitives--auro2.scss +265 -0
- package/dist/auro-classic/CSSCustomProperties.css +1 -1
- package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
- package/dist/auro-classic/JSData--color.js +1 -1
- package/dist/auro-classic/JSObject--allTokens.js +1 -1
- package/dist/auro-classic/JSObject--deprecated.js +1 -1
- package/dist/auro-classic/JSVariables--color.js +1 -1
- package/dist/auro-classic/SCSSVariableMap.scss +1 -1
- package/dist/auro-classic/SCSSVariables.scss +1 -1
- package/dist/auro-classic/SCSSVariablesMapFlat.scss +1 -1
- package/dist/auro-classic/SassCustomProperties.scss +1 -1
- package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
- package/dist/hawaiian/CSSCustomProperties--hawaiian.css +1 -1
- package/dist/hawaiian/CSSCustomProperties--hawaiian.min.css +1 -0
- package/dist/hawaiian/JSObject--allTokens.js +1 -1
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +1 -1
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +1 -1
- package/dist/hawaiian/primitives--hawaiian.scss +2 -1
- package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
- package/package.json +3 -2
- package/postcss.config.js +7 -0
- package/src/config/cssnano.js +20 -0
- package/src/config/themes.js +2 -1
- package/src/primitives/auro-1/color.json +686 -0
- package/src/primitives/auro-1/font.json +18 -0
- package/src/primitives/auro-2/color.json +686 -0
- package/src/primitives/auro-2/font.json +18 -0
- package/src/primitives/base/transparency.json +6 -0
- package/src/themes/alaska-classic/basic/color/fare-brand.json +1 -1
- package/src/themes/auro-1/advanced/color/accents.json +106 -0
- package/src/themes/auro-1/advanced/color/avatar.json +22 -0
- package/src/themes/auro-1/advanced/color/boolean.json +127 -0
- package/src/themes/auro-1/advanced/color/button/flat.json +52 -0
- package/src/themes/auro-1/advanced/color/button/primary.json +122 -0
- package/src/themes/auro-1/advanced/color/button/secondary.json +94 -0
- package/src/themes/auro-1/advanced/color/button/tertiary.json +59 -0
- package/src/themes/auro-1/advanced/color/flightline.json +22 -0
- package/src/themes/auro-1/advanced/color/hyperlink.json +36 -0
- package/src/themes/auro-1/advanced/color/shared.json +64 -0
- package/src/themes/auro-1/advanced/color/skeleton.json +22 -0
- package/src/themes/auro-1/advanced/color/state.json +64 -0
- package/src/themes/auro-1/basic/color/border.json +57 -0
- package/src/themes/auro-1/basic/color/brand.json +92 -0
- package/src/themes/auro-1/basic/color/fare-brand.json +43 -0
- package/src/themes/auro-1/basic/color/page-background.json +22 -0
- package/src/themes/auro-1/basic/color/status.json +71 -0
- package/src/themes/auro-1/basic/color/surface.json +78 -0
- package/src/themes/auro-1/basic/color/text-icon.json +57 -0
- package/src/themes/auro-1/basic/color/tier-program.json +161 -0
- package/src/themes/auro-1/basic/corner-radius.json +27 -0
- package/src/themes/auro-1/basic/font/accent.json +813 -0
- package/src/themes/auro-1/basic/font/body.json +193 -0
- package/src/themes/auro-1/basic/font/display.json +698 -0
- package/src/themes/auro-1/basic/font/heading.json +698 -0
- package/src/themes/auro-2/advanced/color/accents.json +106 -0
- package/src/themes/auro-2/advanced/color/avatar.json +22 -0
- package/src/themes/auro-2/advanced/color/boolean.json +127 -0
- package/src/themes/auro-2/advanced/color/button/flat.json +52 -0
- package/src/themes/auro-2/advanced/color/button/primary.json +122 -0
- package/src/themes/auro-2/advanced/color/button/secondary.json +94 -0
- package/src/themes/auro-2/advanced/color/button/tertiary.json +59 -0
- package/src/themes/auro-2/advanced/color/flightline.json +22 -0
- package/src/themes/auro-2/advanced/color/hyperlink.json +36 -0
- package/src/themes/auro-2/advanced/color/shared.json +64 -0
- package/src/themes/auro-2/advanced/color/skeleton.json +22 -0
- package/src/themes/auro-2/advanced/color/state.json +64 -0
- package/src/themes/auro-2/basic/color/border.json +57 -0
- package/src/themes/auro-2/basic/color/brand.json +92 -0
- package/src/themes/auro-2/basic/color/fare-brand.json +43 -0
- package/src/themes/auro-2/basic/color/page-background.json +22 -0
- package/src/themes/auro-2/basic/color/status.json +71 -0
- package/src/themes/auro-2/basic/color/surface.json +78 -0
- package/src/themes/auro-2/basic/color/text-icon.json +57 -0
- package/src/themes/auro-2/basic/color/tier-program.json +161 -0
- package/src/themes/auro-2/basic/corner-radius.json +27 -0
- package/src/themes/auro-2/basic/font/accent.json +813 -0
- package/src/themes/auro-2/basic/font/body.json +193 -0
- package/src/themes/auro-2/basic/font/display.json +698 -0
- package/src/themes/auro-2/basic/font/heading.json +698 -0
|
@@ -0,0 +1,754 @@
|
|
|
1
|
+
{
|
|
2
|
+
"advanced": {
|
|
3
|
+
"color": {
|
|
4
|
+
"button": {
|
|
5
|
+
"flat": {
|
|
6
|
+
"text": "#6a717c",
|
|
7
|
+
"textDisabled": "#585e67",
|
|
8
|
+
"textHover": "#585e67",
|
|
9
|
+
"textInverse": "#faf9f5",
|
|
10
|
+
"textInverseDisabled": "#585e67",
|
|
11
|
+
"textInverseHover": "#afb9c6"
|
|
12
|
+
},
|
|
13
|
+
"primary": {
|
|
14
|
+
"background": "#c7d6e5",
|
|
15
|
+
"backgroundDisabled": "#acc9e2",
|
|
16
|
+
"backgroundHover": "#8ca7c9",
|
|
17
|
+
"backgroundInactive": "#cfe0ef",
|
|
18
|
+
"backgroundInactiveHover": "#89b2d4",
|
|
19
|
+
"backgroundInverse": "#ffffff",
|
|
20
|
+
"backgroundInverseDisabled": "rgba(255, 255, 255, 0.75)",
|
|
21
|
+
"backgroundInverseHover": "#ecf0f3",
|
|
22
|
+
"border": "#c7d6e5",
|
|
23
|
+
"borderDisabled": "#acc9e2",
|
|
24
|
+
"borderHover": "#8ca7c9",
|
|
25
|
+
"borderInverse": "#ffffff",
|
|
26
|
+
"borderInverseDisabled": "rgba(255, 255, 255, 0.75)",
|
|
27
|
+
"borderInverseHover": "#ecf0f3",
|
|
28
|
+
"text": "#101d2c",
|
|
29
|
+
"textInverse": "#101d2c"
|
|
30
|
+
},
|
|
31
|
+
"secondary": {
|
|
32
|
+
"background": "rgba(0, 0, 0, 0)",
|
|
33
|
+
"backgroundDisabled": "#f7f7f7",
|
|
34
|
+
"backgroundHover": "#f2f2f2",
|
|
35
|
+
"backgroundInverseHover": "rgba(255, 255, 255, 0.1)",
|
|
36
|
+
"border": "#101d2c",
|
|
37
|
+
"borderHover": "#101d2c",
|
|
38
|
+
"borderDisabled": "#f7f7f7",
|
|
39
|
+
"borderInverse": "#ffffff",
|
|
40
|
+
"borderInverseDisabled": "#e9e6d9",
|
|
41
|
+
"text": "#101d2c",
|
|
42
|
+
"textHover": "#101d2c",
|
|
43
|
+
"textInverse": "#ffffff"
|
|
44
|
+
},
|
|
45
|
+
"tertiary": {
|
|
46
|
+
"background": "rgba(0, 0, 0, 0.05)",
|
|
47
|
+
"backgroundHover": "rgba(0, 0, 0, 0.1)",
|
|
48
|
+
"backgroundInverse": "rgba(255, 255, 255, 0.05)",
|
|
49
|
+
"backgroundInverseHover": "rgba(255, 255, 255, 0.1)",
|
|
50
|
+
"text": "#101d2c",
|
|
51
|
+
"textHover": "#101d2c",
|
|
52
|
+
"textInverse": "#ffffff"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"accents": {
|
|
56
|
+
"accent1": "#b2d583",
|
|
57
|
+
"accent1Bold": "#92c450",
|
|
58
|
+
"accent1Muted": "#deedca",
|
|
59
|
+
"accent2": "#fad362",
|
|
60
|
+
"accent2Bold": "#f2ba14",
|
|
61
|
+
"accent2Muted": "#fde398",
|
|
62
|
+
"accent3": "#63beff",
|
|
63
|
+
"accent3Bold": "#0074ca",
|
|
64
|
+
"accent3Muted": "#aedeff",
|
|
65
|
+
"accent4": "#feb17a",
|
|
66
|
+
"accent4Bold": "#fb7f24",
|
|
67
|
+
"accent4Muted": "#ffe2cf",
|
|
68
|
+
"transparency": "rgba(0, 0, 0, 0.1)",
|
|
69
|
+
"transparencyInverse": "rgba(255, 255, 255, 0.2)"
|
|
70
|
+
},
|
|
71
|
+
"avatar": {
|
|
72
|
+
"gradientBottom": "#cfe0ef",
|
|
73
|
+
"gradientTop": "#6899c6"
|
|
74
|
+
},
|
|
75
|
+
"boolean": {
|
|
76
|
+
"disabledInverse": "#7e8894",
|
|
77
|
+
"error": "#e31f26",
|
|
78
|
+
"errorHover": "#b1161c",
|
|
79
|
+
"errorInverse": "#f9a4a8",
|
|
80
|
+
"errorInverseHover": "#f15f65",
|
|
81
|
+
"indicator": "#ffffff",
|
|
82
|
+
"indicatorInverse": "#101d2c",
|
|
83
|
+
"isfalse": "#ffffff",
|
|
84
|
+
"isfalseBorder": "#585e67",
|
|
85
|
+
"isfalseBorderInverse": "#ffffff",
|
|
86
|
+
"isfalseHover": "#f2f2f2",
|
|
87
|
+
"isfalseInverse": "rgba(255, 255, 255, 0.15)",
|
|
88
|
+
"isfalseInverseHover": "rgba(255, 255, 255, 0.2)",
|
|
89
|
+
"istrue": "#101d2c",
|
|
90
|
+
"istrueHover": "#101d2c",
|
|
91
|
+
"istrueInverse": "#ffffff",
|
|
92
|
+
"istrueInverseHover": "rgba(255, 255, 255, 0.7)"
|
|
93
|
+
},
|
|
94
|
+
"flightline": {
|
|
95
|
+
"indicator": "#101d2c",
|
|
96
|
+
"line": "#101d2c"
|
|
97
|
+
},
|
|
98
|
+
"hyperlink": {
|
|
99
|
+
"text": "#101d2c",
|
|
100
|
+
"textHover": "#005fa7",
|
|
101
|
+
"textInverse": "#faf9f5",
|
|
102
|
+
"textInverseHover": "#bba27c"
|
|
103
|
+
},
|
|
104
|
+
"shared": {
|
|
105
|
+
"background": "#ffffff",
|
|
106
|
+
"backgroundInverse": "rgba(255, 255, 255, 0.15)",
|
|
107
|
+
"backgroundInverseDisabled": "rgba(255, 255, 255, 0.1)",
|
|
108
|
+
"backgroundInverseHover": "rgba(255, 255, 255, 0.2)",
|
|
109
|
+
"backgroundMuted": "#f7f7f7",
|
|
110
|
+
"backgroundStrong": "#7e7e7e",
|
|
111
|
+
"scrim": "rgba(0, 0, 0, 0.5)",
|
|
112
|
+
"textAccent": "#003761"
|
|
113
|
+
},
|
|
114
|
+
"skeleton": {
|
|
115
|
+
"background": "#f7f8fa",
|
|
116
|
+
"wave": "#e4e8ec"
|
|
117
|
+
},
|
|
118
|
+
"state": {
|
|
119
|
+
"backgroundDisabled": "#dddddd",
|
|
120
|
+
"backgroundHover": "#f2f2f2",
|
|
121
|
+
"backgroundInverseDisabled": "#7e8894",
|
|
122
|
+
"errorInverse": "#f9a4a8",
|
|
123
|
+
"focused": "#101d2c",
|
|
124
|
+
"focusedInverse": "#ffffff",
|
|
125
|
+
"selected": "#101d2c",
|
|
126
|
+
"selectedHover": "#101d2c"
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
"basic": {
|
|
131
|
+
"color": {
|
|
132
|
+
"border": {
|
|
133
|
+
"bold": "#585e67",
|
|
134
|
+
"brand": "#101d2c",
|
|
135
|
+
"default": "#dfd7c3",
|
|
136
|
+
"divider": "#e9e6d9",
|
|
137
|
+
"dividerInverse": "rgba(255, 255, 255, 0.4)",
|
|
138
|
+
"inverse": "#ffffff",
|
|
139
|
+
"subtle": "#e9e6d9"
|
|
140
|
+
},
|
|
141
|
+
"brand": {
|
|
142
|
+
"primary": "#101d2c",
|
|
143
|
+
"primaryBold": "#101d2c",
|
|
144
|
+
"primaryMuted": "#ebf7ff",
|
|
145
|
+
"primarySubtle": "#003761",
|
|
146
|
+
"secondary": "#c7d6e5",
|
|
147
|
+
"secondaryBold": "#8ca7c9",
|
|
148
|
+
"secondaryMuted": "#ecf0f3",
|
|
149
|
+
"secondarySubtle": "#e2e8ee",
|
|
150
|
+
"tertiary": "#faf9f5",
|
|
151
|
+
"tertiaryBold": "#dfd7c3",
|
|
152
|
+
"tertiaryMuted": "#faf9f5",
|
|
153
|
+
"tertiarySubtle": "#e9e6d9"
|
|
154
|
+
},
|
|
155
|
+
"fare": {
|
|
156
|
+
"basiceconomy": "#97eaf8",
|
|
157
|
+
"business": "#002c4e",
|
|
158
|
+
"economy": "#0074ca",
|
|
159
|
+
"first": "#101d2c",
|
|
160
|
+
"premiumeconomy": "#005154"
|
|
161
|
+
},
|
|
162
|
+
"pageBackground": {
|
|
163
|
+
"default": "#ffffff",
|
|
164
|
+
"utility": "#faf9f5"
|
|
165
|
+
},
|
|
166
|
+
"status": {
|
|
167
|
+
"default": "#afb9c6",
|
|
168
|
+
"error": "#e31f26",
|
|
169
|
+
"errorSubtle": "#fbc6c6",
|
|
170
|
+
"info": "#c7d6e5",
|
|
171
|
+
"infoSubtle": "#ebf7ff",
|
|
172
|
+
"success": "#447a1f",
|
|
173
|
+
"successSubtle": "#d6eac7",
|
|
174
|
+
"warning": "#fac200",
|
|
175
|
+
"warningSubtle": "#fff0b2"
|
|
176
|
+
},
|
|
177
|
+
"surface": {
|
|
178
|
+
"accent1": "#c7d6e5",
|
|
179
|
+
"accent1Muted": "#e2e8ee",
|
|
180
|
+
"accent1Subtle": "#c7d6e5",
|
|
181
|
+
"accent2": "#c7d6e5",
|
|
182
|
+
"accent2Muted": "#e2e8ee",
|
|
183
|
+
"default": "#ffffff",
|
|
184
|
+
"inverse": "#101d2c",
|
|
185
|
+
"inverseSubtle": "#101d2c",
|
|
186
|
+
"neutralMedium": "#e9e6d9",
|
|
187
|
+
"neutralSubtle": "#faf9f5"
|
|
188
|
+
},
|
|
189
|
+
"texticon": {
|
|
190
|
+
"accent1": "#101d2c",
|
|
191
|
+
"default": "#101d2c",
|
|
192
|
+
"disabled": "#dddddd",
|
|
193
|
+
"inverse": "#faf9f5",
|
|
194
|
+
"inverseDisabled": "#7e8894",
|
|
195
|
+
"inverseMuted": "#c5c5c5",
|
|
196
|
+
"muted": "#6a717c"
|
|
197
|
+
},
|
|
198
|
+
"tierProgram": {
|
|
199
|
+
"loungetier": {
|
|
200
|
+
"lounge": "#01426a",
|
|
201
|
+
"loungeplus": "#53b390"
|
|
202
|
+
},
|
|
203
|
+
"loyaltytier": {
|
|
204
|
+
"bronze": "#d99f6d",
|
|
205
|
+
"bronzeMuted": "#eed4be",
|
|
206
|
+
"cobalt": "#030772",
|
|
207
|
+
"cobaltMuted": "#a9b6d6",
|
|
208
|
+
"copper": "#cb7457",
|
|
209
|
+
"copperMuted": "#e7bfb1",
|
|
210
|
+
"gold": "#fbdc7a",
|
|
211
|
+
"goldMuted": "#fdefc4",
|
|
212
|
+
"nickel": "#abaab1",
|
|
213
|
+
"nickelMuted": "#e5e4e7",
|
|
214
|
+
"platinum": "#bcb8a4",
|
|
215
|
+
"platinumMuted": "#dad8cd",
|
|
216
|
+
"silver": "#e4e9ec",
|
|
217
|
+
"silverMuted": "#f9fafb",
|
|
218
|
+
"titanium": "#282828",
|
|
219
|
+
"titaniumMuted": "#545454"
|
|
220
|
+
},
|
|
221
|
+
"oneworld": {
|
|
222
|
+
"emerald": "#139142",
|
|
223
|
+
"ruby": "#a41d4a",
|
|
224
|
+
"sapphire": "#015daa"
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
"text": {
|
|
229
|
+
"accent": {
|
|
230
|
+
"lg": {
|
|
231
|
+
"breakpoint": {
|
|
232
|
+
"lg": {
|
|
233
|
+
"fontFamily": "'AS Circular'",
|
|
234
|
+
"fontSize": "28px",
|
|
235
|
+
"fontWeight": "450",
|
|
236
|
+
"letterSpacing": ".05em",
|
|
237
|
+
"lineHeight": "130%"
|
|
238
|
+
},
|
|
239
|
+
"md": {
|
|
240
|
+
"fontFamily": "'AS Circular'",
|
|
241
|
+
"fontSize": "26px",
|
|
242
|
+
"fontWeight": "450",
|
|
243
|
+
"letterSpacing": ".05em",
|
|
244
|
+
"lineHeight": "130%"
|
|
245
|
+
},
|
|
246
|
+
"sm": {
|
|
247
|
+
"fontFamily": "'AS Circular'",
|
|
248
|
+
"fontSize": "24px",
|
|
249
|
+
"fontWeight": "450",
|
|
250
|
+
"letterSpacing": ".05em",
|
|
251
|
+
"lineHeight": "130%"
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
"md": {
|
|
256
|
+
"breakpoint": {
|
|
257
|
+
"lg": {
|
|
258
|
+
"fontFamily": "'AS Circular'",
|
|
259
|
+
"fontSize": "24px",
|
|
260
|
+
"fontWeight": "500",
|
|
261
|
+
"letterSpacing": ".05em",
|
|
262
|
+
"lineHeight": "130%"
|
|
263
|
+
},
|
|
264
|
+
"md": {
|
|
265
|
+
"fontFamily": "'AS Circular'",
|
|
266
|
+
"fontSize": "22px",
|
|
267
|
+
"fontWeight": "500",
|
|
268
|
+
"letterSpacing": ".05em",
|
|
269
|
+
"lineHeight": "130%"
|
|
270
|
+
},
|
|
271
|
+
"sm": {
|
|
272
|
+
"fontFamily": "'AS Circular'",
|
|
273
|
+
"fontSize": "22px",
|
|
274
|
+
"fontWeight": "500",
|
|
275
|
+
"letterSpacing": ".05em",
|
|
276
|
+
"lineHeight": "130%"
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"sm": {
|
|
281
|
+
"breakpoint": {
|
|
282
|
+
"lg": {
|
|
283
|
+
"fontFamily": "'AS Circular'",
|
|
284
|
+
"fontSize": "20px",
|
|
285
|
+
"fontWeight": "500",
|
|
286
|
+
"letterSpacing": ".05em",
|
|
287
|
+
"lineHeight": "130%"
|
|
288
|
+
},
|
|
289
|
+
"md": {
|
|
290
|
+
"fontFamily": "'AS Circular'",
|
|
291
|
+
"fontSize": "18px",
|
|
292
|
+
"fontWeight": "500",
|
|
293
|
+
"letterSpacing": ".05em",
|
|
294
|
+
"lineHeight": "130%"
|
|
295
|
+
},
|
|
296
|
+
"sm": {
|
|
297
|
+
"fontFamily": "'AS Circular'",
|
|
298
|
+
"fontSize": "18px",
|
|
299
|
+
"fontWeight": "500",
|
|
300
|
+
"letterSpacing": ".05em",
|
|
301
|
+
"lineHeight": "130%"
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
"xl": {
|
|
306
|
+
"breakpoint": {
|
|
307
|
+
"lg": {
|
|
308
|
+
"fontFamily": "'AS Circular'",
|
|
309
|
+
"fontSize": "32px",
|
|
310
|
+
"fontWeight": "450",
|
|
311
|
+
"letterSpacing": ".05em",
|
|
312
|
+
"lineHeight": "130%"
|
|
313
|
+
},
|
|
314
|
+
"md": {
|
|
315
|
+
"fontFamily": "'AS Circular'",
|
|
316
|
+
"fontSize": "28px",
|
|
317
|
+
"fontWeight": "450",
|
|
318
|
+
"letterSpacing": ".05em",
|
|
319
|
+
"lineHeight": "130%"
|
|
320
|
+
},
|
|
321
|
+
"sm": {
|
|
322
|
+
"fontFamily": "'AS Circular'",
|
|
323
|
+
"fontSize": "26px",
|
|
324
|
+
"fontWeight": "450",
|
|
325
|
+
"letterSpacing": ".05em",
|
|
326
|
+
"lineHeight": "130%"
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
"xs": {
|
|
331
|
+
"breakpoint": {
|
|
332
|
+
"lg": {
|
|
333
|
+
"fontFamily": "'AS Circular'",
|
|
334
|
+
"fontSize": "16px",
|
|
335
|
+
"fontWeight": "500",
|
|
336
|
+
"letterSpacing": ".10em",
|
|
337
|
+
"lineHeight": "130%"
|
|
338
|
+
},
|
|
339
|
+
"md": {
|
|
340
|
+
"fontFamily": "'AS Circular'",
|
|
341
|
+
"fontSize": "16px",
|
|
342
|
+
"fontWeight": "500",
|
|
343
|
+
"letterSpacing": ".10em",
|
|
344
|
+
"lineHeight": "130%"
|
|
345
|
+
},
|
|
346
|
+
"sm": {
|
|
347
|
+
"fontFamily": "'AS Circular'",
|
|
348
|
+
"fontSize": "16px",
|
|
349
|
+
"fontWeight": "500",
|
|
350
|
+
"letterSpacing": ".10em",
|
|
351
|
+
"lineHeight": "130%"
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
"xxl": {
|
|
356
|
+
"breakpoint": {
|
|
357
|
+
"lg": {
|
|
358
|
+
"fontFamily": "'AS Circular'",
|
|
359
|
+
"fontSize": "38px",
|
|
360
|
+
"fontWeight": "450",
|
|
361
|
+
"letterSpacing": ".05em",
|
|
362
|
+
"lineHeight": "100%"
|
|
363
|
+
},
|
|
364
|
+
"md": {
|
|
365
|
+
"fontFamily": "'AS Circular'",
|
|
366
|
+
"fontSize": "38px",
|
|
367
|
+
"fontWeight": "450",
|
|
368
|
+
"letterSpacing": ".05em",
|
|
369
|
+
"lineHeight": "100%"
|
|
370
|
+
},
|
|
371
|
+
"sm": {
|
|
372
|
+
"fontFamily": "'AS Circular'",
|
|
373
|
+
"fontSize": "32px",
|
|
374
|
+
"fontWeight": "450",
|
|
375
|
+
"letterSpacing": ".05em",
|
|
376
|
+
"lineHeight": "100%"
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
"xxs": {
|
|
381
|
+
"breakpoint": {
|
|
382
|
+
"lg": {
|
|
383
|
+
"fontFamily": "'AS Circular'",
|
|
384
|
+
"fontSize": "14px",
|
|
385
|
+
"fontWeight": "450",
|
|
386
|
+
"letterSpacing": ".10em",
|
|
387
|
+
"lineHeight": "130%"
|
|
388
|
+
},
|
|
389
|
+
"md": {
|
|
390
|
+
"fontFamily": "'AS Circular'",
|
|
391
|
+
"fontSize": "14px",
|
|
392
|
+
"fontWeight": "450",
|
|
393
|
+
"letterSpacing": ".10em",
|
|
394
|
+
"lineHeight": "130%"
|
|
395
|
+
},
|
|
396
|
+
"sm": {
|
|
397
|
+
"fontFamily": "'AS Circular'",
|
|
398
|
+
"fontSize": "14px",
|
|
399
|
+
"fontWeight": "450",
|
|
400
|
+
"letterSpacing": ".10em",
|
|
401
|
+
"lineHeight": "130%"
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
"body": {
|
|
407
|
+
"default": {
|
|
408
|
+
"fontFamily": "'AS Circular'",
|
|
409
|
+
"fontSize": "16px",
|
|
410
|
+
"fontWeight": "450",
|
|
411
|
+
"letterSpacing": "0",
|
|
412
|
+
"lineHeight": "24px"
|
|
413
|
+
},
|
|
414
|
+
"lg": {
|
|
415
|
+
"fontFamily": "'AS Circular'",
|
|
416
|
+
"fontSize": "18px",
|
|
417
|
+
"fontWeight": "450",
|
|
418
|
+
"letterSpacing": "0",
|
|
419
|
+
"lineHeight": "26px"
|
|
420
|
+
},
|
|
421
|
+
"sm": {
|
|
422
|
+
"fontFamily": "'AS Circular'",
|
|
423
|
+
"fontSize": "14px",
|
|
424
|
+
"fontWeight": "450",
|
|
425
|
+
"letterSpacing": "0",
|
|
426
|
+
"lineHeight": "20px"
|
|
427
|
+
},
|
|
428
|
+
"xs": {
|
|
429
|
+
"fontFamily": "'AS Circular'",
|
|
430
|
+
"fontSize": "12px",
|
|
431
|
+
"fontWeight": "450",
|
|
432
|
+
"letterSpacing": "0",
|
|
433
|
+
"lineHeight": "16px"
|
|
434
|
+
},
|
|
435
|
+
"xxs": {
|
|
436
|
+
"fontFamily": "'AS Circular'",
|
|
437
|
+
"fontSize": "10px",
|
|
438
|
+
"fontWeight": "450",
|
|
439
|
+
"letterSpacing": "0",
|
|
440
|
+
"lineHeight": "14px"
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
"display": {
|
|
444
|
+
"lg": {
|
|
445
|
+
"breakpoint": {
|
|
446
|
+
"lg": {
|
|
447
|
+
"fontFamily": "'Teodor'",
|
|
448
|
+
"fontSize": "64px",
|
|
449
|
+
"fontWeight": "300",
|
|
450
|
+
"letterSpacing": "0",
|
|
451
|
+
"lineHeight": "130%"
|
|
452
|
+
},
|
|
453
|
+
"md": {
|
|
454
|
+
"fontFamily": "'Teodor'",
|
|
455
|
+
"fontSize": "56px",
|
|
456
|
+
"fontWeight": "300",
|
|
457
|
+
"letterSpacing": "0",
|
|
458
|
+
"lineHeight": "130%"
|
|
459
|
+
},
|
|
460
|
+
"sm": {
|
|
461
|
+
"fontFamily": "'Teodor'",
|
|
462
|
+
"fontSize": "44px",
|
|
463
|
+
"fontWeight": "300",
|
|
464
|
+
"letterSpacing": "0",
|
|
465
|
+
"lineHeight": "130%"
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"md": {
|
|
470
|
+
"breakpoint": {
|
|
471
|
+
"lg": {
|
|
472
|
+
"fontFamily": "'Teodor'",
|
|
473
|
+
"fontSize": "56px",
|
|
474
|
+
"fontWeight": "300",
|
|
475
|
+
"letterSpacing": "0",
|
|
476
|
+
"lineHeight": "130%"
|
|
477
|
+
},
|
|
478
|
+
"md": {
|
|
479
|
+
"fontFamily": "'Teodor'",
|
|
480
|
+
"fontSize": "48px",
|
|
481
|
+
"fontWeight": "300",
|
|
482
|
+
"letterSpacing": "0",
|
|
483
|
+
"lineHeight": "130%"
|
|
484
|
+
},
|
|
485
|
+
"sm": {
|
|
486
|
+
"fontFamily": "'Teodor'",
|
|
487
|
+
"fontSize": "40px",
|
|
488
|
+
"fontWeight": "300",
|
|
489
|
+
"letterSpacing": "0",
|
|
490
|
+
"lineHeight": "130%"
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
},
|
|
494
|
+
"sm": {
|
|
495
|
+
"breakpoint": {
|
|
496
|
+
"lg": {
|
|
497
|
+
"fontFamily": "'Teodor'",
|
|
498
|
+
"fontSize": "48px",
|
|
499
|
+
"fontWeight": "300",
|
|
500
|
+
"letterSpacing": "0",
|
|
501
|
+
"lineHeight": "130%"
|
|
502
|
+
},
|
|
503
|
+
"md": {
|
|
504
|
+
"fontFamily": "'Teodor'",
|
|
505
|
+
"fontSize": "44px",
|
|
506
|
+
"fontWeight": "300",
|
|
507
|
+
"letterSpacing": "0",
|
|
508
|
+
"lineHeight": "130%"
|
|
509
|
+
},
|
|
510
|
+
"sm": {
|
|
511
|
+
"fontFamily": "'Teodor'",
|
|
512
|
+
"fontSize": "32px",
|
|
513
|
+
"fontWeight": "300",
|
|
514
|
+
"letterSpacing": "0",
|
|
515
|
+
"lineHeight": "130%"
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
"xl": {
|
|
520
|
+
"breakpoint": {
|
|
521
|
+
"lg": {
|
|
522
|
+
"fontFamily": "'Teodor'",
|
|
523
|
+
"fontSize": "72px",
|
|
524
|
+
"fontWeight": "300",
|
|
525
|
+
"letterSpacing": "0",
|
|
526
|
+
"lineHeight": "130%"
|
|
527
|
+
},
|
|
528
|
+
"md": {
|
|
529
|
+
"fontFamily": "'Teodor'",
|
|
530
|
+
"fontSize": "64px",
|
|
531
|
+
"fontWeight": "300",
|
|
532
|
+
"letterSpacing": "0",
|
|
533
|
+
"lineHeight": "130%"
|
|
534
|
+
},
|
|
535
|
+
"sm": {
|
|
536
|
+
"fontFamily": "'Teodor'",
|
|
537
|
+
"fontSize": "48px",
|
|
538
|
+
"fontWeight": "300",
|
|
539
|
+
"letterSpacing": "0",
|
|
540
|
+
"lineHeight": "130%"
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
},
|
|
544
|
+
"xs": {
|
|
545
|
+
"breakpoint": {
|
|
546
|
+
"lg": {
|
|
547
|
+
"fontFamily": "'Teodor'",
|
|
548
|
+
"fontSize": "38px",
|
|
549
|
+
"fontWeight": "300",
|
|
550
|
+
"letterSpacing": "0",
|
|
551
|
+
"lineHeight": "130%"
|
|
552
|
+
},
|
|
553
|
+
"md": {
|
|
554
|
+
"fontFamily": "'Teodor'",
|
|
555
|
+
"fontSize": "36px",
|
|
556
|
+
"fontWeight": "300",
|
|
557
|
+
"letterSpacing": "0",
|
|
558
|
+
"lineHeight": "130%"
|
|
559
|
+
},
|
|
560
|
+
"sm": {
|
|
561
|
+
"fontFamily": "'Teodor'",
|
|
562
|
+
"fontSize": "28px",
|
|
563
|
+
"fontWeight": "300",
|
|
564
|
+
"letterSpacing": "0",
|
|
565
|
+
"lineHeight": "130%"
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
},
|
|
569
|
+
"xxl": {
|
|
570
|
+
"breakpoint": {
|
|
571
|
+
"lg": {
|
|
572
|
+
"fontFamily": "'Teodor'",
|
|
573
|
+
"fontSize": "86px",
|
|
574
|
+
"fontWeight": "300",
|
|
575
|
+
"letterSpacing": "0",
|
|
576
|
+
"lineHeight": "130%"
|
|
577
|
+
},
|
|
578
|
+
"md": {
|
|
579
|
+
"fontFamily": "'Teodor'",
|
|
580
|
+
"fontSize": "72px",
|
|
581
|
+
"fontWeight": "300",
|
|
582
|
+
"letterSpacing": "0",
|
|
583
|
+
"lineHeight": "130%"
|
|
584
|
+
},
|
|
585
|
+
"sm": {
|
|
586
|
+
"fontFamily": "'Teodor'",
|
|
587
|
+
"fontSize": "56px",
|
|
588
|
+
"fontWeight": "300",
|
|
589
|
+
"letterSpacing": "0",
|
|
590
|
+
"lineHeight": "130%"
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
},
|
|
595
|
+
"heading": {
|
|
596
|
+
"lg": {
|
|
597
|
+
"breakpoint": {
|
|
598
|
+
"lg": {
|
|
599
|
+
"fontFamily": "'AS Circular'",
|
|
600
|
+
"fontSize": "36px",
|
|
601
|
+
"fontWeight": "450",
|
|
602
|
+
"letterSpacing": "0",
|
|
603
|
+
"lineHeight": "130%"
|
|
604
|
+
},
|
|
605
|
+
"md": {
|
|
606
|
+
"fontFamily": "'AS Circular'",
|
|
607
|
+
"fontSize": "32px",
|
|
608
|
+
"fontWeight": "450",
|
|
609
|
+
"letterSpacing": "0",
|
|
610
|
+
"lineHeight": "130%"
|
|
611
|
+
},
|
|
612
|
+
"sm": {
|
|
613
|
+
"fontFamily": "'AS Circular'",
|
|
614
|
+
"fontSize": "28px",
|
|
615
|
+
"fontWeight": "450",
|
|
616
|
+
"letterSpacing": "0",
|
|
617
|
+
"lineHeight": "130%"
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
"md": {
|
|
622
|
+
"breakpoint": {
|
|
623
|
+
"lg": {
|
|
624
|
+
"fontFamily": "'AS Circular'",
|
|
625
|
+
"fontSize": "28px",
|
|
626
|
+
"fontWeight": "500",
|
|
627
|
+
"letterSpacing": "0",
|
|
628
|
+
"lineHeight": "130%"
|
|
629
|
+
},
|
|
630
|
+
"md": {
|
|
631
|
+
"fontFamily": "'AS Circular'",
|
|
632
|
+
"fontSize": "28px",
|
|
633
|
+
"fontWeight": "500",
|
|
634
|
+
"letterSpacing": "0",
|
|
635
|
+
"lineHeight": "130%"
|
|
636
|
+
},
|
|
637
|
+
"sm": {
|
|
638
|
+
"fontFamily": "'AS Circular'",
|
|
639
|
+
"fontSize": "26px",
|
|
640
|
+
"fontWeight": "500",
|
|
641
|
+
"letterSpacing": "0",
|
|
642
|
+
"lineHeight": "130%"
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
},
|
|
646
|
+
"sm": {
|
|
647
|
+
"breakpoint": {
|
|
648
|
+
"lg": {
|
|
649
|
+
"fontFamily": "'AS Circular'",
|
|
650
|
+
"fontSize": "24px",
|
|
651
|
+
"fontWeight": "500",
|
|
652
|
+
"letterSpacing": "0",
|
|
653
|
+
"lineHeight": "130%"
|
|
654
|
+
},
|
|
655
|
+
"md": {
|
|
656
|
+
"fontFamily": "'AS Circular'",
|
|
657
|
+
"fontSize": "24px",
|
|
658
|
+
"fontWeight": "500",
|
|
659
|
+
"letterSpacing": "0",
|
|
660
|
+
"lineHeight": "130%"
|
|
661
|
+
},
|
|
662
|
+
"sm": {
|
|
663
|
+
"fontFamily": "'AS Circular'",
|
|
664
|
+
"fontSize": "22px",
|
|
665
|
+
"fontWeight": "500",
|
|
666
|
+
"letterSpacing": "0",
|
|
667
|
+
"lineHeight": "130%"
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
},
|
|
671
|
+
"xl": {
|
|
672
|
+
"breakpoint": {
|
|
673
|
+
"lg": {
|
|
674
|
+
"fontFamily": "'AS Circular'",
|
|
675
|
+
"fontSize": "40px",
|
|
676
|
+
"fontWeight": "450",
|
|
677
|
+
"letterSpacing": "0",
|
|
678
|
+
"lineHeight": "130%"
|
|
679
|
+
},
|
|
680
|
+
"md": {
|
|
681
|
+
"fontFamily": "'AS Circular'",
|
|
682
|
+
"fontSize": "36px",
|
|
683
|
+
"fontWeight": "450",
|
|
684
|
+
"letterSpacing": "0",
|
|
685
|
+
"lineHeight": "130%"
|
|
686
|
+
},
|
|
687
|
+
"sm": {
|
|
688
|
+
"fontFamily": "'AS Circular'",
|
|
689
|
+
"fontSize": "32px",
|
|
690
|
+
"fontWeight": "450",
|
|
691
|
+
"letterSpacing": "0",
|
|
692
|
+
"lineHeight": "130%"
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
"xs": {
|
|
697
|
+
"breakpoint": {
|
|
698
|
+
"lg": {
|
|
699
|
+
"fontFamily": "'AS Circular'",
|
|
700
|
+
"fontSize": "20px",
|
|
701
|
+
"fontWeight": "500",
|
|
702
|
+
"letterSpacing": "0",
|
|
703
|
+
"lineHeight": "130%"
|
|
704
|
+
},
|
|
705
|
+
"md": {
|
|
706
|
+
"fontFamily": "'AS Circular'",
|
|
707
|
+
"fontSize": "20px",
|
|
708
|
+
"fontWeight": "500",
|
|
709
|
+
"letterSpacing": "0",
|
|
710
|
+
"lineHeight": "130%"
|
|
711
|
+
},
|
|
712
|
+
"sm": {
|
|
713
|
+
"fontFamily": "'AS Circular'",
|
|
714
|
+
"fontSize": "20px",
|
|
715
|
+
"fontWeight": "500",
|
|
716
|
+
"letterSpacing": "0",
|
|
717
|
+
"lineHeight": "130%"
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
"xxs": {
|
|
722
|
+
"breakpoint": {
|
|
723
|
+
"lg": {
|
|
724
|
+
"fontFamily": "'AS Circular'",
|
|
725
|
+
"fontSize": "18px",
|
|
726
|
+
"fontWeight": "500",
|
|
727
|
+
"letterSpacing": "0",
|
|
728
|
+
"lineHeight": "130%"
|
|
729
|
+
},
|
|
730
|
+
"md": {
|
|
731
|
+
"fontFamily": "'AS Circular'",
|
|
732
|
+
"fontSize": "18px",
|
|
733
|
+
"fontWeight": "500",
|
|
734
|
+
"letterSpacing": "0",
|
|
735
|
+
"lineHeight": "130%"
|
|
736
|
+
},
|
|
737
|
+
"sm": {
|
|
738
|
+
"fontFamily": "'AS Circular'",
|
|
739
|
+
"fontSize": "18px",
|
|
740
|
+
"fontWeight": "500",
|
|
741
|
+
"letterSpacing": "0",
|
|
742
|
+
"lineHeight": "130%"
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
}
|
|
746
|
+
}
|
|
747
|
+
},
|
|
748
|
+
"cornerRadius": {
|
|
749
|
+
"large": "100px",
|
|
750
|
+
"medium": "6px",
|
|
751
|
+
"small": "6px"
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
}
|