@crowdfarming/oliva-ds 1.3.5 → 1.4.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.
@@ -0,0 +1,2068 @@
1
+ :root {
2
+ --square: 1/1;
3
+ --landscape-sm: 3/2;
4
+ --landscape-md: 5/4;
5
+ --landscape-lg: 16/9;
6
+ --portrait-sm: 2/3;
7
+ --portrait-md: 4/5;
8
+ --portrait-lg: 9/16;
9
+ --thumbnail: 1/1;
10
+ --avatar: 1/1;
11
+ --icon-button: 1/1;
12
+ --card: 3/2;
13
+ --dark-color-core-content-default: #ffffff;
14
+ --dark-color-core-content-soft: #dee7e6;
15
+ --dark-color-core-content-inverse: #070707;
16
+ --dark-color-core-background-default: #070707;
17
+ --dark-color-core-background-neutral-soft: #363a3a;
18
+ --dark-color-core-background-alternative-soft: #306148;
19
+ --dark-color-core-background-alternative-strong: #f2fcf6;
20
+ --dark-color-core-background-inverse: #ffffff;
21
+ --dark-color-core-background-surface-raised: #1a1c1c;
22
+ --dark-color-core-background-surface-floating: #2a2d2c;
23
+ --dark-color-core-border-default: #f1f4f4;
24
+ --dark-color-core-border-soft: #a6b0af;
25
+ --dark-color-core-border-inverse: #070707;
26
+ --dark-color-action-primary-content-default: #ffffff;
27
+ --dark-color-action-primary-content-hover: #e2f9ec;
28
+ --dark-color-action-primary-content-pressed: #e2f9ec;
29
+ --dark-color-action-primary-content-disabled: #e7eeed;
30
+ --dark-color-action-primary-background-default: #ffffff00;
31
+ --dark-color-action-primary-background-hover: #306148;
32
+ --dark-color-action-primary-background-pressed: #3d775a;
33
+ --dark-color-action-primary-background-disabled: #ffffff0a;
34
+ --dark-color-action-primary-border-default: #ffffff;
35
+ --dark-color-action-primary-border-hover: #e2f9ec;
36
+ --dark-color-action-primary-border-active: #e2f9ec;
37
+ --dark-color-action-primary-border-disabled: #ffffff00;
38
+ --dark-color-action-primary-selected-content-default: #070707;
39
+ --dark-color-action-primary-selected-content-hover: #070707;
40
+ --dark-color-action-primary-selected-content-pressed: #070707;
41
+ --dark-color-action-primary-selected-content-disabled: #e7eeed;
42
+ --dark-color-action-primary-selected-background-default: #72d4a2;
43
+ --dark-color-action-primary-selected-background-hover: #66bf92;
44
+ --dark-color-action-primary-selected-background-pressed: #59a880;
45
+ --dark-color-action-primary-selected-background-disabled: #ffffff0f;
46
+ --dark-color-action-primary-selected-border-default: #72d4a2;
47
+ --dark-color-action-primary-selected-border-hover: #66bf92;
48
+ --dark-color-action-primary-selected-border-active: #59a880;
49
+ --dark-color-action-primary-selected-border-disabled: #ffffff00;
50
+ --dark-color-action-neutral-content-default: #ffffff;
51
+ --dark-color-action-neutral-content-hover: #f8faf9;
52
+ --dark-color-action-neutral-content-pressed: #f8faf9;
53
+ --dark-color-action-neutral-content-disabled: #e7eeed;
54
+ --dark-color-action-neutral-background-default: #ffffff00;
55
+ --dark-color-action-neutral-background-hover: #ffffff0a;
56
+ --dark-color-action-neutral-background-pressed: #ffffff0f;
57
+ --dark-color-action-neutral-background-disabled: #ffffff0a;
58
+ --dark-color-action-neutral-border-default: #ffffff;
59
+ --dark-color-action-neutral-border-hover: #f8faf9;
60
+ --dark-color-action-neutral-border-pressed: #f8faf9;
61
+ --dark-color-action-neutral-border-disabled: #ffffff00;
62
+ --dark-color-action-danger-content-default: #ef7156;
63
+ --dark-color-action-danger-content-hover: #ba2f1e;
64
+ --dark-color-action-danger-content-pressed: #ba2f1e;
65
+ --dark-color-action-danger-content-disabled-2: #e7eeed;
66
+ --dark-color-action-danger-background-default: #ffffff00;
67
+ --dark-color-action-danger-background-hover: #ec402a;
68
+ --dark-color-action-danger-background-pressed: #ba2f1e;
69
+ --dark-color-action-danger-background-disabled: #ffffff0a;
70
+ --dark-color-action-danger-border-default: #ef7156;
71
+ --dark-color-action-danger-border-hover: #ec402a;
72
+ --dark-color-action-danger-border-pressed: #ba2f1e;
73
+ --dark-color-action-danger-border-disabled: #ffffff00;
74
+ --dark-color-feedback-danger-default: #f2947d;
75
+ --dark-color-feedback-danger-on-default: #070707;
76
+ --dark-color-feedback-danger-surface-background: #6c190e;
77
+ --dark-color-feedback-danger-surface-border: #f2947d;
78
+ --dark-color-feedback-success-default: #77e7b5;
79
+ --dark-color-feedback-success-on-default: #070707;
80
+ --dark-color-feedback-success-surface-background: #19402f;
81
+ --dark-color-feedback-success-surface-border: #77e7b5;
82
+ --dark-color-feedback-warning-default: #fcd98e;
83
+ --dark-color-feedback-warning-on-default: #070707;
84
+ --dark-color-feedback-warning-surface-background: #483600;
85
+ --dark-color-feedback-warning-surface-border: #fcd98e;
86
+ --dark-color-feedback-info-default: #c5e3f8;
87
+ --dark-color-feedback-info-on-default: #070707;
88
+ --dark-color-feedback-info-surface-background: #164a64;
89
+ --dark-color-feedback-info-surface-border: #c5e3f8;
90
+ --dark-color-decorative-primary-default: #f9c886;
91
+ --dark-color-decorative-primary-soft: #744f10;
92
+ --dark-color-decorative-primary-strong: #faead6;
93
+ --dark-color-decorative-secondary-default: #f28fb8;
94
+ --dark-color-decorative-secondary-soft: #9b2762;
95
+ --dark-color-decorative-secondary-strong: #f9e8ee;
96
+ --dark-color-effect-focus-color: #72d4a2;
97
+ --dark-color-effect-focus-contrast: #070707;
98
+ --dark-color-effect-shadow-soft: #000000e5;
99
+ --dark-color-effect-shadow-strong: #000000cc;
100
+ --dark-color-effect-overlay: #ffffff52;
101
+ --dark-color-button-primary-content-default: #070707;
102
+ --dark-color-button-primary-content-hover: #070707;
103
+ --dark-color-button-primary-content-pressed: #070707;
104
+ --dark-color-button-primary-content-disabled: #e7eeed;
105
+ --dark-color-button-primary-background-default: #72d4a2;
106
+ --dark-color-button-primary-background-hover: #66bf92;
107
+ --dark-color-button-primary-background-pressed: #59a880;
108
+ --dark-color-button-primary-background-disabled: #ffffff0f;
109
+ --dark-color-button-primary-border-default: #72d4a2;
110
+ --dark-color-button-primary-border-hover: #66bf92;
111
+ --dark-color-button-primary-border-pressed: #ffffff00;
112
+ --dark-color-button-primary-border-disabled: #ffffff00;
113
+ --dark-color-button-secondary-content-default: #72d4a2;
114
+ --dark-color-button-secondary-content-hover: #66bf92;
115
+ --dark-color-button-secondary-content-pressed: #59a880;
116
+ --dark-color-button-secondary-content-disabled: #e7eeed;
117
+ --dark-color-button-secondary-background-default: #ffffff00;
118
+ --dark-color-button-secondary-background-hover: #ffffff0f;
119
+ --dark-color-button-secondary-background-pressed: #ffffff0a;
120
+ --dark-color-button-secondary-background-disabled: #ffffff0f;
121
+ --dark-color-button-secondary-border-default: #72d4a2;
122
+ --dark-color-button-secondary-border-hover: #66bf92;
123
+ --dark-color-button-secondary-border-pressed: #59a880;
124
+ --dark-color-button-secondary-border-disabled: #ffffff00;
125
+ --dark-color-button-tertiary-content-default: #72d4a2;
126
+ --dark-color-button-tertiary-content-hover: #66bf92;
127
+ --dark-color-button-tertiary-content-pressed: #59a880;
128
+ --dark-color-button-tertiary-content-disabled: #e7eeed;
129
+ --dark-color-button-tertiary-background-default: #ffffff00;
130
+ --dark-color-button-tertiary-background-hover: #ffffff0f;
131
+ --dark-color-button-tertiary-background-pressed: #ffffff0a;
132
+ --dark-color-button-tertiary-background-disabled: #ffffff00;
133
+ --dark-color-button-tertiary-border-default: #ffffff00;
134
+ --dark-color-button-tertiary-border-hover: #ffffff00;
135
+ --dark-color-button-tertiary-border-pressed: #ffffff00;
136
+ --dark-color-button-tertiary-border-disabled: #ffffff00;
137
+ --dark-color-button-danger-content-default: #070707;
138
+ --dark-color-button-danger-content-hover: #070707;
139
+ --dark-color-button-danger-content-pressed: #070707;
140
+ --dark-color-button-danger-content-disabled: #e7eeed;
141
+ --dark-color-button-danger-background-default: #ef7156;
142
+ --dark-color-button-danger-background-hover: #ec402a;
143
+ --dark-color-button-danger-background-pressed: #ba2f1e;
144
+ --dark-color-button-danger-background-disabled: #ffffff0f;
145
+ --dark-color-button-danger-border-default: #ffffff00;
146
+ --dark-color-button-danger-border-pressed: #ffffff00;
147
+ --dark-color-button-danger-border-hover: #ffffff00;
148
+ --dark-color-button-danger-border-disabled: #ffffff00;
149
+ --dark-color-button-inverse-content-default: #070707;
150
+ --dark-color-button-inverse-content-hover: #070707;
151
+ --dark-color-button-inverse-content-pressed: #070707;
152
+ --dark-color-button-inverse-content-disabled: #7d8483;
153
+ --dark-color-button-inverse-background-default: #ffffff00;
154
+ --dark-color-button-inverse-background-hover: #0000000a;
155
+ --dark-color-button-inverse-background-pressed: #0000000f;
156
+ --dark-color-button-inverse-background-disabled: #0000000a;
157
+ --dark-color-button-inverse-border-default: #070707;
158
+ --dark-color-button-inverse-border-hover: #070707;
159
+ --dark-color-button-inverse-border-pressed: #070707;
160
+ --dark-color-button-inverse-border-disabled: #ffffff00;
161
+ --dark-color-button-neutral-content-default: #ffffff;
162
+ --dark-color-button-neutral-content-hover: #f8faf9;
163
+ --dark-color-button-neutral-content-pressed: #f8faf9;
164
+ --dark-color-button-neutral-content-disabled: #e7eeed;
165
+ --dark-color-button-neutral-background-default: #ffffff00;
166
+ --dark-color-button-neutral-background-hover: #ffffff0a;
167
+ --dark-color-button-neutral-background-pressed: #ffffff0f;
168
+ --dark-color-button-neutral-background-disabled: #ffffff00;
169
+ --dark-color-button-neutral-border-default: #ffffff00;
170
+ --dark-color-button-neutral-border-hover: #ffffff00;
171
+ --dark-color-button-neutral-border-pressed: #ffffff00;
172
+ --dark-color-button-neutral-border-disabled: #ffffff00;
173
+ --dark-color-textfield-content-default: #ffffff;
174
+ --dark-color-textfield-content-placeholder: #b3bdbc;
175
+ --dark-color-textfield-content-disabled: #e7eeed;
176
+ --dark-color-textfield-background-default: #070707;
177
+ --dark-color-textfield-background-hover: #070707;
178
+ --dark-color-textfield-background-pressed: #070707;
179
+ --dark-color-textfield-background-disabled: #ffffff0a;
180
+ --dark-color-textfield-border-default: #a6b0af;
181
+ --dark-color-textfield-border-hover: #b3bdbc;
182
+ --dark-color-textfield-border-pressed: #c9d4d3;
183
+ --dark-color-textfield-border-error: #f2947d;
184
+ --dark-color-textfield-border-active: #72d4a2;
185
+ --dark-color-textfield-border-disabled: #e7eeed;
186
+ --dark-elevation-raised: [object Object],[object Object];
187
+ --dark-elevation-floating: [object Object],[object Object];
188
+ --dark-focus-outset: [object Object],[object Object];
189
+ --dark-focus-inset: [object Object],[object Object];
190
+ --dark-focus-textfield: [object Object];
191
+ --light-color-core-content-default: #070707;
192
+ --light-color-core-content-soft: #676d6c;
193
+ --light-color-core-content-inverse: #ffffff;
194
+ --light-color-core-background-default: #ffffff;
195
+ --light-color-core-background-neutral-soft: #f1f4f4;
196
+ --light-color-core-background-alternative-soft: #f2fcf6;
197
+ --light-color-core-background-alternative-strong: #306148;
198
+ --light-color-core-background-inverse: #070707;
199
+ --light-color-core-background-surface-raised: #ffffff;
200
+ --light-color-core-background-surface-floating: #ffffff;
201
+ --light-color-core-border-default: #a6b0af;
202
+ --light-color-core-border-soft: #d6e0df;
203
+ --light-color-core-border-inverse: #ffffff;
204
+ --light-color-action-primary-content-default: #1e402f;
205
+ --light-color-action-primary-content-hover: #3d775a;
206
+ --light-color-action-primary-content-pressed: #3d775a;
207
+ --light-color-action-primary-content-disabled: #7d8483;
208
+ --light-color-action-primary-background-default: #ffffff00;
209
+ --light-color-action-primary-background-hover: #f2fcf6;
210
+ --light-color-action-primary-background-pressed: #e2f9ec;
211
+ --light-color-action-primary-background-disabled: #00000005;
212
+ --light-color-action-primary-border-default: #1e402f;
213
+ --light-color-action-primary-border-hover: #3d775a;
214
+ --light-color-action-primary-border-active: #3d775a;
215
+ --light-color-action-primary-border-disabled: #ffffff00;
216
+ --light-color-action-primary-selected-content-default: #ffffff;
217
+ --light-color-action-primary-selected-content-hover: #ffffff;
218
+ --light-color-action-primary-selected-content-pressed: #ffffff;
219
+ --light-color-action-primary-selected-content-disabled: #7d8483;
220
+ --light-color-action-primary-selected-background-default: #3d775a;
221
+ --light-color-action-primary-selected-background-hover: #306148;
222
+ --light-color-action-primary-selected-background-pressed: #254c38;
223
+ --light-color-action-primary-selected-background-disabled: #00000005;
224
+ --light-color-action-primary-selected-border-default: #3d775a;
225
+ --light-color-action-primary-selected-border-hover: #306148;
226
+ --light-color-action-primary-selected-border-active: #254c38;
227
+ --light-color-action-primary-selected-border-disabled: #ffffff00;
228
+ --light-color-action-neutral-content-default: #070707;
229
+ --light-color-action-neutral-content-hover: #414545;
230
+ --light-color-action-neutral-content-pressed: #414545;
231
+ --light-color-action-neutral-content-disabled: #7d8483;
232
+ --light-color-action-neutral-background-default: #ffffff00;
233
+ --light-color-action-neutral-background-hover: #0000000a;
234
+ --light-color-action-neutral-background-pressed: #0000000f;
235
+ --light-color-action-neutral-background-disabled: #00000005;
236
+ --light-color-action-neutral-border-default: #070707;
237
+ --light-color-action-neutral-border-hover: #414545;
238
+ --light-color-action-neutral-border-pressed: #414545;
239
+ --light-color-action-neutral-border-disabled: #ffffff00;
240
+ --light-color-action-danger-content-default: #ba2f1e;
241
+ --light-color-action-danger-content-hover: #a22819;
242
+ --light-color-action-danger-content-pressed: #811e12;
243
+ --light-color-action-danger-content-disabled-2: #7d8483;
244
+ --light-color-action-danger-background-default: #ffffff00;
245
+ --light-color-action-danger-background-hover: #a22819;
246
+ --light-color-action-danger-background-pressed: #811e12;
247
+ --light-color-action-danger-background-disabled: #00000005;
248
+ --light-color-action-danger-border-default: #ba2f1e;
249
+ --light-color-action-danger-border-hover: #a22819;
250
+ --light-color-action-danger-border-pressed: #811e12;
251
+ --light-color-action-danger-border-disabled: #ffffff00;
252
+ --light-color-feedback-danger-default: #ba2f1e;
253
+ --light-color-feedback-danger-on-default: #ffffff;
254
+ --light-color-feedback-danger-surface-background: #f7e0da;
255
+ --light-color-feedback-danger-surface-border: #ba2f1e;
256
+ --light-color-feedback-success-default: #42916f;
257
+ --light-color-feedback-success-on-default: #ffffff;
258
+ --light-color-feedback-success-surface-background: #dffaec;
259
+ --light-color-feedback-success-surface-border: #42916f;
260
+ --light-color-feedback-warning-default: #866600;
261
+ --light-color-feedback-warning-on-default: #ffffff;
262
+ --light-color-feedback-warning-surface-background: #fceac9;
263
+ --light-color-feedback-warning-surface-border: #866600;
264
+ --light-color-feedback-info-default: #27749a;
265
+ --light-color-feedback-info-on-default: #ffffff;
266
+ --light-color-feedback-info-surface-background: #e0effa;
267
+ --light-color-feedback-info-surface-border: #27749a;
268
+ --light-color-decorative-primary-default: #eaa42c;
269
+ --light-color-decorative-primary-soft: #faead6;
270
+ --light-color-decorative-primary-strong: #744f10;
271
+ --light-color-decorative-secondary-default: #ec4899;
272
+ --light-color-decorative-secondary-soft: #f9e8ee;
273
+ --light-color-decorative-secondary-strong: #9b2762;
274
+ --light-color-effect-focus-color: #509974;
275
+ --light-color-effect-focus-contrast: #ffffff;
276
+ --light-color-effect-shadow-soft: #0425221f;
277
+ --light-color-effect-shadow-strong: #04252229;
278
+ --light-color-effect-overlay: #00000052;
279
+ --light-color-button-primary-content-default: #ffffff;
280
+ --light-color-button-primary-content-hover: #ffffff;
281
+ --light-color-button-primary-content-pressed: #ffffff;
282
+ --light-color-button-primary-content-disabled: #676d6c;
283
+ --light-color-button-primary-background-default: #3d775a;
284
+ --light-color-button-primary-background-hover: #306148;
285
+ --light-color-button-primary-background-pressed: #254c38;
286
+ --light-color-button-primary-background-disabled: #0000000a;
287
+ --light-color-button-primary-border-default: #3d775a;
288
+ --light-color-button-primary-border-hover: #306148;
289
+ --light-color-button-primary-border-pressed: #254c38;
290
+ --light-color-button-primary-border-disabled: #ffffff00;
291
+ --light-color-button-secondary-content-default: #3d775a;
292
+ --light-color-button-secondary-content-hover: #306148;
293
+ --light-color-button-secondary-content-pressed: #254c38;
294
+ --light-color-button-secondary-content-disabled: #676d6c;
295
+ --light-color-button-secondary-background-default: #ffffff00;
296
+ --light-color-button-secondary-background-hover: #0000000a;
297
+ --light-color-button-secondary-background-pressed: #0000000f;
298
+ --light-color-button-secondary-background-disabled: #0000000a;
299
+ --light-color-button-secondary-border-default: #3d775a;
300
+ --light-color-button-secondary-border-hover: #306148;
301
+ --light-color-button-secondary-border-pressed: #254c38;
302
+ --light-color-button-secondary-border-disabled: #ffffff00;
303
+ --light-color-button-tertiary-content-default: #3d775a;
304
+ --light-color-button-tertiary-content-hover: #306148;
305
+ --light-color-button-tertiary-content-pressed: #254c38;
306
+ --light-color-button-tertiary-content-disabled: #676d6c;
307
+ --light-color-button-tertiary-background-default: #ffffff00;
308
+ --light-color-button-tertiary-background-hover: #0000000a;
309
+ --light-color-button-tertiary-background-pressed: #0000000f;
310
+ --light-color-button-tertiary-background-disabled: #ffffff00;
311
+ --light-color-button-tertiary-border-default: #ffffff00;
312
+ --light-color-button-tertiary-border-hover: #ffffff00;
313
+ --light-color-button-tertiary-border-pressed: #ffffff00;
314
+ --light-color-button-tertiary-border-disabled: #ffffff00;
315
+ --light-color-button-danger-content-default: #ffffff;
316
+ --light-color-button-danger-content-hover: #ffffff;
317
+ --light-color-button-danger-content-pressed: #ffffff;
318
+ --light-color-button-danger-content-disabled: #676d6c;
319
+ --light-color-button-danger-background-default: #ba2f1e;
320
+ --light-color-button-danger-background-hover: #a22819;
321
+ --light-color-button-danger-background-pressed: #811e12;
322
+ --light-color-button-danger-background-disabled: #0000000a;
323
+ --light-color-button-danger-border-default: #ffffff00;
324
+ --light-color-button-danger-border-pressed: #ffffff00;
325
+ --light-color-button-danger-border-hover: #ffffff00;
326
+ --light-color-button-danger-border-disabled: #ffffff00;
327
+ --light-color-button-inverse-content-default: #ffffff;
328
+ --light-color-button-inverse-content-hover: #ffffff;
329
+ --light-color-button-inverse-content-pressed: #ffffff;
330
+ --light-color-button-inverse-content-disabled: #c9d4d3;
331
+ --light-color-button-inverse-background-default: #ffffff00;
332
+ --light-color-button-inverse-background-hover: #ffffff0a;
333
+ --light-color-button-inverse-background-pressed: #ffffff0f;
334
+ --light-color-button-inverse-background-disabled: #ffffff0a;
335
+ --light-color-button-inverse-border-default: #ffffff;
336
+ --light-color-button-inverse-border-hover: #ffffff;
337
+ --light-color-button-inverse-border-pressed: #ffffff;
338
+ --light-color-button-inverse-border-disabled: #ffffff00;
339
+ --light-color-button-neutral-content-default: #070707;
340
+ --light-color-button-neutral-content-hover: #414545;
341
+ --light-color-button-neutral-content-pressed: #414545;
342
+ --light-color-button-neutral-content-disabled: #676d6c;
343
+ --light-color-button-neutral-background-default: #ffffff00;
344
+ --light-color-button-neutral-background-hover: #0000000a;
345
+ --light-color-button-neutral-background-pressed: #0000000f;
346
+ --light-color-button-neutral-background-disabled: #ffffff00;
347
+ --light-color-button-neutral-border-default: #ffffff00;
348
+ --light-color-button-neutral-border-hover: #ffffff00;
349
+ --light-color-button-neutral-border-pressed: #ffffff00;
350
+ --light-color-button-neutral-border-disabled: #ffffff00;
351
+ --light-color-textfield-content-default: #070707;
352
+ --light-color-textfield-content-placeholder: #676d6c;
353
+ --light-color-textfield-content-disabled: #7d8483;
354
+ --light-color-textfield-background-default: #ffffff;
355
+ --light-color-textfield-background-hover: #ffffff;
356
+ --light-color-textfield-background-pressed: #ffffff;
357
+ --light-color-textfield-background-disabled: #00000005;
358
+ --light-color-textfield-border-default: #929a99;
359
+ --light-color-textfield-border-hover: #7d8483;
360
+ --light-color-textfield-border-pressed: #676d6c;
361
+ --light-color-textfield-border-error: #ba2f1e;
362
+ --light-color-textfield-border-active: #509974;
363
+ --light-color-textfield-border-disabled: #a6b0af;
364
+ --light-elevation-raised: [object Object],[object Object];
365
+ --light-elevation-floating: [object Object],[object Object];
366
+ --light-focus-outset: [object Object],[object Object];
367
+ --light-focus-inset: [object Object],[object Object];
368
+ --light-focus-textfield: [object Object];
369
+ --desktop-typography-font-family-primary: Fira Sans Condensed;
370
+ --desktop-typography-font-family-secondary: Figtree;
371
+ --desktop-typography-font-weight-regular: 400;
372
+ --desktop-typography-font-weight-semi-bold: 600;
373
+ --desktop-typography-font-weight-bold: 700;
374
+ --desktop-typography-font-weight-extrabold: 800;
375
+ --desktop-typography-heading-xl-family: Fira Sans Condensed;
376
+ --desktop-typography-heading-xl-size: 2.625rem;
377
+ --desktop-typography-heading-xl-line-height: 3.125rem;
378
+ --desktop-typography-heading-xl-weight: 700;
379
+ --desktop-typography-heading-xl-letter-spacing: 0rem;
380
+ --desktop-typography-heading-lg-family: Fira Sans Condensed;
381
+ --desktop-typography-heading-lg-size: 2.25rem;
382
+ --desktop-typography-heading-lg-line-height: 3rem;
383
+ --desktop-typography-heading-lg-weight: 700;
384
+ --desktop-typography-heading-lg-letter-spacing: 0rem;
385
+ --desktop-typography-heading-md-family: Fira Sans Condensed;
386
+ --desktop-typography-heading-md-size: 1.875rem;
387
+ --desktop-typography-heading-md-line-height: 2.375rem;
388
+ --desktop-typography-heading-md-weight: 700;
389
+ --desktop-typography-heading-md-letter-spacing: 0rem;
390
+ --desktop-typography-heading-sm-family: Fira Sans Condensed;
391
+ --desktop-typography-heading-sm-size: 1.5rem;
392
+ --desktop-typography-heading-sm-line-height: 2rem;
393
+ --desktop-typography-heading-sm-weight: 700;
394
+ --desktop-typography-heading-sm-letter-spacing: 0rem;
395
+ --desktop-typography-title-xl-family: Figtree;
396
+ --desktop-typography-title-xl-size: 2rem;
397
+ --desktop-typography-title-xl-line-height: 2.5rem;
398
+ --desktop-typography-title-xl-weight: 600;
399
+ --desktop-typography-title-xl-letter-spacing: 0rem;
400
+ --desktop-typography-title-lg-family: Figtree;
401
+ --desktop-typography-title-lg-size: 1.75rem;
402
+ --desktop-typography-title-lg-line-height: 2.5rem;
403
+ --desktop-typography-title-lg-weight: 600;
404
+ --desktop-typography-title-lg-letter-spacing: 0rem;
405
+ --desktop-typography-title-md-family: Figtree;
406
+ --desktop-typography-title-md-size: 1.5rem;
407
+ --desktop-typography-title-md-line-height: 2rem;
408
+ --desktop-typography-title-md-weight: 600;
409
+ --desktop-typography-title-md-letter-spacing: 0rem;
410
+ --desktop-typography-title-sm-family: Figtree;
411
+ --desktop-typography-title-sm-size: 1.25rem;
412
+ --desktop-typography-title-sm-line-height: 1.75rem;
413
+ --desktop-typography-title-sm-weight: 600;
414
+ --desktop-typography-title-sm-letter-spacing: 0rem;
415
+ --desktop-typography-body-lg-family: Figtree;
416
+ --desktop-typography-body-lg-size: 1.125rem;
417
+ --desktop-typography-body-lg-line-height: 1.5rem;
418
+ --desktop-typography-body-lg-weight: 400;
419
+ --desktop-typography-body-lg-letter-spacing: 0rem;
420
+ --desktop-typography-body-lg-paragraph-spacing: 0.75rem;
421
+ --desktop-typography-body-md-family: Figtree;
422
+ --desktop-typography-body-md-size: 1rem;
423
+ --desktop-typography-body-md-line-height: 1.5rem;
424
+ --desktop-typography-body-md-weight: 400;
425
+ --desktop-typography-body-md-letter-spacing: 0rem;
426
+ --desktop-typography-body-md-paragraph-spacing: 0.5rem;
427
+ --desktop-typography-body-sm-family: Figtree;
428
+ --desktop-typography-body-sm-size: 0.875rem;
429
+ --desktop-typography-body-sm-line-height: 1.25rem;
430
+ --desktop-typography-body-sm-weight: 400;
431
+ --desktop-typography-body-sm-letter-spacing: 0rem;
432
+ --desktop-typography-body-sm-paragraph-spacing: 0.375rem;
433
+ --desktop-typography-body-xs-family: Figtree;
434
+ --desktop-typography-body-xs-size: 0.75rem;
435
+ --desktop-typography-body-xs-line-height: 1rem;
436
+ --desktop-typography-body-xs-weight: 400;
437
+ --desktop-typography-body-xs-letter-spacing: 0rem;
438
+ --desktop-typography-body-xs-paragraph-spacing: 0.375rem;
439
+ --desktop-typography-label-lg-default-family: Figtree;
440
+ --desktop-typography-label-lg-default-size: 1.125rem;
441
+ --desktop-typography-label-lg-default-line-height: 1.75rem;
442
+ --desktop-typography-label-lg-default-weight: 400;
443
+ --desktop-typography-label-lg-default-letter-spacing: 0rem;
444
+ --desktop-typography-label-lg-strong-family: Figtree;
445
+ --desktop-typography-label-lg-strong-size: 1.125rem;
446
+ --desktop-typography-label-lg-strong-line-height: 1.75rem;
447
+ --desktop-typography-label-lg-strong-weight: 600;
448
+ --desktop-typography-label-lg-strong-letter-spacing: 0rem;
449
+ --desktop-typography-label-md-default-family: Figtree;
450
+ --desktop-typography-label-md-default-size: 1rem;
451
+ --desktop-typography-label-md-default-line-height: 1.5rem;
452
+ --desktop-typography-label-md-default-weight: 400;
453
+ --desktop-typography-label-md-default-letter-spacing: 0rem;
454
+ --desktop-typography-label-md-strong-family: Figtree;
455
+ --desktop-typography-label-md-strong-size: 1rem;
456
+ --desktop-typography-label-md-strong-line-height: 1.5rem;
457
+ --desktop-typography-label-md-strong-weight: 600;
458
+ --desktop-typography-label-md-strong-letter-spacing: 0rem;
459
+ --desktop-typography-label-sm-default-family: Figtree;
460
+ --desktop-typography-label-sm-default-size: 0.875rem;
461
+ --desktop-typography-label-sm-default-line-height: 1.25rem;
462
+ --desktop-typography-label-sm-default-weight: 400;
463
+ --desktop-typography-label-sm-default-letter-spacing: 0rem;
464
+ --desktop-typography-label-sm-strong-family: Figtree;
465
+ --desktop-typography-label-sm-strong-size: 0.875rem;
466
+ --desktop-typography-label-sm-strong-line-height: 1.25rem;
467
+ --desktop-typography-label-sm-strong-weight: 600;
468
+ --desktop-typography-label-sm-strong-letter-spacing: 0rem;
469
+ --desktop-typography-label-xs-default-family: Figtree;
470
+ --desktop-typography-label-xs-default-size: 0.75rem;
471
+ --desktop-typography-label-xs-default-line-height: 1rem;
472
+ --desktop-typography-label-xs-default-weight: 400;
473
+ --desktop-typography-label-xs-default-letter-spacing: 0rem;
474
+ --desktop-typography-label-xs-strong-family: Figtree;
475
+ --desktop-typography-label-xs-strong-size: 0.75rem;
476
+ --desktop-typography-label-xs-strong-line-height: 1rem;
477
+ --desktop-typography-label-xs-strong-weight: 600;
478
+ --desktop-typography-label-xs-strong-letter-spacing: -0.0125rem;
479
+ --desktop-space-grid-column-margin: 4.5rem;
480
+ --desktop-space-grid-column-gutter: 1.5rem;
481
+ --desktop-space-grid-column-count: 0.75rem;
482
+ --desktop-space-grid-row-gutter: 0.25rem;
483
+ --desktop-space-grid-row-height: 0.25rem;
484
+ --desktop-space-page-padding-none: 0rem;
485
+ --desktop-space-page-padding-sm: 2rem;
486
+ --desktop-space-page-padding-md: 2.5rem;
487
+ --desktop-space-page-padding-lg: 3.5rem;
488
+ --desktop-space-page-padding-xl: 4rem;
489
+ --desktop-space-page-gap-none: 0rem;
490
+ --desktop-space-page-gap-xs: 0.75rem;
491
+ --desktop-space-page-gap-sm: 1.5rem;
492
+ --desktop-space-page-gap-md: 2rem;
493
+ --desktop-space-page-gap-lg: 3rem;
494
+ --desktop-space-page-gap-xl: 4rem;
495
+ --desktop-space-page-gap-2xl: 5rem;
496
+ --desktop-space-container-padding-none: 0rem;
497
+ --desktop-space-container-padding-sm: 1rem;
498
+ --desktop-space-container-padding-md: 1.5rem;
499
+ --desktop-space-container-gap-none: 0rem;
500
+ --desktop-space-container-gap-xs: 0.25rem;
501
+ --desktop-space-container-gap-sm: 0.5rem;
502
+ --desktop-space-container-gap-md: 1rem;
503
+ --desktop-space-container-gap-lg: 1.5rem;
504
+ --desktop-space-container-stack-sm: 1rem;
505
+ --desktop-space-container-stack-md: 1.5rem;
506
+ --desktop-space-container-stack-lg: 2rem;
507
+ --desktop-space-component-padding-none: 0rem;
508
+ --desktop-space-component-padding-2xs: 0.125rem;
509
+ --desktop-space-component-padding-xs: 0.25rem;
510
+ --desktop-space-component-padding-sm: 0.5rem;
511
+ --desktop-space-component-padding-md: 0.75rem;
512
+ --desktop-space-component-padding-lg: 1rem;
513
+ --desktop-space-component-padding-xl: 1.5rem;
514
+ --desktop-space-component-padding-2xl: 2rem;
515
+ --desktop-space-component-gap-none: 0rem;
516
+ --desktop-space-component-gap-xs: 0.125rem;
517
+ --desktop-space-component-gap-sm: 0.25rem;
518
+ --desktop-space-component-gap-md: 0.5rem;
519
+ --desktop-space-component-gap-lg: 0.75rem;
520
+ --desktop-size-viewport-width: 80rem;
521
+ --desktop-size-border-radius-none: 0rem;
522
+ --desktop-size-border-radius-sm: 0.25rem;
523
+ --desktop-size-border-radius-md: 0.5rem;
524
+ --desktop-size-border-radius-lg: 0.75rem;
525
+ --desktop-size-border-radius-full: 6.25rem;
526
+ --desktop-size-border-width-md: 0.125rem;
527
+ --desktop-size-border-width-sm: 0.0625rem;
528
+ --desktop-size-border-width-none: 0rem;
529
+ --desktop-size-component-border-width: 0.0625rem;
530
+ --desktop-size-component-border-radius: 0.25rem;
531
+ --desktop-size-button-min-width-xs: 1.5rem;
532
+ --desktop-size-button-min-width-sm: 2rem;
533
+ --desktop-size-button-min-width-md: 2.5rem;
534
+ --desktop-size-button-min-width-lg: 3rem;
535
+ --desktop-size-button-border-width: 0.0625rem;
536
+ --desktop-size-button-border-radius: 0.25rem;
537
+ --desktop-size-button-min-height-xs: 1.5rem;
538
+ --desktop-size-button-min-height-md: 2.5rem;
539
+ --desktop-size-button-min-height-sm: 2rem;
540
+ --desktop-size-button-min-height-lg: 3rem;
541
+ --mobile-typography-font-family-primary: Fira Sans Condensed;
542
+ --mobile-typography-font-family-secondary: Figtree;
543
+ --mobile-typography-font-weight-regular: 400;
544
+ --mobile-typography-font-weight-semi-bold: 600;
545
+ --mobile-typography-font-weight-bold: 700;
546
+ --mobile-typography-font-weight-extrabold: 800;
547
+ --mobile-typography-heading-xl-family: Fira Sans Condensed;
548
+ --mobile-typography-heading-xl-size: 2rem;
549
+ --mobile-typography-heading-xl-line-height: 2.5rem;
550
+ --mobile-typography-heading-xl-weight: 700;
551
+ --mobile-typography-heading-xl-letter-spacing: 0rem;
552
+ --mobile-typography-heading-lg-family: Fira Sans Condensed;
553
+ --mobile-typography-heading-lg-size: 1.75rem;
554
+ --mobile-typography-heading-lg-line-height: 2.5rem;
555
+ --mobile-typography-heading-lg-weight: 700;
556
+ --mobile-typography-heading-lg-letter-spacing: 0rem;
557
+ --mobile-typography-heading-md-family: Fira Sans Condensed;
558
+ --mobile-typography-heading-md-size: 1.5rem;
559
+ --mobile-typography-heading-md-line-height: 2rem;
560
+ --mobile-typography-heading-md-weight: 700;
561
+ --mobile-typography-heading-md-letter-spacing: 0rem;
562
+ --mobile-typography-heading-sm-family: Fira Sans Condensed;
563
+ --mobile-typography-heading-sm-size: 1.25rem;
564
+ --mobile-typography-heading-sm-line-height: 1.75rem;
565
+ --mobile-typography-heading-sm-weight: 700;
566
+ --mobile-typography-heading-sm-letter-spacing: 0rem;
567
+ --mobile-typography-title-xl-family: Figtree;
568
+ --mobile-typography-title-xl-size: 1.75rem;
569
+ --mobile-typography-title-xl-line-height: 2.5rem;
570
+ --mobile-typography-title-xl-weight: 600;
571
+ --mobile-typography-title-xl-letter-spacing: 0rem;
572
+ --mobile-typography-title-lg-family: Figtree;
573
+ --mobile-typography-title-lg-size: 1.5rem;
574
+ --mobile-typography-title-lg-line-height: 2rem;
575
+ --mobile-typography-title-lg-weight: 600;
576
+ --mobile-typography-title-lg-letter-spacing: 0rem;
577
+ --mobile-typography-title-md-family: Figtree;
578
+ --mobile-typography-title-md-size: 1.25rem;
579
+ --mobile-typography-title-md-line-height: 1.75rem;
580
+ --mobile-typography-title-md-weight: 600;
581
+ --mobile-typography-title-md-letter-spacing: 0rem;
582
+ --mobile-typography-title-sm-family: Figtree;
583
+ --mobile-typography-title-sm-size: 1.125rem;
584
+ --mobile-typography-title-sm-line-height: 1.5rem;
585
+ --mobile-typography-title-sm-weight: 600;
586
+ --mobile-typography-title-sm-letter-spacing: 0rem;
587
+ --mobile-typography-body-lg-family: Figtree;
588
+ --mobile-typography-body-lg-size: 1.125rem;
589
+ --mobile-typography-body-lg-line-height: 1.5rem;
590
+ --mobile-typography-body-lg-weight: 400;
591
+ --mobile-typography-body-lg-letter-spacing: 0rem;
592
+ --mobile-typography-body-lg-paragraph-spacing: 0.75rem;
593
+ --mobile-typography-body-md-family: Figtree;
594
+ --mobile-typography-body-md-size: 1rem;
595
+ --mobile-typography-body-md-line-height: 1.5rem;
596
+ --mobile-typography-body-md-weight: 400;
597
+ --mobile-typography-body-md-letter-spacing: 0rem;
598
+ --mobile-typography-body-md-paragraph-spacing: 0.5rem;
599
+ --mobile-typography-body-sm-family: Figtree;
600
+ --mobile-typography-body-sm-size: 0.875rem;
601
+ --mobile-typography-body-sm-line-height: 1.25rem;
602
+ --mobile-typography-body-sm-weight: 400;
603
+ --mobile-typography-body-sm-letter-spacing: 0rem;
604
+ --mobile-typography-body-sm-paragraph-spacing: 0.375rem;
605
+ --mobile-typography-body-xs-family: Figtree;
606
+ --mobile-typography-body-xs-size: 0.75rem;
607
+ --mobile-typography-body-xs-line-height: 1rem;
608
+ --mobile-typography-body-xs-weight: 400;
609
+ --mobile-typography-body-xs-letter-spacing: 0rem;
610
+ --mobile-typography-body-xs-paragraph-spacing: 0.375rem;
611
+ --mobile-typography-label-lg-default-family: Figtree;
612
+ --mobile-typography-label-lg-default-size: 1.125rem;
613
+ --mobile-typography-label-lg-default-line-height: 1.75rem;
614
+ --mobile-typography-label-lg-default-weight: 400;
615
+ --mobile-typography-label-lg-default-letter-spacing: 0rem;
616
+ --mobile-typography-label-lg-strong-family: Figtree;
617
+ --mobile-typography-label-lg-strong-size: 1.125rem;
618
+ --mobile-typography-label-lg-strong-line-height: 1.75rem;
619
+ --mobile-typography-label-lg-strong-weight: 600;
620
+ --mobile-typography-label-lg-strong-letter-spacing: 0rem;
621
+ --mobile-typography-label-md-default-family: Figtree;
622
+ --mobile-typography-label-md-default-size: 1rem;
623
+ --mobile-typography-label-md-default-line-height: 1.5rem;
624
+ --mobile-typography-label-md-default-weight: 400;
625
+ --mobile-typography-label-md-default-letter-spacing: 0rem;
626
+ --mobile-typography-label-md-strong-family: Figtree;
627
+ --mobile-typography-label-md-strong-size: 1rem;
628
+ --mobile-typography-label-md-strong-line-height: 1.5rem;
629
+ --mobile-typography-label-md-strong-weight: 600;
630
+ --mobile-typography-label-md-strong-letter-spacing: 0rem;
631
+ --mobile-typography-label-sm-default-family: Figtree;
632
+ --mobile-typography-label-sm-default-size: 0.875rem;
633
+ --mobile-typography-label-sm-default-line-height: 1.25rem;
634
+ --mobile-typography-label-sm-default-weight: 400;
635
+ --mobile-typography-label-sm-default-letter-spacing: 0rem;
636
+ --mobile-typography-label-sm-strong-family: Figtree;
637
+ --mobile-typography-label-sm-strong-size: 0.875rem;
638
+ --mobile-typography-label-sm-strong-line-height: 1.25rem;
639
+ --mobile-typography-label-sm-strong-weight: 600;
640
+ --mobile-typography-label-sm-strong-letter-spacing: 0rem;
641
+ --mobile-typography-label-xs-default-family: Figtree;
642
+ --mobile-typography-label-xs-default-size: 0.75rem;
643
+ --mobile-typography-label-xs-default-line-height: 1rem;
644
+ --mobile-typography-label-xs-default-weight: 400;
645
+ --mobile-typography-label-xs-default-letter-spacing: 0rem;
646
+ --mobile-typography-label-xs-strong-family: Figtree;
647
+ --mobile-typography-label-xs-strong-size: 0.75rem;
648
+ --mobile-typography-label-xs-strong-line-height: 1rem;
649
+ --mobile-typography-label-xs-strong-weight: 600;
650
+ --mobile-typography-label-xs-strong-letter-spacing: 0rem;
651
+ --mobile-space-grid-column-margin: 1rem;
652
+ --mobile-space-grid-column-gutter: 1rem;
653
+ --mobile-space-grid-column-count: 0.125rem;
654
+ --mobile-space-grid-row-gutter: 0.25rem;
655
+ --mobile-space-grid-row-height: 0.25rem;
656
+ --mobile-space-page-padding-none: 0rem;
657
+ --mobile-space-page-padding-sm: 1rem;
658
+ --mobile-space-page-padding-md: 1.5rem;
659
+ --mobile-space-page-padding-lg: 2rem;
660
+ --mobile-space-page-padding-xl: 3rem;
661
+ --mobile-space-page-gap-none: 0rem;
662
+ --mobile-space-page-gap-xs: 0.25rem;
663
+ --mobile-space-page-gap-sm: 0.5rem;
664
+ --mobile-space-page-gap-md: 1rem;
665
+ --mobile-space-page-gap-lg: 2rem;
666
+ --mobile-space-page-gap-xl: 3rem;
667
+ --mobile-space-page-gap-2xl: 4rem;
668
+ --mobile-space-container-padding-none: 0rem;
669
+ --mobile-space-container-padding-sm: 1rem;
670
+ --mobile-space-container-padding-md: 1.5rem;
671
+ --mobile-space-container-gap-none: 0rem;
672
+ --mobile-space-container-gap-xs: 0.25rem;
673
+ --mobile-space-container-gap-sm: 0.5rem;
674
+ --mobile-space-container-gap-md: 1rem;
675
+ --mobile-space-container-gap-lg: 1.5rem;
676
+ --mobile-space-container-stack-sm: 0.5rem;
677
+ --mobile-space-container-stack-md: 1rem;
678
+ --mobile-space-container-stack-lg: 1.5rem;
679
+ --mobile-space-component-padding-none: 0rem;
680
+ --mobile-space-component-padding-2xs: 0.125rem;
681
+ --mobile-space-component-padding-xs: 0.25rem;
682
+ --mobile-space-component-padding-sm: 0.5rem;
683
+ --mobile-space-component-padding-md: 0.75rem;
684
+ --mobile-space-component-padding-lg: 1rem;
685
+ --mobile-space-component-padding-xl: 1.5rem;
686
+ --mobile-space-component-padding-2xl: 2rem;
687
+ --mobile-space-component-gap-none: 0rem;
688
+ --mobile-space-component-gap-xs: 0.125rem;
689
+ --mobile-space-component-gap-sm: 0.25rem;
690
+ --mobile-space-component-gap-md: 0.5rem;
691
+ --mobile-space-component-gap-lg: 0.75rem;
692
+ --mobile-size-viewport-width: 22.5rem;
693
+ --mobile-size-border-radius-none: 0rem;
694
+ --mobile-size-border-radius-sm: 0.25rem;
695
+ --mobile-size-border-radius-md: 0.5rem;
696
+ --mobile-size-border-radius-lg: 0.75rem;
697
+ --mobile-size-border-radius-full: 6.25rem;
698
+ --mobile-size-border-width-md: 0.125rem;
699
+ --mobile-size-border-width-sm: 0.0625rem;
700
+ --mobile-size-border-width-none: 0rem;
701
+ --mobile-size-component-border-width: 0.0625rem;
702
+ --mobile-size-component-border-radius: 0.25rem;
703
+ --mobile-size-button-min-width-xs: 1.5rem;
704
+ --mobile-size-button-min-width-sm: 2rem;
705
+ --mobile-size-button-min-width-md: 2.5rem;
706
+ --mobile-size-button-min-width-lg: 3rem;
707
+ --mobile-size-button-border-width: 0.0625rem;
708
+ --mobile-size-button-border-radius: 0.25rem;
709
+ --mobile-size-button-min-height-xs: 1.5rem;
710
+ --mobile-size-button-min-height-md: 2.5rem;
711
+ --mobile-size-button-min-height-sm: 2rem;
712
+ --mobile-size-button-min-height-lg: 3rem;
713
+ --tablet-typography-font-family-primary: Fira Sans Condensed;
714
+ --tablet-typography-font-family-secondary: Figtree;
715
+ --tablet-typography-font-weight-regular: 400;
716
+ --tablet-typography-font-weight-semi-bold: 600;
717
+ --tablet-typography-font-weight-bold: 700;
718
+ --tablet-typography-font-weight-extrabold: 800;
719
+ --tablet-typography-heading-xl-family: Fira Sans Condensed;
720
+ --tablet-typography-heading-xl-size: 2.25rem;
721
+ --tablet-typography-heading-xl-line-height: 2.75rem;
722
+ --tablet-typography-heading-xl-weight: 700;
723
+ --tablet-typography-heading-xl-letter-spacing: 0rem;
724
+ --tablet-typography-heading-lg-family: Fira Sans Condensed;
725
+ --tablet-typography-heading-lg-size: 2rem;
726
+ --tablet-typography-heading-lg-line-height: 2.75rem;
727
+ --tablet-typography-heading-lg-weight: 700;
728
+ --tablet-typography-heading-lg-letter-spacing: 0rem;
729
+ --tablet-typography-heading-md-family: Fira Sans Condensed;
730
+ --tablet-typography-heading-md-size: 1.625rem;
731
+ --tablet-typography-heading-md-line-height: 2.125rem;
732
+ --tablet-typography-heading-md-weight: 700;
733
+ --tablet-typography-heading-md-letter-spacing: 0rem;
734
+ --tablet-typography-heading-sm-family: Fira Sans Condensed;
735
+ --tablet-typography-heading-sm-size: 1.25rem;
736
+ --tablet-typography-heading-sm-line-height: 1.75rem;
737
+ --tablet-typography-heading-sm-weight: 700;
738
+ --tablet-typography-heading-sm-letter-spacing: 0rem;
739
+ --tablet-typography-title-xl-family: Figtree;
740
+ --tablet-typography-title-xl-size: 1.875rem;
741
+ --tablet-typography-title-xl-line-height: 2.5rem;
742
+ --tablet-typography-title-xl-weight: 600;
743
+ --tablet-typography-title-xl-letter-spacing: 0rem;
744
+ --tablet-typography-title-lg-family: Figtree;
745
+ --tablet-typography-title-lg-size: 1.5rem;
746
+ --tablet-typography-title-lg-line-height: 2rem;
747
+ --tablet-typography-title-lg-weight: 600;
748
+ --tablet-typography-title-lg-letter-spacing: 0rem;
749
+ --tablet-typography-title-md-family: Figtree;
750
+ --tablet-typography-title-md-size: 1.375rem;
751
+ --tablet-typography-title-md-line-height: 1.75rem;
752
+ --tablet-typography-title-md-weight: 600;
753
+ --tablet-typography-title-md-letter-spacing: 0rem;
754
+ --tablet-typography-title-sm-family: Figtree;
755
+ --tablet-typography-title-sm-size: 1.125rem;
756
+ --tablet-typography-title-sm-line-height: 1.5rem;
757
+ --tablet-typography-title-sm-weight: 600;
758
+ --tablet-typography-title-sm-letter-spacing: 0rem;
759
+ --tablet-typography-body-lg-family: Figtree;
760
+ --tablet-typography-body-lg-size: 1.125rem;
761
+ --tablet-typography-body-lg-line-height: 1.5rem;
762
+ --tablet-typography-body-lg-weight: 400;
763
+ --tablet-typography-body-lg-letter-spacing: 0rem;
764
+ --tablet-typography-body-lg-paragraph-spacing: 0.75rem;
765
+ --tablet-typography-body-md-family: Figtree;
766
+ --tablet-typography-body-md-size: 1rem;
767
+ --tablet-typography-body-md-line-height: 1.5rem;
768
+ --tablet-typography-body-md-weight: 400;
769
+ --tablet-typography-body-md-letter-spacing: 0rem;
770
+ --tablet-typography-body-md-paragraph-spacing: 0.5rem;
771
+ --tablet-typography-body-sm-family: Figtree;
772
+ --tablet-typography-body-sm-size: 0.875rem;
773
+ --tablet-typography-body-sm-line-height: 1.25rem;
774
+ --tablet-typography-body-sm-weight: 400;
775
+ --tablet-typography-body-sm-letter-spacing: 0rem;
776
+ --tablet-typography-body-sm-paragraph-spacing: 0.375rem;
777
+ --tablet-typography-body-xs-family: Figtree;
778
+ --tablet-typography-body-xs-size: 0.75rem;
779
+ --tablet-typography-body-xs-line-height: 1rem;
780
+ --tablet-typography-body-xs-weight: 400;
781
+ --tablet-typography-body-xs-letter-spacing: 0rem;
782
+ --tablet-typography-body-xs-paragraph-spacing: 0.375rem;
783
+ --tablet-typography-label-lg-default-family: Figtree;
784
+ --tablet-typography-label-lg-default-size: 1.125rem;
785
+ --tablet-typography-label-lg-default-line-height: 1.75rem;
786
+ --tablet-typography-label-lg-default-weight: 400;
787
+ --tablet-typography-label-lg-default-letter-spacing: 0rem;
788
+ --tablet-typography-label-lg-strong-family: Figtree;
789
+ --tablet-typography-label-lg-strong-size: 1.125rem;
790
+ --tablet-typography-label-lg-strong-line-height: 1.75rem;
791
+ --tablet-typography-label-lg-strong-weight: 600;
792
+ --tablet-typography-label-lg-strong-letter-spacing: 0rem;
793
+ --tablet-typography-label-md-default-family: Figtree;
794
+ --tablet-typography-label-md-default-size: 1rem;
795
+ --tablet-typography-label-md-default-line-height: 1.5rem;
796
+ --tablet-typography-label-md-default-weight: 400;
797
+ --tablet-typography-label-md-default-letter-spacing: 0rem;
798
+ --tablet-typography-label-md-strong-family: Figtree;
799
+ --tablet-typography-label-md-strong-size: 1rem;
800
+ --tablet-typography-label-md-strong-line-height: 1.5rem;
801
+ --tablet-typography-label-md-strong-weight: 600;
802
+ --tablet-typography-label-md-strong-letter-spacing: 0rem;
803
+ --tablet-typography-label-sm-default-family: Figtree;
804
+ --tablet-typography-label-sm-default-size: 0.875rem;
805
+ --tablet-typography-label-sm-default-line-height: 1.25rem;
806
+ --tablet-typography-label-sm-default-weight: 400;
807
+ --tablet-typography-label-sm-default-letter-spacing: 0rem;
808
+ --tablet-typography-label-sm-strong-family: Figtree;
809
+ --tablet-typography-label-sm-strong-size: 0.875rem;
810
+ --tablet-typography-label-sm-strong-line-height: 1.25rem;
811
+ --tablet-typography-label-sm-strong-weight: 600;
812
+ --tablet-typography-label-sm-strong-letter-spacing: 0rem;
813
+ --tablet-typography-label-xs-default-family: Figtree;
814
+ --tablet-typography-label-xs-default-size: 0.75rem;
815
+ --tablet-typography-label-xs-default-line-height: 1rem;
816
+ --tablet-typography-label-xs-default-weight: 400;
817
+ --tablet-typography-label-xs-default-letter-spacing: 0rem;
818
+ --tablet-typography-label-xs-strong-family: Figtree;
819
+ --tablet-typography-label-xs-strong-size: 0.75rem;
820
+ --tablet-typography-label-xs-strong-line-height: 1rem;
821
+ --tablet-typography-label-xs-strong-weight: 600;
822
+ --tablet-typography-label-xs-strong-letter-spacing: 0rem;
823
+ --tablet-space-grid-column-margin: 1.5rem;
824
+ --tablet-space-grid-column-gutter: 1rem;
825
+ --tablet-space-grid-column-count: 0.375rem;
826
+ --tablet-space-grid-row-gutter: 0.25rem;
827
+ --tablet-space-grid-row-height: 0.25rem;
828
+ --tablet-space-page-padding-none: 0rem;
829
+ --tablet-space-page-padding-sm: 1.5rem;
830
+ --tablet-space-page-padding-md: 2rem;
831
+ --tablet-space-page-padding-lg: 3rem;
832
+ --tablet-space-page-padding-xl: 3.5rem;
833
+ --tablet-space-page-gap-none: 0rem;
834
+ --tablet-space-page-gap-xs: 0.25rem;
835
+ --tablet-space-page-gap-sm: 0.5rem;
836
+ --tablet-space-page-gap-md: 1rem;
837
+ --tablet-space-page-gap-lg: 2rem;
838
+ --tablet-space-page-gap-xl: 3rem;
839
+ --tablet-space-page-gap-2xl: 4rem;
840
+ --tablet-space-container-padding-none: 0rem;
841
+ --tablet-space-container-padding-sm: 1rem;
842
+ --tablet-space-container-padding-md: 1.5rem;
843
+ --tablet-space-container-gap-none: 0rem;
844
+ --tablet-space-container-gap-xs: 0.25rem;
845
+ --tablet-space-container-gap-sm: 0.5rem;
846
+ --tablet-space-container-gap-md: 1rem;
847
+ --tablet-space-container-gap-lg: 1.5rem;
848
+ --tablet-space-container-stack-sm: 0.5rem;
849
+ --tablet-space-container-stack-md: 1rem;
850
+ --tablet-space-container-stack-lg: 1.5rem;
851
+ --tablet-space-component-padding-none: 0rem;
852
+ --tablet-space-component-padding-2xs: 0.125rem;
853
+ --tablet-space-component-padding-xs: 0.25rem;
854
+ --tablet-space-component-padding-sm: 0.5rem;
855
+ --tablet-space-component-padding-md: 0.75rem;
856
+ --tablet-space-component-padding-lg: 1rem;
857
+ --tablet-space-component-padding-xl: 1.5rem;
858
+ --tablet-space-component-padding-2xl: 2rem;
859
+ --tablet-space-component-gap-none: 0rem;
860
+ --tablet-space-component-gap-xs: 0.125rem;
861
+ --tablet-space-component-gap-sm: 0.25rem;
862
+ --tablet-space-component-gap-md: 0.5rem;
863
+ --tablet-space-component-gap-lg: 0.75rem;
864
+ --tablet-size-viewport-width: 48rem;
865
+ --tablet-size-border-radius-none: 0rem;
866
+ --tablet-size-border-radius-sm: 0.25rem;
867
+ --tablet-size-border-radius-md: 0.5rem;
868
+ --tablet-size-border-radius-lg: 0.75rem;
869
+ --tablet-size-border-radius-full: 6.25rem;
870
+ --tablet-size-border-width-md: 0.125rem;
871
+ --tablet-size-border-width-sm: 0.0625rem;
872
+ --tablet-size-border-width-none: 0rem;
873
+ --tablet-size-component-border-width: 0.0625rem;
874
+ --tablet-size-component-border-radius: 0.25rem;
875
+ --tablet-size-button-min-width-xs: 1.5rem;
876
+ --tablet-size-button-min-width-sm: 2rem;
877
+ --tablet-size-button-min-width-md: 2.5rem;
878
+ --tablet-size-button-min-width-lg: 3rem;
879
+ --tablet-size-button-border-width: 0.0625rem;
880
+ --tablet-size-button-border-radius: 0.25rem;
881
+ --tablet-size-button-min-height-xs: 1.5rem;
882
+ --tablet-size-button-min-height-md: 2.5rem;
883
+ --tablet-size-button-min-height-sm: 2rem;
884
+ --tablet-size-button-min-height-lg: 3rem;
885
+ --widescreen-typography-font-family-primary: Fira Sans Condensed;
886
+ --widescreen-typography-font-family-secondary: Figtree;
887
+ --widescreen-typography-font-weight-regular: 400;
888
+ --widescreen-typography-font-weight-semi-bold: 600;
889
+ --widescreen-typography-font-weight-bold: 700;
890
+ --widescreen-typography-font-weight-extrabold: 800;
891
+ --widescreen-typography-heading-xl-family: Fira Sans Condensed;
892
+ --widescreen-typography-heading-xl-size: 3rem;
893
+ --widescreen-typography-heading-xl-line-height: 3.5rem;
894
+ --widescreen-typography-heading-xl-weight: 700;
895
+ --widescreen-typography-heading-xl-letter-spacing: 0rem;
896
+ --widescreen-typography-heading-lg-family: Fira Sans Condensed;
897
+ --widescreen-typography-heading-lg-size: 2.5rem;
898
+ --widescreen-typography-heading-lg-line-height: 3rem;
899
+ --widescreen-typography-heading-lg-weight: 700;
900
+ --widescreen-typography-heading-lg-letter-spacing: 0rem;
901
+ --widescreen-typography-heading-md-family: Fira Sans Condensed;
902
+ --widescreen-typography-heading-md-size: 2rem;
903
+ --widescreen-typography-heading-md-line-height: 2.5rem;
904
+ --widescreen-typography-heading-md-weight: 700;
905
+ --widescreen-typography-heading-md-letter-spacing: 0rem;
906
+ --widescreen-typography-heading-sm-family: Fira Sans Condensed;
907
+ --widescreen-typography-heading-sm-size: 1.5rem;
908
+ --widescreen-typography-heading-sm-line-height: 2rem;
909
+ --widescreen-typography-heading-sm-weight: 700;
910
+ --widescreen-typography-heading-sm-letter-spacing: 0rem;
911
+ --widescreen-typography-title-xl-family: Figtree;
912
+ --widescreen-typography-title-xl-size: 2rem;
913
+ --widescreen-typography-title-xl-line-height: 2.5rem;
914
+ --widescreen-typography-title-xl-weight: 600;
915
+ --widescreen-typography-title-xl-letter-spacing: 0rem;
916
+ --widescreen-typography-title-lg-family: Figtree;
917
+ --widescreen-typography-title-lg-size: 1.75rem;
918
+ --widescreen-typography-title-lg-line-height: 2.5rem;
919
+ --widescreen-typography-title-lg-weight: 600;
920
+ --widescreen-typography-title-lg-letter-spacing: 0rem;
921
+ --widescreen-typography-title-md-family: Figtree;
922
+ --widescreen-typography-title-md-size: 1.5rem;
923
+ --widescreen-typography-title-md-line-height: 2rem;
924
+ --widescreen-typography-title-md-weight: 600;
925
+ --widescreen-typography-title-md-letter-spacing: 0rem;
926
+ --widescreen-typography-title-sm-family: Figtree;
927
+ --widescreen-typography-title-sm-size: 1.25rem;
928
+ --widescreen-typography-title-sm-line-height: 1.75rem;
929
+ --widescreen-typography-title-sm-weight: 600;
930
+ --widescreen-typography-title-sm-letter-spacing: 0rem;
931
+ --widescreen-typography-body-lg-family: Figtree;
932
+ --widescreen-typography-body-lg-size: 1.125rem;
933
+ --widescreen-typography-body-lg-line-height: 1.5rem;
934
+ --widescreen-typography-body-lg-weight: 400;
935
+ --widescreen-typography-body-lg-letter-spacing: 0rem;
936
+ --widescreen-typography-body-lg-paragraph-spacing: 0.75rem;
937
+ --widescreen-typography-body-md-family: Figtree;
938
+ --widescreen-typography-body-md-size: 1rem;
939
+ --widescreen-typography-body-md-line-height: 1.5rem;
940
+ --widescreen-typography-body-md-weight: 400;
941
+ --widescreen-typography-body-md-letter-spacing: 0rem;
942
+ --widescreen-typography-body-md-paragraph-spacing: 0.5rem;
943
+ --widescreen-typography-body-sm-family: Figtree;
944
+ --widescreen-typography-body-sm-size: 0.875rem;
945
+ --widescreen-typography-body-sm-line-height: 1.25rem;
946
+ --widescreen-typography-body-sm-weight: 400;
947
+ --widescreen-typography-body-sm-letter-spacing: 0rem;
948
+ --widescreen-typography-body-sm-paragraph-spacing: 0.375rem;
949
+ --widescreen-typography-body-xs-family: Figtree;
950
+ --widescreen-typography-body-xs-size: 0.75rem;
951
+ --widescreen-typography-body-xs-line-height: 1rem;
952
+ --widescreen-typography-body-xs-weight: 400;
953
+ --widescreen-typography-body-xs-letter-spacing: 0rem;
954
+ --widescreen-typography-body-xs-paragraph-spacing: 0.375rem;
955
+ --widescreen-typography-label-lg-default-family: Figtree;
956
+ --widescreen-typography-label-lg-default-size: 1.125rem;
957
+ --widescreen-typography-label-lg-default-line-height: 1.75rem;
958
+ --widescreen-typography-label-lg-default-weight: 400;
959
+ --widescreen-typography-label-lg-default-letter-spacing: 0rem;
960
+ --widescreen-typography-label-lg-strong-family: Figtree;
961
+ --widescreen-typography-label-lg-strong-size: 1.125rem;
962
+ --widescreen-typography-label-lg-strong-line-height: 1.75rem;
963
+ --widescreen-typography-label-lg-strong-weight: 600;
964
+ --widescreen-typography-label-lg-strong-letter-spacing: 0rem;
965
+ --widescreen-typography-label-md-default-family: Figtree;
966
+ --widescreen-typography-label-md-default-size: 1rem;
967
+ --widescreen-typography-label-md-default-line-height: 1.5rem;
968
+ --widescreen-typography-label-md-default-weight: 400;
969
+ --widescreen-typography-label-md-default-letter-spacing: 0rem;
970
+ --widescreen-typography-label-md-strong-family: Figtree;
971
+ --widescreen-typography-label-md-strong-size: 1rem;
972
+ --widescreen-typography-label-md-strong-line-height: 1.5rem;
973
+ --widescreen-typography-label-md-strong-weight: 600;
974
+ --widescreen-typography-label-md-strong-letter-spacing: 0rem;
975
+ --widescreen-typography-label-sm-default-family: Figtree;
976
+ --widescreen-typography-label-sm-default-size: 0.875rem;
977
+ --widescreen-typography-label-sm-default-line-height: 1.25rem;
978
+ --widescreen-typography-label-sm-default-weight: 400;
979
+ --widescreen-typography-label-sm-default-letter-spacing: 0rem;
980
+ --widescreen-typography-label-sm-strong-family: Figtree;
981
+ --widescreen-typography-label-sm-strong-size: 0.875rem;
982
+ --widescreen-typography-label-sm-strong-line-height: 1.25rem;
983
+ --widescreen-typography-label-sm-strong-weight: 600;
984
+ --widescreen-typography-label-sm-strong-letter-spacing: 0rem;
985
+ --widescreen-typography-label-xs-default-family: Figtree;
986
+ --widescreen-typography-label-xs-default-size: 0.75rem;
987
+ --widescreen-typography-label-xs-default-line-height: 1rem;
988
+ --widescreen-typography-label-xs-default-weight: 400;
989
+ --widescreen-typography-label-xs-default-letter-spacing: 0rem;
990
+ --widescreen-typography-label-xs-strong-family: Figtree;
991
+ --widescreen-typography-label-xs-strong-size: 0.75rem;
992
+ --widescreen-typography-label-xs-strong-line-height: 1rem;
993
+ --widescreen-typography-label-xs-strong-weight: 600;
994
+ --widescreen-typography-label-xs-strong-letter-spacing: 0rem;
995
+ --widescreen-space-grid-column-margin: 6.75rem;
996
+ --widescreen-space-grid-column-gutter: 1.5rem;
997
+ --widescreen-space-grid-column-count: 0.75rem;
998
+ --widescreen-space-grid-row-gutter: 0.25rem;
999
+ --widescreen-space-grid-row-height: 0.25rem;
1000
+ --widescreen-space-page-padding-none: 0rem;
1001
+ --widescreen-space-page-padding-sm: 2.5rem;
1002
+ --widescreen-space-page-padding-md: 3rem;
1003
+ --widescreen-space-page-padding-lg: 4rem;
1004
+ --widescreen-space-page-padding-xl: 4.5rem;
1005
+ --widescreen-space-page-gap-none: 0rem;
1006
+ --widescreen-space-page-gap-xs: 0.75rem;
1007
+ --widescreen-space-page-gap-sm: 1.5rem;
1008
+ --widescreen-space-page-gap-md: 2rem;
1009
+ --widescreen-space-page-gap-lg: 3rem;
1010
+ --widescreen-space-page-gap-xl: 4rem;
1011
+ --widescreen-space-page-gap-2xl: 5rem;
1012
+ --widescreen-space-container-padding-none: 0rem;
1013
+ --widescreen-space-container-padding-sm: 1rem;
1014
+ --widescreen-space-container-padding-md: 1.5rem;
1015
+ --widescreen-space-container-gap-none: 0rem;
1016
+ --widescreen-space-container-gap-xs: 0.25rem;
1017
+ --widescreen-space-container-gap-sm: 0.5rem;
1018
+ --widescreen-space-container-gap-md: 1rem;
1019
+ --widescreen-space-container-gap-lg: 1.5rem;
1020
+ --widescreen-space-container-stack-sm: 1rem;
1021
+ --widescreen-space-container-stack-md: 1.5rem;
1022
+ --widescreen-space-container-stack-lg: 2rem;
1023
+ --widescreen-space-component-padding-none: 0rem;
1024
+ --widescreen-space-component-padding-2xs: 0.125rem;
1025
+ --widescreen-space-component-padding-xs: 0.25rem;
1026
+ --widescreen-space-component-padding-sm: 0.5rem;
1027
+ --widescreen-space-component-padding-md: 0.75rem;
1028
+ --widescreen-space-component-padding-lg: 1rem;
1029
+ --widescreen-space-component-padding-xl: 1.5rem;
1030
+ --widescreen-space-component-padding-2xl: 2rem;
1031
+ --widescreen-space-component-gap-none: 0rem;
1032
+ --widescreen-space-component-gap-xs: 0.125rem;
1033
+ --widescreen-space-component-gap-sm: 0.25rem;
1034
+ --widescreen-space-component-gap-md: 0.5rem;
1035
+ --widescreen-space-component-gap-lg: 0.75rem;
1036
+ --widescreen-size-viewport-width: 90rem;
1037
+ --widescreen-size-border-radius-none: 0rem;
1038
+ --widescreen-size-border-radius-sm: 0.25rem;
1039
+ --widescreen-size-border-radius-md: 0.5rem;
1040
+ --widescreen-size-border-radius-lg: 0.75rem;
1041
+ --widescreen-size-border-radius-full: 6.25rem;
1042
+ --widescreen-size-border-width-md: 0.125rem;
1043
+ --widescreen-size-border-width-sm: 0.0625rem;
1044
+ --widescreen-size-border-width-none: 0rem;
1045
+ --widescreen-size-component-border-width: 0.0625rem;
1046
+ --widescreen-size-component-border-radius: 0.25rem;
1047
+ --widescreen-size-button-min-width-xs: 1.5rem;
1048
+ --widescreen-size-button-min-width-sm: 2rem;
1049
+ --widescreen-size-button-min-width-md: 2.5rem;
1050
+ --widescreen-size-button-min-width-lg: 3rem;
1051
+ --widescreen-size-button-border-width: 0.0625rem;
1052
+ --widescreen-size-button-border-radius: 0.25rem;
1053
+ --widescreen-size-button-min-height-xs: 1.5rem;
1054
+ --widescreen-size-button-min-height-md: 2.5rem;
1055
+ --widescreen-size-button-min-height-sm: 2rem;
1056
+ --widescreen-size-button-min-height-lg: 3rem;
1057
+ --base-olivabackds-color-basic-white: #ffffff;
1058
+ --base-olivabackds-color-basic-black: #000000;
1059
+ --base-olivabackds-color-opacity-transparent: #ffffff00;
1060
+ --base-olivabackds-color-opacity-black-02: #00000005;
1061
+ --base-olivabackds-color-opacity-black-04: #0000000a;
1062
+ --base-olivabackds-color-opacity-black-06: #0000000f;
1063
+ --base-olivabackds-color-opacity-black-08: #00000014;
1064
+ --base-olivabackds-color-opacity-black-16: #00000029;
1065
+ --base-olivabackds-color-opacity-black-32: #00000052;
1066
+ --base-olivabackds-color-opacity-black-48: #0000007a;
1067
+ --base-olivabackds-color-opacity-white-02: #ffffff05;
1068
+ --base-olivabackds-color-opacity-white-04: #ffffff0a;
1069
+ --base-olivabackds-color-opacity-white-06: #ffffff0f;
1070
+ --base-olivabackds-color-opacity-white-08: #ffffff14;
1071
+ --base-olivabackds-color-opacity-white-16: #ffffff29;
1072
+ --base-olivabackds-color-opacity-white-32: #ffffff52;
1073
+ --base-olivabackds-color-opacity-white-48: #ffffff7a;
1074
+ --base-olivabackds-color-neutral-25: #f9f9f9;
1075
+ --base-olivabackds-color-neutral-50: #f3f3f3;
1076
+ --base-olivabackds-color-neutral-75: #ececec;
1077
+ --base-olivabackds-color-neutral-100: #e5e5e5;
1078
+ --base-olivabackds-color-neutral-125: #dedede;
1079
+ --base-olivabackds-color-neutral-150: #d1d1d1;
1080
+ --base-olivabackds-color-neutral-225: #c1c1c1;
1081
+ --base-olivabackds-color-neutral-300: #aeaeae;
1082
+ --base-olivabackds-color-neutral-375: #989898;
1083
+ --base-olivabackds-color-neutral-450: #828282;
1084
+ --base-olivabackds-color-neutral-550: #6c6c6c;
1085
+ --base-olivabackds-color-neutral-625: #565656;
1086
+ --base-olivabackds-color-neutral-700: #444444;
1087
+ --base-olivabackds-color-neutral-750: #393939;
1088
+ --base-olivabackds-color-neutral-825: #2c2c2c;
1089
+ --base-olivabackds-color-neutral-850: #242424;
1090
+ --base-olivabackds-color-neutral-900: #1b1b1b;
1091
+ --base-olivabackds-color-neutral-925: #171717;
1092
+ --base-olivabackds-color-neutral-950: #0e0e0e;
1093
+ --base-olivabackds-color-neutral-975: #070707;
1094
+ --base-olivabackds-color-teal-25: #ecfdfa;
1095
+ --base-olivabackds-color-teal-50: #d5fcf4;
1096
+ --base-olivabackds-color-teal-75: #affbee;
1097
+ --base-olivabackds-color-teal-100: #78fbe8;
1098
+ --base-olivabackds-color-teal-125: #50f7e1;
1099
+ --base-olivabackds-color-teal-150: #3eead4;
1100
+ --base-olivabackds-color-teal-225: #22d9c4;
1101
+ --base-olivabackds-color-teal-300: #14b8a6;
1102
+ --base-olivabackds-color-teal-375: #12ac9b;
1103
+ --base-olivabackds-color-teal-450: #0e9384;
1104
+ --base-olivabackds-color-teal-550: #0b7a6d;
1105
+ --base-olivabackds-color-teal-625: #066359;
1106
+ --base-olivabackds-color-teal-700: #034e46;
1107
+ --base-olivabackds-color-teal-750: #02413a;
1108
+ --base-olivabackds-color-teal-825: #05322d;
1109
+ --base-olivabackds-color-teal-850: #052924;
1110
+ --base-olivabackds-color-teal-900: #05201c;
1111
+ --base-olivabackds-color-teal-925: #051a17;
1112
+ --base-olivabackds-color-teal-950: #04110e;
1113
+ --base-olivabackds-color-teal-975: #020907;
1114
+ --base-olivabackds-color-orange-25: #fdf8f6;
1115
+ --base-olivabackds-color-orange-50: #fcf1ec;
1116
+ --base-olivabackds-color-orange-75: #fbe9df;
1117
+ --base-olivabackds-color-orange-100: #fae0d1;
1118
+ --base-olivabackds-color-orange-125: #fad7c3;
1119
+ --base-olivabackds-color-orange-150: #fac6a8;
1120
+ --base-olivabackds-color-orange-225: #fbae80;
1121
+ --base-olivabackds-color-orange-300: #fb914f;
1122
+ --base-olivabackds-color-orange-375: #f97316;
1123
+ --base-olivabackds-color-orange-450: #d15f11;
1124
+ --base-olivabackds-color-orange-550: #ae4e0c;
1125
+ --base-olivabackds-color-orange-625: #8e3e07;
1126
+ --base-olivabackds-color-orange-700: #713106;
1127
+ --base-olivabackds-color-orange-750: #5e2905;
1128
+ --base-olivabackds-color-orange-825: #472107;
1129
+ --base-olivabackds-color-orange-850: #381c07;
1130
+ --base-olivabackds-color-orange-900: #2a1707;
1131
+ --base-olivabackds-color-orange-925: #221306;
1132
+ --base-olivabackds-color-orange-950: #160c04;
1133
+ --base-olivabackds-color-orange-975: #0d0602;
1134
+ --base-olivabackds-color-green-25: #eefdf1;
1135
+ --base-olivabackds-color-green-50: #dafce1;
1136
+ --base-olivabackds-color-green-75: #bafcca;
1137
+ --base-olivabackds-color-green-100: #90fcaf;
1138
+ --base-olivabackds-color-green-125: #49fc90;
1139
+ --base-olivabackds-color-green-150: #35ef84;
1140
+ --base-olivabackds-color-green-225: #10dd75;
1141
+ --base-olivabackds-color-green-300: #02c868;
1142
+ --base-olivabackds-color-green-375: #01b05a;
1143
+ --base-olivabackds-color-green-450: #00964d;
1144
+ --base-olivabackds-color-green-550: #017d3e;
1145
+ --base-olivabackds-color-green-625: #006531;
1146
+ --base-olivabackds-color-green-700: #004b23;
1147
+ --base-olivabackds-color-green-750: #00431f;
1148
+ --base-olivabackds-color-green-825: #033417;
1149
+ --base-olivabackds-color-green-850: #042a13;
1150
+ --base-olivabackds-color-green-900: #05210d;
1151
+ --base-olivabackds-color-green-925: #051b0a;
1152
+ --base-olivabackds-color-green-950: #031106;
1153
+ --base-olivabackds-color-green-975: #020903;
1154
+ --base-olivabackds-color-blue-grey-25: #f9f9fa;
1155
+ --base-olivabackds-color-blue-grey-50: #f2f4f6;
1156
+ --base-olivabackds-color-blue-grey-75: #eaedf1;
1157
+ --base-olivabackds-color-blue-grey-100: #e2e6ec;
1158
+ --base-olivabackds-color-blue-grey-125: #dadfe7;
1159
+ --base-olivabackds-color-blue-grey-150: #cbd2de;
1160
+ --base-olivabackds-color-blue-grey-225: #b7c2d3;
1161
+ --base-olivabackds-color-blue-grey-300: #a0afc6;
1162
+ --base-olivabackds-color-blue-grey-375: #879bb7;
1163
+ --base-olivabackds-color-blue-grey-450: #72849e;
1164
+ --base-olivabackds-color-blue-grey-550: #64748b;
1165
+ --base-olivabackds-color-blue-grey-625: #4c586b;
1166
+ --base-olivabackds-color-blue-grey-700: #3b4554;
1167
+ --base-olivabackds-color-blue-grey-750: #313a47;
1168
+ --base-olivabackds-color-blue-grey-825: #262d37;
1169
+ --base-olivabackds-color-blue-grey-850: #1f242c;
1170
+ --base-olivabackds-color-blue-grey-900: #181c22;
1171
+ --base-olivabackds-color-blue-grey-925: #13171c;
1172
+ --base-olivabackds-color-blue-grey-950: #0b0e13;
1173
+ --base-olivabackds-color-blue-grey-975: #06080b;
1174
+ --base-olivabackds-color-pink-25: #fcf8fa;
1175
+ --base-olivabackds-color-pink-50: #faf1f4;
1176
+ --base-olivabackds-color-pink-75: #f9e8ee;
1177
+ --base-olivabackds-color-pink-100: #f7dfe8;
1178
+ --base-olivabackds-color-pink-125: #f7d5e1;
1179
+ --base-olivabackds-color-pink-150: #f5c4d6;
1180
+ --base-olivabackds-color-pink-225: #f4acc8;
1181
+ --base-olivabackds-color-pink-300: #f28fb8;
1182
+ --base-olivabackds-color-pink-375: #ee6aa5;
1183
+ --base-olivabackds-color-pink-450: #ec4899;
1184
+ --base-olivabackds-color-pink-550: #be3279;
1185
+ --base-olivabackds-color-pink-625: #9b2762;
1186
+ --base-olivabackds-color-pink-700: #7c1d4d;
1187
+ --base-olivabackds-color-pink-750: #691841;
1188
+ --base-olivabackds-color-pink-825: #521332;
1189
+ --base-olivabackds-color-pink-850: #431028;
1190
+ --base-olivabackds-color-pink-900: #340c1f;
1191
+ --base-olivabackds-color-pink-925: #2b0a1a;
1192
+ --base-olivabackds-color-pink-950: #1e0511;
1193
+ --base-olivabackds-color-pink-975: #130309;
1194
+ --base-olivabackds-color-danger-25: #fdf8f7;
1195
+ --base-olivabackds-color-danger-50: #fcf1ef;
1196
+ --base-olivabackds-color-danger-75: #fbe8e4;
1197
+ --base-olivabackds-color-danger-100: #fbdfd8;
1198
+ --base-olivabackds-color-danger-125: #fcd5cd;
1199
+ --base-olivabackds-color-danger-150: #fcc4b7;
1200
+ --base-olivabackds-color-danger-225: #feab99;
1201
+ --base-olivabackds-color-danger-300: #ff8c76;
1202
+ --base-olivabackds-color-danger-375: #ff634e;
1203
+ --base-olivabackds-color-danger-450: #ff3d32;
1204
+ --base-olivabackds-color-danger-550: #d50118;
1205
+ --base-olivabackds-color-danger-625: #af0011;
1206
+ --base-olivabackds-color-danger-700: #8c000b;
1207
+ --base-olivabackds-color-danger-750: #770006;
1208
+ --base-olivabackds-color-danger-825: #5b0803;
1209
+ --base-olivabackds-color-danger-850: #470e04;
1210
+ --base-olivabackds-color-danger-900: #341005;
1211
+ --base-olivabackds-color-danger-925: #280f05;
1212
+ --base-olivabackds-color-danger-950: #1b0903;
1213
+ --base-olivabackds-color-danger-975: #100502;
1214
+ --base-olivabackds-color-success-25: #effdf0;
1215
+ --base-olivabackds-color-success-50: #dcfce0;
1216
+ --base-olivabackds-color-success-75: #befbc7;
1217
+ --base-olivabackds-color-success-100: #97fbaa;
1218
+ --base-olivabackds-color-success-125: #5bfb88;
1219
+ --base-olivabackds-color-success-150: #45ee7b;
1220
+ --base-olivabackds-color-success-225: #2ddd6c;
1221
+ --base-olivabackds-color-success-300: #22c55e;
1222
+ --base-olivabackds-color-success-375: #1daf53;
1223
+ --base-olivabackds-color-success-450: #189646;
1224
+ --base-olivabackds-color-success-550: #127c39;
1225
+ --base-olivabackds-color-success-625: #0c652d;
1226
+ --base-olivabackds-color-success-700: #075022;
1227
+ --base-olivabackds-color-success-750: #05431b;
1228
+ --base-olivabackds-color-success-825: #073415;
1229
+ --base-olivabackds-color-success-850: #062a10;
1230
+ --base-olivabackds-color-success-900: #06210b;
1231
+ --base-olivabackds-color-success-925: #061b09;
1232
+ --base-olivabackds-color-success-950: #041105;
1233
+ --base-olivabackds-color-success-975: #020903;
1234
+ --base-olivabackds-color-warning-25: #fdf9f1;
1235
+ --base-olivabackds-color-warning-50: #fcf2e2;
1236
+ --base-olivabackds-color-warning-75: #fceacb;
1237
+ --base-olivabackds-color-warning-100: #fce1b1;
1238
+ --base-olivabackds-color-warning-125: #fcd993;
1239
+ --base-olivabackds-color-warning-150: #fdc94c;
1240
+ --base-olivabackds-color-warning-225: #eab308;
1241
+ --base-olivabackds-color-warning-300: #d8a506;
1242
+ --base-olivabackds-color-warning-375: #be9105;
1243
+ --base-olivabackds-color-warning-450: #a37c03;
1244
+ --base-olivabackds-color-warning-550: #876602;
1245
+ --base-olivabackds-color-warning-625: #6e5202;
1246
+ --base-olivabackds-color-warning-700: #574001;
1247
+ --base-olivabackds-color-warning-750: #493601;
1248
+ --base-olivabackds-color-warning-825: #382a03;
1249
+ --base-olivabackds-color-warning-850: #2d2205;
1250
+ --base-olivabackds-color-warning-900: #231a05;
1251
+ --base-olivabackds-color-warning-925: #1c1605;
1252
+ --base-olivabackds-color-warning-950: #120d03;
1253
+ --base-olivabackds-color-warning-975: #0a0702;
1254
+ --base-olivabackds-color-info-25: #faf9fd;
1255
+ --base-olivabackds-color-info-50: #f4f3fb;
1256
+ --base-olivabackds-color-info-75: #edebfa;
1257
+ --base-olivabackds-color-info-100: #e7e3f9;
1258
+ --base-olivabackds-color-info-125: #e0dbf9;
1259
+ --base-olivabackds-color-info-150: #d4cdf8;
1260
+ --base-olivabackds-color-info-225: #c3baf8;
1261
+ --base-olivabackds-color-info-300: #aea5f7;
1262
+ --base-olivabackds-color-info-375: #968ef5;
1263
+ --base-olivabackds-color-info-450: #7975f3;
1264
+ --base-olivabackds-color-info-550: #6366f1;
1265
+ --base-olivabackds-color-info-625: #2a47df;
1266
+ --base-olivabackds-color-info-700: #2037b3;
1267
+ --base-olivabackds-color-info-750: #192e99;
1268
+ --base-olivabackds-color-info-825: #172376;
1269
+ --base-olivabackds-color-info-850: #141c61;
1270
+ --base-olivabackds-color-info-900: #11164c;
1271
+ --base-olivabackds-color-info-925: #0f123f;
1272
+ --base-olivabackds-color-info-950: #0c0832;
1273
+ --base-olivabackds-color-info-975: #0a0225;
1274
+ --base-olivabackds-size-border-width-0: 0rem;
1275
+ --base-olivabackds-size-border-width-5: 0.03125rem;
1276
+ --base-olivabackds-size-border-width-10: 0.0625rem;
1277
+ --base-olivabackds-size-border-width-20: 0.125rem;
1278
+ --base-olivabackds-size-border-width-40: 0.25rem;
1279
+ --base-olivabackds-size-dimensions-0: 0rem;
1280
+ --base-olivabackds-size-dimensions-25: 0.0625rem;
1281
+ --base-olivabackds-size-dimensions-50: 0.125rem;
1282
+ --base-olivabackds-size-dimensions-100: 0.25rem;
1283
+ --base-olivabackds-size-dimensions-150: 0.375rem;
1284
+ --base-olivabackds-size-dimensions-200: 0.5rem;
1285
+ --base-olivabackds-size-dimensions-300: 0.75rem;
1286
+ --base-olivabackds-size-dimensions-350: 0.875rem;
1287
+ --base-olivabackds-size-dimensions-400: 1rem;
1288
+ --base-olivabackds-size-dimensions-450: 1.125rem;
1289
+ --base-olivabackds-size-dimensions-500: 1.25rem;
1290
+ --base-olivabackds-size-dimensions-550: 1.375rem;
1291
+ --base-olivabackds-size-dimensions-600: 1.5rem;
1292
+ --base-olivabackds-size-dimensions-650: 1.625rem;
1293
+ --base-olivabackds-size-dimensions-700: 1.75rem;
1294
+ --base-olivabackds-size-dimensions-750: 1.875rem;
1295
+ --base-olivabackds-size-dimensions-800: 2rem;
1296
+ --base-olivabackds-size-dimensions-850: 2.125rem;
1297
+ --base-olivabackds-size-dimensions-900: 2.25rem;
1298
+ --base-olivabackds-size-dimensions-950: 2.375rem;
1299
+ --base-olivabackds-size-dimensions-1000: 2.5rem;
1300
+ --base-olivabackds-size-dimensions-1050: 2.625rem;
1301
+ --base-olivabackds-size-dimensions-1100: 2.75rem;
1302
+ --base-olivabackds-size-dimensions-1150: 2.875rem;
1303
+ --base-olivabackds-size-dimensions-1200: 3rem;
1304
+ --base-olivabackds-size-dimensions-1250: 3.125rem;
1305
+ --base-olivabackds-size-dimensions-1400: 3.5rem;
1306
+ --base-olivabackds-size-dimensions-1600: 4rem;
1307
+ --base-olivabackds-size-dimensions-1800: 4.5rem;
1308
+ --base-olivabackds-size-dimensions-2000: 5rem;
1309
+ --base-olivabackds-size-dimensions-2100: 5.25rem;
1310
+ --base-olivabackds-size-dimensions-2200: 5.5rem;
1311
+ --base-olivabackds-size-dimensions-2250: 6.25rem;
1312
+ --base-olivabackds-size-dimensions-2300: 6.375rem;
1313
+ --base-olivabackds-size-dimensions-2500: 6.75rem;
1314
+ --base-olivabackds-size-dimensions-2600: 7rem;
1315
+ --base-olivabackds-size-dimensions-3200: 8rem;
1316
+ --base-olivabackds-size-dimensions-6400: 16rem;
1317
+ --base-color-basic-white: #ffffff;
1318
+ --base-color-basic-black: #000000;
1319
+ --base-color-opacity-transparent: #ffffff00;
1320
+ --base-color-opacity-black-02: #00000005;
1321
+ --base-color-opacity-black-04: #0000000a;
1322
+ --base-color-opacity-black-06: #0000000f;
1323
+ --base-color-opacity-black-08: #00000014;
1324
+ --base-color-opacity-black-16: #00000029;
1325
+ --base-color-opacity-black-32: #00000052;
1326
+ --base-color-opacity-black-48: #0000007a;
1327
+ --base-color-opacity-white-02: #ffffff05;
1328
+ --base-color-opacity-white-04: #ffffff0a;
1329
+ --base-color-opacity-white-06: #ffffff0f;
1330
+ --base-color-opacity-white-08: #ffffff14;
1331
+ --base-color-opacity-white-16: #ffffff29;
1332
+ --base-color-opacity-white-32: #ffffff52;
1333
+ --base-color-opacity-white-48: #ffffff7a;
1334
+ --base-color-opacity-purple300-20: #baa7c533;
1335
+ --base-color-opacity-orange300-20: #eaa42c33;
1336
+ --base-color-opacity-success300-20: #5ac19433;
1337
+ --base-color-opacity-warning150-30: #fdc93c4d;
1338
+ --base-color-opacity-danger300-20: #f2947d33;
1339
+ --base-color-opacity-info300-20: #44baf533;
1340
+ --base-color-opacity-neutral300-20: #a6b0af33;
1341
+ --base-color-neutral-25: #f8faf9;
1342
+ --base-color-neutral-50: #f1f4f4;
1343
+ --base-color-neutral-75: #e7eeed;
1344
+ --base-color-neutral-100: #dee7e6;
1345
+ --base-color-neutral-125: #d6e0df;
1346
+ --base-color-neutral-150: #c9d4d3;
1347
+ --base-color-neutral-225: #b3bdbc;
1348
+ --base-color-neutral-300: #a6b0af;
1349
+ --base-color-neutral-375: #929a99;
1350
+ --base-color-neutral-450: #7d8483;
1351
+ --base-color-neutral-550: #676d6c;
1352
+ --base-color-neutral-625: #535858;
1353
+ --base-color-neutral-700: #414545;
1354
+ --base-color-neutral-750: #363a3a;
1355
+ --base-color-neutral-825: #2a2d2c;
1356
+ --base-color-neutral-850: #222424;
1357
+ --base-color-neutral-900: #1a1c1c;
1358
+ --base-color-neutral-925: #151717;
1359
+ --base-color-neutral-950: #0d0e0e;
1360
+ --base-color-neutral-975: #070707;
1361
+ --base-color-teal-25: #f1fcfb;
1362
+ --base-color-teal-50: #e0f9f7;
1363
+ --base-color-teal-75: #c6f6f4;
1364
+ --base-color-teal-100: #a7f4f1;
1365
+ --base-color-teal-125: #9aedeb;
1366
+ --base-color-teal-150: #8de1de;
1367
+ --base-color-teal-225: #7dcfcd;
1368
+ --base-color-teal-300: #6fbbb9;
1369
+ --base-color-teal-375: #5d9e9c;
1370
+ --base-color-teal-450: #528d8b;
1371
+ --base-color-teal-550: #437473;
1372
+ --base-color-teal-625: #355e5d;
1373
+ --base-color-teal-700: #294a49;
1374
+ --base-color-teal-750: #213e3d;
1375
+ --base-color-teal-825: #1a302f;
1376
+ --base-color-teal-850: #152726;
1377
+ --base-color-teal-900: #101e1e;
1378
+ --base-color-teal-925: #0e1918;
1379
+ --base-color-teal-950: #08100f;
1380
+ --base-color-teal-975: #040808;
1381
+ --base-color-orange-25: #fdf9f4;
1382
+ --base-color-orange-50: #fbf2e7;
1383
+ --base-color-orange-75: #faead6;
1384
+ --base-color-orange-100: #f9e1c3;
1385
+ --base-color-orange-125: #f9d8af;
1386
+ --base-color-orange-150: #f9c886;
1387
+ --base-color-orange-225: #f9b23c;
1388
+ --base-color-orange-300: #eaa42c;
1389
+ --base-color-orange-375: #c88b24;
1390
+ --base-color-orange-450: #ab771d;
1391
+ --base-color-orange-550: #8e6216;
1392
+ --base-color-orange-625: #744f10;
1393
+ --base-color-orange-700: #5c3e0b;
1394
+ --base-color-orange-750: #4d3409;
1395
+ --base-color-orange-825: #3b280a;
1396
+ --base-color-orange-850: #2f2109;
1397
+ --base-color-orange-900: #241a09;
1398
+ --base-color-orange-925: #1d1507;
1399
+ --base-color-orange-950: #130d05;
1400
+ --base-color-orange-975: #0a0703;
1401
+ --base-color-green-25: #f2fcf6;
1402
+ --base-color-green-50: #e2f9ec;
1403
+ --base-color-green-75: #caf7dd;
1404
+ --base-color-green-100: #aef5ce;
1405
+ --base-color-green-125: #8ff2bf;
1406
+ --base-color-green-150: #83e5b2;
1407
+ --base-color-green-225: #72d4a2;
1408
+ --base-color-green-300: #66bf92;
1409
+ --base-color-green-375: #59a880;
1410
+ --base-color-green-450: #509974;
1411
+ --base-color-green-550: #3d775a;
1412
+ --base-color-green-625: #306148;
1413
+ --base-color-green-700: #254c38;
1414
+ --base-color-green-750: #1e402f;
1415
+ --base-color-green-825: #173124;
1416
+ --base-color-green-850: #13281d;
1417
+ --base-color-green-900: #0f1f16;
1418
+ --base-color-green-925: #0c1912;
1419
+ --base-color-green-950: #07100b;
1420
+ --base-color-green-975: #110408;
1421
+ --base-color-blue-grey-25: #f9f9fa;
1422
+ --base-color-blue-grey-50: #f2f4f6;
1423
+ --base-color-blue-grey-75: #eaedf1;
1424
+ --base-color-blue-grey-100: #e2e6ec;
1425
+ --base-color-blue-grey-125: #dadfe7;
1426
+ --base-color-blue-grey-150: #cbd2de;
1427
+ --base-color-blue-grey-225: #b7c2d3;
1428
+ --base-color-blue-grey-300: #a0afc6;
1429
+ --base-color-blue-grey-375: #879bb7;
1430
+ --base-color-blue-grey-450: #72849e;
1431
+ --base-color-blue-grey-550: #64748b;
1432
+ --base-color-blue-grey-625: #4c586b;
1433
+ --base-color-blue-grey-700: #3b4554;
1434
+ --base-color-blue-grey-750: #313a47;
1435
+ --base-color-blue-grey-825: #262d37;
1436
+ --base-color-blue-grey-850: #1f242c;
1437
+ --base-color-blue-grey-900: #181c22;
1438
+ --base-color-blue-grey-925: #13171c;
1439
+ --base-color-blue-grey-950: #0b0e13;
1440
+ --base-color-blue-grey-975: #06080b;
1441
+ --base-color-pink-25: #fcf8fa;
1442
+ --base-color-pink-50: #faf1f4;
1443
+ --base-color-pink-75: #f9e8ee;
1444
+ --base-color-pink-100: #f7dfe8;
1445
+ --base-color-pink-125: #f7d5e1;
1446
+ --base-color-pink-150: #f5c4d6;
1447
+ --base-color-pink-225: #f4acc8;
1448
+ --base-color-pink-300: #f28fb8;
1449
+ --base-color-pink-375: #ee6aa5;
1450
+ --base-color-pink-450: #ec4899;
1451
+ --base-color-pink-550: #be3279;
1452
+ --base-color-pink-625: #9b2762;
1453
+ --base-color-pink-700: #7c1d4d;
1454
+ --base-color-pink-750: #691841;
1455
+ --base-color-pink-825: #521332;
1456
+ --base-color-pink-850: #431028;
1457
+ --base-color-pink-900: #340c1f;
1458
+ --base-color-pink-925: #2b0a1a;
1459
+ --base-color-pink-950: #1e0511;
1460
+ --base-color-pink-975: #130309;
1461
+ --base-color-danger-25: #fcf8f7;
1462
+ --base-color-danger-50: #faf2ef;
1463
+ --base-color-danger-75: #f9e9e5;
1464
+ --base-color-danger-100: #f7e0da;
1465
+ --base-color-danger-125: #f7d7cf;
1466
+ --base-color-danger-150: #f5c7ba;
1467
+ --base-color-danger-225: #f4b09e;
1468
+ --base-color-danger-300: #f2947d;
1469
+ --base-color-danger-375: #ef7156;
1470
+ --base-color-danger-450: #ec402a;
1471
+ --base-color-danger-550: #ba2f1e;
1472
+ --base-color-danger-625: #a22819;
1473
+ --base-color-danger-700: #811e12;
1474
+ --base-color-danger-750: #6c190e;
1475
+ --base-color-danger-825: #51180e;
1476
+ --base-color-danger-850: #40160c;
1477
+ --base-color-danger-900: #2f130b;
1478
+ --base-color-danger-925: #251109;
1479
+ --base-color-danger-950: #180b05;
1480
+ --base-color-danger-975: #0e0503;
1481
+ --base-color-success-25: #f1fcf6;
1482
+ --base-color-success-50: #dffaec;
1483
+ --base-color-success-75: #c5f8de;
1484
+ --base-color-success-100: #a5f6d0;
1485
+ --base-color-success-125: #84f4c1;
1486
+ --base-color-success-150: #77e7b5;
1487
+ --base-color-success-225: #66d6a5;
1488
+ --base-color-success-300: #5ac194;
1489
+ --base-color-success-375: #4ea982;
1490
+ --base-color-success-450: #42916f;
1491
+ --base-color-success-550: #35785b;
1492
+ --base-color-success-625: #2f6b51;
1493
+ --base-color-success-700: #204d39;
1494
+ --base-color-success-750: #19402f;
1495
+ --base-color-success-825: #143224;
1496
+ --base-color-success-850: #10281d;
1497
+ --base-color-success-900: #0d1f17;
1498
+ --base-color-success-925: #0b1913;
1499
+ --base-color-success-950: #06100b;
1500
+ --base-color-success-975: #030906;
1501
+ --base-color-warning-25: #fdf9f1;
1502
+ --base-color-warning-50: #fcf2e1;
1503
+ --base-color-warning-75: #fceac9;
1504
+ --base-color-warning-100: #fce2ae;
1505
+ --base-color-warning-125: #fcd98e;
1506
+ --base-color-warning-150: #fdc93c;
1507
+ --base-color-warning-225: #edb80a;
1508
+ --base-color-warning-300: #d6a600;
1509
+ --base-color-warning-375: #b38a00;
1510
+ --base-color-warning-450: #a17c00;
1511
+ --base-color-warning-550: #866600;
1512
+ --base-color-warning-625: #6d5300;
1513
+ --base-color-warning-700: #564100;
1514
+ --base-color-warning-750: #483600;
1515
+ --base-color-warning-825: #382a03;
1516
+ --base-color-warning-850: #2d2204;
1517
+ --base-color-warning-900: #221a05;
1518
+ --base-color-warning-925: #1c1605;
1519
+ --base-color-warning-950: #120d03;
1520
+ --base-color-warning-975: #0a0702;
1521
+ --base-color-info-25: #f6fafd;
1522
+ --base-color-info-50: #edf5fb;
1523
+ --base-color-info-75: #e0effa;
1524
+ --base-color-info-100: #d3e9f8;
1525
+ --base-color-info-125: #c5e3f8;
1526
+ --base-color-info-150: #abd8f7;
1527
+ --base-color-info-225: #82cbf6;
1528
+ --base-color-info-300: #44baf5;
1529
+ --base-color-info-375: #3aa4d7;
1530
+ --base-color-info-450: #318cb9;
1531
+ --base-color-info-550: #27749a;
1532
+ --base-color-info-625: #226789;
1533
+ --base-color-info-700: #164a64;
1534
+ --base-color-info-750: #113e54;
1535
+ --base-color-info-825: #0e3041;
1536
+ --base-color-info-850: #0c2735;
1537
+ --base-color-info-900: #0a1e29;
1538
+ --base-color-info-925: #081921;
1539
+ --base-color-info-950: #051016;
1540
+ --base-color-info-975: #02080d;
1541
+ --base-color-turquoise-25: #edfdfa;
1542
+ --base-color-turquoise-50: #d7fbf6;
1543
+ --base-color-turquoise-75: #b4faf0;
1544
+ --base-color-turquoise-100: #85faec;
1545
+ --base-color-turquoise-125: #68f5e5;
1546
+ --base-color-turquoise-150: #58e8d9;
1547
+ --base-color-turquoise-225: #45d6c8;
1548
+ --base-color-turquoise-300: #3bc1b4;
1549
+ --base-color-turquoise-375: #2e9e93;
1550
+ --base-color-turquoise-450: #299287;
1551
+ --base-color-turquoise-550: #217870;
1552
+ --base-color-turquoise-625: #19625b;
1553
+ --base-color-turquoise-700: #124d47;
1554
+ --base-color-turquoise-750: #0e413c;
1555
+ --base-color-turquoise-825: #0c322e;
1556
+ --base-color-turquoise-850: #0a2825;
1557
+ --base-color-turquoise-900: #081f1d;
1558
+ --base-color-turquoise-925: #071a17;
1559
+ --base-color-turquoise-950: #05100f;
1560
+ --base-color-turquoise-975: #140208;
1561
+ --base-color-sage-25: #f6fafa;
1562
+ --base-color-sage-50: #edf5f5;
1563
+ --base-color-sage-75: #e0f0ee;
1564
+ --base-color-sage-100: #d2eae8;
1565
+ --base-color-sage-125: #c9e4e2;
1566
+ --base-color-sage-150: #c0dad8;
1567
+ --base-color-sage-225: #adc6c4;
1568
+ --base-color-sage-300: #9bb3b1;
1569
+ --base-color-sage-375: #889d9b;
1570
+ --base-color-sage-450: #748685;
1571
+ --base-color-sage-550: #606f6e;
1572
+ --base-color-sage-625: #4d5a59;
1573
+ --base-color-sage-700: #3c4646;
1574
+ --base-color-sage-750: #323b3a;
1575
+ --base-color-sage-825: #272d2d;
1576
+ --base-color-sage-850: #1f2524;
1577
+ --base-color-sage-900: #181c1c;
1578
+ --base-color-sage-925: #141717;
1579
+ --base-color-sage-950: #0c0f0e;
1580
+ --base-color-sage-975: #060807;
1581
+ --base-color-yellow-25: #fef9ef;
1582
+ --base-color-yellow-50: #fdf2db;
1583
+ --base-color-yellow-75: #fdeabd;
1584
+ --base-color-yellow-100: #fee299;
1585
+ --base-color-yellow-125: #ffd966;
1586
+ --base-color-yellow-150: #f9cb01;
1587
+ --base-color-yellow-225: #e5bb01;
1588
+ --base-color-yellow-300: #cfa901;
1589
+ --base-color-yellow-375: #b69401;
1590
+ --base-color-yellow-450: #9c7e00;
1591
+ --base-color-yellow-550: #816800;
1592
+ --base-color-yellow-625: #695400;
1593
+ --base-color-yellow-700: #534200;
1594
+ --base-color-yellow-750: #463700;
1595
+ --base-color-yellow-825: #362b00;
1596
+ --base-color-yellow-850: #2c2200;
1597
+ --base-color-yellow-900: #221b01;
1598
+ --base-color-yellow-925: #1c1602;
1599
+ --base-color-yellow-950: #120e02;
1600
+ --base-color-yellow-975: #0a0701;
1601
+ --base-color-red-25: #fcf9f8;
1602
+ --base-color-red-50: #f9f2f0;
1603
+ --base-color-red-75: #f7eae5;
1604
+ --base-color-red-100: #f5e1db;
1605
+ --base-color-red-125: #f3d8d0;
1606
+ --base-color-red-150: #f0c9bd;
1607
+ --base-color-red-225: #edb3a1;
1608
+ --base-color-red-300: #e99981;
1609
+ --base-color-red-375: #e26f50;
1610
+ --base-color-red-450: #dd5333;
1611
+ --base-color-red-550: #b84429;
1612
+ --base-color-red-625: #963620;
1613
+ --base-color-red-700: #762b19;
1614
+ --base-color-red-750: #622516;
1615
+ --base-color-red-825: #4a1f13;
1616
+ --base-color-red-850: #3a1a11;
1617
+ --base-color-red-900: #2b160e;
1618
+ --base-color-red-925: #22130c;
1619
+ --base-color-red-950: #160b07;
1620
+ --base-color-red-975: #120308;
1621
+ --base-color-purple-25: #faf9fa;
1622
+ --base-color-purple-50: #f5f3f6;
1623
+ --base-color-purple-75: #efebf1;
1624
+ --base-color-purple-100: #e9e4eb;
1625
+ --base-color-purple-125: #e3dce7;
1626
+ --base-color-purple-150: #d8cede;
1627
+ --base-color-purple-225: #cbbcd2;
1628
+ --base-color-purple-300: #baa7c5;
1629
+ --base-color-purple-375: #a890b6;
1630
+ --base-color-purple-450: #9578a6;
1631
+ --base-color-purple-550: #7e5c93;
1632
+ --base-color-purple-625: #694c7b;
1633
+ --base-color-purple-700: #533b62;
1634
+ --base-color-purple-750: #463153;
1635
+ --base-color-purple-825: #362640;
1636
+ --base-color-purple-850: #2c1f34;
1637
+ --base-color-purple-900: #221828;
1638
+ --base-color-purple-925: #1c1321;
1639
+ --base-color-purple-950: #130b16;
1640
+ --base-color-purple-975: #0c0607;
1641
+ --base-color-brown-25: #fbf9f7;
1642
+ --base-color-brown-50: #f8f2ef;
1643
+ --base-color-brown-75: #f4eae5;
1644
+ --base-color-brown-100: #f0e2da;
1645
+ --base-color-brown-125: #eddacf;
1646
+ --base-color-brown-150: #e8ccba;
1647
+ --base-color-brown-225: #e2b89d;
1648
+ --base-color-brown-300: #dba079;
1649
+ --base-color-brown-375: #cb885b;
1650
+ --base-color-brown-450: #af754e;
1651
+ --base-color-brown-550: #90603f;
1652
+ --base-color-brown-625: #764d32;
1653
+ --base-color-brown-700: #5d3c27;
1654
+ --base-color-brown-750: #4e3320;
1655
+ --base-color-brown-825: #3b271a;
1656
+ --base-color-brown-850: #2f2017;
1657
+ --base-color-brown-900: #231913;
1658
+ --base-color-brown-925: #1c150f;
1659
+ --base-color-brown-950: #120d09;
1660
+ --base-color-brown-975: #0f0507;
1661
+ --base-size-border-width-0: 0rem;
1662
+ --base-size-border-width-5: 0.03125rem;
1663
+ --base-size-border-width-10: 0.0625rem;
1664
+ --base-size-border-width-20: 0.125rem;
1665
+ --base-size-border-width-40: 0.25rem;
1666
+ --base-size-dimensions-0: 0rem;
1667
+ --base-size-dimensions-25: 0.0625rem;
1668
+ --base-size-dimensions-50: 0.125rem;
1669
+ --base-size-dimensions-100: 0.25rem;
1670
+ --base-size-dimensions-150: 0.375rem;
1671
+ --base-size-dimensions-200: 0.5rem;
1672
+ --base-size-dimensions-300: 0.75rem;
1673
+ --base-size-dimensions-350: 0.875rem;
1674
+ --base-size-dimensions-400: 1rem;
1675
+ --base-size-dimensions-450: 1.125rem;
1676
+ --base-size-dimensions-500: 1.25rem;
1677
+ --base-size-dimensions-550: 1.375rem;
1678
+ --base-size-dimensions-600: 1.5rem;
1679
+ --base-size-dimensions-650: 1.625rem;
1680
+ --base-size-dimensions-700: 1.75rem;
1681
+ --base-size-dimensions-750: 1.875rem;
1682
+ --base-size-dimensions-800: 2rem;
1683
+ --base-size-dimensions-850: 2.125rem;
1684
+ --base-size-dimensions-900: 2.25rem;
1685
+ --base-size-dimensions-950: 2.375rem;
1686
+ --base-size-dimensions-1000: 2.5rem;
1687
+ --base-size-dimensions-1050: 2.625rem;
1688
+ --base-size-dimensions-1100: 2.75rem;
1689
+ --base-size-dimensions-1150: 2.875rem;
1690
+ --base-size-dimensions-1200: 3rem;
1691
+ --base-size-dimensions-1250: 3.125rem;
1692
+ --base-size-dimensions-1400: 3.5rem;
1693
+ --base-size-dimensions-1600: 4rem;
1694
+ --base-size-dimensions-1800: 4.5rem;
1695
+ --base-size-dimensions-2000: 5rem;
1696
+ --base-size-dimensions-2100: 5.25rem;
1697
+ --base-size-dimensions-2200: 5.5rem;
1698
+ --base-size-dimensions-2250: 6.25rem;
1699
+ --base-size-dimensions-2300: 6.375rem;
1700
+ --base-size-dimensions-2500: 6.75rem;
1701
+ --base-size-dimensions-2600: 7rem;
1702
+ --base-size-dimensions-3200: 8rem;
1703
+ --base-size-dimensions-6400: 16rem;
1704
+ }
1705
+ :root {
1706
+ --color-core-content-default: var(--light-color-core-content-default);
1707
+ --color-core-content-soft: var(--light-color-core-content-soft);
1708
+ --color-core-content-inverse: var(--light-color-core-content-inverse);
1709
+ --color-core-background-default: var(--light-color-core-background-default);
1710
+ --color-core-background-neutral-soft: var(--light-color-core-background-neutral-soft);
1711
+ --color-core-background-alternative-soft: var(--light-color-core-background-alternative-soft);
1712
+ --color-core-background-alternative-strong: var(--light-color-core-background-alternative-strong);
1713
+ --color-core-background-inverse: var(--light-color-core-background-inverse);
1714
+ --color-core-background-surface-raised: var(--light-color-core-background-surface-raised);
1715
+ --color-core-background-surface-floating: var(--light-color-core-background-surface-floating);
1716
+ --color-core-border-default: var(--light-color-core-border-default);
1717
+ --color-core-border-soft: var(--light-color-core-border-soft);
1718
+ --color-core-border-inverse: var(--light-color-core-border-inverse);
1719
+ --color-action-primary-content-default: var(--light-color-action-primary-content-default);
1720
+ --color-action-primary-content-hover: var(--light-color-action-primary-content-hover);
1721
+ --color-action-primary-content-pressed: var(--light-color-action-primary-content-pressed);
1722
+ --color-action-primary-content-disabled: var(--light-color-action-primary-content-disabled);
1723
+ --color-action-primary-background-default: var(--light-color-action-primary-background-default);
1724
+ --color-action-primary-background-hover: var(--light-color-action-primary-background-hover);
1725
+ --color-action-primary-background-pressed: var(--light-color-action-primary-background-pressed);
1726
+ --color-action-primary-background-disabled: var(--light-color-action-primary-background-disabled);
1727
+ --color-action-primary-border-default: var(--light-color-action-primary-border-default);
1728
+ --color-action-primary-border-hover: var(--light-color-action-primary-border-hover);
1729
+ --color-action-primary-border-active: var(--light-color-action-primary-border-active);
1730
+ --color-action-primary-border-disabled: var(--light-color-action-primary-border-disabled);
1731
+ --color-action-primary-selected-content-default: var(--light-color-action-primary-selected-content-default);
1732
+ --color-action-primary-selected-content-hover: var(--light-color-action-primary-selected-content-hover);
1733
+ --color-action-primary-selected-content-pressed: var(--light-color-action-primary-selected-content-pressed);
1734
+ --color-action-primary-selected-content-disabled: var(--light-color-action-primary-selected-content-disabled);
1735
+ --color-action-primary-selected-background-default: var(--light-color-action-primary-selected-background-default);
1736
+ --color-action-primary-selected-background-hover: var(--light-color-action-primary-selected-background-hover);
1737
+ --color-action-primary-selected-background-pressed: var(--light-color-action-primary-selected-background-pressed);
1738
+ --color-action-primary-selected-background-disabled: var(--light-color-action-primary-selected-background-disabled);
1739
+ --color-action-primary-selected-border-default: var(--light-color-action-primary-selected-border-default);
1740
+ --color-action-primary-selected-border-hover: var(--light-color-action-primary-selected-border-hover);
1741
+ --color-action-primary-selected-border-active: var(--light-color-action-primary-selected-border-active);
1742
+ --color-action-primary-selected-border-disabled: var(--light-color-action-primary-selected-border-disabled);
1743
+ --color-action-neutral-content-default: var(--light-color-action-neutral-content-default);
1744
+ --color-action-neutral-content-hover: var(--light-color-action-neutral-content-hover);
1745
+ --color-action-neutral-content-pressed: var(--light-color-action-neutral-content-pressed);
1746
+ --color-action-neutral-content-disabled: var(--light-color-action-neutral-content-disabled);
1747
+ --color-action-neutral-background-default: var(--light-color-action-neutral-background-default);
1748
+ --color-action-neutral-background-hover: var(--light-color-action-neutral-background-hover);
1749
+ --color-action-neutral-background-pressed: var(--light-color-action-neutral-background-pressed);
1750
+ --color-action-neutral-background-disabled: var(--light-color-action-neutral-background-disabled);
1751
+ --color-action-neutral-border-default: var(--light-color-action-neutral-border-default);
1752
+ --color-action-neutral-border-hover: var(--light-color-action-neutral-border-hover);
1753
+ --color-action-neutral-border-pressed: var(--light-color-action-neutral-border-pressed);
1754
+ --color-action-neutral-border-disabled: var(--light-color-action-neutral-border-disabled);
1755
+ --color-action-danger-content-default: var(--light-color-action-danger-content-default);
1756
+ --color-action-danger-content-hover: var(--light-color-action-danger-content-hover);
1757
+ --color-action-danger-content-pressed: var(--light-color-action-danger-content-pressed);
1758
+ --color-action-danger-content-disabled-2: var(--light-color-action-danger-content-disabled-2);
1759
+ --color-action-danger-background-default: var(--light-color-action-danger-background-default);
1760
+ --color-action-danger-background-hover: var(--light-color-action-danger-background-hover);
1761
+ --color-action-danger-background-pressed: var(--light-color-action-danger-background-pressed);
1762
+ --color-action-danger-background-disabled: var(--light-color-action-danger-background-disabled);
1763
+ --color-action-danger-border-default: var(--light-color-action-danger-border-default);
1764
+ --color-action-danger-border-hover: var(--light-color-action-danger-border-hover);
1765
+ --color-action-danger-border-pressed: var(--light-color-action-danger-border-pressed);
1766
+ --color-action-danger-border-disabled: var(--light-color-action-danger-border-disabled);
1767
+ --color-feedback-danger-default: var(--light-color-feedback-danger-default);
1768
+ --color-feedback-danger-on-default: var(--light-color-feedback-danger-on-default);
1769
+ --color-feedback-danger-surface-background: var(--light-color-feedback-danger-surface-background);
1770
+ --color-feedback-danger-surface-border: var(--light-color-feedback-danger-surface-border);
1771
+ --color-feedback-success-default: var(--light-color-feedback-success-default);
1772
+ --color-feedback-success-on-default: var(--light-color-feedback-success-on-default);
1773
+ --color-feedback-success-surface-background: var(--light-color-feedback-success-surface-background);
1774
+ --color-feedback-success-surface-border: var(--light-color-feedback-success-surface-border);
1775
+ --color-feedback-warning-default: var(--light-color-feedback-warning-default);
1776
+ --color-feedback-warning-on-default: var(--light-color-feedback-warning-on-default);
1777
+ --color-feedback-warning-surface-background: var(--light-color-feedback-warning-surface-background);
1778
+ --color-feedback-warning-surface-border: var(--light-color-feedback-warning-surface-border);
1779
+ --color-feedback-info-default: var(--light-color-feedback-info-default);
1780
+ --color-feedback-info-on-default: var(--light-color-feedback-info-on-default);
1781
+ --color-feedback-info-surface-background: var(--light-color-feedback-info-surface-background);
1782
+ --color-feedback-info-surface-border: var(--light-color-feedback-info-surface-border);
1783
+ --color-decorative-primary-default: var(--light-color-decorative-primary-default);
1784
+ --color-decorative-primary-soft: var(--light-color-decorative-primary-soft);
1785
+ --color-decorative-primary-strong: var(--light-color-decorative-primary-strong);
1786
+ --color-decorative-secondary-default: var(--light-color-decorative-secondary-default);
1787
+ --color-decorative-secondary-soft: var(--light-color-decorative-secondary-soft);
1788
+ --color-decorative-secondary-strong: var(--light-color-decorative-secondary-strong);
1789
+ --color-effect-focus-color: var(--light-color-effect-focus-color);
1790
+ --color-effect-focus-contrast: var(--light-color-effect-focus-contrast);
1791
+ --color-effect-shadow-soft: var(--light-color-effect-shadow-soft);
1792
+ --color-effect-shadow-strong: var(--light-color-effect-shadow-strong);
1793
+ --color-effect-overlay: var(--light-color-effect-overlay);
1794
+ --color-button-primary-content-default: var(--light-color-button-primary-content-default);
1795
+ --color-button-primary-content-hover: var(--light-color-button-primary-content-hover);
1796
+ --color-button-primary-content-pressed: var(--light-color-button-primary-content-pressed);
1797
+ --color-button-primary-content-disabled: var(--light-color-button-primary-content-disabled);
1798
+ --color-button-primary-background-default: var(--light-color-button-primary-background-default);
1799
+ --color-button-primary-background-hover: var(--light-color-button-primary-background-hover);
1800
+ --color-button-primary-background-pressed: var(--light-color-button-primary-background-pressed);
1801
+ --color-button-primary-background-disabled: var(--light-color-button-primary-background-disabled);
1802
+ --color-button-primary-border-default: var(--light-color-button-primary-border-default);
1803
+ --color-button-primary-border-hover: var(--light-color-button-primary-border-hover);
1804
+ --color-button-primary-border-pressed: var(--light-color-button-primary-border-pressed);
1805
+ --color-button-primary-border-disabled: var(--light-color-button-primary-border-disabled);
1806
+ --color-button-secondary-content-default: var(--light-color-button-secondary-content-default);
1807
+ --color-button-secondary-content-hover: var(--light-color-button-secondary-content-hover);
1808
+ --color-button-secondary-content-pressed: var(--light-color-button-secondary-content-pressed);
1809
+ --color-button-secondary-content-disabled: var(--light-color-button-secondary-content-disabled);
1810
+ --color-button-secondary-background-default: var(--light-color-button-secondary-background-default);
1811
+ --color-button-secondary-background-hover: var(--light-color-button-secondary-background-hover);
1812
+ --color-button-secondary-background-pressed: var(--light-color-button-secondary-background-pressed);
1813
+ --color-button-secondary-background-disabled: var(--light-color-button-secondary-background-disabled);
1814
+ --color-button-secondary-border-default: var(--light-color-button-secondary-border-default);
1815
+ --color-button-secondary-border-hover: var(--light-color-button-secondary-border-hover);
1816
+ --color-button-secondary-border-pressed: var(--light-color-button-secondary-border-pressed);
1817
+ --color-button-secondary-border-disabled: var(--light-color-button-secondary-border-disabled);
1818
+ --color-button-tertiary-content-default: var(--light-color-button-tertiary-content-default);
1819
+ --color-button-tertiary-content-hover: var(--light-color-button-tertiary-content-hover);
1820
+ --color-button-tertiary-content-pressed: var(--light-color-button-tertiary-content-pressed);
1821
+ --color-button-tertiary-content-disabled: var(--light-color-button-tertiary-content-disabled);
1822
+ --color-button-tertiary-background-default: var(--light-color-button-tertiary-background-default);
1823
+ --color-button-tertiary-background-hover: var(--light-color-button-tertiary-background-hover);
1824
+ --color-button-tertiary-background-pressed: var(--light-color-button-tertiary-background-pressed);
1825
+ --color-button-tertiary-background-disabled: var(--light-color-button-tertiary-background-disabled);
1826
+ --color-button-tertiary-border-default: var(--light-color-button-tertiary-border-default);
1827
+ --color-button-tertiary-border-hover: var(--light-color-button-tertiary-border-hover);
1828
+ --color-button-tertiary-border-pressed: var(--light-color-button-tertiary-border-pressed);
1829
+ --color-button-tertiary-border-disabled: var(--light-color-button-tertiary-border-disabled);
1830
+ --color-button-danger-content-default: var(--light-color-button-danger-content-default);
1831
+ --color-button-danger-content-hover: var(--light-color-button-danger-content-hover);
1832
+ --color-button-danger-content-pressed: var(--light-color-button-danger-content-pressed);
1833
+ --color-button-danger-content-disabled: var(--light-color-button-danger-content-disabled);
1834
+ --color-button-danger-background-default: var(--light-color-button-danger-background-default);
1835
+ --color-button-danger-background-hover: var(--light-color-button-danger-background-hover);
1836
+ --color-button-danger-background-pressed: var(--light-color-button-danger-background-pressed);
1837
+ --color-button-danger-background-disabled: var(--light-color-button-danger-background-disabled);
1838
+ --color-button-danger-border-default: var(--light-color-button-danger-border-default);
1839
+ --color-button-danger-border-pressed: var(--light-color-button-danger-border-pressed);
1840
+ --color-button-danger-border-hover: var(--light-color-button-danger-border-hover);
1841
+ --color-button-danger-border-disabled: var(--light-color-button-danger-border-disabled);
1842
+ --color-button-inverse-content-default: var(--light-color-button-inverse-content-default);
1843
+ --color-button-inverse-content-hover: var(--light-color-button-inverse-content-hover);
1844
+ --color-button-inverse-content-pressed: var(--light-color-button-inverse-content-pressed);
1845
+ --color-button-inverse-content-disabled: var(--light-color-button-inverse-content-disabled);
1846
+ --color-button-inverse-background-default: var(--light-color-button-inverse-background-default);
1847
+ --color-button-inverse-background-hover: var(--light-color-button-inverse-background-hover);
1848
+ --color-button-inverse-background-pressed: var(--light-color-button-inverse-background-pressed);
1849
+ --color-button-inverse-background-disabled: var(--light-color-button-inverse-background-disabled);
1850
+ --color-button-inverse-border-default: var(--light-color-button-inverse-border-default);
1851
+ --color-button-inverse-border-hover: var(--light-color-button-inverse-border-hover);
1852
+ --color-button-inverse-border-pressed: var(--light-color-button-inverse-border-pressed);
1853
+ --color-button-inverse-border-disabled: var(--light-color-button-inverse-border-disabled);
1854
+ --color-button-neutral-content-default: var(--light-color-button-neutral-content-default);
1855
+ --color-button-neutral-content-hover: var(--light-color-button-neutral-content-hover);
1856
+ --color-button-neutral-content-pressed: var(--light-color-button-neutral-content-pressed);
1857
+ --color-button-neutral-content-disabled: var(--light-color-button-neutral-content-disabled);
1858
+ --color-button-neutral-background-default: var(--light-color-button-neutral-background-default);
1859
+ --color-button-neutral-background-hover: var(--light-color-button-neutral-background-hover);
1860
+ --color-button-neutral-background-pressed: var(--light-color-button-neutral-background-pressed);
1861
+ --color-button-neutral-background-disabled: var(--light-color-button-neutral-background-disabled);
1862
+ --color-button-neutral-border-default: var(--light-color-button-neutral-border-default);
1863
+ --color-button-neutral-border-hover: var(--light-color-button-neutral-border-hover);
1864
+ --color-button-neutral-border-pressed: var(--light-color-button-neutral-border-pressed);
1865
+ --color-button-neutral-border-disabled: var(--light-color-button-neutral-border-disabled);
1866
+ --color-textfield-content-default: var(--light-color-textfield-content-default);
1867
+ --color-textfield-content-placeholder: var(--light-color-textfield-content-placeholder);
1868
+ --color-textfield-content-disabled: var(--light-color-textfield-content-disabled);
1869
+ --color-textfield-background-default: var(--light-color-textfield-background-default);
1870
+ --color-textfield-background-hover: var(--light-color-textfield-background-hover);
1871
+ --color-textfield-background-pressed: var(--light-color-textfield-background-pressed);
1872
+ --color-textfield-background-disabled: var(--light-color-textfield-background-disabled);
1873
+ --color-textfield-border-default: var(--light-color-textfield-border-default);
1874
+ --color-textfield-border-hover: var(--light-color-textfield-border-hover);
1875
+ --color-textfield-border-pressed: var(--light-color-textfield-border-pressed);
1876
+ --color-textfield-border-error: var(--light-color-textfield-border-error);
1877
+ --color-textfield-border-active: var(--light-color-textfield-border-active);
1878
+ --color-textfield-border-disabled: var(--light-color-textfield-border-disabled);
1879
+ --elevation-raised: var(--light-elevation-raised);
1880
+ --elevation-floating: var(--light-elevation-floating);
1881
+ --focus-outset: var(--light-focus-outset);
1882
+ --focus-inset: var(--light-focus-inset);
1883
+ --focus-textfield: var(--light-focus-textfield);
1884
+
1885
+ }
1886
+
1887
+ /* Valores para modo dark */
1888
+ .dark {
1889
+ --color-core-content-default: var(--dark-color-core-content-default);
1890
+ --color-core-content-soft: var(--dark-color-core-content-soft);
1891
+ --color-core-content-inverse: var(--dark-color-core-content-inverse);
1892
+ --color-core-background-default: var(--dark-color-core-background-default);
1893
+ --color-core-background-neutral-soft: var(--dark-color-core-background-neutral-soft);
1894
+ --color-core-background-alternative-soft: var(--dark-color-core-background-alternative-soft);
1895
+ --color-core-background-alternative-strong: var(--dark-color-core-background-alternative-strong);
1896
+ --color-core-background-inverse: var(--dark-color-core-background-inverse);
1897
+ --color-core-background-surface-raised: var(--dark-color-core-background-surface-raised);
1898
+ --color-core-background-surface-floating: var(--dark-color-core-background-surface-floating);
1899
+ --color-core-border-default: var(--dark-color-core-border-default);
1900
+ --color-core-border-soft: var(--dark-color-core-border-soft);
1901
+ --color-core-border-inverse: var(--dark-color-core-border-inverse);
1902
+ --color-action-primary-content-default: var(--dark-color-action-primary-content-default);
1903
+ --color-action-primary-content-hover: var(--dark-color-action-primary-content-hover);
1904
+ --color-action-primary-content-pressed: var(--dark-color-action-primary-content-pressed);
1905
+ --color-action-primary-content-disabled: var(--dark-color-action-primary-content-disabled);
1906
+ --color-action-primary-background-default: var(--dark-color-action-primary-background-default);
1907
+ --color-action-primary-background-hover: var(--dark-color-action-primary-background-hover);
1908
+ --color-action-primary-background-pressed: var(--dark-color-action-primary-background-pressed);
1909
+ --color-action-primary-background-disabled: var(--dark-color-action-primary-background-disabled);
1910
+ --color-action-primary-border-default: var(--dark-color-action-primary-border-default);
1911
+ --color-action-primary-border-hover: var(--dark-color-action-primary-border-hover);
1912
+ --color-action-primary-border-active: var(--dark-color-action-primary-border-active);
1913
+ --color-action-primary-border-disabled: var(--dark-color-action-primary-border-disabled);
1914
+ --color-action-primary-selected-content-default: var(--dark-color-action-primary-selected-content-default);
1915
+ --color-action-primary-selected-content-hover: var(--dark-color-action-primary-selected-content-hover);
1916
+ --color-action-primary-selected-content-pressed: var(--dark-color-action-primary-selected-content-pressed);
1917
+ --color-action-primary-selected-content-disabled: var(--dark-color-action-primary-selected-content-disabled);
1918
+ --color-action-primary-selected-background-default: var(--dark-color-action-primary-selected-background-default);
1919
+ --color-action-primary-selected-background-hover: var(--dark-color-action-primary-selected-background-hover);
1920
+ --color-action-primary-selected-background-pressed: var(--dark-color-action-primary-selected-background-pressed);
1921
+ --color-action-primary-selected-background-disabled: var(--dark-color-action-primary-selected-background-disabled);
1922
+ --color-action-primary-selected-border-default: var(--dark-color-action-primary-selected-border-default);
1923
+ --color-action-primary-selected-border-hover: var(--dark-color-action-primary-selected-border-hover);
1924
+ --color-action-primary-selected-border-active: var(--dark-color-action-primary-selected-border-active);
1925
+ --color-action-primary-selected-border-disabled: var(--dark-color-action-primary-selected-border-disabled);
1926
+ --color-action-neutral-content-default: var(--dark-color-action-neutral-content-default);
1927
+ --color-action-neutral-content-hover: var(--dark-color-action-neutral-content-hover);
1928
+ --color-action-neutral-content-pressed: var(--dark-color-action-neutral-content-pressed);
1929
+ --color-action-neutral-content-disabled: var(--dark-color-action-neutral-content-disabled);
1930
+ --color-action-neutral-background-default: var(--dark-color-action-neutral-background-default);
1931
+ --color-action-neutral-background-hover: var(--dark-color-action-neutral-background-hover);
1932
+ --color-action-neutral-background-pressed: var(--dark-color-action-neutral-background-pressed);
1933
+ --color-action-neutral-background-disabled: var(--dark-color-action-neutral-background-disabled);
1934
+ --color-action-neutral-border-default: var(--dark-color-action-neutral-border-default);
1935
+ --color-action-neutral-border-hover: var(--dark-color-action-neutral-border-hover);
1936
+ --color-action-neutral-border-pressed: var(--dark-color-action-neutral-border-pressed);
1937
+ --color-action-neutral-border-disabled: var(--dark-color-action-neutral-border-disabled);
1938
+ --color-action-danger-content-default: var(--dark-color-action-danger-content-default);
1939
+ --color-action-danger-content-hover: var(--dark-color-action-danger-content-hover);
1940
+ --color-action-danger-content-pressed: var(--dark-color-action-danger-content-pressed);
1941
+ --color-action-danger-content-disabled-2: var(--dark-color-action-danger-content-disabled-2);
1942
+ --color-action-danger-background-default: var(--dark-color-action-danger-background-default);
1943
+ --color-action-danger-background-hover: var(--dark-color-action-danger-background-hover);
1944
+ --color-action-danger-background-pressed: var(--dark-color-action-danger-background-pressed);
1945
+ --color-action-danger-background-disabled: var(--dark-color-action-danger-background-disabled);
1946
+ --color-action-danger-border-default: var(--dark-color-action-danger-border-default);
1947
+ --color-action-danger-border-hover: var(--dark-color-action-danger-border-hover);
1948
+ --color-action-danger-border-pressed: var(--dark-color-action-danger-border-pressed);
1949
+ --color-action-danger-border-disabled: var(--dark-color-action-danger-border-disabled);
1950
+ --color-feedback-danger-default: var(--dark-color-feedback-danger-default);
1951
+ --color-feedback-danger-on-default: var(--dark-color-feedback-danger-on-default);
1952
+ --color-feedback-danger-surface-background: var(--dark-color-feedback-danger-surface-background);
1953
+ --color-feedback-danger-surface-border: var(--dark-color-feedback-danger-surface-border);
1954
+ --color-feedback-success-default: var(--dark-color-feedback-success-default);
1955
+ --color-feedback-success-on-default: var(--dark-color-feedback-success-on-default);
1956
+ --color-feedback-success-surface-background: var(--dark-color-feedback-success-surface-background);
1957
+ --color-feedback-success-surface-border: var(--dark-color-feedback-success-surface-border);
1958
+ --color-feedback-warning-default: var(--dark-color-feedback-warning-default);
1959
+ --color-feedback-warning-on-default: var(--dark-color-feedback-warning-on-default);
1960
+ --color-feedback-warning-surface-background: var(--dark-color-feedback-warning-surface-background);
1961
+ --color-feedback-warning-surface-border: var(--dark-color-feedback-warning-surface-border);
1962
+ --color-feedback-info-default: var(--dark-color-feedback-info-default);
1963
+ --color-feedback-info-on-default: var(--dark-color-feedback-info-on-default);
1964
+ --color-feedback-info-surface-background: var(--dark-color-feedback-info-surface-background);
1965
+ --color-feedback-info-surface-border: var(--dark-color-feedback-info-surface-border);
1966
+ --color-decorative-primary-default: var(--dark-color-decorative-primary-default);
1967
+ --color-decorative-primary-soft: var(--dark-color-decorative-primary-soft);
1968
+ --color-decorative-primary-strong: var(--dark-color-decorative-primary-strong);
1969
+ --color-decorative-secondary-default: var(--dark-color-decorative-secondary-default);
1970
+ --color-decorative-secondary-soft: var(--dark-color-decorative-secondary-soft);
1971
+ --color-decorative-secondary-strong: var(--dark-color-decorative-secondary-strong);
1972
+ --color-effect-focus-color: var(--dark-color-effect-focus-color);
1973
+ --color-effect-focus-contrast: var(--dark-color-effect-focus-contrast);
1974
+ --color-effect-shadow-soft: var(--dark-color-effect-shadow-soft);
1975
+ --color-effect-shadow-strong: var(--dark-color-effect-shadow-strong);
1976
+ --color-effect-overlay: var(--dark-color-effect-overlay);
1977
+ --color-button-primary-content-default: var(--dark-color-button-primary-content-default);
1978
+ --color-button-primary-content-hover: var(--dark-color-button-primary-content-hover);
1979
+ --color-button-primary-content-pressed: var(--dark-color-button-primary-content-pressed);
1980
+ --color-button-primary-content-disabled: var(--dark-color-button-primary-content-disabled);
1981
+ --color-button-primary-background-default: var(--dark-color-button-primary-background-default);
1982
+ --color-button-primary-background-hover: var(--dark-color-button-primary-background-hover);
1983
+ --color-button-primary-background-pressed: var(--dark-color-button-primary-background-pressed);
1984
+ --color-button-primary-background-disabled: var(--dark-color-button-primary-background-disabled);
1985
+ --color-button-primary-border-default: var(--dark-color-button-primary-border-default);
1986
+ --color-button-primary-border-hover: var(--dark-color-button-primary-border-hover);
1987
+ --color-button-primary-border-pressed: var(--dark-color-button-primary-border-pressed);
1988
+ --color-button-primary-border-disabled: var(--dark-color-button-primary-border-disabled);
1989
+ --color-button-secondary-content-default: var(--dark-color-button-secondary-content-default);
1990
+ --color-button-secondary-content-hover: var(--dark-color-button-secondary-content-hover);
1991
+ --color-button-secondary-content-pressed: var(--dark-color-button-secondary-content-pressed);
1992
+ --color-button-secondary-content-disabled: var(--dark-color-button-secondary-content-disabled);
1993
+ --color-button-secondary-background-default: var(--dark-color-button-secondary-background-default);
1994
+ --color-button-secondary-background-hover: var(--dark-color-button-secondary-background-hover);
1995
+ --color-button-secondary-background-pressed: var(--dark-color-button-secondary-background-pressed);
1996
+ --color-button-secondary-background-disabled: var(--dark-color-button-secondary-background-disabled);
1997
+ --color-button-secondary-border-default: var(--dark-color-button-secondary-border-default);
1998
+ --color-button-secondary-border-hover: var(--dark-color-button-secondary-border-hover);
1999
+ --color-button-secondary-border-pressed: var(--dark-color-button-secondary-border-pressed);
2000
+ --color-button-secondary-border-disabled: var(--dark-color-button-secondary-border-disabled);
2001
+ --color-button-tertiary-content-default: var(--dark-color-button-tertiary-content-default);
2002
+ --color-button-tertiary-content-hover: var(--dark-color-button-tertiary-content-hover);
2003
+ --color-button-tertiary-content-pressed: var(--dark-color-button-tertiary-content-pressed);
2004
+ --color-button-tertiary-content-disabled: var(--dark-color-button-tertiary-content-disabled);
2005
+ --color-button-tertiary-background-default: var(--dark-color-button-tertiary-background-default);
2006
+ --color-button-tertiary-background-hover: var(--dark-color-button-tertiary-background-hover);
2007
+ --color-button-tertiary-background-pressed: var(--dark-color-button-tertiary-background-pressed);
2008
+ --color-button-tertiary-background-disabled: var(--dark-color-button-tertiary-background-disabled);
2009
+ --color-button-tertiary-border-default: var(--dark-color-button-tertiary-border-default);
2010
+ --color-button-tertiary-border-hover: var(--dark-color-button-tertiary-border-hover);
2011
+ --color-button-tertiary-border-pressed: var(--dark-color-button-tertiary-border-pressed);
2012
+ --color-button-tertiary-border-disabled: var(--dark-color-button-tertiary-border-disabled);
2013
+ --color-button-danger-content-default: var(--dark-color-button-danger-content-default);
2014
+ --color-button-danger-content-hover: var(--dark-color-button-danger-content-hover);
2015
+ --color-button-danger-content-pressed: var(--dark-color-button-danger-content-pressed);
2016
+ --color-button-danger-content-disabled: var(--dark-color-button-danger-content-disabled);
2017
+ --color-button-danger-background-default: var(--dark-color-button-danger-background-default);
2018
+ --color-button-danger-background-hover: var(--dark-color-button-danger-background-hover);
2019
+ --color-button-danger-background-pressed: var(--dark-color-button-danger-background-pressed);
2020
+ --color-button-danger-background-disabled: var(--dark-color-button-danger-background-disabled);
2021
+ --color-button-danger-border-default: var(--dark-color-button-danger-border-default);
2022
+ --color-button-danger-border-pressed: var(--dark-color-button-danger-border-pressed);
2023
+ --color-button-danger-border-hover: var(--dark-color-button-danger-border-hover);
2024
+ --color-button-danger-border-disabled: var(--dark-color-button-danger-border-disabled);
2025
+ --color-button-inverse-content-default: var(--dark-color-button-inverse-content-default);
2026
+ --color-button-inverse-content-hover: var(--dark-color-button-inverse-content-hover);
2027
+ --color-button-inverse-content-pressed: var(--dark-color-button-inverse-content-pressed);
2028
+ --color-button-inverse-content-disabled: var(--dark-color-button-inverse-content-disabled);
2029
+ --color-button-inverse-background-default: var(--dark-color-button-inverse-background-default);
2030
+ --color-button-inverse-background-hover: var(--dark-color-button-inverse-background-hover);
2031
+ --color-button-inverse-background-pressed: var(--dark-color-button-inverse-background-pressed);
2032
+ --color-button-inverse-background-disabled: var(--dark-color-button-inverse-background-disabled);
2033
+ --color-button-inverse-border-default: var(--dark-color-button-inverse-border-default);
2034
+ --color-button-inverse-border-hover: var(--dark-color-button-inverse-border-hover);
2035
+ --color-button-inverse-border-pressed: var(--dark-color-button-inverse-border-pressed);
2036
+ --color-button-inverse-border-disabled: var(--dark-color-button-inverse-border-disabled);
2037
+ --color-button-neutral-content-default: var(--dark-color-button-neutral-content-default);
2038
+ --color-button-neutral-content-hover: var(--dark-color-button-neutral-content-hover);
2039
+ --color-button-neutral-content-pressed: var(--dark-color-button-neutral-content-pressed);
2040
+ --color-button-neutral-content-disabled: var(--dark-color-button-neutral-content-disabled);
2041
+ --color-button-neutral-background-default: var(--dark-color-button-neutral-background-default);
2042
+ --color-button-neutral-background-hover: var(--dark-color-button-neutral-background-hover);
2043
+ --color-button-neutral-background-pressed: var(--dark-color-button-neutral-background-pressed);
2044
+ --color-button-neutral-background-disabled: var(--dark-color-button-neutral-background-disabled);
2045
+ --color-button-neutral-border-default: var(--dark-color-button-neutral-border-default);
2046
+ --color-button-neutral-border-hover: var(--dark-color-button-neutral-border-hover);
2047
+ --color-button-neutral-border-pressed: var(--dark-color-button-neutral-border-pressed);
2048
+ --color-button-neutral-border-disabled: var(--dark-color-button-neutral-border-disabled);
2049
+ --color-textfield-content-default: var(--dark-color-textfield-content-default);
2050
+ --color-textfield-content-placeholder: var(--dark-color-textfield-content-placeholder);
2051
+ --color-textfield-content-disabled: var(--dark-color-textfield-content-disabled);
2052
+ --color-textfield-background-default: var(--dark-color-textfield-background-default);
2053
+ --color-textfield-background-hover: var(--dark-color-textfield-background-hover);
2054
+ --color-textfield-background-pressed: var(--dark-color-textfield-background-pressed);
2055
+ --color-textfield-background-disabled: var(--dark-color-textfield-background-disabled);
2056
+ --color-textfield-border-default: var(--dark-color-textfield-border-default);
2057
+ --color-textfield-border-hover: var(--dark-color-textfield-border-hover);
2058
+ --color-textfield-border-pressed: var(--dark-color-textfield-border-pressed);
2059
+ --color-textfield-border-error: var(--dark-color-textfield-border-error);
2060
+ --color-textfield-border-active: var(--dark-color-textfield-border-active);
2061
+ --color-textfield-border-disabled: var(--dark-color-textfield-border-disabled);
2062
+ --elevation-raised: var(--dark-elevation-raised);
2063
+ --elevation-floating: var(--dark-elevation-floating);
2064
+ --focus-outset: var(--dark-focus-outset);
2065
+ --focus-inset: var(--dark-focus-inset);
2066
+ --focus-textfield: var(--dark-focus-textfield);
2067
+
2068
+ }