UNPKG

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