pathum-ds-library 0.0.8

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.
@@ -0,0 +1,1195 @@
1
+ /**
2
+ * Design tokens exported from Figma (see packages/ui/figma-export/).
3
+ * Light-mode semantic/component colors are defaults; .dark overrides where applicable.
4
+ */
5
+
6
+ @theme {
7
+
8
+ /* --- Primitive palette (_Primitives / Style) --- */
9
+ --color-base-black: #000000;
10
+ --color-base-transparent: rgba(255, 255, 255, 0);
11
+ --color-base-white: #ffffff;
12
+ --color-blue-dark-100: #d1e0ff;
13
+ --color-blue-dark-200: #b2ccff;
14
+ --color-blue-dark-25: #f5f8ff;
15
+ --color-blue-dark-300: #84adff;
16
+ --color-blue-dark-400: #528bff;
17
+ --color-blue-dark-50: #eff4ff;
18
+ --color-blue-dark-500: #2970ff;
19
+ --color-blue-dark-600: #155eef;
20
+ --color-blue-dark-700: #004eeb;
21
+ --color-blue-dark-800: #0040c1;
22
+ --color-blue-dark-900: #00359e;
23
+ --color-blue-dark-950: #002266;
24
+ --color-blue-light-100: #e0f2fe;
25
+ --color-blue-light-200: #b9e6fe;
26
+ --color-blue-light-25: #f5fbff;
27
+ --color-blue-light-300: #7cd4fd;
28
+ --color-blue-light-400: #36bffa;
29
+ --color-blue-light-50: #f0f9ff;
30
+ --color-blue-light-500: #0ba5ec;
31
+ --color-blue-light-600: #0086c9;
32
+ --color-blue-light-700: #026aa2;
33
+ --color-blue-light-800: #065986;
34
+ --color-blue-light-900: #0b4a6f;
35
+ --color-blue-light-950: #062c41;
36
+ --color-blue-100: #d1e9ff;
37
+ --color-blue-200: #b2ddff;
38
+ --color-blue-25: #f5faff;
39
+ --color-blue-300: #84caff;
40
+ --color-blue-400: #53b1fd;
41
+ --color-blue-50: #eff8ff;
42
+ --color-blue-500: #2e90fa;
43
+ --color-blue-600: #1570ef;
44
+ --color-blue-700: #175cd3;
45
+ --color-blue-800: #1849a9;
46
+ --color-blue-900: #194185;
47
+ --color-blue-950: #102a56;
48
+ --color-brand-100: #f4ebff;
49
+ --color-brand-200: #e9d7fe;
50
+ --color-brand-25: #fcfaff;
51
+ --color-brand-300: #d6bbfb;
52
+ --color-brand-400: #b692f6;
53
+ --color-brand-50: #f9f5ff;
54
+ --color-brand-500: #9e77ed;
55
+ --color-brand-600: #7f56d9;
56
+ --color-brand-700: #6941c6;
57
+ --color-brand-800: #53389e;
58
+ --color-brand-900: #42307d;
59
+ --color-brand-950: #2c1c5f;
60
+ --color-cyan-100: #cff9fe;
61
+ --color-cyan-200: #a5f0fc;
62
+ --color-cyan-25: #f5feff;
63
+ --color-cyan-300: #67e3f9;
64
+ --color-cyan-400: #22ccee;
65
+ --color-cyan-50: #ecfdff;
66
+ --color-cyan-500: #06aed4;
67
+ --color-cyan-600: #088ab2;
68
+ --color-cyan-700: #0e7090;
69
+ --color-cyan-800: #155b75;
70
+ --color-cyan-900: #164c63;
71
+ --color-cyan-950: #0d2d3a;
72
+ --color-error-100: #fee4e2;
73
+ --color-error-200: #fecdca;
74
+ --color-error-25: #fffbfa;
75
+ --color-error-300: #fda29b;
76
+ --color-error-400: #f97066;
77
+ --color-error-50: #fef3f2;
78
+ --color-error-500: #f04438;
79
+ --color-error-600: #d92d20;
80
+ --color-error-700: #b42318;
81
+ --color-error-800: #912018;
82
+ --color-error-900: #7a271a;
83
+ --color-error-950: #55160c;
84
+ --color-fuchsia-100: #fbe8ff;
85
+ --color-fuchsia-200: #f6d0fe;
86
+ --color-fuchsia-25: #fefaff;
87
+ --color-fuchsia-300: #eeaafd;
88
+ --color-fuchsia-400: #e478fa;
89
+ --color-fuchsia-50: #fdf4ff;
90
+ --color-fuchsia-500: #d444f1;
91
+ --color-fuchsia-600: #ba24d5;
92
+ --color-fuchsia-700: #9f1ab1;
93
+ --color-fuchsia-800: #821890;
94
+ --color-fuchsia-900: #6f1877;
95
+ --color-fuchsia-950: #47104c;
96
+ --color-gray-dark-alpha-100: rgba(255, 255, 255, 0.9399999976158142);
97
+ --color-gray-dark-alpha-200: rgba(255, 255, 255, 0.9200000166893005);
98
+ --color-gray-dark-alpha-25: rgba(255, 255, 255, 0.9800000190734863);
99
+ --color-gray-dark-alpha-300: rgba(255, 255, 255, 0.800000011920929);
100
+ --color-gray-dark-alpha-400: rgba(255, 255, 255, 0.5600000023841858);
101
+ --color-gray-dark-alpha-50: rgba(255, 255, 255, 0.9599999785423279);
102
+ --color-gray-dark-alpha-500: rgba(255, 255, 255, 0.5);
103
+ --color-gray-dark-alpha-600: rgba(255, 255, 255, 0.3499999940395355);
104
+ --color-gray-dark-alpha-700: rgba(255, 255, 255, 0.1599999964237213);
105
+ --color-gray-dark-alpha-800: rgba(255, 255, 255, 0.07999999821186066);
106
+ --color-gray-dark-alpha-900: rgba(255, 255, 255, 0.03999999910593033);
107
+ --color-gray-dark-alpha-950: rgba(255, 255, 255, 0);
108
+ --color-gray-dark-100: #f0f1f1;
109
+ --color-gray-dark-200: #ececed;
110
+ --color-gray-dark-25: #fafafa;
111
+ --color-gray-dark-300: #cecfd2;
112
+ --color-gray-dark-400: #94969c;
113
+ --color-gray-dark-50: #f5f5f6;
114
+ --color-gray-dark-500: #85888e;
115
+ --color-gray-dark-600: #61646c;
116
+ --color-gray-dark-700: #333741;
117
+ --color-gray-dark-800: #1f242f;
118
+ --color-gray-dark-900: #161b26;
119
+ --color-gray-dark-950: #0c111d;
120
+ --color-gray-light-100: #f2f4f7;
121
+ --color-gray-light-200: #eaecf0;
122
+ --color-gray-light-25: #fcfcfd;
123
+ --color-gray-light-300: #d0d5dd;
124
+ --color-gray-light-400: #98a2b3;
125
+ --color-gray-light-50: #f9fafb;
126
+ --color-gray-light-500: #667085;
127
+ --color-gray-light-600: #475467;
128
+ --color-gray-light-700: #344054;
129
+ --color-gray-light-800: #182230;
130
+ --color-gray-light-900: #101828;
131
+ --color-gray-light-950: #0c111d;
132
+ --color-gray-blue-100: #eaecf5;
133
+ --color-gray-blue-200: #d5d9eb;
134
+ --color-gray-blue-25: #fcfcfd;
135
+ --color-gray-blue-300: #b3b8db;
136
+ --color-gray-blue-400: #717bbc;
137
+ --color-gray-blue-50: #f8f9fc;
138
+ --color-gray-blue-500: #4e5ba6;
139
+ --color-gray-blue-600: #3e4784;
140
+ --color-gray-blue-700: #363f72;
141
+ --color-gray-blue-800: #293056;
142
+ --color-gray-blue-900: #101323;
143
+ --color-gray-blue-950: #0d0f1c;
144
+ --color-gray-cool-100: #eff1f5;
145
+ --color-gray-cool-200: #dcdfea;
146
+ --color-gray-cool-25: #fcfcfd;
147
+ --color-gray-cool-300: #b9c0d4;
148
+ --color-gray-cool-400: #7d89b0;
149
+ --color-gray-cool-50: #f9f9fb;
150
+ --color-gray-cool-500: #5d6b98;
151
+ --color-gray-cool-600: #4a5578;
152
+ --color-gray-cool-700: #404968;
153
+ --color-gray-cool-800: #30374f;
154
+ --color-gray-cool-900: #111322;
155
+ --color-gray-cool-950: #0e101b;
156
+ --color-gray-iron-100: #f4f4f5;
157
+ --color-gray-iron-200: #e4e4e7;
158
+ --color-gray-iron-25: #fcfcfc;
159
+ --color-gray-iron-300: #d1d1d6;
160
+ --color-gray-iron-400: #a0a0ab;
161
+ --color-gray-iron-50: #fafafa;
162
+ --color-gray-iron-500: #70707b;
163
+ --color-gray-iron-600: #51525c;
164
+ --color-gray-iron-700: #3f3f46;
165
+ --color-gray-iron-800: #26272b;
166
+ --color-gray-iron-900: #1a1a1e;
167
+ --color-gray-iron-950: #131316;
168
+ --color-gray-modern-100: #eef2f6;
169
+ --color-gray-modern-200: #e3e8ef;
170
+ --color-gray-modern-25: #fcfcfd;
171
+ --color-gray-modern-300: #cdd5df;
172
+ --color-gray-modern-400: #9aa4b2;
173
+ --color-gray-modern-50: #f8fafc;
174
+ --color-gray-modern-500: #697586;
175
+ --color-gray-modern-600: #4b5565;
176
+ --color-gray-modern-700: #364152;
177
+ --color-gray-modern-800: #202939;
178
+ --color-gray-modern-900: #121926;
179
+ --color-gray-modern-950: #0d121c;
180
+ --color-neutral-100: #f3f4f6;
181
+ --color-neutral-200: #e5e7eb;
182
+ --color-neutral-25: #fcfcfd;
183
+ --color-neutral-300: #d2d6db;
184
+ --color-neutral-400: #9da4ae;
185
+ --color-neutral-50: #f9fafb;
186
+ --color-neutral-500: #6c737f;
187
+ --color-neutral-600: #4d5761;
188
+ --color-neutral-700: #384250;
189
+ --color-neutral-800: #1f2a37;
190
+ --color-neutral-900: #111927;
191
+ --color-neutral-950: #0d121c;
192
+ --color-gray-true-100: #f5f5f5;
193
+ --color-gray-true-200: #e5e5e5;
194
+ --color-gray-true-25: #fcfcfc;
195
+ --color-gray-true-300: #d6d6d6;
196
+ --color-gray-true-400: #a3a3a3;
197
+ --color-gray-true-50: #fafafa;
198
+ --color-gray-true-500: #737373;
199
+ --color-gray-true-600: #525252;
200
+ --color-gray-true-700: #424242;
201
+ --color-gray-true-800: #292929;
202
+ --color-gray-true-900: #141414;
203
+ --color-gray-true-950: #0f0f0f;
204
+ --color-gray-warm-100: #f5f5f4;
205
+ --color-gray-warm-200: #e7e5e4;
206
+ --color-gray-warm-25: #fdfdfc;
207
+ --color-gray-warm-300: #d7d3d0;
208
+ --color-gray-warm-400: #a9a29d;
209
+ --color-gray-warm-50: #fafaf9;
210
+ --color-gray-warm-500: #79716b;
211
+ --color-gray-warm-600: #57534e;
212
+ --color-gray-warm-700: #44403c;
213
+ --color-gray-warm-800: #292524;
214
+ --color-gray-warm-900: #1c1917;
215
+ --color-gray-warm-950: #171412;
216
+ --color-green-light-100: #e3fbcc;
217
+ --color-green-light-200: #d0f8ab;
218
+ --color-green-light-25: #fafef5;
219
+ --color-green-light-300: #a6ef67;
220
+ --color-green-light-400: #85e13a;
221
+ --color-green-light-50: #f3fee7;
222
+ --color-green-light-500: #66c61c;
223
+ --color-green-light-600: #4ca30d;
224
+ --color-green-light-700: #3b7c0f;
225
+ --color-green-light-800: #326212;
226
+ --color-green-light-900: #2b5314;
227
+ --color-green-light-950: #15290a;
228
+ --color-green-100: #d3f8df;
229
+ --color-green-200: #aaf0c4;
230
+ --color-green-25: #f6fef9;
231
+ --color-green-300: #73e2a3;
232
+ --color-green-400: #3ccb7f;
233
+ --color-green-50: #edfcf2;
234
+ --color-green-500: #16b364;
235
+ --color-green-600: #099250;
236
+ --color-green-700: #087443;
237
+ --color-green-800: #095c37;
238
+ --color-green-900: #084c2e;
239
+ --color-green-950: #052e1c;
240
+ --color-indigo-100: #e0eaff;
241
+ --color-indigo-200: #c7d7fe;
242
+ --color-indigo-25: #f5f8ff;
243
+ --color-indigo-300: #a4bcfd;
244
+ --color-indigo-400: #8098f9;
245
+ --color-indigo-50: #eef4ff;
246
+ --color-indigo-500: #6172f3;
247
+ --color-indigo-600: #444ce7;
248
+ --color-indigo-700: #3538cd;
249
+ --color-indigo-800: #2d31a6;
250
+ --color-indigo-900: #2d3282;
251
+ --color-indigo-950: #1f235b;
252
+ --color-moss-100: #e6f4d7;
253
+ --color-moss-200: #ceeab0;
254
+ --color-moss-25: #fafdf7;
255
+ --color-moss-300: #acdc79;
256
+ --color-moss-400: #86cb3c;
257
+ --color-moss-50: #f5fbee;
258
+ --color-moss-500: #669f2a;
259
+ --color-moss-600: #4f7a21;
260
+ --color-moss-700: #3f621a;
261
+ --color-moss-800: #335015;
262
+ --color-moss-900: #2b4212;
263
+ --color-moss-950: #1a280b;
264
+ --color-orange-dark-100: #ffe6d5;
265
+ --color-orange-dark-200: #ffd6ae;
266
+ --color-orange-dark-25: #fff9f5;
267
+ --color-orange-dark-300: #ff9c66;
268
+ --color-orange-dark-400: #ff692e;
269
+ --color-orange-dark-50: #fff4ed;
270
+ --color-orange-dark-500: #ff4405;
271
+ --color-orange-dark-600: #e62e05;
272
+ --color-orange-dark-700: #bc1b06;
273
+ --color-orange-dark-800: #97180c;
274
+ --color-orange-dark-900: #771a0d;
275
+ --color-orange-dark-950: #57130a;
276
+ --color-orange-100: #fdead7;
277
+ --color-orange-200: #f9dbaf;
278
+ --color-orange-25: #fefaf5;
279
+ --color-orange-300: #f7b27a;
280
+ --color-orange-400: #f38744;
281
+ --color-orange-50: #fef6ee;
282
+ --color-orange-500: #ef6820;
283
+ --color-orange-600: #e04f16;
284
+ --color-orange-700: #b93815;
285
+ --color-orange-800: #932f19;
286
+ --color-orange-900: #772917;
287
+ --color-orange-950: #511c10;
288
+ --color-pink-100: #fce7f6;
289
+ --color-pink-200: #fcceee;
290
+ --color-pink-25: #fef6fb;
291
+ --color-pink-300: #faa7e0;
292
+ --color-pink-400: #f670c7;
293
+ --color-pink-50: #fdf2fa;
294
+ --color-pink-500: #ee46bc;
295
+ --color-pink-600: #dd2590;
296
+ --color-pink-700: #c11574;
297
+ --color-pink-800: #9e165f;
298
+ --color-pink-900: #851651;
299
+ --color-pink-950: #4e0d30;
300
+ --color-purple-100: #ebe9fe;
301
+ --color-purple-200: #d9d6fe;
302
+ --color-purple-25: #fafaff;
303
+ --color-purple-300: #bdb4fe;
304
+ --color-purple-400: #9b8afb;
305
+ --color-purple-50: #f4f3ff;
306
+ --color-purple-500: #7a5af8;
307
+ --color-purple-600: #6938ef;
308
+ --color-purple-700: #5925dc;
309
+ --color-purple-800: #4a1fb8;
310
+ --color-purple-900: #3e1c96;
311
+ --color-purple-950: #27115f;
312
+ --color-rose-100: #ffe4e8;
313
+ --color-rose-200: #fecdd6;
314
+ --color-rose-25: #fff5f6;
315
+ --color-rose-300: #fea3b4;
316
+ --color-rose-400: #fd6f8e;
317
+ --color-rose-50: #fff1f3;
318
+ --color-rose-500: #f63d68;
319
+ --color-rose-600: #e31b54;
320
+ --color-rose-700: #c01048;
321
+ --color-rose-800: #a11043;
322
+ --color-rose-900: #89123e;
323
+ --color-rose-950: #510b24;
324
+ --color-success-100: #dcfae6;
325
+ --color-success-200: #abefc6;
326
+ --color-success-25: #f6fef9;
327
+ --color-success-300: #75e0a7;
328
+ --color-success-400: #47cd89;
329
+ --color-success-50: #ecfdf3;
330
+ --color-success-500: #17b26a;
331
+ --color-success-600: #079455;
332
+ --color-success-700: #067647;
333
+ --color-success-800: #085d3a;
334
+ --color-success-900: #074d31;
335
+ --color-success-950: #053321;
336
+ --color-teal-100: #ccfbef;
337
+ --color-teal-200: #99f6e0;
338
+ --color-teal-25: #f6fefc;
339
+ --color-teal-300: #5fe9d0;
340
+ --color-teal-400: #2ed3b7;
341
+ --color-teal-50: #f0fdf9;
342
+ --color-teal-500: #15b79e;
343
+ --color-teal-600: #0e9384;
344
+ --color-teal-700: #107569;
345
+ --color-teal-800: #125d56;
346
+ --color-teal-900: #134e48;
347
+ --color-teal-950: #0a2926;
348
+ --color-violet-100: #ece9fe;
349
+ --color-violet-200: #ddd6fe;
350
+ --color-violet-25: #fbfaff;
351
+ --color-violet-300: #c3b5fd;
352
+ --color-violet-400: #a48afb;
353
+ --color-violet-50: #f5f3ff;
354
+ --color-violet-500: #875bf7;
355
+ --color-violet-600: #7839ee;
356
+ --color-violet-700: #6927da;
357
+ --color-violet-800: #5720b7;
358
+ --color-violet-900: #491c96;
359
+ --color-violet-950: #2e125e;
360
+ --color-warning-100: #fef0c7;
361
+ --color-warning-200: #fedf89;
362
+ --color-warning-25: #fffcf5;
363
+ --color-warning-300: #fec84b;
364
+ --color-warning-400: #fdb022;
365
+ --color-warning-50: #fffaeb;
366
+ --color-warning-500: #f79009;
367
+ --color-warning-600: #dc6803;
368
+ --color-warning-700: #b54708;
369
+ --color-warning-800: #93370d;
370
+ --color-warning-900: #7a2e0e;
371
+ --color-warning-950: #4e1d09;
372
+ --color-yellow-100: #fef7c3;
373
+ --color-yellow-200: #feee95;
374
+ --color-yellow-25: #fefdf0;
375
+ --color-yellow-300: #fde272;
376
+ --color-yellow-400: #fac515;
377
+ --color-yellow-50: #fefbe8;
378
+ --color-yellow-500: #eaaa08;
379
+ --color-yellow-600: #ca8504;
380
+ --color-yellow-700: #a15c07;
381
+ --color-yellow-800: #854a0e;
382
+ --color-yellow-900: #713b12;
383
+ --color-yellow-950: #542c0d;
384
+
385
+ /* --- Semantic colors: Light mode (1. Color modes) --- */
386
+ --color-bg-active: #f9fafb;
387
+ --color-bg-brand-primary: #f9f5ff;
388
+ --color-bg-brand-primary_alt: #f9f5ff;
389
+ --color-bg-brand-secondary: #f4ebff;
390
+ --color-bg-brand-section: #53389e;
391
+ --color-bg-brand-section_subtle: #6941c6;
392
+ --color-bg-brand-solid: #7f56d9;
393
+ --color-bg-brand-solid_hover: #6941c6;
394
+ --color-bg-disabled: #f2f4f7;
395
+ --color-bg-disabled_subtle: #f9fafb;
396
+ --color-bg-error-primary: #fef3f2;
397
+ --color-bg-error-secondary: #fee4e2;
398
+ --color-bg-error-solid: #d92d20;
399
+ --color-bg-overlay: #0c111d;
400
+ --color-bg-primary: #ffffff;
401
+ --color-bg-primary-solid: #0c111d;
402
+ --color-bg-primary_alt: #ffffff;
403
+ --color-bg-primary_hover: #f9fafb;
404
+ --color-bg-quaternary: #eaecf0;
405
+ --color-bg-secondary: #f9fafb;
406
+ --color-bg-secondary-solid: #475467;
407
+ --color-bg-secondary_alt: #f9fafb;
408
+ --color-bg-secondary_hover: #f2f4f7;
409
+ --color-bg-secondary_subtle: #fcfcfd;
410
+ --color-bg-success-primary: #ecfdf3;
411
+ --color-bg-success-secondary: #dcfae6;
412
+ --color-bg-success-solid: #079455;
413
+ --color-bg-tertiary: #f2f4f7;
414
+ --color-bg-warning-primary: #fffaeb;
415
+ --color-bg-warning-secondary: #fef0c7;
416
+ --color-bg-warning-solid: #dc6803;
417
+ --color-border-brand: #d6bbfb;
418
+ --color-border-brand-solid: #7f56d9;
419
+ --color-border-brand-solid_alt: #7f56d9;
420
+ --color-border-disabled: #d0d5dd;
421
+ --color-border-disabled_subtle: #eaecf0;
422
+ --color-border-error: #fda29b;
423
+ --color-border-error-solid: #d92d20;
424
+ --color-border-primary: #d0d5dd;
425
+ --color-border-secondary: #eaecf0;
426
+ --color-border-tertiary: #f2f4f7;
427
+ --color-fg-brand-primary: #7f56d9;
428
+ --color-fg-brand-primary_alt: #7f56d9;
429
+ --color-fg-brand-secondary: #9e77ed;
430
+ --color-fg-disabled: #98a2b3;
431
+ --color-fg-disabled_subtle: #d0d5dd;
432
+ --color-fg-error-primary: #d92d20;
433
+ --color-fg-error-secondary: #f04438;
434
+ --color-fg-primary: #101828;
435
+ --color-fg-quaternary: #667085;
436
+ --color-fg-quaternary_hover: #475467;
437
+ --color-fg-quinary: #98a2b3;
438
+ --color-fg-quinary_hover: #667085;
439
+ --color-fg-secondary: #344054;
440
+ --color-fg-secondary_hover: #182230;
441
+ --color-fg-senary: #d0d5dd;
442
+ --color-fg-success-primary: #079455;
443
+ --color-fg-success-secondary: #17b26a;
444
+ --color-fg-tertiary: #475467;
445
+ --color-fg-tertiary_hover: #344054;
446
+ --color-fg-warning-primary: #dc6803;
447
+ --color-fg-warning-secondary: #f79009;
448
+ --color-fg-white: #ffffff;
449
+ --color-text-brand-primary: #42307d;
450
+ --color-text-brand-secondary: #6941c6;
451
+ --color-text-brand-tertiary: #7f56d9;
452
+ --color-text-brand-tertiary_alt: #7f56d9;
453
+ --color-text-disabled: #667085;
454
+ --color-text-error-primary: #d92d20;
455
+ --color-text-placeholder: #667085;
456
+ --color-text-placeholder_subtle: #d0d5dd;
457
+ --color-text-primary: #101828;
458
+ --color-text-primary_on-brand: #ffffff;
459
+ --color-text-quaternary: #667085;
460
+ --color-text-quaternary_on-brand: #d6bbfb;
461
+ --color-text-secondary: #344054;
462
+ --color-text-secondary_hover: #182230;
463
+ --color-text-secondary_on-brand: #e9d7fe;
464
+ --color-text-success-primary: #079455;
465
+ --color-text-tertiary: #475467;
466
+ --color-text-tertiary_hover: #344054;
467
+ --color-text-tertiary_on-brand: #e9d7fe;
468
+ --color-text-warning-primary: #dc6803;
469
+ --color-text-white: #ffffff;
470
+
471
+ /* --- Component colors: Light mode --- */
472
+ --color-component-alpha-alpha-black-10: rgba(0, 0, 0, 0.10000000149011612);
473
+ --color-component-alpha-alpha-black-100: #000000;
474
+ --color-component-alpha-alpha-black-20: rgba(0, 0, 0, 0.20000000298023224);
475
+ --color-component-alpha-alpha-black-30: rgba(0, 0, 0, 0.30000001192092896);
476
+ --color-component-alpha-alpha-black-40: rgba(0, 0, 0, 0.4000000059604645);
477
+ --color-component-alpha-alpha-black-50: rgba(0, 0, 0, 0.5);
478
+ --color-component-alpha-alpha-black-60: rgba(0, 0, 0, 0.6000000238418579);
479
+ --color-component-alpha-alpha-black-70: rgba(0, 0, 0, 0.699999988079071);
480
+ --color-component-alpha-alpha-black-80: rgba(0, 0, 0, 0.800000011920929);
481
+ --color-component-alpha-alpha-black-90: rgba(0, 0, 0, 0.8999999761581421);
482
+ --color-component-alpha-alpha-white-10: rgba(255, 255, 255, 0.10000000149011612);
483
+ --color-component-alpha-alpha-white-100: #ffffff;
484
+ --color-component-alpha-alpha-white-20: rgba(255, 255, 255, 0.20000000298023224);
485
+ --color-component-alpha-alpha-white-30: rgba(255, 255, 255, 0.30000001192092896);
486
+ --color-component-alpha-alpha-white-40: rgba(255, 255, 255, 0.4000000059604645);
487
+ --color-component-alpha-alpha-white-50: rgba(255, 255, 255, 0.5);
488
+ --color-component-alpha-alpha-white-60: rgba(255, 255, 255, 0.6000000238418579);
489
+ --color-component-alpha-alpha-white-70: rgba(255, 255, 255, 0.699999988079071);
490
+ --color-component-alpha-alpha-white-80: rgba(255, 255, 255, 0.800000011920929);
491
+ --color-component-alpha-alpha-white-90: rgba(255, 255, 255, 0.8999999761581421);
492
+ --color-component-components-app-store-badges-app-store-badge-border: #a6a6a6;
493
+ --color-component-components-application-navigation-nav-item-button-icon-fg: #667085;
494
+ --color-component-components-application-navigation-nav-item-button-icon-fg_active: #344054;
495
+ --color-component-components-application-navigation-nav-item-icon-fg: #667085;
496
+ --color-component-components-application-navigation-nav-item-icon-fg_active: #667085;
497
+ --color-component-components-avatars-avatar-bg: #f2f4f7;
498
+ --color-component-components-avatars-avatar-contrast-border: rgba(0, 0, 0, 0.07999999821186066);
499
+ --color-component-components-avatars-avatar-focus-border: rgba(152, 162, 179, 0.14000000059604645);
500
+ --color-component-components-avatars-avatar-profile-photo-border: #ffffff;
501
+ --color-component-components-breadcrumbs-breadcrumb-bg_hover: #f9fafb;
502
+ --color-component-components-breadcrumbs-breadcrumb-brand-bg_hover: #f9f5ff;
503
+ --color-component-components-breadcrumbs-breadcrumb-brand-fg_hover: #6941c6;
504
+ --color-component-components-breadcrumbs-breadcrumb-brand-icon-fg_hover: #6941c6;
505
+ --color-component-components-breadcrumbs-breadcrumb-fg: #475467;
506
+ --color-component-components-breadcrumbs-breadcrumb-fg_hover: #344054;
507
+ --color-component-components-breadcrumbs-breadcrumb-icon-fg: #667085;
508
+ --color-component-components-breadcrumbs-breadcrumb-icon-fg_hover: #344054;
509
+ --color-component-components-buttons-primary-error-button-primary-error-bg: #d92d20;
510
+ --color-component-components-buttons-primary-error-button-primary-error-bg_hover: #b42318;
511
+ --color-component-components-buttons-primary-error-button-primary-error-border: #d92d20;
512
+ --color-component-components-buttons-primary-error-button-primary-error-border_hover: #b42318;
513
+ --color-component-components-buttons-primary-error-button-primary-error-fg: #ffffff;
514
+ --color-component-components-buttons-primary-error-button-primary-error-fg_hover: #ffffff;
515
+ --color-component-components-buttons-primary-button-primary-bg: #7f56d9;
516
+ --color-component-components-buttons-primary-button-primary-bg_hover: #6941c6;
517
+ --color-component-components-buttons-primary-button-primary-border: #7f56d9;
518
+ --color-component-components-buttons-primary-button-primary-border_hover: #6941c6;
519
+ --color-component-components-buttons-primary-button-primary-fg: #ffffff;
520
+ --color-component-components-buttons-primary-button-primary-fg_hover: #ffffff;
521
+ --color-component-components-buttons-secondary-color-button-secondary-color-bg: #ffffff;
522
+ --color-component-components-buttons-secondary-color-button-secondary-color-bg_hover: #f9f5ff;
523
+ --color-component-components-buttons-secondary-color-button-secondary-color-border: #d6bbfb;
524
+ --color-component-components-buttons-secondary-color-button-secondary-color-border_hover: #d6bbfb;
525
+ --color-component-components-buttons-secondary-color-button-secondary-color-fg: #6941c6;
526
+ --color-component-components-buttons-secondary-color-button-secondary-color-fg_hover: #53389e;
527
+ --color-component-components-buttons-secondary-error-button-secondary-error-bg: #ffffff;
528
+ --color-component-components-buttons-secondary-error-button-secondary-error-bg_hover: #fef3f2;
529
+ --color-component-components-buttons-secondary-error-button-secondary-error-border: #fda29b;
530
+ --color-component-components-buttons-secondary-error-button-secondary-error-border_hover: #fda29b;
531
+ --color-component-components-buttons-secondary-error-button-secondary-error-fg: #b42318;
532
+ --color-component-components-buttons-secondary-error-button-secondary-error-fg_hover: #912018;
533
+ --color-component-components-buttons-secondary-button-secondary-bg: #ffffff;
534
+ --color-component-components-buttons-secondary-button-secondary-bg_hover: #f9fafb;
535
+ --color-component-components-buttons-secondary-button-secondary-border: #d0d5dd;
536
+ --color-component-components-buttons-secondary-button-secondary-border_hover: #d0d5dd;
537
+ --color-component-components-buttons-secondary-button-secondary-fg: #344054;
538
+ --color-component-components-buttons-secondary-button-secondary-fg_hover: #182230;
539
+ --color-component-components-buttons-tertiary-color-button-tertiary-color-bg_hover: #f9f5ff;
540
+ --color-component-components-buttons-tertiary-color-button-tertiary-color-fg: #6941c6;
541
+ --color-component-components-buttons-tertiary-color-button-tertiary-color-fg_hover: #53389e;
542
+ --color-component-components-buttons-tertiary-error-button-tertiary-error-bg_hover: #fef3f2;
543
+ --color-component-components-buttons-tertiary-error-button-tertiary-error-fg: #b42318;
544
+ --color-component-components-buttons-tertiary-error-button-tertiary-error-fg_hover: #912018;
545
+ --color-component-components-buttons-tertiary-button-tertiary-bg_hover: #f9fafb;
546
+ --color-component-components-buttons-tertiary-button-tertiary-fg: #475467;
547
+ --color-component-components-buttons-tertiary-button-tertiary-fg_hover: #344054;
548
+ --color-component-components-footers-footer-badge-bg: #ecfdf3;
549
+ --color-component-components-footers-footer-badge-border: #abefc6;
550
+ --color-component-components-footers-footer-badge-fg: #067647;
551
+ --color-component-components-footers-footer-button-fg: #e9d7fe;
552
+ --color-component-components-footers-footer-button-fg_hover: #ffffff;
553
+ --color-component-components-header-sections-header-abstract-100-bg: #f4ebff;
554
+ --color-component-components-header-sections-header-abstract-200-bg: #e9d7fe;
555
+ --color-component-components-header-sections-header-abstract-300-bg: #d6bbfb;
556
+ --color-component-components-header-sections-header-abstract-50-bg: #f9f5ff;
557
+ --color-component-components-icons-featured-icons-dark-featured-icon-dark-fg-brand: #ffffff;
558
+ --color-component-components-icons-featured-icons-dark-featured-icon-dark-fg-error: #ffffff;
559
+ --color-component-components-icons-featured-icons-dark-featured-icon-dark-fg-gray: #ffffff;
560
+ --color-component-components-icons-featured-icons-dark-featured-icon-dark-fg-success: #ffffff;
561
+ --color-component-components-icons-featured-icons-dark-featured-icon-dark-fg-warning: #ffffff;
562
+ --color-component-components-icons-featured-icons-light-featured-icon-light-fg-brand: #7f56d9;
563
+ --color-component-components-icons-featured-icons-light-featured-icon-light-fg-error: #d92d20;
564
+ --color-component-components-icons-featured-icons-light-featured-icon-light-fg-gray: #667085;
565
+ --color-component-components-icons-featured-icons-light-featured-icon-light-fg-success: #079455;
566
+ --color-component-components-icons-featured-icons-light-featured-icon-light-fg-warning: #dc6803;
567
+ --color-component-components-icons-featured-icons-modern-featured-icon-modern-border: #eaecf0;
568
+ --color-component-components-icons-icons-icon-fg-brand: #7f56d9;
569
+ --color-component-components-icons-icons-icon-fg-brand_on-brand: #e9d7fe;
570
+ --color-component-components-icons-social-icons-social-icon-fg-angellist: #000000;
571
+ --color-component-components-icons-social-icons-social-icon-fg-apple: #000000;
572
+ --color-component-components-icons-social-icons-social-icon-fg-github: #000000;
573
+ --color-component-components-icons-social-icons-social-icon-fg-instagram: #000100;
574
+ --color-component-components-icons-social-icons-social-icon-fg-tumblr: #001935;
575
+ --color-component-components-icons-social-icons-social-icon-fg-x: #242e36;
576
+ --color-component-components-mockups-screen-mockup-border: #101828;
577
+ --color-component-components-sliders-slider-handle-bg: #ffffff;
578
+ --color-component-components-sliders-slider-handle-border: #7f56d9;
579
+ --color-component-components-thumbnail-thumbnail-badge-brand-fg: #6941c6;
580
+ --color-component-components-thumbnail-thumbnail-badge-success-fg: #067647;
581
+ --color-component-components-toggles-toggle-button-fg_disabled: #f9fafb;
582
+ --color-component-components-tooltips-tooltip-supporting-text: #d0d5dd;
583
+ --color-component-components-wysiwyg-editor-wysiwyg-editor-icon-fg: #98a2b3;
584
+ --color-component-components-wysiwyg-editor-wysiwyg-editor-icon-fg_active: #667085;
585
+ --color-component-utility-blue-dark-utility-blue-dark-100: #d1e0ff;
586
+ --color-component-utility-blue-dark-utility-blue-dark-200: #b2ccff;
587
+ --color-component-utility-blue-dark-utility-blue-dark-300: #84adff;
588
+ --color-component-utility-blue-dark-utility-blue-dark-400: #528bff;
589
+ --color-component-utility-blue-dark-utility-blue-dark-50: #eff4ff;
590
+ --color-component-utility-blue-dark-utility-blue-dark-500: #2970ff;
591
+ --color-component-utility-blue-dark-utility-blue-dark-600: #155eef;
592
+ --color-component-utility-blue-dark-utility-blue-dark-700: #004eeb;
593
+ --color-component-utility-blue-light-utility-blue-light-100: #e0f2fe;
594
+ --color-component-utility-blue-light-utility-blue-light-200: #b9e6fe;
595
+ --color-component-utility-blue-light-utility-blue-light-300: #7cd4fd;
596
+ --color-component-utility-blue-light-utility-blue-light-400: #36bffa;
597
+ --color-component-utility-blue-light-utility-blue-light-50: #f0f9ff;
598
+ --color-component-utility-blue-light-utility-blue-light-500: #0ba5ec;
599
+ --color-component-utility-blue-light-utility-blue-light-600: #0086c9;
600
+ --color-component-utility-blue-light-utility-blue-light-700: #026aa2;
601
+ --color-component-utility-blue-utility-blue-100: #d1e9ff;
602
+ --color-component-utility-blue-utility-blue-200: #b2ddff;
603
+ --color-component-utility-blue-utility-blue-300: #84caff;
604
+ --color-component-utility-blue-utility-blue-400: #53b1fd;
605
+ --color-component-utility-blue-utility-blue-50: #eff8ff;
606
+ --color-component-utility-blue-utility-blue-500: #2e90fa;
607
+ --color-component-utility-blue-utility-blue-600: #1570ef;
608
+ --color-component-utility-blue-utility-blue-700: #175cd3;
609
+ --color-component-utility-brand-utility-brand-100: #f4ebff;
610
+ --color-component-utility-brand-utility-brand-100_alt: #f4ebff;
611
+ --color-component-utility-brand-utility-brand-200: #e9d7fe;
612
+ --color-component-utility-brand-utility-brand-200_alt: #e9d7fe;
613
+ --color-component-utility-brand-utility-brand-300: #d6bbfb;
614
+ --color-component-utility-brand-utility-brand-300_alt: #d6bbfb;
615
+ --color-component-utility-brand-utility-brand-400: #b692f6;
616
+ --color-component-utility-brand-utility-brand-400_alt: #b692f6;
617
+ --color-component-utility-brand-utility-brand-50: #f9f5ff;
618
+ --color-component-utility-brand-utility-brand-500: #9e77ed;
619
+ --color-component-utility-brand-utility-brand-500_alt: #9e77ed;
620
+ --color-component-utility-brand-utility-brand-50_alt: #f9f5ff;
621
+ --color-component-utility-brand-utility-brand-600: #7f56d9;
622
+ --color-component-utility-brand-utility-brand-600_alt: #7f56d9;
623
+ --color-component-utility-brand-utility-brand-700: #6941c6;
624
+ --color-component-utility-brand-utility-brand-700_alt: #6941c6;
625
+ --color-component-utility-brand-utility-brand-800: #53389e;
626
+ --color-component-utility-brand-utility-brand-800_alt: #53389e;
627
+ --color-component-utility-brand-utility-brand-900: #42307d;
628
+ --color-component-utility-brand-utility-brand-900_alt: #42307d;
629
+ --color-component-utility-error-utility-error-100: #fee4e2;
630
+ --color-component-utility-error-utility-error-200: #fecdca;
631
+ --color-component-utility-error-utility-error-300: #fda29b;
632
+ --color-component-utility-error-utility-error-400: #f97066;
633
+ --color-component-utility-error-utility-error-50: #fef3f2;
634
+ --color-component-utility-error-utility-error-500: #f04438;
635
+ --color-component-utility-error-utility-error-600: #d92d20;
636
+ --color-component-utility-error-utility-error-700: #b42318;
637
+ --color-component-utility-fuchsia-utility-fuchsia-100: #fbe8ff;
638
+ --color-component-utility-fuchsia-utility-fuchsia-200: #f6d0fe;
639
+ --color-component-utility-fuchsia-utility-fuchsia-300: #eeaafd;
640
+ --color-component-utility-fuchsia-utility-fuchsia-400: #e478fa;
641
+ --color-component-utility-fuchsia-utility-fuchsia-50: #fdf4ff;
642
+ --color-component-utility-fuchsia-utility-fuchsia-500: #d444f1;
643
+ --color-component-utility-fuchsia-utility-fuchsia-600: #ba24d5;
644
+ --color-component-utility-fuchsia-utility-fuchsia-700: #9f1ab1;
645
+ --color-component-utility-gray-blue-utility-gray-blue-100: #eaecf5;
646
+ --color-component-utility-gray-blue-utility-gray-blue-200: #d5d9eb;
647
+ --color-component-utility-gray-blue-utility-gray-blue-300: #b3b8db;
648
+ --color-component-utility-gray-blue-utility-gray-blue-400: #717bbc;
649
+ --color-component-utility-gray-blue-utility-gray-blue-50: #f8f9fc;
650
+ --color-component-utility-gray-blue-utility-gray-blue-500: #4e5ba6;
651
+ --color-component-utility-gray-blue-utility-gray-blue-600: #3e4784;
652
+ --color-component-utility-gray-blue-utility-gray-blue-700: #363f72;
653
+ --color-component-utility-gray-utility-gray-100: #f2f4f7;
654
+ --color-component-utility-gray-utility-gray-200: #eaecf0;
655
+ --color-component-utility-gray-utility-gray-300: #d0d5dd;
656
+ --color-component-utility-gray-utility-gray-400: #98a2b3;
657
+ --color-component-utility-gray-utility-gray-50: #f9fafb;
658
+ --color-component-utility-gray-utility-gray-500: #667085;
659
+ --color-component-utility-gray-utility-gray-600: #475467;
660
+ --color-component-utility-gray-utility-gray-700: #344054;
661
+ --color-component-utility-gray-utility-gray-800: #182230;
662
+ --color-component-utility-gray-utility-gray-900: #101828;
663
+ --color-component-utility-indigo-utility-indigo-100: #e0eaff;
664
+ --color-component-utility-indigo-utility-indigo-200: #c7d7fe;
665
+ --color-component-utility-indigo-utility-indigo-300: #a4bcfd;
666
+ --color-component-utility-indigo-utility-indigo-400: #8098f9;
667
+ --color-component-utility-indigo-utility-indigo-50: #eef4ff;
668
+ --color-component-utility-indigo-utility-indigo-500: #6172f3;
669
+ --color-component-utility-indigo-utility-indigo-600: #444ce7;
670
+ --color-component-utility-indigo-utility-indigo-700: #3538cd;
671
+ --color-component-utility-orange-dark-utility-orange-dark-100: #ffe6d5;
672
+ --color-component-utility-orange-dark-utility-orange-dark-200: #ffd6ae;
673
+ --color-component-utility-orange-dark-utility-orange-dark-300: #ff9c66;
674
+ --color-component-utility-orange-dark-utility-orange-dark-400: #ff692e;
675
+ --color-component-utility-orange-dark-utility-orange-dark-50: #fff4ed;
676
+ --color-component-utility-orange-dark-utility-orange-dark-500: #ff4405;
677
+ --color-component-utility-orange-dark-utility-orange-dark-600: #e62e05;
678
+ --color-component-utility-orange-dark-utility-orange-dark-700: #bc1b06;
679
+ --color-component-utility-orange-utility-orange-100: #fdead7;
680
+ --color-component-utility-orange-utility-orange-200: #f9dbaf;
681
+ --color-component-utility-orange-utility-orange-300: #f7b27a;
682
+ --color-component-utility-orange-utility-orange-400: #f38744;
683
+ --color-component-utility-orange-utility-orange-50: #fef6ee;
684
+ --color-component-utility-orange-utility-orange-500: #ef6820;
685
+ --color-component-utility-orange-utility-orange-600: #e04f16;
686
+ --color-component-utility-orange-utility-orange-700: #b93815;
687
+ --color-component-utility-pink-utility-pink-100: #fce7f6;
688
+ --color-component-utility-pink-utility-pink-200: #fcceee;
689
+ --color-component-utility-pink-utility-pink-300: #faa7e0;
690
+ --color-component-utility-pink-utility-pink-400: #f670c7;
691
+ --color-component-utility-pink-utility-pink-50: #fdf2fa;
692
+ --color-component-utility-pink-utility-pink-500: #ee46bc;
693
+ --color-component-utility-pink-utility-pink-600: #dd2590;
694
+ --color-component-utility-pink-utility-pink-700: #c11574;
695
+ --color-component-utility-purple-utility-purple-100: #ebe9fe;
696
+ --color-component-utility-purple-utility-purple-200: #d9d6fe;
697
+ --color-component-utility-purple-utility-purple-300: #bdb4fe;
698
+ --color-component-utility-purple-utility-purple-400: #9b8afb;
699
+ --color-component-utility-purple-utility-purple-50: #f4f3ff;
700
+ --color-component-utility-purple-utility-purple-500: #7a5af8;
701
+ --color-component-utility-purple-utility-purple-600: #6938ef;
702
+ --color-component-utility-purple-utility-purple-700: #5925dc;
703
+ --color-component-utility-success-utility-success-100: #dcfae6;
704
+ --color-component-utility-success-utility-success-200: #abefc6;
705
+ --color-component-utility-success-utility-success-300: #75e0a7;
706
+ --color-component-utility-success-utility-success-400: #47cd89;
707
+ --color-component-utility-success-utility-success-50: #ecfdf3;
708
+ --color-component-utility-success-utility-success-500: #17b26a;
709
+ --color-component-utility-success-utility-success-600: #079455;
710
+ --color-component-utility-success-utility-success-700: #067647;
711
+ --color-component-utility-warning-utility-warning-100: #fef0c7;
712
+ --color-component-utility-warning-utility-warning-200: #fedf89;
713
+ --color-component-utility-warning-utility-warning-300: #fec84b;
714
+ --color-component-utility-warning-utility-warning-400: #fdb022;
715
+ --color-component-utility-warning-utility-warning-50: #fffaeb;
716
+ --color-component-utility-warning-utility-warning-500: #f79009;
717
+ --color-component-utility-warning-utility-warning-600: #dc6803;
718
+ --color-component-utility-warning-utility-warning-700: #b54708;
719
+
720
+ /* --- Spacing floats (_Primitives, px) --- */
721
+ --spacing-0: 0px;
722
+ --spacing-0-5: 2px;
723
+ --spacing-1: 4px;
724
+ --spacing-10: 40px;
725
+ --spacing-12: 48px;
726
+ --spacing-120: 480px;
727
+ --spacing-140: 560px;
728
+ --spacing-16: 64px;
729
+ --spacing-160: 640px;
730
+ --spacing-180: 720px;
731
+ --spacing-192: 768px;
732
+ --spacing-1-5: 6px;
733
+ --spacing-2: 8px;
734
+ --spacing-20: 80px;
735
+ --spacing-24: 96px;
736
+ --spacing-256: 1024px;
737
+ --spacing-3: 12px;
738
+ --spacing-32: 128px;
739
+ --spacing-320: 1280px;
740
+ --spacing-360: 1440px;
741
+ --spacing-4: 16px;
742
+ --spacing-40: 160px;
743
+ --spacing-400: 1600px;
744
+ --spacing-48: 192px;
745
+ --spacing-480: 1920px;
746
+ --spacing-5: 20px;
747
+ --spacing-56: 224px;
748
+ --spacing-6: 24px;
749
+ --spacing-64: 256px;
750
+ --spacing-8: 32px;
751
+ --spacing-80: 320px;
752
+ --spacing-96: 384px;
753
+
754
+ /* --- Radius (layout-typography-variables: 2. Radius) --- */
755
+ --radius-full: 9999px;
756
+ --radius-lg: 10px;
757
+ --radius-md: 8px;
758
+ --radius-sm: 6px;
759
+ --radius-xl: 12px;
760
+
761
+ /* --- Layout, widths, containers, typography variables (layout-typography-variables.json) --- */
762
+ --container-max-width-desktop: 1280px;
763
+ --container-padding-desktop: 32px;
764
+ --container-padding-mobile: 16px;
765
+ --paragraph-max-width: 720px;
766
+ --width-2xl: 1024px;
767
+ --width-3xl: 1280px;
768
+ --width-4xl: 1440px;
769
+ --width-5xl: 1600px;
770
+ --width-6xl: 1920px;
771
+ --width-lg: 640px;
772
+ --width-md: 560px;
773
+ --width-sm: 480px;
774
+ --width-xl: 768px;
775
+ --width-xs: 384px;
776
+ --width-xxs: 320px;
777
+ --spacing-10xl: 128px;
778
+ --spacing-11xl: 160px;
779
+ --spacing-2xl: 20px;
780
+ --spacing-3xl: 24px;
781
+ --spacing-4xl: 32px;
782
+ --spacing-5xl: 40px;
783
+ --spacing-6xl: 48px;
784
+ --spacing-7xl: 64px;
785
+ --spacing-8xl: 80px;
786
+ --spacing-9xl: 96px;
787
+ --spacing-lg: 12px;
788
+ --spacing-md: 8px;
789
+ --spacing-none: 0px;
790
+ --spacing-sm: 6px;
791
+ --spacing-xl: 16px;
792
+ --spacing-xs: 4px;
793
+ --spacing-xxs: 2px;
794
+ --font-family: "Inter";
795
+ --font-size-display-2xl: 72px;
796
+ --font-size-display-lg: 48px;
797
+ --font-size-display-md: 36px;
798
+ --font-size-display-sm: 30px;
799
+ --font-size-display-xl: 60px;
800
+ --font-size-display-xs: 24px;
801
+ --font-size-text-lg: 18px;
802
+ --font-size-text-md: 16px;
803
+ --font-size-text-sm: 14px;
804
+ --font-size-text-xl: 20px;
805
+ --font-size-text-xs: 12px;
806
+ --font-weight-bold: 700;
807
+ --font-weight-medium: 500;
808
+ --font-weight-regular: 400;
809
+ --font-weight-semibold: 600;
810
+ --line-height-display-2xl: 90px;
811
+ --line-height-display-lg: 60px;
812
+ --line-height-display-md: 44px;
813
+ --line-height-display-sm: 38px;
814
+ --line-height-display-xl: 72px;
815
+ --line-height-display-xs: 32px;
816
+ --line-height-text-lg: 28px;
817
+ --line-height-text-md: 24px;
818
+ --line-height-text-sm: 20px;
819
+ --line-height-text-xl: 30px;
820
+ --line-height-text-xs: 18px;
821
+
822
+ /* --- Text styles: Regular / no decoration (text-styles.json) --- */
823
+ --text-display-2xl: 72px;
824
+ --text-display-2xl--line-height: 90px;
825
+ --text-display-2xl--letter-spacing: -0.02em;
826
+ --text-display-xl: 60px;
827
+ --text-display-xl--line-height: 72px;
828
+ --text-display-xl--letter-spacing: -0.02em;
829
+ --text-display-lg: 48px;
830
+ --text-display-lg--line-height: 60px;
831
+ --text-display-lg--letter-spacing: -0.02em;
832
+ --text-display-md: 36px;
833
+ --text-display-md--line-height: 44px;
834
+ --text-display-md--letter-spacing: -0.02em;
835
+ --text-display-sm: 30px;
836
+ --text-display-sm--line-height: 38px;
837
+ --text-display-xs: 24px;
838
+ --text-display-xs--line-height: 32px;
839
+ --text-xl: 20px;
840
+ --text-xl--line-height: 30px;
841
+ --text-lg: 18px;
842
+ --text-lg--line-height: 28px;
843
+ --text-md: 16px;
844
+ --text-md--line-height: 24px;
845
+ --text-sm: 14px;
846
+ --text-sm--line-height: 20px;
847
+ --text-xs: 12px;
848
+ --text-xs--line-height: 18px;
849
+
850
+ /* --- Shadows (effect-styles.json → Shadows/shadow-*) --- */
851
+ --shadow-xs: 0px 1px 2px 0px color(srgb 0.062745101749897 0.0941176488995552 0.1568627506494522 / 0.05000000074505806);
852
+ --shadow-sm: 0px 1px 2px 0px color(srgb 0.062745101749897 0.0941176488995552 0.1568627506494522 / 0.05999999865889549), 0px 1px 3px 0px color(srgb 0.062745101749897 0.0941176488995552 0.1568627506494522 / 0.10000000149011612);
853
+ --shadow-md: 0px 2px 4px -2px color(srgb 0.062745101749897 0.0941176488995552 0.1568627506494522 / 0.05999999865889549), 0px 4px 8px -2px color(srgb 0.062745101749897 0.0941176488995552 0.1568627506494522 / 0.10000000149011612);
854
+ --shadow-lg: 0px 4px 6px -2px color(srgb 0.062745101749897 0.0941176488995552 0.1568627506494522 / 0.029999999329447746), 0px 12px 16px -4px color(srgb 0.062745101749897 0.0941176488995552 0.1568627506494522 / 0.07999999821186066);
855
+ }
856
+
857
+ @layer theme {
858
+ .dark {
859
+
860
+ /* Semantic colors: Dark mode */
861
+ --color-bg-active: #1f242f;
862
+ --color-bg-brand-primary: #9e77ed;
863
+ --color-bg-brand-primary_alt: #161b26;
864
+ --color-bg-brand-secondary: #7f56d9;
865
+ --color-bg-brand-section: #161b26;
866
+ --color-bg-brand-section_subtle: #0c111d;
867
+ --color-bg-brand-solid: #7f56d9;
868
+ --color-bg-brand-solid_hover: #9e77ed;
869
+ --color-bg-disabled: #1f242f;
870
+ --color-bg-disabled_subtle: #161b26;
871
+ --color-bg-error-primary: #f04438;
872
+ --color-bg-error-secondary: #d92d20;
873
+ --color-bg-error-solid: #d92d20;
874
+ --color-bg-overlay: #1f242f;
875
+ --color-bg-primary: #0c111d;
876
+ --color-bg-primary-solid: #161b26;
877
+ --color-bg-primary_alt: #161b26;
878
+ --color-bg-primary_hover: #1f242f;
879
+ --color-bg-quaternary: #333741;
880
+ --color-bg-secondary: #161b26;
881
+ --color-bg-secondary-solid: #61646c;
882
+ --color-bg-secondary_alt: #0c111d;
883
+ --color-bg-secondary_hover: #1f242f;
884
+ --color-bg-secondary_subtle: #161b26;
885
+ --color-bg-success-primary: #17b26a;
886
+ --color-bg-success-secondary: #079455;
887
+ --color-bg-success-solid: #079455;
888
+ --color-bg-tertiary: #1f242f;
889
+ --color-bg-warning-primary: #f79009;
890
+ --color-bg-warning-secondary: #dc6803;
891
+ --color-bg-warning-solid: #dc6803;
892
+ --color-border-brand: #b692f6;
893
+ --color-border-brand-solid: #9e77ed;
894
+ --color-border-brand-solid_alt: #333741;
895
+ --color-border-disabled: #333741;
896
+ --color-border-disabled_subtle: #1f242f;
897
+ --color-border-error: #f97066;
898
+ --color-border-error-solid: #f04438;
899
+ --color-border-primary: #333741;
900
+ --color-border-secondary: #1f242f;
901
+ --color-border-tertiary: #1f242f;
902
+ --color-fg-brand-primary: #9e77ed;
903
+ --color-fg-brand-primary_alt: #cecfd2;
904
+ --color-fg-brand-secondary: #9e77ed;
905
+ --color-fg-disabled: #85888e;
906
+ --color-fg-disabled_subtle: #61646c;
907
+ --color-fg-error-primary: #f04438;
908
+ --color-fg-error-secondary: #f97066;
909
+ --color-fg-primary: #ffffff;
910
+ --color-fg-quaternary: #94969c;
911
+ --color-fg-quaternary_hover: #cecfd2;
912
+ --color-fg-quinary: #85888e;
913
+ --color-fg-quinary_hover: #94969c;
914
+ --color-fg-secondary: #cecfd2;
915
+ --color-fg-secondary_hover: #ececed;
916
+ --color-fg-senary: #61646c;
917
+ --color-fg-success-primary: #17b26a;
918
+ --color-fg-success-secondary: #47cd89;
919
+ --color-fg-tertiary: #94969c;
920
+ --color-fg-tertiary_hover: #cecfd2;
921
+ --color-fg-warning-primary: #f79009;
922
+ --color-fg-warning-secondary: #fdb022;
923
+ --color-fg-white: #ffffff;
924
+ --color-text-brand-primary: #f5f5f6;
925
+ --color-text-brand-secondary: #cecfd2;
926
+ --color-text-brand-tertiary: #94969c;
927
+ --color-text-brand-tertiary_alt: #f5f5f6;
928
+ --color-text-disabled: #85888e;
929
+ --color-text-error-primary: #f97066;
930
+ --color-text-placeholder: #85888e;
931
+ --color-text-placeholder_subtle: #333741;
932
+ --color-text-primary: #f5f5f6;
933
+ --color-text-primary_on-brand: #f5f5f6;
934
+ --color-text-quaternary: #94969c;
935
+ --color-text-quaternary_on-brand: #94969c;
936
+ --color-text-secondary: #cecfd2;
937
+ --color-text-secondary_hover: #ececed;
938
+ --color-text-secondary_on-brand: #cecfd2;
939
+ --color-text-success-primary: #47cd89;
940
+ --color-text-tertiary: #94969c;
941
+ --color-text-tertiary_hover: #cecfd2;
942
+ --color-text-tertiary_on-brand: #94969c;
943
+ --color-text-warning-primary: #fdb022;
944
+ --color-text-white: #ffffff;
945
+
946
+ /* Component colors: Dark mode */
947
+ --color-component-alpha-alpha-black-10: rgba(255, 255, 255, 0.10000000149011612);
948
+ --color-component-alpha-alpha-black-100: #ffffff;
949
+ --color-component-alpha-alpha-black-20: rgba(255, 255, 255, 0.20000000298023224);
950
+ --color-component-alpha-alpha-black-30: rgba(255, 255, 255, 0.30000001192092896);
951
+ --color-component-alpha-alpha-black-40: rgba(255, 255, 255, 0.4000000059604645);
952
+ --color-component-alpha-alpha-black-50: rgba(255, 255, 255, 0.5);
953
+ --color-component-alpha-alpha-black-60: rgba(255, 255, 255, 0.6000000238418579);
954
+ --color-component-alpha-alpha-black-70: rgba(255, 255, 255, 0.699999988079071);
955
+ --color-component-alpha-alpha-black-80: rgba(255, 255, 255, 0.800000011920929);
956
+ --color-component-alpha-alpha-black-90: rgba(255, 255, 255, 0.8999999761581421);
957
+ --color-component-alpha-alpha-white-10: rgba(12, 17, 29, 0.10000000149011612);
958
+ --color-component-alpha-alpha-white-100: #0c111d;
959
+ --color-component-alpha-alpha-white-20: rgba(12, 17, 29, 0.20000000298023224);
960
+ --color-component-alpha-alpha-white-30: rgba(12, 17, 29, 0.30000001192092896);
961
+ --color-component-alpha-alpha-white-40: rgba(12, 17, 29, 0.4000000059604645);
962
+ --color-component-alpha-alpha-white-50: rgba(12, 17, 29, 0.5);
963
+ --color-component-alpha-alpha-white-60: rgba(12, 17, 29, 0.6000000238418579);
964
+ --color-component-alpha-alpha-white-70: rgba(12, 17, 29, 0.699999988079071);
965
+ --color-component-alpha-alpha-white-80: rgba(12, 17, 29, 0.800000011920929);
966
+ --color-component-alpha-alpha-white-90: rgba(12, 17, 29, 0.8999999761581421);
967
+ --color-component-components-app-store-badges-app-store-badge-border: #ffffff;
968
+ --color-component-components-application-navigation-nav-item-button-icon-fg: #94969c;
969
+ --color-component-components-application-navigation-nav-item-button-icon-fg_active: #ececed;
970
+ --color-component-components-application-navigation-nav-item-icon-fg: #94969c;
971
+ --color-component-components-application-navigation-nav-item-icon-fg_active: #ececed;
972
+ --color-component-components-avatars-avatar-bg: #1f242f;
973
+ --color-component-components-avatars-avatar-contrast-border: rgba(255, 255, 255, 0.11999999731779099);
974
+ --color-component-components-avatars-avatar-focus-border: rgba(152, 162, 179, 0.14000000059604645);
975
+ --color-component-components-avatars-avatar-profile-photo-border: #0c111d;
976
+ --color-component-components-breadcrumbs-breadcrumb-bg_hover: #1f242f;
977
+ --color-component-components-breadcrumbs-breadcrumb-brand-bg_hover: #1f242f;
978
+ --color-component-components-breadcrumbs-breadcrumb-brand-fg_hover: #ffffff;
979
+ --color-component-components-breadcrumbs-breadcrumb-brand-icon-fg_hover: #ffffff;
980
+ --color-component-components-breadcrumbs-breadcrumb-fg: #cecfd2;
981
+ --color-component-components-breadcrumbs-breadcrumb-fg_hover: #ffffff;
982
+ --color-component-components-breadcrumbs-breadcrumb-icon-fg: #94969c;
983
+ --color-component-components-breadcrumbs-breadcrumb-icon-fg_hover: #ffffff;
984
+ --color-component-components-buttons-primary-error-button-primary-error-bg: #d92d20;
985
+ --color-component-components-buttons-primary-error-button-primary-error-bg_hover: #b42318;
986
+ --color-component-components-buttons-primary-error-button-primary-error-border: #d92d20;
987
+ --color-component-components-buttons-primary-error-button-primary-error-border_hover: #b42318;
988
+ --color-component-components-buttons-primary-error-button-primary-error-fg: #ffffff;
989
+ --color-component-components-buttons-primary-error-button-primary-error-fg_hover: #ffffff;
990
+ --color-component-components-buttons-primary-button-primary-bg: #7f56d9;
991
+ --color-component-components-buttons-primary-button-primary-bg_hover: #6941c6;
992
+ --color-component-components-buttons-primary-button-primary-border: #7f56d9;
993
+ --color-component-components-buttons-primary-button-primary-border_hover: #6941c6;
994
+ --color-component-components-buttons-primary-button-primary-fg: #ffffff;
995
+ --color-component-components-buttons-primary-button-primary-fg_hover: #ffffff;
996
+ --color-component-components-buttons-secondary-color-button-secondary-color-bg: #161b26;
997
+ --color-component-components-buttons-secondary-color-button-secondary-color-bg_hover: #1f242f;
998
+ --color-component-components-buttons-secondary-color-button-secondary-color-border: #333741;
999
+ --color-component-components-buttons-secondary-color-button-secondary-color-border_hover: #333741;
1000
+ --color-component-components-buttons-secondary-color-button-secondary-color-fg: #cecfd2;
1001
+ --color-component-components-buttons-secondary-color-button-secondary-color-fg_hover: #f0f1f1;
1002
+ --color-component-components-buttons-secondary-error-button-secondary-error-bg: #55160c;
1003
+ --color-component-components-buttons-secondary-error-button-secondary-error-bg_hover: #7a271a;
1004
+ --color-component-components-buttons-secondary-error-button-secondary-error-border: #912018;
1005
+ --color-component-components-buttons-secondary-error-button-secondary-error-border_hover: #b42318;
1006
+ --color-component-components-buttons-secondary-error-button-secondary-error-fg: #fecdca;
1007
+ --color-component-components-buttons-secondary-error-button-secondary-error-fg_hover: #fee4e2;
1008
+ --color-component-components-buttons-secondary-button-secondary-bg: #161b26;
1009
+ --color-component-components-buttons-secondary-button-secondary-bg_hover: #1f242f;
1010
+ --color-component-components-buttons-secondary-button-secondary-border: #333741;
1011
+ --color-component-components-buttons-secondary-button-secondary-border_hover: #333741;
1012
+ --color-component-components-buttons-secondary-button-secondary-fg: #cecfd2;
1013
+ --color-component-components-buttons-secondary-button-secondary-fg_hover: #f0f1f1;
1014
+ --color-component-components-buttons-tertiary-color-button-tertiary-color-bg_hover: #1f242f;
1015
+ --color-component-components-buttons-tertiary-color-button-tertiary-color-fg: #cecfd2;
1016
+ --color-component-components-buttons-tertiary-color-button-tertiary-color-fg_hover: #f0f1f1;
1017
+ --color-component-components-buttons-tertiary-error-button-tertiary-error-bg_hover: #7a271a;
1018
+ --color-component-components-buttons-tertiary-error-button-tertiary-error-fg: #fda29b;
1019
+ --color-component-components-buttons-tertiary-error-button-tertiary-error-fg_hover: #fecdca;
1020
+ --color-component-components-buttons-tertiary-button-tertiary-bg_hover: #1f242f;
1021
+ --color-component-components-buttons-tertiary-button-tertiary-fg: #94969c;
1022
+ --color-component-components-buttons-tertiary-button-tertiary-fg_hover: #ececed;
1023
+ --color-component-components-footers-footer-badge-bg: rgba(255, 255, 255, 0.10000000149011612);
1024
+ --color-component-components-footers-footer-badge-border: rgba(255, 255, 255, 0.30000001192092896);
1025
+ --color-component-components-footers-footer-badge-fg: #ffffff;
1026
+ --color-component-components-footers-footer-button-fg: #cecfd2;
1027
+ --color-component-components-footers-footer-button-fg_hover: #f0f1f1;
1028
+ --color-component-components-header-sections-header-abstract-100-bg: #1f242f;
1029
+ --color-component-components-header-sections-header-abstract-200-bg: #333741;
1030
+ --color-component-components-header-sections-header-abstract-300-bg: #61646c;
1031
+ --color-component-components-header-sections-header-abstract-50-bg: #161b26;
1032
+ --color-component-components-icons-featured-icons-dark-featured-icon-dark-fg-brand: #e9d7fe;
1033
+ --color-component-components-icons-featured-icons-dark-featured-icon-dark-fg-error: #fecdca;
1034
+ --color-component-components-icons-featured-icons-dark-featured-icon-dark-fg-gray: #ececed;
1035
+ --color-component-components-icons-featured-icons-dark-featured-icon-dark-fg-success: #abefc6;
1036
+ --color-component-components-icons-featured-icons-dark-featured-icon-dark-fg-warning: #fedf89;
1037
+ --color-component-components-icons-featured-icons-light-featured-icon-light-fg-brand: #e9d7fe;
1038
+ --color-component-components-icons-featured-icons-light-featured-icon-light-fg-error: #fecdca;
1039
+ --color-component-components-icons-featured-icons-light-featured-icon-light-fg-gray: #ececed;
1040
+ --color-component-components-icons-featured-icons-light-featured-icon-light-fg-success: #abefc6;
1041
+ --color-component-components-icons-featured-icons-light-featured-icon-light-fg-warning: #fedf89;
1042
+ --color-component-components-icons-featured-icons-modern-featured-icon-modern-border: #333741;
1043
+ --color-component-components-icons-icons-icon-fg-brand: #94969c;
1044
+ --color-component-components-icons-icons-icon-fg-brand_on-brand: #94969c;
1045
+ --color-component-components-icons-social-icons-social-icon-fg-angellist: #ffffff;
1046
+ --color-component-components-icons-social-icons-social-icon-fg-apple: #ffffff;
1047
+ --color-component-components-icons-social-icons-social-icon-fg-github: #ffffff;
1048
+ --color-component-components-icons-social-icons-social-icon-fg-instagram: #ffffff;
1049
+ --color-component-components-icons-social-icons-social-icon-fg-tumblr: #ffffff;
1050
+ --color-component-components-icons-social-icons-social-icon-fg-x: #ffffff;
1051
+ --color-component-components-mockups-screen-mockup-border: #333741;
1052
+ --color-component-components-sliders-slider-handle-bg: #9e77ed;
1053
+ --color-component-components-sliders-slider-handle-border: #0c111d;
1054
+ --color-component-components-thumbnail-thumbnail-badge-brand-fg: #cecfd2;
1055
+ --color-component-components-thumbnail-thumbnail-badge-success-fg: #cecfd2;
1056
+ --color-component-components-toggles-toggle-button-fg_disabled: #61646c;
1057
+ --color-component-components-tooltips-tooltip-supporting-text: #cecfd2;
1058
+ --color-component-components-wysiwyg-editor-wysiwyg-editor-icon-fg: #94969c;
1059
+ --color-component-components-wysiwyg-editor-wysiwyg-editor-icon-fg_active: #ffffff;
1060
+ --color-component-utility-blue-dark-utility-blue-dark-100: #00359e;
1061
+ --color-component-utility-blue-dark-utility-blue-dark-200: #0040c1;
1062
+ --color-component-utility-blue-dark-utility-blue-dark-300: #004eeb;
1063
+ --color-component-utility-blue-dark-utility-blue-dark-400: #155eef;
1064
+ --color-component-utility-blue-dark-utility-blue-dark-50: #002266;
1065
+ --color-component-utility-blue-dark-utility-blue-dark-500: #2970ff;
1066
+ --color-component-utility-blue-dark-utility-blue-dark-600: #528bff;
1067
+ --color-component-utility-blue-dark-utility-blue-dark-700: #84adff;
1068
+ --color-component-utility-blue-light-utility-blue-light-100: #0b4a6f;
1069
+ --color-component-utility-blue-light-utility-blue-light-200: #065986;
1070
+ --color-component-utility-blue-light-utility-blue-light-300: #026aa2;
1071
+ --color-component-utility-blue-light-utility-blue-light-400: #0086c9;
1072
+ --color-component-utility-blue-light-utility-blue-light-50: #062c41;
1073
+ --color-component-utility-blue-light-utility-blue-light-500: #0ba5ec;
1074
+ --color-component-utility-blue-light-utility-blue-light-600: #36bffa;
1075
+ --color-component-utility-blue-light-utility-blue-light-700: #7cd4fd;
1076
+ --color-component-utility-blue-utility-blue-100: #194185;
1077
+ --color-component-utility-blue-utility-blue-200: #1849a9;
1078
+ --color-component-utility-blue-utility-blue-300: #175cd3;
1079
+ --color-component-utility-blue-utility-blue-400: #1570ef;
1080
+ --color-component-utility-blue-utility-blue-50: #102a56;
1081
+ --color-component-utility-blue-utility-blue-500: #2e90fa;
1082
+ --color-component-utility-blue-utility-blue-600: #53b1fd;
1083
+ --color-component-utility-blue-utility-blue-700: #84caff;
1084
+ --color-component-utility-brand-utility-brand-100: #42307d;
1085
+ --color-component-utility-brand-utility-brand-100_alt: #1f242f;
1086
+ --color-component-utility-brand-utility-brand-200: #53389e;
1087
+ --color-component-utility-brand-utility-brand-200_alt: #333741;
1088
+ --color-component-utility-brand-utility-brand-300: #6941c6;
1089
+ --color-component-utility-brand-utility-brand-300_alt: #333741;
1090
+ --color-component-utility-brand-utility-brand-400: #7f56d9;
1091
+ --color-component-utility-brand-utility-brand-400_alt: #61646c;
1092
+ --color-component-utility-brand-utility-brand-50: #2c1c5f;
1093
+ --color-component-utility-brand-utility-brand-500: #9e77ed;
1094
+ --color-component-utility-brand-utility-brand-500_alt: #85888e;
1095
+ --color-component-utility-brand-utility-brand-50_alt: #161b26;
1096
+ --color-component-utility-brand-utility-brand-600: #b692f6;
1097
+ --color-component-utility-brand-utility-brand-600_alt: #94969c;
1098
+ --color-component-utility-brand-utility-brand-700: #d6bbfb;
1099
+ --color-component-utility-brand-utility-brand-700_alt: #cecfd2;
1100
+ --color-component-utility-brand-utility-brand-800: #e9d7fe;
1101
+ --color-component-utility-brand-utility-brand-800_alt: #ececed;
1102
+ --color-component-utility-brand-utility-brand-900: #f4ebff;
1103
+ --color-component-utility-brand-utility-brand-900_alt: #f0f1f1;
1104
+ --color-component-utility-error-utility-error-100: #7a271a;
1105
+ --color-component-utility-error-utility-error-200: #912018;
1106
+ --color-component-utility-error-utility-error-300: #b42318;
1107
+ --color-component-utility-error-utility-error-400: #d92d20;
1108
+ --color-component-utility-error-utility-error-50: #55160c;
1109
+ --color-component-utility-error-utility-error-500: #f04438;
1110
+ --color-component-utility-error-utility-error-600: #f97066;
1111
+ --color-component-utility-error-utility-error-700: #fda29b;
1112
+ --color-component-utility-fuchsia-utility-fuchsia-100: #6f1877;
1113
+ --color-component-utility-fuchsia-utility-fuchsia-200: #821890;
1114
+ --color-component-utility-fuchsia-utility-fuchsia-300: #9f1ab1;
1115
+ --color-component-utility-fuchsia-utility-fuchsia-400: #ba24d5;
1116
+ --color-component-utility-fuchsia-utility-fuchsia-50: #47104c;
1117
+ --color-component-utility-fuchsia-utility-fuchsia-500: #d444f1;
1118
+ --color-component-utility-fuchsia-utility-fuchsia-600: #e478fa;
1119
+ --color-component-utility-fuchsia-utility-fuchsia-700: #eeaafd;
1120
+ --color-component-utility-gray-blue-utility-gray-blue-100: #101323;
1121
+ --color-component-utility-gray-blue-utility-gray-blue-200: #293056;
1122
+ --color-component-utility-gray-blue-utility-gray-blue-300: #363f72;
1123
+ --color-component-utility-gray-blue-utility-gray-blue-400: #3e4784;
1124
+ --color-component-utility-gray-blue-utility-gray-blue-50: #101323;
1125
+ --color-component-utility-gray-blue-utility-gray-blue-500: #4e5ba6;
1126
+ --color-component-utility-gray-blue-utility-gray-blue-600: #717bbc;
1127
+ --color-component-utility-gray-blue-utility-gray-blue-700: #b3b8db;
1128
+ --color-component-utility-gray-utility-gray-100: #1f242f;
1129
+ --color-component-utility-gray-utility-gray-200: #333741;
1130
+ --color-component-utility-gray-utility-gray-300: #333741;
1131
+ --color-component-utility-gray-utility-gray-400: #61646c;
1132
+ --color-component-utility-gray-utility-gray-50: #161b26;
1133
+ --color-component-utility-gray-utility-gray-500: #85888e;
1134
+ --color-component-utility-gray-utility-gray-600: #94969c;
1135
+ --color-component-utility-gray-utility-gray-700: #cecfd2;
1136
+ --color-component-utility-gray-utility-gray-800: #ececed;
1137
+ --color-component-utility-gray-utility-gray-900: #f0f1f1;
1138
+ --color-component-utility-indigo-utility-indigo-100: #2d3282;
1139
+ --color-component-utility-indigo-utility-indigo-200: #2d31a6;
1140
+ --color-component-utility-indigo-utility-indigo-300: #3538cd;
1141
+ --color-component-utility-indigo-utility-indigo-400: #444ce7;
1142
+ --color-component-utility-indigo-utility-indigo-50: #1f235b;
1143
+ --color-component-utility-indigo-utility-indigo-500: #6172f3;
1144
+ --color-component-utility-indigo-utility-indigo-600: #8098f9;
1145
+ --color-component-utility-indigo-utility-indigo-700: #a4bcfd;
1146
+ --color-component-utility-orange-dark-utility-orange-dark-100: #771a0d;
1147
+ --color-component-utility-orange-dark-utility-orange-dark-200: #97180c;
1148
+ --color-component-utility-orange-dark-utility-orange-dark-300: #bc1b06;
1149
+ --color-component-utility-orange-dark-utility-orange-dark-400: #e62e05;
1150
+ --color-component-utility-orange-dark-utility-orange-dark-50: #57130a;
1151
+ --color-component-utility-orange-dark-utility-orange-dark-500: #ff4405;
1152
+ --color-component-utility-orange-dark-utility-orange-dark-600: #ff692e;
1153
+ --color-component-utility-orange-dark-utility-orange-dark-700: #ff9c66;
1154
+ --color-component-utility-orange-utility-orange-100: #772917;
1155
+ --color-component-utility-orange-utility-orange-200: #932f19;
1156
+ --color-component-utility-orange-utility-orange-300: #b93815;
1157
+ --color-component-utility-orange-utility-orange-400: #e04f16;
1158
+ --color-component-utility-orange-utility-orange-50: #511c10;
1159
+ --color-component-utility-orange-utility-orange-500: #ef6820;
1160
+ --color-component-utility-orange-utility-orange-600: #f38744;
1161
+ --color-component-utility-orange-utility-orange-700: #f7b27a;
1162
+ --color-component-utility-pink-utility-pink-100: #851651;
1163
+ --color-component-utility-pink-utility-pink-200: #9e165f;
1164
+ --color-component-utility-pink-utility-pink-300: #c11574;
1165
+ --color-component-utility-pink-utility-pink-400: #dd2590;
1166
+ --color-component-utility-pink-utility-pink-50: #4e0d30;
1167
+ --color-component-utility-pink-utility-pink-500: #ee46bc;
1168
+ --color-component-utility-pink-utility-pink-600: #f670c7;
1169
+ --color-component-utility-pink-utility-pink-700: #faa7e0;
1170
+ --color-component-utility-purple-utility-purple-100: #3e1c96;
1171
+ --color-component-utility-purple-utility-purple-200: #4a1fb8;
1172
+ --color-component-utility-purple-utility-purple-300: #5925dc;
1173
+ --color-component-utility-purple-utility-purple-400: #6938ef;
1174
+ --color-component-utility-purple-utility-purple-50: #27115f;
1175
+ --color-component-utility-purple-utility-purple-500: #7a5af8;
1176
+ --color-component-utility-purple-utility-purple-600: #9b8afb;
1177
+ --color-component-utility-purple-utility-purple-700: #bdb4fe;
1178
+ --color-component-utility-success-utility-success-100: #074d31;
1179
+ --color-component-utility-success-utility-success-200: #085d3a;
1180
+ --color-component-utility-success-utility-success-300: #067647;
1181
+ --color-component-utility-success-utility-success-400: #079455;
1182
+ --color-component-utility-success-utility-success-50: #053321;
1183
+ --color-component-utility-success-utility-success-500: #17b26a;
1184
+ --color-component-utility-success-utility-success-600: #47cd89;
1185
+ --color-component-utility-success-utility-success-700: #75e0a7;
1186
+ --color-component-utility-warning-utility-warning-100: #7a2e0e;
1187
+ --color-component-utility-warning-utility-warning-200: #93370d;
1188
+ --color-component-utility-warning-utility-warning-300: #b54708;
1189
+ --color-component-utility-warning-utility-warning-400: #dc6803;
1190
+ --color-component-utility-warning-utility-warning-50: #4e1d09;
1191
+ --color-component-utility-warning-utility-warning-500: #f79009;
1192
+ --color-component-utility-warning-utility-warning-600: #fdb022;
1193
+ --color-component-utility-warning-utility-warning-700: #fec84b;
1194
+ }
1195
+ }