UNPKG

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