UNPKG

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