UNPKG

39.7 kBSCSSView Raw
1
2$tokens-map: (
3 /* Darker background for primary actions or highlights */
4 'color-background-primary-darker': (rgb(3, 11, 93)),
5 /* Lighter background for primary actions or highlights */
6 'color-background-primary-lighter': (rgb(204, 228, 255)),
7 /* Darker background for destructive actions or highlights */
8 'color-background-destructive-darker': (rgb(74, 11, 11)),
9 /* Lighter background for destructive actions or highlights */
10 'color-background-destructive-lighter': (rgb(252, 207, 207)),
11 /* Light inverse background color for any container. Must be used on color-background-body-inverse. */
12 'color-background-inverse-light': (rgba(255, 255, 255, 0.2)),
13 /* Lightest error background color */
14 'color-background-error-lightest': (rgb(254, 236, 236)),
15 /* Lightest neutral background color */
16 'color-background-neutral-lightest': (rgb(235, 244, 255)),
17 /* Dark default background color */
18 'color-background-dark': (rgb(225, 227, 234)),
19 /* Lightest success background color */
20 'color-background-success-lightest': (rgb(237, 253, 243)),
21 /* Lightest background for destructive actions or highlights */
22 'color-background-destructive-lightest': (rgb(254, 236, 236)),
23 /* Darkest background for destructive actions or highlights */
24 'color-background-destructive-darkest': (rgb(49, 12, 12)),
25 /* Dark error background color */
26 'color-background-error-dark': (rgb(117, 12, 12)),
27 /* Lightest background for primary actions or highlights */
28 'color-background-primary-lightest': (rgb(235, 244, 255)),
29 /* Darkest background for primary actions or highlights */
30 'color-background-primary-darkest': (rgb(6, 3, 58)),
31 /* Dark background for destructive actions or highlights */
32 'color-background-destructive-dark': (rgb(117, 12, 12)),
33 /* Light background for destructive actions or highlights */
34 'color-background-destructive-light': (rgb(246, 177, 177)),
35 /* Dark background for primary actions or highlights */
36 'color-background-primary-dark': (rgb(0, 20, 137)),
37 /* Light background for primary actions or highlights */
38 'color-background-primary-light': (rgb(153, 205, 255)),
39 /* Lightest warning background color */
40 'color-background-warning-lightest': (rgb(254, 245, 238)),
41 /* Darker default background color */
42 'color-background-darker': (rgb(136, 145, 170)),
43 /* Darkest default background color */
44 'color-background-darkest': (rgb(75, 86, 113)),
45 /* Background color used for user avatars. */
46 'color-background-user': (rgb(200, 175, 240)),
47 /* Background color used for trial accounts. */
48 'color-background-trial': (rgb(209, 250, 224)),
49 /* Background color used for subaccounts. */
50 'color-background-subaccount': (rgb(255, 241, 179)),
51 /* Stronger background color used for primary actions or highlights. */
52 'color-background-primary-stronger': (rgb(3, 11, 93)),
53 /* Stronger background color used for destructive actions or highlights. */
54 'color-background-destructive-stronger': (rgb(74, 11, 11)),
55 /* Weaker background color used for primary actions or highlights. */
56 'color-background-primary-weaker': (rgb(204, 228, 255)),
57 /* Weaker background color used for destructive actions or highlights. */
58 'color-background-destructive-weaker': (rgb(252, 207, 207)),
59 /* Background color used for warning alerts and toasts. */
60 'color-background-warning': (rgb(244, 124, 34)),
61 /* Weakest background color used for warning alerts and toasts. */
62 'color-background-warning-weakest': (rgb(254, 245, 238)),
63 /* Strong inverse background color used for containers. */
64 'color-background-inverse-strong': (rgb(57, 71, 98)),
65 /* Background color used to represent a new status. */
66 'color-background-new': (rgb(245, 240, 252)),
67 /* Strong background color used for containers. */
68 'color-background-strong': (rgb(225, 227, 234)),
69 /* Background color used for destructive actions or highlights. */
70 'color-background-destructive': (rgb(214, 31, 31)),
71 /* Background color used for primary actions or highlights. */
72 'color-background-primary': (rgb(2, 99, 224)),
73 /* Weakest background color used for primary actions or highlights. */
74 'color-background-primary-weakest': (rgb(235, 244, 255)),
75 /* Background color used to represent an entity or person as "busy". */
76 'color-background-busy': (rgb(244, 124, 34)),
77 /* Background color used for success alerts and toasts. */
78 'color-background-success': (rgb(20, 176, 83)),
79 /* Weakest background color used for destructive actions or highlights. */
80 'color-background-destructive-weakest': (rgb(254, 236, 236)),
81 /* Background color used to represent an entity or person as "offline". */
82 'color-background-offline': (rgb(174, 178, 193)),
83 /* Background color used for alternative striped rows. */
84 'color-background-row-striped': (rgb(244, 244, 246)),
85 /* Strongest background color used for primary actions or highlights. */
86 'color-background-primary-strongest': (rgb(6, 3, 58)),
87 /* Weakest background color used for success alerts and toasts. */
88 'color-background-success-weakest': (rgb(237, 253, 243)),
89 /* Strongest background color used for destructive actions or highlights. */
90 'color-background-destructive-strongest': (rgb(49, 12, 12)),
91 /* Strongest background color used for error alerts and toasts. */
92 'color-background-error-strong': (rgb(117, 12, 12)),
93 /* Strong background color used for brand. */
94 'color-background-brand-strong': (rgb(3, 11, 93)),
95 /* Background color used for brand. */
96 'color-background-brand': (rgb(0, 20, 137)),
97 /* Background color used for error alerts and toasts. */
98 'color-background-error': (rgb(214, 31, 31)),
99 /* Weakest background color used for neutral or default variants. */
100 'color-background-neutral-weakest': (rgb(235, 244, 255)),
101 /* Background color used to represent an entity or person as "available". */
102 'color-background-available': (rgb(20, 176, 83)),
103 /* Weakest background color used for error alerts and toasts. */
104 'color-background-error-weakest': (rgb(254, 236, 236)),
105 /* Background color used to represent required form fields. */
106 'color-background-required': (rgb(235, 86, 86)),
107 /* Weakest background color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative border and/or text tokens. */
108 'color-background-decorative-40-weakest': (rgb(245, 240, 252)),
109 /* Weakest background color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative border and/or text tokens. */
110 'color-background-decorative-30-weakest': (rgb(237, 253, 243)),
111 /* Background color used for the main page body. */
112 'color-background-body': (rgb(255, 255, 255)),
113 /* Strong background color used for primary actions or highlights. */
114 'color-background-primary-strong': (rgb(0, 20, 137)),
115 /* Weakest background color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative border and/or text tokens. */
116 'color-background-decorative-20-weakest': (rgb(235, 244, 255)),
117 /* Strong background color used for destructive actions or highlights. */
118 'color-background-destructive-strong': (rgb(117, 12, 12)),
119 /* Weak background color used for destructive actions or highlights. */
120 'color-background-destructive-weak': (rgb(246, 177, 177)),
121 /* Weakest background color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative border and/or text tokens. */
122 'color-background-decorative-10-weakest': (rgb(244, 244, 246)),
123 /* Background color used for containers. */
124 'color-background': (rgb(244, 244, 246)),
125 /* Weak background color used for primary actions or highlights. */
126 'color-background-primary-weak': (rgb(153, 205, 255)),
127 /* Stronger background color used for containers. */
128 'color-background-stronger': (rgb(136, 145, 170)),
129 /* Background color used for brand highlights. */
130 'color-background-brand-highlight': (rgb(242, 47, 70)),
131 /* Weakest background color used for brand highlights. */
132 'color-background-brand-highlight-weakest': (rgba(242, 47, 70, 0.1)),
133 /* Strongest background color used for containers. */
134 'color-background-strongest': (rgb(75, 86, 113)),
135 /* Inverse background color used for the main page body. */
136 'color-background-body-inverse': (rgb(18, 28, 45)),
137 /* Inverse background color used for containers. */
138 'color-background-inverse': (rgb(31, 48, 76)),
139 /* Background color used for overlays. */
140 'color-background-overlay': (rgba(6, 3, 58, 0.4)),
141 /* Background color used to represent an entity or person as "unavailable". */
142 'color-background-unavailable': (rgb(214, 31, 31)),
143 /* Stronger error background color */
144 'color-background-error-stronger': (rgb(74, 11, 11)),
145 /* Stronger background color used for brand. */
146 'color-background-brand-stronger': (rgb(6, 3, 58)),
147 /* Destructive focus border color */
148 'color-border-destructive-lighter': (rgb(252, 207, 207)),
149 /* Lighter primary border color */
150 'color-border-primary-lighter': (rgb(204, 228, 255)),
151 /* Lightest border on inverse backgrounds. Must be used on color-background-body-inverse. */
152 'color-border-inverse-lightest': (rgb(255, 255, 255)),
153 /* Darker primary border color */
154 'color-border-primary-darker': (rgb(3, 11, 93)),
155 /* Darker destructive hover border color */
156 'color-border-destructive-darker': (rgb(74, 11, 11)),
157 /* Lighter border color */
158 'color-border-lighter': (rgb(225, 227, 234)),
159 /* Lightest error border color */
160 'color-border-error-lightest': (rgb(254, 236, 236)),
161 /* Dark border color */
162 'color-border-dark': (rgb(96, 107, 133)),
163 /* Darkest destructive hover border color */
164 'color-border-destructive-darkest': (rgb(49, 12, 12)),
165 /* Darkest primary border color */
166 'color-border-primary-darkest': (rgb(6, 3, 58)),
167 /* Light warning border color */
168 'color-border-warning-light': (rgb(255, 179, 122)),
169 /* Lighter border on inverse backgrounds. Must be used on color-background-body-inverse. */
170 'color-border-inverse-lighter': (rgba(255, 255, 255, 0.9)),
171 /* Lightest success border color */
172 'color-border-success-lightest': (rgb(237, 253, 243)),
173 /* Dark error border color */
174 'color-border-error-dark': (rgb(117, 12, 12)),
175 /* Destructive focus border color */
176 'color-border-destructive-light': (rgb(245, 138, 138)),
177 /* Light primary border color */
178 'color-border-primary-light': (rgb(102, 179, 255)),
179 /* Light success border color */
180 'color-border-success-light': (rgb(54, 213, 118)),
181 /* Darker border on inverse backgrounds. Must be used on color-background-body-inverse. */
182 'color-border-inverse-darker': (rgba(255, 255, 255, 0.2)),
183 /* Lightest warning border color */
184 'color-border-warning-lightest': (rgb(254, 245, 238)),
185 /* Dark primary border color */
186 'color-border-primary-dark': (rgb(0, 20, 137)),
187 /* Destructive focus border color */
188 'color-border-destructive-dark': (rgb(117, 12, 12)),
189 /* Light neutral border color */
190 'color-border-neutral-light': (rgb(136, 145, 170)),
191 /* Light error border color */
192 'color-border-error-light': (rgb(245, 138, 138)),
193 /* Light border color */
194 'color-border-light': (rgb(202, 205, 216)),
195 /* Stronger error border color */
196 'color-border-error-stronger': (rgb(74, 11, 11)),
197 /* Weak warning border color */
198 'color-border-warning-weak': (rgb(255, 179, 122)),
199 /* Weaker border color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or text tokens. */
200 'color-border-decorative-40-weaker': (rgb(231, 220, 250)),
201 /* Weaker error border color */
202 'color-border-error-weaker': (rgb(252, 207, 207)),
203 /* Weaker neutral border color */
204 'color-border-neutral-weaker': (rgb(204, 228, 255)),
205 /* Warning border color */
206 'color-border-warning': (rgb(244, 124, 34)),
207 /* Weaker success border color */
208 'color-border-success-weaker': (rgb(209, 250, 224)),
209 /* Stronger primary border color */
210 'color-border-primary-stronger': (rgb(3, 11, 93)),
211 /* Stronger destructive hover border color */
212 'color-border-destructive-stronger': (rgb(74, 11, 11)),
213 /* Weakest warning border color */
214 'color-border-warning-weakest': (rgb(254, 245, 238)),
215 /* Weaker primary border color */
216 'color-border-primary-weaker': (rgb(204, 228, 255)),
217 /* Destructive focus border color */
218 'color-border-destructive-weaker': (rgb(252, 207, 207)),
219 /* Weaker border color for something designated as new */
220 'color-border-new-weaker': (rgb(231, 220, 250)),
221 /* Destructive border color */
222 'color-border-destructive': (rgb(214, 31, 31)),
223 /* Strong border on inverse backgrounds. Must be used on color-background-body-inverse. */
224 'color-border-inverse-strong': (rgb(225, 227, 234)),
225 /* Primary border color */
226 'color-border-primary': (rgb(2, 99, 224)),
227 /* Weakest primary border color */
228 'color-border-primary-weakest': (rgb(235, 244, 255)),
229 /* Success border color */
230 'color-border-success': (rgb(20, 176, 83)),
231 /* Destructive focus border color */
232 'color-border-destructive-weakest': (rgb(254, 236, 236)),
233 /* Strongest destructive hover border color */
234 'color-border-destructive-strongest': (rgb(49, 12, 12)),
235 /* Strongest primary border color */
236 'color-border-primary-strongest': (rgb(6, 3, 58)),
237 /* Weakest success border color */
238 'color-border-success-weakest': (rgb(237, 253, 243)),
239 /* Weaker warning border color */
240 'color-border-warning-weaker': (rgb(253, 220, 196)),
241 /* Strong border color */
242 'color-border-strong': (rgb(96, 107, 133)),
243 /* Weak border color */
244 'color-border-weak': (rgb(202, 205, 216)),
245 /* Neutral border color */
246 'color-border-neutral': (rgb(2, 99, 224)),
247 /* Error border color */
248 'color-border-error': (rgb(214, 31, 31)),
249 /* Weakest error border color */
250 'color-border-error-weakest': (rgb(254, 236, 236)),
251 /* Strong error border color */
252 'color-border-error-strong': (rgb(117, 12, 12)),
253 /* Weak error border color */
254 'color-border-error-weak': (rgb(245, 138, 138)),
255 /* Weak neutral border color */
256 'color-border-neutral-weak': (rgb(102, 179, 255)),
257 /* Default border color */
258 'color-border': (rgb(136, 145, 170)),
259 /* Stronger border on inverse backgrounds. Must be used on color-background-body-inverse. */
260 'color-border-inverse-stronger': (rgb(244, 244, 246)),
261 /* Weaker border on inverse backgrounds. Must be used on color-background-body-inverse. */
262 'color-border-inverse-weaker': (rgb(57, 71, 98)),
263 /* Weak success border color */
264 'color-border-success-weak': (rgb(54, 213, 118)),
265 /* Strong primary border color */
266 'color-border-primary-strong': (rgb(0, 20, 137)),
267 /* Border on inverse backgrounds. Must be used on color-background-body-inverse. */
268 'color-border-inverse': (rgb(136, 145, 170)),
269 /* Destructive focus border color */
270 'color-border-destructive-strong': (rgb(117, 12, 12)),
271 /* Weak primary border color */
272 'color-border-primary-weak': (rgb(153, 205, 255)),
273 /* Weakest border on inverse backgrounds. Must be used on color-background-body-inverse. */
274 'color-border-inverse-weakest': (rgb(31, 48, 76)),
275 /* Destructive focus border color */
276 'color-border-destructive-weak': (rgb(246, 177, 177)),
277 /* Strongest border on inverse backgrounds. Must be used on color-background-body-inverse. */
278 'color-border-inverse-strongest': (rgb(255, 255, 255)),
279 /* Weaker border color */
280 'color-border-weaker': (rgb(225, 227, 234)),
281 /* Weaker border color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or text tokens. */
282 'color-border-decorative-10-weaker': (rgb(225, 227, 234)),
283 /* Weaker border color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or text tokens. */
284 'color-border-decorative-20-weaker': (rgb(204, 228, 255)),
285 /* Weaker border color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or text tokens. */
286 'color-border-decorative-30-weaker': (rgb(209, 250, 224)),
287 /* Border radius reset */
288 'border-radius-0': (0),
289 /* Small border radius */
290 'border-radius-10': (2px),
291 /* Large border radius */
292 'border-radius-20': (4px),
293 /* Larger border radius */
294 'border-radius-30': (8px),
295 /* Circular border radius */
296 'border-radius-circle': (50%),
297 /* Pill border radius */
298 'border-radius-pill': (100px),
299 /* Border width reset */
300 'border-width-0': (0),
301 /* Constant border width token for border width 10 */
302 'border-width-10': (1px),
303 /* Constant border width token for border width 20 */
304 'border-width-20': (2px),
305 /* Constant border width token for border width 30 */
306 'border-width-30': (4px),
307 /* Constant border width token for border width 40 */
308 'border-width-40': (8px),
309 /* Lightest shadow border on interactive elements on inverse backgrounds. */
310 'shadow-border-inverse-lightest': (0 0 0 1px #ffffff),
311 /* Dark shadow border for destructive interactions */
312 'shadow-border-destructive-darker': (0 0 0 1px #4a0b0b),
313 /* Darker shadow border for inputs active. */
314 'shadow-border-primary-darker': (0 0 0 1px #030b5d),
315 /* Light shadow border for disabled inputs. */
316 'shadow-border-light': (0 0 0 1px #cacdd8),
317 /* Lighter shadow border for destructive interactions. */
318 'shadow-border-destructive-lighter': (0 0 0 1px #fccfcf),
319 /* Lighter shadow border for primary interactions. */
320 'shadow-border-primary-lighter': (0 0 0 1px #cce4ff),
321 /* Light shadow border on interactive elements on inverse backgrounds. */
322 'shadow-border-inverse-light': (0 0 0 1px rgba(255, 255, 255, 0.9)),
323 /* Shadow border for error inputs hover. */
324 'shadow-border-error-dark': (0 0 0 1px #750c0c),
325 /* Lighter shadow border for disabled inputs. */
326 'shadow-border-lighter': (0 0 0 1px #e1e3ea),
327 /* Darker shadow border on interactive elements on inverse backgrounds. */
328 'shadow-border-inverse-darker': (0 0 0 1px rgba(255, 255, 255, 0.2)),
329 /* Dark shadow border for inputs hover. */
330 'shadow-border-primary-dark': (0 0 0 1px #001489),
331 /* Lighter shadow border for primary interactions. */
332 'shadow-border-primary-light': (0 0 0 1px #99cdff),
333 /* Light shadow border for destructive interactions. */
334 'shadow-border-destructive-light': (0 0 0 1px #f6b1b1),
335 /* Shadow border for inverse error inputs. */
336 'shadow-border-error-light': (0 0 0 1px #eb5656),
337 /* Weaker bottom shadow border for new status */
338 'shadow-border-bottom-new-weaker': (0 1px 0 #e7dcfa),
339 /* Default shadow. */
340 'shadow': (0 4px 16px 0 rgba(18, 28, 45, 0.2)),
341 /* Strong shadow border for destructive interactions */
342 'shadow-border-destructive-stronger': (0 0 0 1px #4a0b0b),
343 /* Stronger shadow border for inputs active. */
344 'shadow-border-primary-stronger': (0 0 0 1px #030b5d),
345 /* Weaker bottom shadow border for warning status */
346 'shadow-border-bottom-warning-weaker': (0 1px 0 #fddcc4),
347 /* Weaker shadow border for destructive interactions. */
348 'shadow-border-destructive-weaker': (0 0 0 1px #fccfcf),
349 /* Weaker shadow border for primary interactions. */
350 'shadow-border-primary-weaker': (0 0 0 1px #cce4ff),
351 /* Low elevation default shadow. */
352 'shadow-low': (0 2px 8px 0 rgba(18, 28, 45, 0.1)),
353 /* Strong shadow border on interactive elements on inverse backgrounds. */
354 'shadow-border-inverse-strong': (0 0 0 1px #e1e3ea),
355 /* Strong shadow border for inputs. */
356 'shadow-border-strong': (0 0 0 1px #606b85),
357 /* Shadow for focus ring on interactive elements. */
358 'shadow-focus': (0 0 0 4px rgba(2, 99, 224, 0.7)),
359 /* Weak shadow border for disabled inputs. */
360 'shadow-border-weak': (0 0 0 1px #cacdd8),
361 /* Shadow for focus ring on interactive elements on inverse backgrounds. */
362 'shadow-focus-inverse': (0 0 0 4px rgba(255, 255, 255, 0.4)),
363 /* Default shadow border for primary interactions. */
364 'shadow-border-primary': (0 0 0 1px #0263e0),
365 /* Shadow border for destructive interactions. */
366 'shadow-border-destructive': (0 0 0 1px #d61f1f),
367 /* High elevation default shadow. */
368 'shadow-high': (0 16px 24px 0 rgba(18, 28, 45, 0.2)),
369 /* Shadow border for error inputs hover. */
370 'shadow-border-error-strong': (0 0 0 1px #750c0c),
371 /* Strongest shadow border for inputs active. */
372 'shadow-border-primary-strongest': (0 0 0 1px #06033a),
373 /* Strongest shadow border for destructive interactions */
374 'shadow-border-destructive-strongest': (0 0 0 1px #310c0c),
375 /* Shadow border for inverse error inputs. */
376 'shadow-border-error-weak': (0 0 0 1px #eb5656),
377 /* Shadow border for error inputs. */
378 'shadow-border-error': (0 0 0 1px #d61f1f),
379 /* Weaker bottom shadow border for decorative 10 */
380 'shadow-border-bottom-decorative-10-weaker': (0 1px 0 #e1e3ea),
381 /* Weaker bottom shadow border for decorative 20 */
382 'shadow-border-bottom-decorative-20-weaker': (0 1px 0 #cce4ff),
383 /* Stronger shadow border on interactive elements on inverse backgrounds. */
384 'shadow-border-inverse-stronger': (0 0 0 1px #f4f4f6),
385 /* Strong shadow border for destructive interactions */
386 'shadow-border-destructive-strong': (0 0 0 1px #750c0c),
387 /* Weaker shadow border on interactive elements on inverse backgrounds. */
388 'shadow-border-inverse-weaker': (0 0 0 1px #394762),
389 /* Weaker bottom shadow border for decorative 30 */
390 'shadow-border-bottom-decorative-30-weaker': (0 1px 0 #d1fae0),
391 /* Strong shadow border for inputs hover. */
392 'shadow-border-primary-strong': (0 0 0 1px #001489),
393 /* Weaker shadow border for primary interactions. */
394 'shadow-border-primary-weak': (0 0 0 1px #99cdff),
395 /* Weaker bottom shadow border for decorative 40 */
396 'shadow-border-bottom-decorative-40-weaker': (0 1px 0 #e7dcfa),
397 /* Weak shadow border for destructive interactions. */
398 'shadow-border-destructive-weak': (0 0 0 1px #f6b1b1),
399 /* Weaker bottom shadow border for error status */
400 'shadow-border-bottom-error-weaker': (0 1px 0 #fccfcf),
401 /* Weaker shadow border for disabled inputs. */
402 'shadow-border-weaker': (0 0 0 1px #e1e3ea),
403 /* Shadow border for inputs. */
404 'shadow-border': (0 0 0 1px #8891aa),
405 /* Weaker bottom shadow border for neutral status */
406 'shadow-border-bottom-neutral-weaker': (0 1px 0 #cce4ff),
407 /* Shadow for inset focus on elements, such as DataGrid cells. */
408 'shadow-focus-inset': (inset 0 0 0 2px rgba(2, 99, 224, 0.7)),
409 /* Shadow border on interactive elements on inverse backgrounds. */
410 'shadow-border-inverse': (0 0 0 1px #8891aa),
411 /* Weakest shadow border on interactive elements on inverse backgrounds. */
412 'shadow-border-inverse-weakest': (0 0 0 1px #1f304c),
413 /* Weaker bottom shadow border for success status */
414 'shadow-border-bottom-success-weaker': (0 1px 0 #d1fae0),
415 /* Shadow border for error inputs hover. */
416 'shadow-border-error-stronger': (0 0 0 1px #4a0b0b),
417 /* Shadow for cards. */
418 'shadow-card': (0 2px 8px 0 rgba(18, 28, 45, 0.1)),
419 /* Strongest shadow border on interactive elements on inverse backgrounds. */
420 'shadow-border-inverse-strongest': (0 0 0 1px #ffffff),
421 'font-family-text': ('Inter var experimental', 'Inter var', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif),
422 'font-family-code': ('Fira Mono', Courier, monospace),
423 'font-family-text-japanese': ('Inter var experimental', 'Inter var', Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Osaka, 'MS PGothic', sans-serif),
424 'font-family-text-korean': ('Inter var experimental', 'Inter var', 'Microsoft JhengHei', 微軟正黑體, 'Microsoft JhengHei UI', 'Microsoft YaHei', 微軟雅黑, 宋体, SimSun, sans-serif),
425 'font-family-text-chinese-traditional': ('Inter var experimental', 'Inter var', 'Microsoft JhengHei', 微軟正黑體, 'Microsoft JhengHei UI', 'Microsoft YaHei', 微軟雅黑, 宋体, SimSun, sans-serif),
426 'font-family-text-chinese-simplified': ('Inter var experimental', 'Inter var', 'Microsoft YaHei New', 微软雅黑, 'Microsoft Yahei', 'Microsoft JhengHei', 宋体, SimSun, sans-serif),
427 /* Constant typography token for font size 110 */
428 'font-size-110': (3rem),
429 /* Constant typography token for font size 100 */
430 'font-size-100': (2.5rem),
431 /* Constant typography token for font size 90 */
432 'font-size-90': (2rem),
433 /* Constant typography token for font size 80 */
434 'font-size-80': (1.75rem),
435 /* Constant typography token for font size 70 */
436 'font-size-70': (1.5rem),
437 /* Constant typography token for font size 60 */
438 'font-size-60': (1.25rem),
439 /* Constant typography token for font size 50 */
440 'font-size-50': (1.125rem),
441 /* Constant typography token for font size 40 */
442 'font-size-40': (1rem),
443 /* Constant typography token for font size 30 */
444 'font-size-30': (0.875rem),
445 /* Constant typography token for font size 20 */
446 'font-size-20': (0.75rem),
447 /* Constant typography token for font size 10 */
448 'font-size-10': (0.625rem),
449 /* Font weight for light weight */
450 'font-weight-light': (400),
451 /* Font weight for normal weight */
452 'font-weight-normal': (400),
453 /* Font weight for medium weight */
454 'font-weight-medium': (500),
455 /* Font weight for semibold weight */
456 'font-weight-semibold': (600),
457 /* Font weight for bold weight */
458 'font-weight-bold': (700),
459 /* Constant line-height token for line-height 0 */
460 'line-height-0': (0),
461 /* Constant line-height token for line-height 110 */
462 'line-height-110': (4rem),
463 /* Constant line-height token for line-height 90 */
464 'line-height-90': (2.75rem),
465 /* Constant line-height token for line-height 100 */
466 'line-height-100': (3.25rem),
467 /* Constant line-height token for line-height 80 */
468 'line-height-80': (2.5rem),
469 /* Constant line-height token for line-height 70 */
470 'line-height-70': (2rem),
471 /* Constant line-height token for line-height 60 */
472 'line-height-60': (1.75rem),
473 /* Constant line-height token for line-height 50 */
474 'line-height-50': (1.75rem),
475 /* Constant line-height token for line-height 40 */
476 'line-height-40': (1.5rem),
477 /* Constant line-height token for line-height 30 */
478 'line-height-30': (1.25rem),
479 /* Constant line-height token for line-height 20 */
480 'line-height-20': (1.25rem),
481 /* Constant line-height token for line-height 10 */
482 'line-height-10': (1rem),
483 /* Color used for data visualizations. Must be used in a sequence. */
484 'color-data-visualization-10': (rgb(235, 86, 86)),
485 /* Twilio brand red */
486 'color-brand-highlight': (rgb(242, 47, 70)),
487 /* Color used for data visualizations. Must be used in a sequence. */
488 'color-data-visualization-1': (rgb(0, 20, 137)),
489 /* Gray Color 0 */
490 'color-gray-0': (rgb(255, 255, 255)),
491 /* Color used for data visualizations. Must be used in a sequence. */
492 'color-data-visualization-2': (rgb(14, 124, 58)),
493 /* Color used for data visualizations. Must be used in a sequence. */
494 'color-data-visualization-3': (rgb(13, 58, 31)),
495 /* Gray Color 10 */
496 'color-gray-100': (rgb(18, 28, 45)),
497 /* Color used for data visualizations. Must be used in a sequence. */
498 'color-data-visualization-4': (rgb(0, 140, 255)),
499 /* Color used for data visualizations. Must be used in a sequence. */
500 'color-data-visualization-5': (rgb(57, 71, 98)),
501 /* Color used for data visualizations. Must be used in a sequence. */
502 'color-data-visualization-6': (rgb(166, 127, 227)),
503 /* Color used for data visualizations. Must be used in a sequence. */
504 'color-data-visualization-7': (rgb(109, 46, 209)),
505 /* Color used for data visualizations. Must be used in a sequence. */
506 'color-data-visualization-8': (rgb(136, 145, 170)),
507 /* Color used for data visualizations. Must be used in a sequence. */
508 'color-data-visualization-9': (rgb(117, 12, 12)),
509 /* Gray Color 9 */
510 'color-gray-90': (rgb(31, 48, 76)),
511 /* Gray Color 8 */
512 'color-gray-80': (rgb(57, 71, 98)),
513 /* Gray Color 7 */
514 'color-gray-70': (rgb(75, 86, 113)),
515 /* Gray Color 6 */
516 'color-gray-60': (rgb(96, 107, 133)),
517 /* Gray Color 5 */
518 'color-gray-50': (rgb(136, 145, 170)),
519 /* Gray Color 4 */
520 'color-gray-40': (rgb(174, 178, 193)),
521 /* Default branding color */
522 'color-brand': (rgb(0, 20, 137)),
523 /* Gray Color 3 */
524 'color-gray-30': (rgb(202, 205, 216)),
525 /* Gray Color 2 */
526 'color-gray-20': (rgb(225, 227, 234)),
527 /* Gray Color 1 */
528 'color-gray-10': (rgb(244, 244, 246)),
529 /* Generic square sizing token scale for UI components. */
530 'size-square-40': (0.75rem),
531 /* Maps to line-height tokens 1:1 */
532 'size-icon-80': (2.5rem),
533 /* Generic square sizing token scale for UI components. */
534 'size-square-30': (0.5rem),
535 /* Maps to line-height tokens 1:1 */
536 'size-icon-70': (2rem),
537 /* Generic square sizing token scale for UI components. */
538 'size-square-20': (0.25rem),
539 /* Maps to line-height tokens 1:1 */
540 'size-icon-60': (1.75rem),
541 /* Generic sizing token scale for UI components. */
542 'size-90': (57.5rem),
543 /* Generic square sizing token scale for UI components. */
544 'size-square-10': (0.125rem),
545 /* Generic sizing token scale for UI components. */
546 'size-120': (77rem),
547 /* Maps to line-height tokens 1:1 */
548 'size-icon-50': (1.75rem),
549 /* Generic sizing token scale for UI components. */
550 'size-80': (51rem),
551 /* Generic sizing token scale for UI components. */
552 'size-0': (0),
553 /* Generic sizing token scale for UI components. */
554 'size-110': (70.5rem),
555 /* Maps to line-height tokens 1:1 */
556 'size-icon-40': (1.5rem),
557 /* Generic square sizing token scale for UI components. */
558 'size-square-190': (4.5rem),
559 /* Generic sizing token scale for UI components. */
560 'size-70': (44.5rem),
561 /* Generic sizing token scale for UI components. */
562 'size-100': (64rem),
563 /* Maps to line-height tokens 1:1 */
564 'size-icon-30': (1.25rem),
565 /* Generic square sizing token scale for UI components. */
566 'size-square-180': (4.25rem),
567 /* Generic sizing token scale for UI components. */
568 'size-60': (38rem),
569 /* Maps to line-height tokens 1:1 */
570 'size-icon-20': (1.25rem),
571 /* Generic square sizing token scale for UI components. */
572 'size-square-170': (4rem),
573 /* Maps to line-height tokens 1:1 */
574 'size-icon-10': (1rem),
575 /* Generic square sizing token scale for UI components. */
576 'size-square-25': (0.375rem),
577 /* Generic square sizing token scale for UI components. */
578 'size-square-160': (3.75rem),
579 /* Generic sizing token scale for UI components. */
580 'size-50': (31.5rem),
581 /* Maps to line-height tokens 1:1 */
582 'size-icon-110': (4rem),
583 /* Generic square sizing token scale for UI components. */
584 'size-square-150': (3.5rem),
585 /* Generic sizing token scale for UI components. */
586 'size-40': (25rem),
587 /* Maps to line-height tokens 1:1 */
588 'size-icon-100': (3.25rem),
589 /* Generic square sizing token scale for UI components. */
590 'size-square-140': (3.25rem),
591 /* Generic sizing token scale for UI components. */
592 'size-30': (18.5rem),
593 /* Generic square sizing token scale for UI components. */
594 'size-square-130': (3rem),
595 /* Generic sizing token scale for UI components. */
596 'size-20': (12rem),
597 /* Generic square sizing token scale for UI components. */
598 'size-square-120': (2.75rem),
599 /* Generic sizing token scale for UI components. */
600 'size-10': (5.5rem),
601 /* Generic square sizing token scale for UI components. */
602 'size-square-110': (2.5rem),
603 /* Generic square sizing token scale for UI components. */
604 'size-square-0': (0),
605 /* Generic square sizing token scale for UI components. */
606 'size-square-100': (2.25rem),
607 /* Generic square sizing token scale for UI components. */
608 'size-square-200': (4.75rem),
609 /* Sizing token for sidebar width. */
610 'size-sidebar': (13.75rem),
611 /* Generic square sizing token scale for UI components. */
612 'size-square-90': (2rem),
613 /* Generic square sizing token scale for UI components. */
614 'size-square-80': (1.75rem),
615 /* Generic square sizing token scale for UI components. */
616 'size-square-70': (1.5rem),
617 /* Generic square sizing token scale for UI components. */
618 'size-square-60': (1.25rem),
619 /* Generic square sizing token scale for UI components. */
620 'size-square-50': (1rem),
621 /* Maps to line-height tokens 1:1 */
622 'size-icon-90': (2.75rem),
623 'space-70': (1.5rem),
624 'space-negative-100': (-2.25rem),
625 'space-60': (1.25rem),
626 'space-negative-200': (-4.75rem),
627 'space-190': (4.5rem),
628 'space-50': (1rem),
629 'space-180': (4.25rem),
630 'space-40': (0.75rem),
631 'space-170': (4rem),
632 'space-30': (0.5rem),
633 'space-160': (3.75rem),
634 'space-20': (0.25rem),
635 'space-150': (3.5rem),
636 'space-10': (0.125rem),
637 'space-140': (3.25rem),
638 'space-130': (3rem),
639 'space-120': (2.75rem),
640 'space-negative-90': (-2rem),
641 'space-110': (2.5rem),
642 'space-0': (0),
643 'space-negative-80': (-1.75rem),
644 'space-100': (2.25rem),
645 'space-negative-70': (-1.5rem),
646 'space-200': (4.75rem),
647 'space-negative-60': (-1.25rem),
648 'space-negative-50': (-1rem),
649 'space-negative-40': (-0.75rem),
650 'space-negative-30': (-0.5rem),
651 'space-negative-20': (-0.25rem),
652 'space-negative-10': (-0.125rem),
653 'space-negative-190': (-4.5rem),
654 'space-negative-180': (-4.25rem),
655 'space-negative-170': (-4rem),
656 'space-negative-160': (-3.75rem),
657 'space-negative-150': (-3.5rem),
658 'space-negative-140': (-3.25rem),
659 'space-negative-130': (-3rem),
660 'space-90': (2rem),
661 'space-negative-120': (-2.75rem),
662 'space-80': (1.75rem),
663 'space-negative-110': (-2.5rem),
664 /* Darker shade of link text to be used in interactions */
665 'color-text-link-darker': (rgb(3, 11, 93)),
666 /* Darker shade of destructive link text to be used in interactions */
667 'color-text-link-destructive-darker': (rgb(74, 11, 11)),
668 /* Light shade of destructive link text to be used in interactions */
669 'color-text-link-destructive-light': (rgb(246, 177, 177)),
670 /* Dark error text for inputs and error misc */
671 'color-text-error-dark': (rgb(173, 17, 17)),
672 /* Dark shade of link text to be used in interactions */
673 'color-text-link-dark': (rgb(0, 20, 137)),
674 /* Light shade of link text to be used in interactions */
675 'color-text-link-light': (rgb(153, 205, 255)),
676 /* Light error text for inputs and error misc */
677 'color-text-error-light': (rgb(235, 86, 86)),
678 /* Color for dark warning text. */
679 'color-text-warning-dark': (rgb(195, 83, 35)),
680 /* Dark shade of destructive link text to be used in interactions */
681 'color-text-link-destructive-dark': (rgb(173, 17, 17)),
682 /* Weak shade of destructive link text to be used in interactions */
683 'color-text-link-destructive-weak': (rgb(246, 177, 177)),
684 /* Stronger shade of link text to be used in interactions */
685 'color-text-link-stronger': (rgb(3, 11, 93)),
686 /* Icon color for indicating a offline status */
687 'color-text-icon-offline': (rgb(96, 107, 133)),
688 /* Destructive link text */
689 'color-text-link-destructive': (rgb(214, 31, 31)),
690 /* Icon color for indicating success. */
691 'color-text-icon-success': (rgb(14, 124, 58)),
692 /* Color for warning text. */
693 'color-text-warning': (rgb(141, 49, 24)),
694 /* Strongest shade of destructive link text to be used in interactions */
695 'color-text-link-destructive-strongest': (rgb(49, 12, 12)),
696 /* Icon color for being neutral. */
697 'color-text-icon-neutral': (rgb(0, 20, 137)),
698 /* Color for text indicating a new status. */
699 'color-text-new': (rgb(109, 46, 209)),
700 /* Icon color for indicating an error. */
701 'color-text-icon-error': (rgb(214, 31, 31)),
702 /* Weak inverse text color for dark backgrounds. Must pass AA color contrast with color-background-body-inverse. */
703 'color-text-inverse-weak': (rgb(174, 178, 193)),
704 /* Icon color for indicating a available status */
705 'color-text-icon-available': (rgb(14, 124, 58)),
706 /* Stronger shade of destructive link text to be used in interactions */
707 'color-text-link-destructive-stronger': (rgb(74, 11, 11)),
708 /* Twilio brand icon color used for the Twilio logo on inverse backgrounds. */
709 'color-text-icon-brand-inverse': (rgb(255, 255, 255)),
710 /* Text color for success text. */
711 'color-text-success': (rgb(14, 124, 58)),
712 /* Weak body text for visual hierarchy. */
713 'color-text-weak': (rgb(96, 107, 133)),
714 /* Default icon color. */
715 'color-text-icon': (rgb(96, 107, 133)),
716 /* Link text */
717 'color-text-link': (rgb(2, 99, 224)),
718 /* Twilio brand red icon color used for the Twilio logo. */
719 'color-text-icon-brand-highlight': (rgb(242, 47, 70)),
720 /* Color for text indicating a neutral status. */
721 'color-text-neutral': (rgb(0, 20, 137)),
722 /* Strongest shade of link text to be used in interactions */
723 'color-text-link-strongest': (rgb(6, 3, 58)),
724 /* Error text for inputs and error misc */
725 'color-text-error': (rgb(214, 31, 31)),
726 /* Default icon color for inverse backgrounds. */
727 'color-text-icon-inverse': (rgb(136, 145, 170)),
728 /* Strong error text for inputs and error misc */
729 'color-text-error-strong': (rgb(173, 17, 17)),
730 /* Icon color for indicating a unavailable status */
731 'color-text-icon-unavailable': (rgb(214, 31, 31)),
732 /* Weak error text for inputs and error misc */
733 'color-text-error-weak': (rgb(235, 86, 86)),
734 /* Text color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or border tokens. */
735 'color-text-decorative-40': (rgb(109, 46, 209)),
736 /* Strong shade of link text to be used in interactions */
737 'color-text-link-strong': (rgb(0, 20, 137)),
738 /* Text color used on any brand color */
739 'color-text-brand-inverse': (rgb(255, 255, 255)),
740 /* Text color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or border tokens. */
741 'color-text-decorative-30': (rgb(14, 124, 58)),
742 /* Weak shade of link text to be used in interactions */
743 'color-text-link-weak': (rgb(153, 205, 255)),
744 /* Text color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or border tokens. */
745 'color-text-decorative-20': (rgb(0, 20, 137)),
746 /* Text color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or border tokens. */
747 'color-text-decorative-10': (rgb(96, 107, 133)),
748 /* Body text color */
749 'color-text': (rgb(18, 28, 45)),
750 /* Icon color for indicating a busy status */
751 'color-text-icon-busy': (rgb(227, 106, 25)),
752 /* Weakest body text for visual hierarchy. Inaccessible unless used on disabled controls. */
753 'color-text-weakest': (rgb(255, 255, 255)),
754 /* Twilio brand red, accessible on large text only. */
755 'color-text-brand-highlight': (rgb(242, 47, 70)),
756 /* Weaker inverse text color for dark backgrounds. Must pass AA color contrast with color-background-body-inverse. */
757 'color-text-inverse-weaker': (rgb(96, 107, 133)),
758 /* Inverse text color for dark backgrounds. Must pass AA color contrast with color-background-body-inverse. */
759 'color-text-inverse': (rgb(255, 255, 255)),
760 /* Weaker body text for visual hierarchy. Inaccessible unless used on disabled controls. */
761 'color-text-weaker': (rgb(174, 178, 193)),
762 /* Color for dark warning text. */
763 'color-text-warning-strong': (rgb(141, 49, 24)),
764 /* Icon color for indicating a warning. */
765 'color-text-icon-warning': (rgb(227, 106, 25)),
766 /* Strong shade of destructive link text to be used in interactions */
767 'color-text-link-destructive-strong': (rgb(173, 17, 17)),
768 'z-index-0': (0),
769 'z-index-90': (90),
770 'z-index-80': (80),
771 'z-index-70': (70),
772 'z-index-60': (60),
773 'z-index-50': (50),
774 'z-index-40': (40),
775 'z-index-30': (30),
776 'z-index-20': (20),
777 'z-index-10': (10),
778);