@dialpad/dialtone 9.60.0 → 9.61.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/README.md +63 -32
  2. package/dist/chunks/tokens-base-dark-BC3U5KoN.js +4 -0
  3. package/dist/chunks/tokens-base-dark-zbBpWlfP.js +1 -0
  4. package/dist/chunks/tokens-base-light-PCrr7t8W.js +4 -0
  5. package/dist/chunks/tokens-base-light-dvWvBHbM.js +1 -0
  6. package/dist/css/dialtone-default-theme.css +26906 -0
  7. package/dist/css/dialtone-default-theme.min.css +1 -0
  8. package/dist/css/dialtone.css +171 -4734
  9. package/dist/css/dialtone.min.css +1 -1
  10. package/dist/css/tokens/tokens-base-dark.css +937 -0
  11. package/dist/css/tokens/tokens-base-light.css +717 -0
  12. package/dist/css/tokens/tokens-dp-dark.css +1794 -0
  13. package/dist/css/tokens/tokens-dp-light.css +1794 -0
  14. package/dist/css/tokens/tokens-expressive-dark.css +1800 -0
  15. package/dist/css/tokens/tokens-expressive-light.css +1800 -0
  16. package/dist/css/tokens/tokens-expressive-sm-dark.css +1800 -0
  17. package/dist/css/tokens/tokens-expressive-sm-light.css +1800 -0
  18. package/dist/css/tokens/tokens-tmo-dark.css +1794 -0
  19. package/dist/css/tokens/tokens-tmo-light.css +1794 -0
  20. package/dist/themes/config.cjs +1 -0
  21. package/dist/themes/config.js +17 -0
  22. package/dist/themes/dp-dark.cjs +1 -0
  23. package/dist/themes/dp-dark.js +14 -0
  24. package/dist/themes/dp-light.cjs +1 -0
  25. package/dist/themes/dp-light.js +14 -0
  26. package/dist/themes/expressive-dark.cjs +1 -0
  27. package/dist/themes/expressive-dark.js +14 -0
  28. package/dist/themes/expressive-light.cjs +1 -0
  29. package/dist/themes/expressive-light.js +14 -0
  30. package/dist/themes/expressive-sm-dark.cjs +1 -0
  31. package/dist/themes/expressive-sm-dark.js +14 -0
  32. package/dist/themes/expressive-sm-light.cjs +1 -0
  33. package/dist/themes/expressive-sm-light.js +14 -0
  34. package/dist/themes/tmo-dark.cjs +1 -0
  35. package/dist/themes/tmo-dark.js +14 -0
  36. package/dist/themes/tmo-light.cjs +1 -0
  37. package/dist/themes/tmo-light.js +14 -0
  38. package/dist/tokens/css/tokens-base-dark.css +937 -0
  39. package/dist/tokens/css/tokens-base-light.css +717 -0
  40. package/dist/tokens/css/tokens-dp-dark.css +1794 -0
  41. package/dist/tokens/css/tokens-dp-light.css +1794 -0
  42. package/dist/tokens/css/tokens-expressive-dark.css +1800 -0
  43. package/dist/tokens/css/tokens-expressive-light.css +1800 -0
  44. package/dist/tokens/css/tokens-expressive-sm-dark.css +1800 -0
  45. package/dist/tokens/css/tokens-expressive-sm-light.css +1800 -0
  46. package/dist/tokens/css/tokens-tmo-dark.css +1794 -0
  47. package/dist/tokens/css/tokens-tmo-light.css +1794 -0
  48. package/dist/tokens/doc.json +89655 -77327
  49. package/dist/tokens/less/tokens-base-dark.less +487 -0
  50. package/dist/tokens/less/tokens-base-light.less +367 -0
  51. package/dist/tokens/less/{variables-dark.less → tokens-dp-dark.less} +82 -570
  52. package/dist/tokens/less/{variables-light.less → tokens-dp-light.less} +45 -413
  53. package/dist/tokens/less/{variables-expressive-dark.less → tokens-expressive-dark.less} +88 -571
  54. package/dist/tokens/less/{variables-expressive-light.less → tokens-expressive-light.less} +51 -414
  55. package/dist/tokens/less/{variables-expressive-sm-dark.less → tokens-expressive-sm-dark.less} +88 -571
  56. package/dist/tokens/less/{variables-expressive-sm-light.less → tokens-expressive-sm-light.less} +51 -414
  57. package/dist/tokens/less/{variables-tmo-dark.less → tokens-tmo-dark.less} +82 -570
  58. package/dist/tokens/less/{variables-tmo-light.less → tokens-tmo-light.less} +45 -413
  59. package/dist/tokens/tokens-base-dark.json +486 -0
  60. package/dist/tokens/tokens-base-light.json +366 -0
  61. package/dist/tokens/tokens-dp-dark.json +449 -0
  62. package/dist/tokens/tokens-dp-light.json +449 -0
  63. package/dist/tokens/tokens-expressive-dark.json +455 -0
  64. package/dist/tokens/tokens-expressive-light.json +455 -0
  65. package/dist/tokens/tokens-expressive-sm-dark.json +455 -0
  66. package/dist/tokens/tokens-expressive-sm-light.json +455 -0
  67. package/dist/tokens/tokens-tmo-dark.json +449 -0
  68. package/dist/tokens/tokens-tmo-light.json +449 -0
  69. package/package.json +9 -1
  70. package/dist/tokens/css/variables-dark.css +0 -941
  71. package/dist/tokens/css/variables-expressive-dark.css +0 -942
  72. package/dist/tokens/css/variables-expressive-light.css +0 -822
  73. package/dist/tokens/css/variables-expressive-sm-dark.css +0 -942
  74. package/dist/tokens/css/variables-expressive-sm-light.css +0 -822
  75. package/dist/tokens/css/variables-light.css +0 -821
  76. package/dist/tokens/css/variables-tmo-dark.css +0 -941
  77. package/dist/tokens/css/variables-tmo-light.css +0 -821
  78. package/dist/tokens/tokens-dark.json +0 -933
  79. package/dist/tokens/tokens-light.json +0 -813
@@ -1,323 +1,34 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 31 Jul 2024 23:01:24 GMT
2
+ // Do not edit directly, this file was auto-generated.
4
3
 
5
- @dt-font-size-100: 1.2rem; // small
6
- @dt-font-size-200: 1.6rem; // medium / base
7
- @dt-font-size-300: 2rem; // large
8
- @dt-font-size-400: 2.8rem; // extra large / xl
9
- @dt-font-size-500: 4.1rem; // extra large / xxl
10
- @dt-font-size-600: 5.1rem;
11
- @dt-font-size-root: 1rem;
12
- @dt-font-family-body: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
13
- @dt-font-family-expressive: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
14
- @dt-font-family-mono: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;
15
- @dt-font-line-height-100: 1;
16
- @dt-font-line-height-200: 1.2;
17
- @dt-font-line-height-300: 1.4;
18
- @dt-font-line-height-400: 1.6;
19
- @dt-font-line-height-500: 1.8;
20
- @dt-font-line-height-600: 2;
21
- @dt-font-weight-normal: 400;
22
- @dt-font-weight-medium: 500;
23
- @dt-font-weight-semi-bold: 600;
24
- @dt-font-weight-bold: 700;
25
- @dt-font-text-case-uppercase: uppercase;
26
- @dt-font-text-case-lowercase: lowercase;
27
- @dt-font-text-case-capitalize: capitalize;
28
- @dt-font-text-case-none: none;
29
- @dt-size-0: 0rem;
30
- @dt-size-50: 0.05rem;
31
- @dt-size-100: 0.1rem;
32
- @dt-size-200: 0.2rem;
33
- @dt-size-300: 0.4rem;
34
- @dt-size-350: 0.6rem;
35
- @dt-size-400: 0.8rem;
36
- @dt-size-450: 1.2rem;
37
- @dt-size-500: 1.6rem;
38
- @dt-size-525: 2rem;
39
- @dt-size-550: 2.4rem;
40
- @dt-size-600: 3.2rem;
41
- @dt-size-625: 4.2rem;
42
- @dt-size-650: 4.8rem;
43
- @dt-size-700: 6.4rem;
44
- @dt-size-720: 7.2rem;
45
- @dt-size-730: 8.4rem;
46
- @dt-size-750: 9.6rem;
47
- @dt-size-760: 10.2rem;
48
- @dt-size-775: 11.4rem;
49
- @dt-size-800: 12.8rem;
50
- @dt-size-825: 16.4rem;
51
- @dt-size-850: 19.2rem;
52
- @dt-size-875: 21.6rem;
53
- @dt-size-900: 25.6rem;
54
- @dt-size-905: 26.4rem;
55
- @dt-size-925: 33.2rem;
56
- @dt-size-950: 38.4rem;
57
- @dt-size-975: 46.4rem;
58
- @dt-size-1000: 51.2rem;
59
- @dt-size-1020: 62.8rem;
60
- @dt-size-1040: 76.4rem;
61
- @dt-size-1050: 76.8rem;
62
- @dt-size-1060: 82.8rem;
63
- @dt-size-1080: 91.2rem;
64
- @dt-size-1100: 102.4rem;
65
- @dt-size-1115: 114rem;
66
- @dt-size-1120: 126.8rem;
67
- @dt-size-1125: 128rem;
68
- @dt-size-1130: 134rem;
69
- @dt-size-1150: 153.6rem;
70
- @dt-size-1200: 204.8rem;
71
- @dt-size-base: 0.8rem;
72
- @dt-size-border-0: 0rem;
73
- @dt-size-border-50: 0.05rem;
74
- @dt-size-border-100: 0.1rem;
75
- @dt-size-border-150: 0.15rem;
76
- @dt-size-border-200: 0.2rem;
77
- @dt-size-border-300: 0.4rem;
78
- @dt-size-border-400: 0.8rem;
4
+ @dt-font-size-100: 12px; // small
5
+ @dt-font-size-200: 16px; // medium / base
6
+ @dt-font-size-300: 20px; // large
7
+ @dt-font-size-400: 28px; // extra large / xl
8
+ @dt-font-size-500: 41px; // extra large / xxl
9
+ @dt-font-size-600: 51px;
79
10
  @dt-size-border-focus: 0.3rem;
80
- @dt-size-50-negative: -0.05rem;
81
- @dt-size-100-negative: -0.1rem;
82
- @dt-size-200-negative: -0.2rem;
83
- @dt-size-300-negative: -0.4rem;
84
- @dt-size-350-negative: -0.6rem;
85
- @dt-size-400-negative: -0.8rem;
86
- @dt-size-450-negative: -1.2rem;
87
- @dt-size-500-negative: -1.6rem;
88
- @dt-size-525-negative: -2rem;
89
- @dt-size-550-negative: -2.4rem;
90
- @dt-size-600-negative: -3.2rem;
91
- @dt-size-625-negative: -4.2rem;
92
- @dt-size-650-negative: -4.8rem;
93
- @dt-size-700-negative: -6.4rem;
94
- @dt-size-720-negative: -7.2rem;
95
- @dt-size-730-negative: -8.4rem;
96
- @dt-size-750-negative: -9.6rem;
97
- @dt-size-760-negative: -10.2rem;
98
- @dt-size-775-negative: -11.4rem;
99
- @dt-size-800-negative: -12.8rem;
100
- @dt-size-825-negative: -16.4rem;
101
- @dt-size-850-negative: -19.2rem;
102
- @dt-size-875-negative: -21.6rem;
103
- @dt-size-900-negative: -25.6rem;
104
- @dt-size-905-negative: -26.4rem;
105
- @dt-size-925-negative: -33.2rem;
106
- @dt-size-950-negative: -38.4rem;
107
- @dt-size-975-negative: -46.4rem;
108
- @dt-size-1000-negative: -51.2rem;
109
- @dt-size-1020-negative: -62.8rem;
110
- @dt-size-1040-negative: -76.4rem;
111
- @dt-size-1050-negative: -76.8rem;
112
- @dt-size-1060-negative: -82.8rem;
113
- @dt-size-1080-negative: -91.2rem;
114
- @dt-size-1100-negative: -102.4rem;
115
- @dt-size-1115-negative: -114rem;
116
- @dt-size-1120-negative: -126.8rem;
117
- @dt-size-1125-negative: -128rem;
118
- @dt-size-1130-negative: -134rem;
119
- @dt-size-1150-negative: -153.6rem;
120
- @dt-size-1200-negative: -204.8rem;
121
- @dt-size-0-percent: 0%;
122
- @dt-size-5-percent: 5%;
123
- @dt-size-10-percent: 10%;
124
- @dt-size-20-percent: 20%;
125
- @dt-size-25-percent: 25%;
126
- @dt-size-30-percent: 30%;
127
- @dt-size-33-percent: 33.333%;
128
- @dt-size-40-percent: 40%;
129
- @dt-size-50-percent: 50%;
130
- @dt-size-60-percent: 60%;
131
- @dt-size-66-percent: 66.7%;
132
- @dt-size-70-percent: 70%;
133
- @dt-size-75-percent: 75%;
134
- @dt-size-80-percent: 80%;
135
- @dt-size-90-percent: 90%;
136
- @dt-size-95-percent: 95%;
137
- @dt-size-100-percent: 100%;
138
- @dt-size-radius-0: 0rem;
139
- @dt-size-radius-100: 0.1rem;
140
- @dt-size-radius-200: 0.2rem;
141
- @dt-size-radius-300: 0.4rem;
142
- @dt-size-radius-400: 0.8rem;
143
- @dt-size-radius-500: 1.6rem;
144
- @dt-size-radius-600: 3.2rem;
145
- @dt-size-radius-pill: 10.2rem;
146
- @dt-size-radius-circle: 50%;
147
- @dt-space-0: 0rem;
148
- @dt-space-50: 0.05rem;
149
- @dt-space-100: 0.1rem;
150
- @dt-space-200: 0.2rem;
151
- @dt-space-300: 0.4rem;
152
- @dt-space-350: 0.6rem;
153
- @dt-space-400: 0.8rem;
154
- @dt-space-450: 1.2rem;
155
- @dt-space-500: 1.6rem;
156
- @dt-space-525: 2rem;
157
- @dt-space-550: 2.4rem;
158
- @dt-space-600: 3.2rem;
159
- @dt-space-625: 4.2rem;
160
- @dt-space-650: 4.8rem;
161
- @dt-space-700: 6.4rem;
162
- @dt-space-720: 7.2rem;
163
- @dt-space-730: 8.4rem;
164
- @dt-space-750: 9.6rem;
165
- @dt-space-760: 10.2rem;
166
- @dt-space-775: 11.4rem;
167
- @dt-space-800: 12.8rem;
168
- @dt-space-825: 16.4rem;
169
- @dt-space-850: 19.2rem;
170
- @dt-space-875: 21.6rem;
171
- @dt-space-900: 25.6rem;
172
- @dt-space-905: 26.4rem;
173
- @dt-space-925: 33.2rem;
174
- @dt-space-950: 38.4rem;
175
- @dt-space-975: 46.4rem;
176
- @dt-space-1000: 51.2rem;
177
- @dt-space-1020: 62.8rem;
178
- @dt-space-1040: 76.4rem;
179
- @dt-space-1050: 76.8rem;
180
- @dt-space-1060: 82.8rem;
181
- @dt-space-1080: 91.2rem;
182
- @dt-space-1100: 102.4rem;
183
- @dt-space-1115: 114rem;
184
- @dt-space-1120: 126.8rem;
185
- @dt-space-1125: 128rem;
186
- @dt-space-1130: 134rem;
187
- @dt-space-1150: 153.6rem;
188
- @dt-space-1200: 204.8rem;
189
- @dt-space-base: 0.8rem;
190
- @dt-space-50-negative: -0.05rem;
191
- @dt-space-100-negative: -0.1rem;
192
- @dt-space-200-negative: -0.2rem;
193
- @dt-space-300-negative: -0.4rem;
194
- @dt-space-350-negative: -0.6rem;
195
- @dt-space-400-negative: -0.8rem;
196
- @dt-space-450-negative: -1.2rem;
197
- @dt-space-500-negative: -1.6rem;
198
- @dt-space-525-negative: -2rem;
199
- @dt-space-550-negative: -2.4rem;
200
- @dt-space-600-negative: -3.2rem;
201
- @dt-space-625-negative: -4.2rem;
202
- @dt-space-650-negative: -4.8rem;
203
- @dt-space-700-negative: -6.4rem;
204
- @dt-space-720-negative: -7.2rem;
205
- @dt-space-730-negative: -8.4rem;
206
- @dt-space-750-negative: -9.6rem;
207
- @dt-space-760-negative: -10.2rem;
208
- @dt-space-775-negative: -11.4rem;
209
- @dt-space-800-negative: -12.8rem;
210
- @dt-space-825-negative: -16.4rem;
211
- @dt-space-850-negative: -19.2rem;
212
- @dt-space-875-negative: -21.6rem;
213
- @dt-space-900-negative: -25.6rem;
214
- @dt-space-905-negative: -26.4rem;
215
- @dt-space-925-negative: -33.2rem;
216
- @dt-space-950-negative: -38.4rem;
217
- @dt-space-975-negative: -46.4rem;
218
- @dt-space-1000-negative: -51.2rem;
219
- @dt-space-1020-negative: -62.8rem;
220
- @dt-space-1040-negative: -76.4rem;
221
- @dt-space-1050-negative: -76.8rem;
222
- @dt-space-1060-negative: -82.8rem;
223
- @dt-space-1080-negative: -91.2rem;
224
- @dt-space-1100-negative: -102.4rem;
225
- @dt-space-1115-negative: -114rem;
226
- @dt-space-1120-negative: -126.8rem;
227
- @dt-space-1125-negative: -128rem;
228
- @dt-space-1130-negative: -134rem;
229
- @dt-space-1150-negative: -153.6rem;
230
- @dt-space-1200-negative: -204.8rem;
231
- @dt-space-0-percent: 0%;
232
- @dt-space-5-percent: 5%;
233
- @dt-space-10-percent: 10%;
234
- @dt-space-20-percent: 20%;
235
- @dt-space-25-percent: 25%;
236
- @dt-space-30-percent: 30%;
237
- @dt-space-33-percent: 33.333%;
238
- @dt-space-40-percent: 40%;
239
- @dt-space-50-percent: 50%;
240
- @dt-space-60-percent: 60%;
241
- @dt-space-66-percent: 66.7%;
242
- @dt-space-70-percent: 70%;
243
- @dt-space-75-percent: 75%;
244
- @dt-space-80-percent: 80%;
245
- @dt-space-90-percent: 90%;
246
- @dt-space-95-percent: 95%;
247
- @dt-space-100-percent: 100%;
248
- @dt-color-neutral-white: #ffffff; // White color independent of any theme.
249
- @dt-color-neutral-black: #000000; // Black color independent of any theme.
250
- @dt-color-neutral-transparent: transparent; // Transparent color independent of any theme.
251
- @dt-color-black-100: #000000;
252
- @dt-color-black-200: #262626;
253
- @dt-color-black-300: #3A3A3A;
254
- @dt-color-black-400: #555555;
255
- @dt-color-black-500: #808080;
256
- @dt-color-black-600: #AAAAAA;
257
- @dt-color-black-700: #C2C2C2;
258
- @dt-color-black-800: #D4D4D4;
259
- @dt-color-black-900: #E6E6E6;
260
- @dt-color-purple-100: #10022C;
261
- @dt-color-purple-200: #3A1D95;
262
- @dt-color-purple-300: #7C52FF;
263
- @dt-color-purple-400: #AB7EFF;
264
- @dt-color-purple-500: #DAC7FF;
265
- @dt-color-purple-600: #F5F0FF;
266
- @dt-color-blue-100: #01326D;
267
- @dt-color-blue-200: #1768C6;
268
- @dt-color-blue-300: #51A0FE;
269
- @dt-color-blue-400: #99C8FF;
270
- @dt-color-blue-500: #EAF2FA;
271
- @dt-color-magenta-100: #541A3B; // aka pink
272
- @dt-color-magenta-200: #8C0E56; // aka pink
273
- @dt-color-magenta-300: #F9008E; // aka pink
274
- @dt-color-magenta-400: #F985C7; // aka pink
275
- @dt-color-magenta-500: #FFE0F2; // aka pink
276
- @dt-color-gold-100: #815008; // aka yellow
277
- @dt-color-gold-200: #D28F2B; // aka yellow
278
- @dt-color-gold-300: #F6AB3C; // aka yellow
279
- @dt-color-gold-400: #FFDB80; // aka yellow
280
- @dt-color-gold-500: #FFF4CC; // aka yellow
281
- @dt-color-green-100: #124620;
282
- @dt-color-green-200: #1AA340;
283
- @dt-color-green-300: #45F777;
284
- @dt-color-green-400: #B0FFA3;
285
- @dt-color-green-500: #EDF9EB;
286
- @dt-color-red-100: #5B0505;
287
- @dt-color-red-200: #B70B0B;
288
- @dt-color-red-300: #EC0E0E;
289
- @dt-color-red-400: #FF8585;
290
- @dt-color-red-500: #FFE5E6;
291
- @dt-color-tan-100: #121212;
292
- @dt-color-tan-200: #3F3D3C;
293
- @dt-color-tan-300: #87807B;
294
- @dt-color-tan-400: #CEC8C4;
295
- @dt-color-tan-500: #F2F0EE;
296
- @dt-color-gradient-magenta-purple: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%); // Gradient for Ai-oriented treatments.
297
- @dt-color-brand-purple: #7C52FF; // Primary brand color.
298
- @dt-color-brand-magenta: #F9008E; // Secondary brand color, typically used as an accent color.
299
- @dt-color-brand-gold: #F6AB3C; // Secondary brand color, typically used as an accent color.
300
11
  @dt-color-foreground-primary: #E6E6E6; // Default text color throughout the UI.
301
12
  @dt-color-foreground-secondary: #C2C2C2; // Example uses include introduction paragraphs, labels, and descriptions paired with form elements.
302
13
  @dt-color-foreground-tertiary: #AAAAAA; // Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels.
303
14
  @dt-color-foreground-muted: hsl(0 0% 83.1% / 0.6);
304
- @dt-color-foreground-placeholder: #AAAAAA; // Text color for placeholder text within form elements.
305
- @dt-color-foreground-disabled: #AAAAAA; // Used for text paired with disabled content or components, like the form elements.
306
- @dt-color-foreground-critical: #FF8585; // Expresses an error, danger, or otherwise critical state.
307
- @dt-color-foreground-critical-strong: hsl(0 100% 82.1%); // Expresses an error, danger, or otherwise critical state on surfaces that require a stronger contrast.
15
+ @dt-color-foreground-placeholder: #AAAAAA;
16
+ @dt-color-foreground-disabled: #AAAAAA;
17
+ @dt-color-foreground-critical: #FF8585;
18
+ @dt-color-foreground-critical-strong: hsl(0 100% 82.1%);
308
19
  @dt-color-foreground-success: #B0FFA3; // Indicates a positive state.
309
- @dt-color-foreground-success-strong: hsl(112 100% 88.3%); // Indicates a strong positive state on surfaces that require a stronger contrast.
310
- @dt-color-foreground-warning: #FFDB80; // Indicates information that requires user’s attention and further action may be necessary.
311
- @dt-color-foreground-primary-inverted: #000000; // Primary text that sits on high-contrast surfaces or backgrounds.
312
- @dt-color-foreground-secondary-inverted: #3A3A3A; // Secondary text color that sits on high-contrast surfaces or backgrounds.
313
- @dt-color-foreground-tertiary-inverted: #555555; // Tertiary text color that sits on high-contrast surfaces or backgrounds.
20
+ @dt-color-foreground-success-strong: hsl(112 100% 88.3%);
21
+ @dt-color-foreground-warning: #FFDB80;
22
+ @dt-color-foreground-primary-inverted: #000000;
23
+ @dt-color-foreground-secondary-inverted: #3A3A3A;
24
+ @dt-color-foreground-tertiary-inverted: #555555;
314
25
  @dt-color-foreground-muted-inverted: hsl(0 0% 14.9% / 0.6); // Muted text color that sits on high-contrast surfaces or backgrounds.
315
26
  @dt-color-foreground-placeholder-inverted: #808080; // Placeholder text color that sits on high-contrast surfaces or backgrounds.
316
27
  @dt-color-foreground-disabled-inverted: #808080; // Disabled text color that sits on high-contrast surfaces or backgrounds.
317
- @dt-color-foreground-critical-inverted: #EC0E0E; // Critical text that sits on high-contrast surfaces or backgrounds
318
- @dt-color-foreground-critical-strong-inverted: hsl(0 88.7% 53.5%); // Critical strong text that sits on high-contrast surfaces or backgrounds
28
+ @dt-color-foreground-critical-inverted: #EC0E0E;
29
+ @dt-color-foreground-critical-strong-inverted: #B70B0B;
319
30
  @dt-color-foreground-success-inverted: #1AA340; // Success text that sits on high-contrast surfaces or backgrounds
320
- @dt-color-foreground-success-strong-inverted: hsl(136 59.1% 54.5%); // Success strong text that sits on high-contrast surfaces or backgrounds
31
+ @dt-color-foreground-success-strong-inverted: #124620;
321
32
  @dt-color-foreground-warning-inverted: #815008; // Warning text that sits on high-contrast surfaces or backgrounds
322
33
  @dt-color-link-primary: hsl(261 100% 78.2%);
323
34
  @dt-color-link-critical: #FF8585;
@@ -339,41 +50,41 @@
339
50
  @dt-color-link-disabled-hover: #AAAAAA;
340
51
  @dt-color-link-primary-inverted-hover: #3A1D95;
341
52
  @dt-color-link-critical-inverted-hover: #B70B0B;
342
- @dt-color-link-success-inverted-hover: hsl(136 59.1% 54.5%);
53
+ @dt-color-link-success-inverted-hover: #124620;
343
54
  @dt-color-link-warning-inverted-hover: #262626;
344
55
  @dt-color-link-muted-inverted-hover: #000000;
345
56
  @dt-color-link-disabled-inverted-hover: #808080;
346
- @dt-color-surface-secondary-opaque: hsl(0 0% 90.2% / 0.06); // Secondary surface as opaque background color.
347
- @dt-color-surface-moderate-opaque: hsl(0 0% 90.2% / 0.15); // Moderate surface as opaque background color.
348
- @dt-color-surface-bold-opaque: hsl(0 0% 90.2% / 0.27); // Bold surface as opaque background color.
349
- @dt-color-surface-strong-opaque: hsl(0 0% 90.2% / 0.65); // Strong surface as opaque background color.
350
- @dt-color-surface-contrast-opaque: hsl(0 0% 90.2% / 0.96); // Contrast surface as opaque background color.
57
+ @dt-color-surface-secondary-opaque: hsl(0 0% 90.2% / 0.06);
58
+ @dt-color-surface-moderate-opaque: hsl(0 0% 90.2% / 0.15);
59
+ @dt-color-surface-bold-opaque: hsl(0 0% 90.2% / 0.27);
60
+ @dt-color-surface-strong-opaque: hsl(0 0% 90.2% / 0.65);
61
+ @dt-color-surface-contrast-opaque: hsl(0 0% 90.2% / 0.96);
351
62
  @dt-color-surface-backdrop: hsl(0 0% 0% / 0.7); // Background color for a modal-like backdrop.
352
- @dt-color-surface-critical-opaque: hsl(0 88.7% 38% / 0.32); // Critical surface as opaque background color.
353
- @dt-color-surface-critical-subtle-opaque: hsl(0 89.6% 9.41% / 0.5); // Critical subtle surface as opaque background color.
354
- @dt-color-surface-warning-opaque: hsl(35.9 66% 49.6% / 0.48); // Warning surface as opaque background color
355
- @dt-color-surface-warning-subtle-opaque: hsl(35.7 88.3% 13.4% / 0.5); // Warning subtle surface as opaque background color
356
- @dt-color-surface-success-opaque: hsl(137 72.5% 37.1% / 0.26); // Success surface as opaque background color.
357
- @dt-color-surface-success-subtle-opaque: hsl(136 59.1% 8.63% / 0.5); // Success subtle surface as opaque background color.
358
- @dt-color-surface-info-opaque: hsl(212 79.2% 43.3% / 0.29); // Info surface as opaque background color.
359
- @dt-color-surface-info-subtle-opaque: hsl(213 98.2% 12.9% / 0.5); // Info surface as opaque background color.
360
- @dt-color-surface-primary: hsl(0 0% 12%); // Default surface color for the majority of surfaces.
361
- @dt-color-surface-secondary: #262626; // For adjacent or complementary regions.
362
- @dt-color-surface-moderate: #3A3A3A; // A tertiary surface level, prominent without being too overpowering.
363
- @dt-color-surface-bold: #555555; // Highlight or call attention to specific areas of the interface.
63
+ @dt-color-surface-critical-opaque: hsl(0 88.7% 38% / 0.32);
64
+ @dt-color-surface-critical-subtle-opaque: hsl(0 89.6% 9.41% / 0.5);
65
+ @dt-color-surface-warning-opaque: hsl(35.9 66% 49.6% / 0.48);
66
+ @dt-color-surface-warning-subtle-opaque: hsl(35.7 88.3% 13.4% / 0.5);
67
+ @dt-color-surface-success-opaque: hsl(137 72.5% 37.1% / 0.26);
68
+ @dt-color-surface-success-subtle-opaque: hsl(136 59.1% 8.63% / 0.5);
69
+ @dt-color-surface-info-opaque: hsl(212 79.2% 43.3% / 0.29);
70
+ @dt-color-surface-info-subtle-opaque: hsl(213 98.2% 12.9% / 0.5);
71
+ @dt-color-surface-primary: hsl(0 0% 12%);
72
+ @dt-color-surface-secondary: #262626;
73
+ @dt-color-surface-moderate: #3A3A3A;
74
+ @dt-color-surface-bold: #555555;
364
75
  @dt-color-surface-strong: #AAAAAA; // Use sparingly to draw the eye to a relatively important region.
365
- @dt-color-surface-contrast: #E6E6E6; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
76
+ @dt-color-surface-contrast: #E6E6E6;
366
77
  @dt-color-surface-critical: #5B0505; // Background surface color containing error, danger, or otherwise critical messaging or elements.
367
- @dt-color-surface-critical-subtle: hsl(0 89.6% 9.41%); // A softer version of the Critical surface.
78
+ @dt-color-surface-critical-subtle: hsl(0 89.6% 9.41%);
368
79
  @dt-color-surface-critical-strong: #FF8585; // A contrasting critical surface, most likely paired with inverted foreground colors.
369
80
  @dt-color-surface-warning: #815008; // Background surface color highlighting messaging or elements that may require user's attention.
370
- @dt-color-surface-warning-subtle: hsl(35.7 88.3% 13.4%); // A softer version of the default warning surface.
81
+ @dt-color-surface-warning-subtle: hsl(35.7 88.3% 13.4%);
371
82
  @dt-color-surface-warning-strong: #D28F2B; // A contrasting warning surface, most likely paired with inverted foreground colors.
372
83
  @dt-color-surface-success: #124620; // Background surface color containing messaging or elements expressing a positive or successful state.
373
- @dt-color-surface-success-subtle: hsl(136 59.1% 8.63%); // A softer version of the default success surface.
84
+ @dt-color-surface-success-subtle: hsl(136 59.1% 8.63%);
374
85
  @dt-color-surface-success-strong: #B0FFA3; // A contrasting positive state surface, most likely paired with inverted foreground colors.
375
86
  @dt-color-surface-info: #01326D; // Background surface color containing messaging or elements communicated as generally informational.
376
- @dt-color-surface-info-subtle: hsl(213 98.2% 12.9%); // A softer version of the default informational surface.
87
+ @dt-color-surface-info-subtle: hsl(213 98.2% 12.9%);
377
88
  @dt-color-surface-info-strong: #99C8FF; // A contrasting informational surface, most likely paired with inverted foreground colors.
378
89
  @dt-color-border-subtle: hsl(0 0% 100% / 0.14);
379
90
  @dt-color-border-default: hsl(0 0% 100% / 0.22);
@@ -395,7 +106,7 @@
395
106
  @dt-color-border-success-subtle: #1AA340;
396
107
  @dt-color-border-success-strong: #EDF9EB;
397
108
  @dt-color-border-warning-subtle: #D28F2B;
398
- @dt-color-border-warning-strong: hsl(47.1 100% 72%);
109
+ @dt-color-border-warning-strong: #FFF4CC;
399
110
  @dt-color-border-brand-subtle: #3A1D95;
400
111
  @dt-color-border-brand-strong: #DAC7FF;
401
112
  @dt-color-border-critical-inverted: #EC0E0E;
@@ -410,354 +121,160 @@
410
121
  @dt-color-border-warning-strong-inverted: #815008;
411
122
  @dt-color-border-brand-subtle-inverted: #DAC7FF;
412
123
  @dt-color-border-brand-strong-inverted: #3A1D95;
413
- @dt-opacity-0: 0;
414
- @dt-opacity-100: .05;
415
- @dt-opacity-200: .1;
416
- @dt-opacity-300: .2;
417
- @dt-opacity-400: .25;
418
- @dt-opacity-500: .3;
419
- @dt-opacity-600: .4;
420
- @dt-opacity-700: .5;
421
- @dt-opacity-800: .6;
422
- @dt-opacity-900: .7;
423
- @dt-opacity-1000: .75;
424
- @dt-opacity-1100: .8;
425
- @dt-opacity-1200: .9;
426
- @dt-opacity-1300: 1;
427
- @dt-shadow-small-1-x: 0rem;
428
- @dt-shadow-small-1-y: 0.2rem;
429
- @dt-shadow-small-1-blur: 0.4rem;
430
- @dt-shadow-small-1-spread: 0rem;
431
- @dt-shadow-small-1-color: rgba(0, 0, 0, 0.45);
432
- @dt-shadow-small-1-type: dropShadow;
433
- @dt-shadow-small-2-x: 0.05rem;
434
- @dt-shadow-small-2-y: 0.05rem;
435
- @dt-shadow-small-2-blur: 0rem;
436
- @dt-shadow-small-2-spread: 0rem;
437
- @dt-shadow-small-2-color: #000000;
438
- @dt-shadow-small-2-type: dropShadow;
439
- @dt-shadow-small-3-x: -0.05rem;
440
- @dt-shadow-small-3-y: -0.05rem;
441
- @dt-shadow-small-3-blur: 0;
442
- @dt-shadow-small-3-spread: 0;
443
- @dt-shadow-small-3-color: #000000;
444
- @dt-shadow-small-3-type: dropShadow;
445
- @dt-shadow-small-4-x: -0.05rem;
446
- @dt-shadow-small-4-y: 0.05rem;
447
- @dt-shadow-small-4-blur: 0;
448
- @dt-shadow-small-4-spread: 0;
449
- @dt-shadow-small-4-color: #000000;
450
- @dt-shadow-small-4-type: dropShadow;
451
- @dt-shadow-small-5-x: 0.05rem;
452
- @dt-shadow-small-5-y: -0.05rem;
453
- @dt-shadow-small-5-blur: 0;
454
- @dt-shadow-small-5-spread: 0;
455
- @dt-shadow-small-5-color: #000000;
456
- @dt-shadow-small-5-type: dropShadow;
457
- @dt-shadow-medium-1-x: 0rem;
458
- @dt-shadow-medium-1-y: 0.2rem;
459
- @dt-shadow-medium-1-blur: 0.8rem;
460
- @dt-shadow-medium-1-spread: 0rem;
461
- @dt-shadow-medium-1-color: rgba(0, 0, 0, 0.55);
462
- @dt-shadow-medium-1-type: dropShadow;
463
- @dt-shadow-medium-2-x: 0.05rem;
464
- @dt-shadow-medium-2-y: 0.05rem;
465
- @dt-shadow-medium-2-blur: 0rem;
466
- @dt-shadow-medium-2-spread: 0rem;
467
- @dt-shadow-medium-2-color: #000000;
468
- @dt-shadow-medium-2-type: dropShadow;
469
- @dt-shadow-medium-3-x: -0.05rem;
470
- @dt-shadow-medium-3-y: -0.05rem;
471
- @dt-shadow-medium-3-blur: 0;
472
- @dt-shadow-medium-3-spread: 0;
473
- @dt-shadow-medium-3-color: #000000;
474
- @dt-shadow-medium-3-type: dropShadow;
475
- @dt-shadow-medium-4-x: -0.05rem;
476
- @dt-shadow-medium-4-y: 0.05rem;
477
- @dt-shadow-medium-4-blur: 0;
478
- @dt-shadow-medium-4-spread: 0;
479
- @dt-shadow-medium-4-color: #000000;
480
- @dt-shadow-medium-4-type: dropShadow;
481
- @dt-shadow-medium-5-x: 0.05rem;
482
- @dt-shadow-medium-5-y: -0.05rem;
483
- @dt-shadow-medium-5-blur: 0;
484
- @dt-shadow-medium-5-spread: 0;
485
- @dt-shadow-medium-5-color: #000000;
486
- @dt-shadow-medium-5-type: dropShadow;
487
- @dt-shadow-large-1-x: 0rem;
488
- @dt-shadow-large-1-y: 0.2rem;
489
- @dt-shadow-large-1-blur: 1.6rem;
490
- @dt-shadow-large-1-spread: 0rem;
491
- @dt-shadow-large-1-color: rgba(0, 0, 0, 0.55);
492
- @dt-shadow-large-1-type: dropShadow;
493
- @dt-shadow-large-2-x: -0.05rem;
494
- @dt-shadow-large-2-y: 0.05rem;
495
- @dt-shadow-large-2-blur: 0rem;
496
- @dt-shadow-large-2-spread: 0rem;
497
- @dt-shadow-large-2-color: #000000;
498
- @dt-shadow-large-2-type: dropShadow;
499
- @dt-shadow-large-3-x: -0.05rem;
500
- @dt-shadow-large-3-y: -0.05rem;
501
- @dt-shadow-large-3-blur: 0;
502
- @dt-shadow-large-3-spread: 0;
503
- @dt-shadow-large-3-color: #000000;
504
- @dt-shadow-large-3-type: dropShadow;
505
- @dt-shadow-large-4-x: -0.05rem;
506
- @dt-shadow-large-4-y: 0.05rem;
507
- @dt-shadow-large-4-blur: 0;
508
- @dt-shadow-large-4-spread: 0;
509
- @dt-shadow-large-4-color: #000000;
510
- @dt-shadow-large-4-type: dropShadow;
511
- @dt-shadow-large-5-x: 0.05rem;
512
- @dt-shadow-large-5-y: -0.05rem;
513
- @dt-shadow-large-5-blur: 0;
514
- @dt-shadow-large-5-spread: 0;
515
- @dt-shadow-large-5-color: #000000;
516
- @dt-shadow-large-5-type: dropShadow;
517
- @dt-shadow-extra-large-1-x: 0rem;
518
- @dt-shadow-extra-large-1-y: 0.2rem;
519
- @dt-shadow-extra-large-1-blur: 3.2rem;
520
- @dt-shadow-extra-large-1-spread: 0rem;
521
- @dt-shadow-extra-large-1-color: rgba(0, 0, 0, 0.55);
522
- @dt-shadow-extra-large-1-type: dropShadow;
523
- @dt-shadow-extra-large-2-x: 0.05rem;
524
- @dt-shadow-extra-large-2-y: 0.05rem;
525
- @dt-shadow-extra-large-2-blur: 0rem;
526
- @dt-shadow-extra-large-2-spread: 0rem;
527
- @dt-shadow-extra-large-2-color: #000000;
528
- @dt-shadow-extra-large-2-type: dropShadow;
529
- @dt-shadow-extra-large-3-x: -0.05rem;
530
- @dt-shadow-extra-large-3-y: -0.05rem;
531
- @dt-shadow-extra-large-3-blur: 0;
532
- @dt-shadow-extra-large-3-spread: 0;
533
- @dt-shadow-extra-large-3-color: #000000;
534
- @dt-shadow-extra-large-3-type: dropShadow;
535
- @dt-shadow-extra-large-4-x: -0.05rem;
536
- @dt-shadow-extra-large-4-y: 0.05rem;
537
- @dt-shadow-extra-large-4-blur: 0;
538
- @dt-shadow-extra-large-4-spread: 0;
539
- @dt-shadow-extra-large-4-color: #000000;
540
- @dt-shadow-extra-large-4-type: dropShadow;
541
- @dt-shadow-extra-large-5-x: 0.05rem;
542
- @dt-shadow-extra-large-5-y: -0.05rem;
543
- @dt-shadow-extra-large-5-blur: 0;
544
- @dt-shadow-extra-large-5-spread: 0;
545
- @dt-shadow-extra-large-5-color: #000000;
546
- @dt-shadow-extra-large-5-type: dropShadow;
547
- @dt-shadow-card-1-x: 0rem;
548
- @dt-shadow-card-1-y: 0.1rem;
549
- @dt-shadow-card-1-blur: 0.2rem;
550
- @dt-shadow-card-1-spread: 0rem;
551
- @dt-shadow-card-1-color: rgba(0, 0, 0, 0.35);
552
- @dt-shadow-card-1-type: dropShadow;
553
- @dt-shadow-card-2-x: 0rem;
554
- @dt-shadow-card-2-y: 0.2rem;
555
- @dt-shadow-card-2-blur: 0.4rem;
556
- @dt-shadow-card-2-spread: 0rem;
557
- @dt-shadow-card-2-color: rgba(0, 0, 0, 0.45);
558
- @dt-shadow-card-2-type: dropShadow;
559
- @dt-shadow-card-3-x: 0rem;
560
- @dt-shadow-card-3-y: 0.2rem;
561
- @dt-shadow-card-3-blur: 1.6rem;
562
- @dt-shadow-card-3-spread: 0rem;
563
- @dt-shadow-card-3-color: rgba(0, 0, 0, 0.58);
564
- @dt-shadow-card-3-type: dropShadow;
565
- @dt-shadow-card-4-x: 0.05rem;
566
- @dt-shadow-card-4-y: 0.05rem;
567
- @dt-shadow-card-4-blur: 0rem;
568
- @dt-shadow-card-4-spread: 0rem;
569
- @dt-shadow-card-4-color: #000000;
570
- @dt-shadow-card-4-type: dropShadow;
571
- @dt-shadow-card-5-x: -0.05rem;
572
- @dt-shadow-card-5-y: -0.05rem;
573
- @dt-shadow-card-5-blur: 0;
574
- @dt-shadow-card-5-spread: 0;
575
- @dt-shadow-card-5-color: #000000;
576
- @dt-shadow-card-5-type: dropShadow;
577
- @dt-shadow-card-6-x: -0.05rem;
578
- @dt-shadow-card-6-y: 0.05rem;
579
- @dt-shadow-card-6-blur: 0;
580
- @dt-shadow-card-6-spread: 0;
581
- @dt-shadow-card-6-color: #000000;
582
- @dt-shadow-card-6-type: dropShadow;
583
- @dt-shadow-card-7-x: 0.05rem;
584
- @dt-shadow-card-7-y: -0.05rem;
585
- @dt-shadow-card-7-blur: 0;
586
- @dt-shadow-card-7-spread: 0;
587
- @dt-shadow-card-7-color: #000000;
588
- @dt-shadow-card-7-type: dropShadow;
589
- @dt-shadow-focus-1-x: 0rem;
590
- @dt-shadow-focus-1-y: 0rem;
591
- @dt-shadow-focus-1-blur: 0rem;
592
- @dt-shadow-focus-1-spread: 0.1rem;
593
- @dt-shadow-focus-1-color: #000000;
594
- @dt-shadow-focus-1-type: dropShadow;
595
- @dt-shadow-focus-2-x: 0rem;
596
- @dt-shadow-focus-2-y: 0rem;
597
- @dt-shadow-focus-2-blur: 0rem;
598
- @dt-shadow-focus-2-spread: 0.3rem;
599
- @dt-shadow-focus-2-color: #51A0FE;
600
- @dt-shadow-focus-2-type: dropShadow;
601
- @dt-shadow-focus-inset-1-x: 0rem;
602
- @dt-shadow-focus-inset-1-y: 0rem;
603
- @dt-shadow-focus-inset-1-blur: 0rem;
604
- @dt-shadow-focus-inset-1-spread: 0.2rem;
605
- @dt-shadow-focus-inset-1-color: #51A0FE;
606
- @dt-shadow-focus-inset-1-type: innerShadow;
607
124
  @dt-typography-body-md-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Base default medium text style for main content.
608
125
  @dt-typography-body-md-font-weight: 400; // Base default medium text style for main content.
609
126
  @dt-typography-body-md-line-height: 1.6; // Base default medium text style for main content.
610
- @dt-typography-body-md-font-size: 1.6rem; // Base default medium text style for main content.
127
+ @dt-typography-body-md-font-size: 16px; // Base default medium text style for main content.
611
128
  @dt-typography-body-md-text-case: none; // Base default medium text style for main content.
612
129
  @dt-typography-body-md-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of medium body style.
613
130
  @dt-typography-body-md-compact-font-weight: 400; // A tighter-spaced version of medium body style.
614
131
  @dt-typography-body-md-compact-line-height: 1.4; // A tighter-spaced version of medium body style.
615
- @dt-typography-body-md-compact-font-size: 1.6rem; // A tighter-spaced version of medium body style.
132
+ @dt-typography-body-md-compact-font-size: 16px; // A tighter-spaced version of medium body style.
616
133
  @dt-typography-body-md-compact-text-case: none; // A tighter-spaced version of medium body style.
617
134
  @dt-typography-body-sm-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Reduced small text style for less prominent or adjacent content.
618
135
  @dt-typography-body-sm-font-weight: 400; // Reduced small text style for less prominent or adjacent content.
619
136
  @dt-typography-body-sm-line-height: 1.4; // Reduced small text style for less prominent or adjacent content.
620
- @dt-typography-body-sm-font-size: 1.2rem; // Reduced small text style for less prominent or adjacent content.
137
+ @dt-typography-body-sm-font-size: 12px; // Reduced small text style for less prominent or adjacent content.
621
138
  @dt-typography-body-sm-text-case: none; // Reduced small text style for less prominent or adjacent content.
622
139
  @dt-typography-body-sm-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of small body style.
623
140
  @dt-typography-body-sm-compact-font-weight: 400; // A tighter-spaced version of small body style.
624
141
  @dt-typography-body-sm-compact-line-height: 1.2; // A tighter-spaced version of small body style.
625
- @dt-typography-body-sm-compact-font-size: 1.2rem; // A tighter-spaced version of small body style.
142
+ @dt-typography-body-sm-compact-font-size: 12px; // A tighter-spaced version of small body style.
626
143
  @dt-typography-body-sm-compact-text-case: none; // A tighter-spaced version of small body style.
627
144
  @dt-typography-headline-eyebrow-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
628
145
  @dt-typography-headline-eyebrow-font-weight: 400; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
629
146
  @dt-typography-headline-eyebrow-line-height: 1.4; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
630
- @dt-typography-headline-eyebrow-font-size: 1.2rem; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
147
+ @dt-typography-headline-eyebrow-font-size: 12px; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
631
148
  @dt-typography-headline-eyebrow-text-case: uppercase; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
632
149
  @dt-typography-headline-sm-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Smaller text size for secondary information or subheadings.
633
150
  @dt-typography-headline-sm-font-weight: 700; // Smaller text size for secondary information or subheadings.
634
151
  @dt-typography-headline-sm-line-height: 1.4; // Smaller text size for secondary information or subheadings.
635
- @dt-typography-headline-sm-font-size: 1.6rem; // Smaller text size for secondary information or subheadings.
152
+ @dt-typography-headline-sm-font-size: 16px; // Smaller text size for secondary information or subheadings.
636
153
  @dt-typography-headline-sm-text-case: none; // Smaller text size for secondary information or subheadings.
637
154
  @dt-typography-headline-sm-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of small headline style.
638
155
  @dt-typography-headline-sm-compact-font-weight: 700; // A tighter-spaced version of small headline style.
639
156
  @dt-typography-headline-sm-compact-line-height: 1.2; // A tighter-spaced version of small headline style.
640
- @dt-typography-headline-sm-compact-font-size: 1.6rem; // A tighter-spaced version of small headline style.
157
+ @dt-typography-headline-sm-compact-font-size: 16px; // A tighter-spaced version of small headline style.
641
158
  @dt-typography-headline-sm-compact-text-case: none; // A tighter-spaced version of small headline style.
642
159
  @dt-typography-headline-sm-soft-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A softer font weight version of small headline style.
643
160
  @dt-typography-headline-sm-soft-font-weight: 500; // A softer font weight version of small headline style.
644
161
  @dt-typography-headline-sm-soft-line-height: 1.4; // A softer font weight version of small headline style.
645
- @dt-typography-headline-sm-soft-font-size: 1.6rem; // A softer font weight version of small headline style.
162
+ @dt-typography-headline-sm-soft-font-size: 16px; // A softer font weight version of small headline style.
646
163
  @dt-typography-headline-sm-soft-text-case: none; // A softer font weight version of small headline style.
647
164
  @dt-typography-headline-sm-soft-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A softer font weight, tighter-spaced version of small headline style.
648
165
  @dt-typography-headline-sm-soft-compact-font-weight: 500; // A softer font weight, tighter-spaced version of small headline style.
649
166
  @dt-typography-headline-sm-soft-compact-line-height: 1.2; // A softer font weight, tighter-spaced version of small headline style.
650
- @dt-typography-headline-sm-soft-compact-font-size: 1.6rem; // A softer font weight, tighter-spaced version of small headline style.
167
+ @dt-typography-headline-sm-soft-compact-font-size: 16px; // A softer font weight, tighter-spaced version of small headline style.
651
168
  @dt-typography-headline-sm-soft-compact-text-case: none; // A softer font weight, tighter-spaced version of small headline style.
652
169
  @dt-typography-headline-md-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Medium-sized base text style for headlines.
653
170
  @dt-typography-headline-md-font-weight: 700; // Medium-sized base text style for headlines.
654
171
  @dt-typography-headline-md-line-height: 1.6; // Medium-sized base text style for headlines.
655
- @dt-typography-headline-md-font-size: 2rem; // Medium-sized base text style for headlines.
172
+ @dt-typography-headline-md-font-size: 20px; // Medium-sized base text style for headlines.
656
173
  @dt-typography-headline-md-text-case: none; // Medium-sized base text style for headlines.
657
174
  @dt-typography-headline-md-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of medium headline style.
658
175
  @dt-typography-headline-md-compact-font-weight: 700; // A tighter-spaced version of medium headline style.
659
176
  @dt-typography-headline-md-compact-line-height: 1.4; // A tighter-spaced version of medium headline style.
660
- @dt-typography-headline-md-compact-font-size: 2rem; // A tighter-spaced version of medium headline style.
177
+ @dt-typography-headline-md-compact-font-size: 20px; // A tighter-spaced version of medium headline style.
661
178
  @dt-typography-headline-md-compact-text-case: none; // A tighter-spaced version of medium headline style.
662
179
  @dt-typography-headline-lg-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Large text style for headlines to attract attention.
663
180
  @dt-typography-headline-lg-font-weight: 700; // Large text style for headlines to attract attention.
664
181
  @dt-typography-headline-lg-line-height: 1.6; // Large text style for headlines to attract attention.
665
- @dt-typography-headline-lg-font-size: 2.8rem; // Large text style for headlines to attract attention.
182
+ @dt-typography-headline-lg-font-size: 28px; // Large text style for headlines to attract attention.
666
183
  @dt-typography-headline-lg-text-case: none; // Large text style for headlines to attract attention.
667
184
  @dt-typography-headline-lg-soft-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A softer font weight version of large headline style.
668
185
  @dt-typography-headline-lg-soft-font-weight: 500; // A softer font weight version of large headline style.
669
186
  @dt-typography-headline-lg-soft-line-height: 1.6; // A softer font weight version of large headline style.
670
- @dt-typography-headline-lg-soft-font-size: 2.8rem; // A softer font weight version of large headline style.
187
+ @dt-typography-headline-lg-soft-font-size: 28px; // A softer font weight version of large headline style.
671
188
  @dt-typography-headline-lg-soft-text-case: none; // A softer font weight version of large headline style.
672
189
  @dt-typography-headline-lg-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of large body style.
673
190
  @dt-typography-headline-lg-compact-font-weight: 700; // A tighter-spaced version of large body style.
674
191
  @dt-typography-headline-lg-compact-line-height: 1.4; // A tighter-spaced version of large body style.
675
- @dt-typography-headline-lg-compact-font-size: 2.8rem; // A tighter-spaced version of large body style.
192
+ @dt-typography-headline-lg-compact-font-size: 28px; // A tighter-spaced version of large body style.
676
193
  @dt-typography-headline-lg-compact-text-case: none; // A tighter-spaced version of large body style.
677
194
  @dt-typography-headline-lg-soft-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A softer font weight, tighter spaced version of large headline style.
678
195
  @dt-typography-headline-lg-soft-compact-font-weight: 500; // A softer font weight, tighter spaced version of large headline style.
679
196
  @dt-typography-headline-lg-soft-compact-line-height: 1.4; // A softer font weight, tighter spaced version of large headline style.
680
- @dt-typography-headline-lg-soft-compact-font-size: 2.8rem; // A softer font weight, tighter spaced version of large headline style.
197
+ @dt-typography-headline-lg-soft-compact-font-size: 28px; // A softer font weight, tighter spaced version of large headline style.
681
198
  @dt-typography-headline-lg-soft-compact-text-case: none; // A softer font weight, tighter spaced version of large headline style.
682
199
  @dt-typography-headline-xl-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Extra large text style for high importance headlines.
683
200
  @dt-typography-headline-xl-font-weight: 500; // Extra large text style for high importance headlines.
684
201
  @dt-typography-headline-xl-line-height: 1.2; // Extra large text style for high importance headlines.
685
- @dt-typography-headline-xl-font-size: 4.1rem; // Extra large text style for high importance headlines.
202
+ @dt-typography-headline-xl-font-size: 41px; // Extra large text style for high importance headlines.
686
203
  @dt-typography-headline-xl-text-case: none; // Extra large text style for high importance headlines.
687
204
  @dt-typography-headline-xl-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of extra large headline style.
688
205
  @dt-typography-headline-xl-compact-font-weight: 500; // A tighter-spaced version of extra large headline style.
689
206
  @dt-typography-headline-xl-compact-line-height: 1; // A tighter-spaced version of extra large headline style.
690
- @dt-typography-headline-xl-compact-font-size: 4.1rem; // A tighter-spaced version of extra large headline style.
207
+ @dt-typography-headline-xl-compact-font-size: 41px; // A tighter-spaced version of extra large headline style.
691
208
  @dt-typography-headline-xl-compact-text-case: none; // A tighter-spaced version of extra large headline style.
692
209
  @dt-typography-headline-xxl-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Largest text style for extra extra large content.
693
210
  @dt-typography-headline-xxl-font-weight: 500; // Largest text style for extra extra large content.
694
211
  @dt-typography-headline-xxl-line-height: 1.2; // Largest text style for extra extra large content.
695
- @dt-typography-headline-xxl-font-size: 5.1rem; // Largest text style for extra extra large content.
212
+ @dt-typography-headline-xxl-font-size: 51px; // Largest text style for extra extra large content.
696
213
  @dt-typography-headline-xxl-text-case: none; // Largest text style for extra extra large content.
697
214
  @dt-typography-headline-xxl-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of extra extra large headline style.
698
215
  @dt-typography-headline-xxl-compact-font-weight: 500; // A tighter-spaced version of extra extra large headline style.
699
216
  @dt-typography-headline-xxl-compact-line-height: 1; // A tighter-spaced version of extra extra large headline style.
700
- @dt-typography-headline-xxl-compact-font-size: 5.1rem; // A tighter-spaced version of extra extra large headline style.
217
+ @dt-typography-headline-xxl-compact-font-size: 51px; // A tighter-spaced version of extra extra large headline style.
701
218
  @dt-typography-headline-xxl-compact-text-case: none; // A tighter-spaced version of extra extra large headline style.
702
219
  @dt-typography-label-md-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Base default medium-sized text style for labels, providing clear identification and categorization.
703
220
  @dt-typography-label-md-font-weight: 600; // Base default medium-sized text style for labels, providing clear identification and categorization.
704
221
  @dt-typography-label-md-line-height: 1.6; // Base default medium-sized text style for labels, providing clear identification and categorization.
705
- @dt-typography-label-md-font-size: 1.6rem; // Base default medium-sized text style for labels, providing clear identification and categorization.
222
+ @dt-typography-label-md-font-size: 16px; // Base default medium-sized text style for labels, providing clear identification and categorization.
706
223
  @dt-typography-label-md-text-case: none; // Base default medium-sized text style for labels, providing clear identification and categorization.
707
224
  @dt-typography-label-md-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of medium label style.
708
225
  @dt-typography-label-md-compact-font-weight: 600; // A tighter-spaced version of medium label style.
709
226
  @dt-typography-label-md-compact-line-height: 1.4; // A tighter-spaced version of medium label style.
710
- @dt-typography-label-md-compact-font-size: 1.6rem; // A tighter-spaced version of medium label style.
227
+ @dt-typography-label-md-compact-font-size: 16px; // A tighter-spaced version of medium label style.
711
228
  @dt-typography-label-md-compact-text-case: none; // A tighter-spaced version of medium label style.
712
229
  @dt-typography-label-md-plain-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A non-bold version of medium label style.
713
230
  @dt-typography-label-md-plain-font-weight: 400; // A non-bold version of medium label style.
714
231
  @dt-typography-label-md-plain-line-height: 1.6; // A non-bold version of medium label style.
715
- @dt-typography-label-md-plain-font-size: 1.6rem; // A non-bold version of medium label style.
232
+ @dt-typography-label-md-plain-font-size: 16px; // A non-bold version of medium label style.
716
233
  @dt-typography-label-md-plain-text-case: none; // A non-bold version of medium label style.
717
234
  @dt-typography-label-md-plain-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A non-bolded, tighter-spaced version of medium label style.
718
235
  @dt-typography-label-md-plain-compact-font-weight: 400; // A non-bolded, tighter-spaced version of medium label style.
719
236
  @dt-typography-label-md-plain-compact-line-height: 1.4; // A non-bolded, tighter-spaced version of medium label style.
720
- @dt-typography-label-md-plain-compact-font-size: 1.6rem; // A non-bolded, tighter-spaced version of medium label style.
237
+ @dt-typography-label-md-plain-compact-font-size: 16px; // A non-bolded, tighter-spaced version of medium label style.
721
238
  @dt-typography-label-md-plain-compact-text-case: none; // A non-bolded, tighter-spaced version of medium label style.
722
239
  @dt-typography-label-sm-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
723
240
  @dt-typography-label-sm-font-weight: 600; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
724
241
  @dt-typography-label-sm-line-height: 1.4; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
725
- @dt-typography-label-sm-font-size: 1.2rem; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
242
+ @dt-typography-label-sm-font-size: 12px; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
726
243
  @dt-typography-label-sm-text-case: none; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
727
244
  @dt-typography-label-sm-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of small label style.
728
245
  @dt-typography-label-sm-compact-font-weight: 600; // A tighter-spaced version of small label style.
729
246
  @dt-typography-label-sm-compact-line-height: 1.2; // A tighter-spaced version of small label style.
730
- @dt-typography-label-sm-compact-font-size: 1.2rem; // A tighter-spaced version of small label style.
247
+ @dt-typography-label-sm-compact-font-size: 12px; // A tighter-spaced version of small label style.
731
248
  @dt-typography-label-sm-compact-text-case: none; // A tighter-spaced version of small label style.
732
249
  @dt-typography-label-sm-plain-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A non-bold version of small label style.
733
250
  @dt-typography-label-sm-plain-font-weight: 400; // A non-bold version of small label style.
734
251
  @dt-typography-label-sm-plain-line-height: 1.4; // A non-bold version of small label style.
735
- @dt-typography-label-sm-plain-font-size: 1.2rem; // A non-bold version of small label style.
252
+ @dt-typography-label-sm-plain-font-size: 12px; // A non-bold version of small label style.
736
253
  @dt-typography-label-sm-plain-text-case: none; // A non-bold version of small label style.
737
254
  @dt-typography-label-sm-plain-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A non-bolded, tighter-spaced version of small label style.
738
255
  @dt-typography-label-sm-plain-compact-font-weight: 400; // A non-bolded, tighter-spaced version of small label style.
739
256
  @dt-typography-label-sm-plain-compact-line-height: 1.2; // A non-bolded, tighter-spaced version of small label style.
740
- @dt-typography-label-sm-plain-compact-font-size: 1.2rem; // A non-bolded, tighter-spaced version of small label style.
257
+ @dt-typography-label-sm-plain-compact-font-size: 12px; // A non-bolded, tighter-spaced version of small label style.
741
258
  @dt-typography-label-sm-plain-compact-text-case: none; // A non-bolded, tighter-spaced version of small label style.
742
259
  @dt-typography-helper-md-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Base default medium-sized text style for supplementary contextual information.
743
260
  @dt-typography-helper-md-font-weight: 400; // Base default medium-sized text style for supplementary contextual information.
744
261
  @dt-typography-helper-md-line-height: 1.4; // Base default medium-sized text style for supplementary contextual information.
745
- @dt-typography-helper-md-font-size: 1.6rem; // Base default medium-sized text style for supplementary contextual information.
262
+ @dt-typography-helper-md-font-size: 16px; // Base default medium-sized text style for supplementary contextual information.
746
263
  @dt-typography-helper-md-text-case: none; // Base default medium-sized text style for supplementary contextual information.
747
264
  @dt-typography-helper-sm-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
748
265
  @dt-typography-helper-sm-font-weight: 400; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
749
266
  @dt-typography-helper-sm-line-height: 1.2; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
750
- @dt-typography-helper-sm-font-size: 1.2rem; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
267
+ @dt-typography-helper-sm-font-size: 12px; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
751
268
  @dt-typography-helper-sm-text-case: none; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
752
269
  @dt-typography-code-md-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; // Base default medium-sized text style for monospace code snippets of technical content.
753
270
  @dt-typography-code-md-font-weight: 400; // Base default medium-sized text style for monospace code snippets of technical content.
754
271
  @dt-typography-code-md-line-height: 1.2; // Base default medium-sized text style for monospace code snippets of technical content.
755
- @dt-typography-code-md-font-size: 1.6rem; // Base default medium-sized text style for monospace code snippets of technical content.
272
+ @dt-typography-code-md-font-size: 16px; // Base default medium-sized text style for monospace code snippets of technical content.
756
273
  @dt-typography-code-md-text-case: none; // Base default medium-sized text style for monospace code snippets of technical content.
757
274
  @dt-typography-code-sm-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
758
275
  @dt-typography-code-sm-font-weight: 400; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
759
276
  @dt-typography-code-sm-line-height: 1.2; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
760
- @dt-typography-code-sm-font-size: 1.2rem; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
277
+ @dt-typography-code-sm-font-size: 12px; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
761
278
  @dt-typography-code-sm-text-case: none; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
762
279
  @dt-inputs-size-border-default: 0.15rem;
763
280
  @dt-inputs-size-border-status: 0.2rem;
@@ -767,11 +284,11 @@
767
284
  @dt-inputs-size-radius-lg: 1.2rem;
768
285
  @dt-inputs-size-radius-xl: 1.6rem;
769
286
  @dt-inputs-line-height-default: 1.2;
770
- @dt-inputs-font-size-xs: 1.2rem;
771
- @dt-inputs-font-size-sm: 1.2rem;
772
- @dt-inputs-font-size-md: 1.6rem;
773
- @dt-inputs-font-size-lg: 2rem;
774
- @dt-inputs-font-size-xl: 1.2rem;
287
+ @dt-inputs-font-size-xs: 12px;
288
+ @dt-inputs-font-size-sm: 12px;
289
+ @dt-inputs-font-size-md: 16px;
290
+ @dt-inputs-font-size-lg: 20px;
291
+ @dt-inputs-font-size-xl: 12px;
775
292
  @dt-inputs-color-foreground-default: #E6E6E6;
776
293
  @dt-inputs-color-foreground-placeholder: #AAAAAA;
777
294
  @dt-inputs-color-foreground-disabled: #AAAAAA;
@@ -823,7 +340,7 @@
823
340
  @dt-action-color-background-inverted-active: hsl(0 0% 12% / 0.3);
824
341
  @dt-action-color-background-inverted-primary-default: hsl(0 0% 12%);
825
342
  @dt-action-color-background-inverted-primary-hover: #10022C;
826
- @dt-action-color-background-inverted-primary-active: hsl(254 67.4% 33.5%);
343
+ @dt-action-color-background-inverted-primary-active: #3A1D95;
827
344
  @dt-action-color-background-muted-default: transparent;
828
345
  @dt-action-color-background-muted-hover: hsl(0 0% 83.1% / 0.1);
829
346
  @dt-action-color-background-muted-active: hsl(0 0% 83.1% / 0.16);
@@ -915,14 +432,14 @@
915
432
  @dt-checkbox-color-border-unchecked: #808080;
916
433
  @dt-checkbox-color-border-checked: #7C52FF;
917
434
  @dt-checkbox-color-background-checked: #7C52FF;
918
- @dt-icon-size-100: 1.2rem;
919
- @dt-icon-size-200: 1.4rem;
920
- @dt-icon-size-300: 1.8rem;
921
- @dt-icon-size-400: 2rem;
922
- @dt-icon-size-500: 2.4rem;
923
- @dt-icon-size-600: 3.2rem;
924
- @dt-icon-size-700: 3.8rem;
925
- @dt-icon-size-800: 4.8rem;
435
+ @dt-icon-size-100: 12px;
436
+ @dt-icon-size-200: 14px;
437
+ @dt-icon-size-300: 18px;
438
+ @dt-icon-size-400: 20px;
439
+ @dt-icon-size-500: 24px;
440
+ @dt-icon-size-600: 32px;
441
+ @dt-icon-size-700: 38px;
442
+ @dt-icon-size-800: 48px;
926
443
  @dt-icon-size-border-100: 0.1rem;
927
444
  @dt-icon-size-border-200: 0.125rem;
928
445
  @dt-icon-size-border-300: 0.15rem;