UNPKG

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