UNPKG

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