@crowdfarming/oliva-ds 1.3.2 → 1.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/assets/styles/index.scss +2 -0
  2. package/assets/styles/olivabackds/_tokens.css +2068 -0
  3. package/assets/styles/olivabackds/_tokens.scss +1317 -0
  4. package/assets/styles/olivads/_tokens.css +2179 -0
  5. package/assets/styles/olivads/_tokens.scss +1416 -0
  6. package/fesm2022/crowdfarming-oliva-ds.mjs +858 -0
  7. package/fesm2022/crowdfarming-oliva-ds.mjs.map +1 -0
  8. package/index.d.ts +25 -0
  9. package/lib/avatar/src/index.d.ts +1 -0
  10. package/lib/avatar/src/lib/avatar/avatar.component.d.ts +9 -0
  11. package/lib/button/src/index.d.ts +1 -0
  12. package/lib/button/src/lib/button/button.component.d.ts +20 -0
  13. package/lib/button-icon/src/index.d.ts +1 -0
  14. package/lib/button-icon/src/lib/button-icon/button-icon.component.d.ts +19 -0
  15. package/lib/button-set/src/index.d.ts +1 -0
  16. package/lib/button-set/src/lib/button-set/button-set.component.d.ts +13 -0
  17. package/lib/checkbox/src/index.d.ts +1 -0
  18. package/lib/checkbox/src/lib/checkbox/checkbox.component.d.ts +15 -0
  19. package/lib/checkbox-group/src/index.d.ts +1 -0
  20. package/lib/checkbox-group/src/lib/checkbox-group/checkbox-group.component.d.ts +26 -0
  21. package/lib/chips/src/index.d.ts +1 -0
  22. package/lib/chips/src/lib/chips/chips.component.d.ts +13 -0
  23. package/lib/design-tokens/src/index.d.ts +1 -0
  24. package/lib/design-tokens/src/lib/design-tokens/design-tokens.component.d.ts +5 -0
  25. package/lib/icon-alert/src/index.d.ts +1 -0
  26. package/lib/icon-alert/src/lib/icon-alert/icon-alert.component.d.ts +7 -0
  27. package/lib/icon-eye/src/index.d.ts +1 -0
  28. package/lib/icon-eye/src/lib/icon-eye/icon-eye.component.d.ts +8 -0
  29. package/lib/icon-spinner/src/index.d.ts +1 -0
  30. package/lib/icon-spinner/src/lib/icon-spinner/icon-spinner.component.d.ts +6 -0
  31. package/lib/icon-success/src/index.d.ts +1 -0
  32. package/lib/icon-success/src/lib/icon-success/icon-success.component.d.ts +7 -0
  33. package/lib/icon-test/src/index.d.ts +1 -0
  34. package/lib/icon-test/src/lib/icon-test/icon-test.component.d.ts +7 -0
  35. package/lib/icon-thumb/src/index.d.ts +1 -0
  36. package/lib/icon-thumb/src/lib/icon-thumb/icon-thumb.component.d.ts +7 -0
  37. package/lib/icon-user/src/index.d.ts +1 -0
  38. package/lib/icon-user/src/lib/icon-user/icon-user.component.d.ts +7 -0
  39. package/lib/input-label/src/index.d.ts +1 -0
  40. package/lib/input-label/src/lib/input-label/input-label.component.d.ts +10 -0
  41. package/lib/link/src/index.d.ts +1 -0
  42. package/lib/link/src/lib/link/link.component.d.ts +18 -0
  43. package/lib/password-input/src/index.d.ts +1 -0
  44. package/lib/password-input/src/lib/password-input/password-input.component.d.ts +21 -0
  45. package/lib/radio/src/index.d.ts +1 -0
  46. package/lib/radio/src/lib/radio/radio.component.d.ts +22 -0
  47. package/lib/radio-group/src/index.d.ts +1 -0
  48. package/lib/radio-group/src/lib/radio-group/radio-group.component.d.ts +19 -0
  49. package/lib/segmented-control/src/index.d.ts +1 -0
  50. package/lib/segmented-control/src/lib/segmented-control/segmented-control.component.d.ts +20 -0
  51. package/lib/text-input/src/index.d.ts +1 -0
  52. package/lib/text-input/src/lib/text-input/text-input.component.d.ts +20 -0
  53. package/lib/textarea/src/index.d.ts +1 -0
  54. package/lib/textarea/src/lib/textarea/textarea.component.d.ts +19 -0
  55. package/lib/thumbnail/src/index.d.ts +1 -0
  56. package/lib/thumbnail/src/lib/thumbnail/thumbnail.component.d.ts +8 -0
  57. package/lib/tooltip/src/index.d.ts +1 -0
  58. package/lib/tooltip/src/lib/tooltip/tooltip.component.d.ts +12 -0
  59. package/package.json +24 -5
@@ -0,0 +1,1317 @@
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: #e5e5e5;
15
+ --dark-color-core-content-inverse: #070707;
16
+ --dark-color-core-background-default: #070707;
17
+ --dark-color-core-background-neutral-soft: #393939;
18
+ --dark-color-core-background-alternative-soft: #006531;
19
+ --dark-color-core-background-alternative-strong: #eefdf1;
20
+ --dark-color-core-background-inverse: #ffffff;
21
+ --dark-color-core-background-surface-raised: #1b1b1b;
22
+ --dark-color-core-background-surface-floating: #2c2c2c;
23
+ --dark-color-core-border-default: #f3f3f3;
24
+ --dark-color-core-border-soft: #aeaeae;
25
+ --dark-color-core-border-inverse: #070707;
26
+ --dark-color-action-primary-content-default: #ffffff;
27
+ --dark-color-action-primary-content-hover: #dafce1;
28
+ --dark-color-action-primary-content-pressed: #dafce1;
29
+ --dark-color-action-primary-content-disabled: #ececec;
30
+ --dark-color-action-primary-background-default: #ffffff00;
31
+ --dark-color-action-primary-background-hover: #006531;
32
+ --dark-color-action-primary-background-pressed: #017d3e;
33
+ --dark-color-action-primary-background-disabled: #ffffff0a;
34
+ --dark-color-action-primary-border-default: #ffffff;
35
+ --dark-color-action-primary-border-hover: #dafce1;
36
+ --dark-color-action-primary-border-active: #dafce1;
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: #ececec;
42
+ --dark-color-action-primary-selected-background-default: #10dd75;
43
+ --dark-color-action-primary-selected-background-hover: #02c868;
44
+ --dark-color-action-primary-selected-background-pressed: #01b05a;
45
+ --dark-color-action-primary-selected-background-disabled: #ffffff0f;
46
+ --dark-color-action-primary-selected-border-default: #10dd75;
47
+ --dark-color-action-primary-selected-border-hover: #02c868;
48
+ --dark-color-action-primary-selected-border-active: #01b05a;
49
+ --dark-color-action-primary-selected-border-disabled: #ffffff00;
50
+ --dark-color-action-neutral-content-default: #ffffff;
51
+ --dark-color-action-neutral-content-hover: #f9f9f9;
52
+ --dark-color-action-neutral-content-pressed: #f9f9f9;
53
+ --dark-color-action-neutral-content-disabled: #ececec;
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: #f9f9f9;
60
+ --dark-color-action-neutral-border-pressed: #f9f9f9;
61
+ --dark-color-action-neutral-border-disabled: #ffffff00;
62
+ --dark-color-action-danger-content-default: #ff634e;
63
+ --dark-color-action-danger-content-hover: #d50118;
64
+ --dark-color-action-danger-content-pressed: #d50118;
65
+ --dark-color-action-danger-content-disabled-2: #ececec;
66
+ --dark-color-action-danger-background-default: #ffffff00;
67
+ --dark-color-action-danger-background-hover: #ff3d32;
68
+ --dark-color-action-danger-background-pressed: #d50118;
69
+ --dark-color-action-danger-background-disabled: #ffffff0a;
70
+ --dark-color-action-danger-border-default: #ff634e;
71
+ --dark-color-action-danger-border-hover: #ff3d32;
72
+ --dark-color-action-danger-border-pressed: #d50118;
73
+ --dark-color-action-danger-border-disabled: #ffffff00;
74
+ --dark-color-feedback-danger-default: #ff8c76;
75
+ --dark-color-feedback-danger-on-default: #070707;
76
+ --dark-color-feedback-danger-surface-background: #770006;
77
+ --dark-color-feedback-danger-surface-border: #ff8c76;
78
+ --dark-color-feedback-success-default: #45ee7b;
79
+ --dark-color-feedback-success-on-default: #070707;
80
+ --dark-color-feedback-success-surface-background: #05431b;
81
+ --dark-color-feedback-success-surface-border: #45ee7b;
82
+ --dark-color-feedback-warning-default: #fcd993;
83
+ --dark-color-feedback-warning-on-default: #070707;
84
+ --dark-color-feedback-warning-surface-background: #493601;
85
+ --dark-color-feedback-warning-surface-border: #fcd993;
86
+ --dark-color-feedback-info-default: #e0dbf9;
87
+ --dark-color-feedback-info-on-default: #070707;
88
+ --dark-color-feedback-info-surface-background: #2037b3;
89
+ --dark-color-feedback-info-surface-border: #e0dbf9;
90
+ --dark-color-decorative-primary-default: #fac6a8;
91
+ --dark-color-decorative-primary-soft: #8e3e07;
92
+ --dark-color-decorative-primary-strong: #fbe9df;
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: #10dd75;
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: #ececec;
105
+ --dark-color-button-primary-background-default: #10dd75;
106
+ --dark-color-button-primary-background-hover: #02c868;
107
+ --dark-color-button-primary-background-pressed: #01b05a;
108
+ --dark-color-button-primary-background-disabled: #ffffff0f;
109
+ --dark-color-button-primary-border-default: #10dd75;
110
+ --dark-color-button-primary-border-hover: #02c868;
111
+ --dark-color-button-primary-border-pressed: #ffffff00;
112
+ --dark-color-button-primary-border-disabled: #ffffff00;
113
+ --dark-color-button-secondary-content-default: #10dd75;
114
+ --dark-color-button-secondary-content-hover: #02c868;
115
+ --dark-color-button-secondary-content-pressed: #01b05a;
116
+ --dark-color-button-secondary-content-disabled: #ececec;
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: #10dd75;
122
+ --dark-color-button-secondary-border-hover: #02c868;
123
+ --dark-color-button-secondary-border-pressed: #01b05a;
124
+ --dark-color-button-secondary-border-disabled: #ffffff00;
125
+ --dark-color-button-tertiary-content-default: #10dd75;
126
+ --dark-color-button-tertiary-content-hover: #02c868;
127
+ --dark-color-button-tertiary-content-pressed: #01b05a;
128
+ --dark-color-button-tertiary-content-disabled: #ececec;
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: #ececec;
141
+ --dark-color-button-danger-background-default: #ff634e;
142
+ --dark-color-button-danger-background-hover: #ff3d32;
143
+ --dark-color-button-danger-background-pressed: #d50118;
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: #828282;
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: #f9f9f9;
163
+ --dark-color-button-neutral-content-pressed: #f9f9f9;
164
+ --dark-color-button-neutral-content-disabled: #ececec;
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: #c1c1c1;
175
+ --dark-color-textfield-content-disabled: #ececec;
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: #aeaeae;
181
+ --dark-color-textfield-border-hover: #c1c1c1;
182
+ --dark-color-textfield-border-pressed: #d1d1d1;
183
+ --dark-color-textfield-border-error: #ff8c76;
184
+ --dark-color-textfield-border-active: #10dd75;
185
+ --dark-color-textfield-border-disabled: #ececec;
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: #6c6c6c;
193
+ --light-color-core-content-inverse: #ffffff;
194
+ --light-color-core-background-default: #ffffff;
195
+ --light-color-core-background-neutral-soft: #f3f3f3;
196
+ --light-color-core-background-alternative-soft: #eefdf1;
197
+ --light-color-core-background-alternative-strong: #006531;
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: #aeaeae;
202
+ --light-color-core-border-soft: #dedede;
203
+ --light-color-core-border-inverse: #ffffff;
204
+ --light-color-action-primary-content-default: #00431f;
205
+ --light-color-action-primary-content-hover: #017d3e;
206
+ --light-color-action-primary-content-pressed: #017d3e;
207
+ --light-color-action-primary-content-disabled: #828282;
208
+ --light-color-action-primary-background-default: #ffffff00;
209
+ --light-color-action-primary-background-hover: #eefdf1;
210
+ --light-color-action-primary-background-pressed: #dafce1;
211
+ --light-color-action-primary-background-disabled: #00000005;
212
+ --light-color-action-primary-border-default: #00431f;
213
+ --light-color-action-primary-border-hover: #017d3e;
214
+ --light-color-action-primary-border-active: #017d3e;
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: #828282;
220
+ --light-color-action-primary-selected-background-default: #017d3e;
221
+ --light-color-action-primary-selected-background-hover: #006531;
222
+ --light-color-action-primary-selected-background-pressed: #004b23;
223
+ --light-color-action-primary-selected-background-disabled: #00000005;
224
+ --light-color-action-primary-selected-border-default: #017d3e;
225
+ --light-color-action-primary-selected-border-hover: #006531;
226
+ --light-color-action-primary-selected-border-active: #004b23;
227
+ --light-color-action-primary-selected-border-disabled: #ffffff00;
228
+ --light-color-action-neutral-content-default: #070707;
229
+ --light-color-action-neutral-content-hover: #444444;
230
+ --light-color-action-neutral-content-pressed: #444444;
231
+ --light-color-action-neutral-content-disabled: #828282;
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: #444444;
238
+ --light-color-action-neutral-border-pressed: #444444;
239
+ --light-color-action-neutral-border-disabled: #ffffff00;
240
+ --light-color-action-danger-content-default: #d50118;
241
+ --light-color-action-danger-content-hover: #af0011;
242
+ --light-color-action-danger-content-pressed: #8c000b;
243
+ --light-color-action-danger-content-disabled-2: #828282;
244
+ --light-color-action-danger-background-default: #ffffff00;
245
+ --light-color-action-danger-background-hover: #af0011;
246
+ --light-color-action-danger-background-pressed: #8c000b;
247
+ --light-color-action-danger-background-disabled: #00000005;
248
+ --light-color-action-danger-border-default: #d50118;
249
+ --light-color-action-danger-border-hover: #af0011;
250
+ --light-color-action-danger-border-pressed: #8c000b;
251
+ --light-color-action-danger-border-disabled: #ffffff00;
252
+ --light-color-feedback-danger-default: #d50118;
253
+ --light-color-feedback-danger-on-default: #ffffff;
254
+ --light-color-feedback-danger-surface-background: #fbdfd8;
255
+ --light-color-feedback-danger-surface-border: #d50118;
256
+ --light-color-feedback-success-default: #189646;
257
+ --light-color-feedback-success-on-default: #ffffff;
258
+ --light-color-feedback-success-surface-background: #dcfce0;
259
+ --light-color-feedback-success-surface-border: #189646;
260
+ --light-color-feedback-warning-default: #876602;
261
+ --light-color-feedback-warning-on-default: #ffffff;
262
+ --light-color-feedback-warning-surface-background: #fceacb;
263
+ --light-color-feedback-warning-surface-border: #876602;
264
+ --light-color-feedback-info-default: #6366f1;
265
+ --light-color-feedback-info-on-default: #ffffff;
266
+ --light-color-feedback-info-surface-background: #edebfa;
267
+ --light-color-feedback-info-surface-border: #6366f1;
268
+ --light-color-decorative-primary-default: #fb914f;
269
+ --light-color-decorative-primary-soft: #fbe9df;
270
+ --light-color-decorative-primary-strong: #8e3e07;
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: #00964d;
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: #6c6c6c;
283
+ --light-color-button-primary-background-default: #017d3e;
284
+ --light-color-button-primary-background-hover: #006531;
285
+ --light-color-button-primary-background-pressed: #004b23;
286
+ --light-color-button-primary-background-disabled: #0000000a;
287
+ --light-color-button-primary-border-default: #017d3e;
288
+ --light-color-button-primary-border-hover: #006531;
289
+ --light-color-button-primary-border-pressed: #004b23;
290
+ --light-color-button-primary-border-disabled: #ffffff00;
291
+ --light-color-button-secondary-content-default: #017d3e;
292
+ --light-color-button-secondary-content-hover: #006531;
293
+ --light-color-button-secondary-content-pressed: #004b23;
294
+ --light-color-button-secondary-content-disabled: #6c6c6c;
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: #017d3e;
300
+ --light-color-button-secondary-border-hover: #006531;
301
+ --light-color-button-secondary-border-pressed: #004b23;
302
+ --light-color-button-secondary-border-disabled: #ffffff00;
303
+ --light-color-button-tertiary-content-default: #017d3e;
304
+ --light-color-button-tertiary-content-hover: #006531;
305
+ --light-color-button-tertiary-content-pressed: #004b23;
306
+ --light-color-button-tertiary-content-disabled: #6c6c6c;
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: #6c6c6c;
319
+ --light-color-button-danger-background-default: #d50118;
320
+ --light-color-button-danger-background-hover: #af0011;
321
+ --light-color-button-danger-background-pressed: #8c000b;
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: #d1d1d1;
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: #444444;
341
+ --light-color-button-neutral-content-pressed: #444444;
342
+ --light-color-button-neutral-content-disabled: #6c6c6c;
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: #6c6c6c;
353
+ --light-color-textfield-content-disabled: #828282;
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: #989898;
359
+ --light-color-textfield-border-hover: #828282;
360
+ --light-color-textfield-border-pressed: #6c6c6c;
361
+ --light-color-textfield-border-error: #d50118;
362
+ --light-color-textfield-border-active: #00964d;
363
+ --light-color-textfield-border-disabled: #aeaeae;
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-color-basic-white: #ffffff;
1058
+ --base-color-basic-black: #000000;
1059
+ --base-color-opacity-transparent: #ffffff00;
1060
+ --base-color-opacity-black-02: #00000005;
1061
+ --base-color-opacity-black-04: #0000000a;
1062
+ --base-color-opacity-black-06: #0000000f;
1063
+ --base-color-opacity-black-08: #00000014;
1064
+ --base-color-opacity-black-16: #00000029;
1065
+ --base-color-opacity-black-32: #00000052;
1066
+ --base-color-opacity-black-48: #0000007a;
1067
+ --base-color-opacity-white-02: #ffffff05;
1068
+ --base-color-opacity-white-04: #ffffff0a;
1069
+ --base-color-opacity-white-06: #ffffff0f;
1070
+ --base-color-opacity-white-08: #ffffff14;
1071
+ --base-color-opacity-white-16: #ffffff29;
1072
+ --base-color-opacity-white-32: #ffffff52;
1073
+ --base-color-opacity-white-48: #ffffff7a;
1074
+ --base-color-neutral-25: #f9f9f9;
1075
+ --base-color-neutral-50: #f3f3f3;
1076
+ --base-color-neutral-75: #ececec;
1077
+ --base-color-neutral-100: #e5e5e5;
1078
+ --base-color-neutral-125: #dedede;
1079
+ --base-color-neutral-150: #d1d1d1;
1080
+ --base-color-neutral-225: #c1c1c1;
1081
+ --base-color-neutral-300: #aeaeae;
1082
+ --base-color-neutral-375: #989898;
1083
+ --base-color-neutral-450: #828282;
1084
+ --base-color-neutral-550: #6c6c6c;
1085
+ --base-color-neutral-625: #565656;
1086
+ --base-color-neutral-700: #444444;
1087
+ --base-color-neutral-750: #393939;
1088
+ --base-color-neutral-825: #2c2c2c;
1089
+ --base-color-neutral-850: #242424;
1090
+ --base-color-neutral-900: #1b1b1b;
1091
+ --base-color-neutral-925: #171717;
1092
+ --base-color-neutral-950: #0e0e0e;
1093
+ --base-color-neutral-975: #070707;
1094
+ --base-color-teal-25: #ecfdfa;
1095
+ --base-color-teal-50: #d5fcf4;
1096
+ --base-color-teal-75: #affbee;
1097
+ --base-color-teal-100: #78fbe8;
1098
+ --base-color-teal-125: #50f7e1;
1099
+ --base-color-teal-150: #3eead4;
1100
+ --base-color-teal-225: #22d9c4;
1101
+ --base-color-teal-300: #14b8a6;
1102
+ --base-color-teal-375: #12ac9b;
1103
+ --base-color-teal-450: #0e9384;
1104
+ --base-color-teal-550: #0b7a6d;
1105
+ --base-color-teal-625: #066359;
1106
+ --base-color-teal-700: #034e46;
1107
+ --base-color-teal-750: #02413a;
1108
+ --base-color-teal-825: #05322d;
1109
+ --base-color-teal-850: #052924;
1110
+ --base-color-teal-900: #05201c;
1111
+ --base-color-teal-925: #051a17;
1112
+ --base-color-teal-950: #04110e;
1113
+ --base-color-teal-975: #020907;
1114
+ --base-color-orange-25: #fdf8f6;
1115
+ --base-color-orange-50: #fcf1ec;
1116
+ --base-color-orange-75: #fbe9df;
1117
+ --base-color-orange-100: #fae0d1;
1118
+ --base-color-orange-125: #fad7c3;
1119
+ --base-color-orange-150: #fac6a8;
1120
+ --base-color-orange-225: #fbae80;
1121
+ --base-color-orange-300: #fb914f;
1122
+ --base-color-orange-375: #f97316;
1123
+ --base-color-orange-450: #d15f11;
1124
+ --base-color-orange-550: #ae4e0c;
1125
+ --base-color-orange-625: #8e3e07;
1126
+ --base-color-orange-700: #713106;
1127
+ --base-color-orange-750: #5e2905;
1128
+ --base-color-orange-825: #472107;
1129
+ --base-color-orange-850: #381c07;
1130
+ --base-color-orange-900: #2a1707;
1131
+ --base-color-orange-925: #221306;
1132
+ --base-color-orange-950: #160c04;
1133
+ --base-color-orange-975: #0d0602;
1134
+ --base-color-green-25: #eefdf1;
1135
+ --base-color-green-50: #dafce1;
1136
+ --base-color-green-75: #bafcca;
1137
+ --base-color-green-100: #90fcaf;
1138
+ --base-color-green-125: #49fc90;
1139
+ --base-color-green-150: #35ef84;
1140
+ --base-color-green-225: #10dd75;
1141
+ --base-color-green-300: #02c868;
1142
+ --base-color-green-375: #01b05a;
1143
+ --base-color-green-450: #00964d;
1144
+ --base-color-green-550: #017d3e;
1145
+ --base-color-green-625: #006531;
1146
+ --base-color-green-700: #004b23;
1147
+ --base-color-green-750: #00431f;
1148
+ --base-color-green-825: #033417;
1149
+ --base-color-green-850: #042a13;
1150
+ --base-color-green-900: #05210d;
1151
+ --base-color-green-925: #051b0a;
1152
+ --base-color-green-950: #031106;
1153
+ --base-color-green-975: #020903;
1154
+ --base-color-blue-grey-25: #f9f9fa;
1155
+ --base-color-blue-grey-50: #f2f4f6;
1156
+ --base-color-blue-grey-75: #eaedf1;
1157
+ --base-color-blue-grey-100: #e2e6ec;
1158
+ --base-color-blue-grey-125: #dadfe7;
1159
+ --base-color-blue-grey-150: #cbd2de;
1160
+ --base-color-blue-grey-225: #b7c2d3;
1161
+ --base-color-blue-grey-300: #a0afc6;
1162
+ --base-color-blue-grey-375: #879bb7;
1163
+ --base-color-blue-grey-450: #72849e;
1164
+ --base-color-blue-grey-550: #64748b;
1165
+ --base-color-blue-grey-625: #4c586b;
1166
+ --base-color-blue-grey-700: #3b4554;
1167
+ --base-color-blue-grey-750: #313a47;
1168
+ --base-color-blue-grey-825: #262d37;
1169
+ --base-color-blue-grey-850: #1f242c;
1170
+ --base-color-blue-grey-900: #181c22;
1171
+ --base-color-blue-grey-925: #13171c;
1172
+ --base-color-blue-grey-950: #0b0e13;
1173
+ --base-color-blue-grey-975: #06080b;
1174
+ --base-color-pink-25: #fcf8fa;
1175
+ --base-color-pink-50: #faf1f4;
1176
+ --base-color-pink-75: #f9e8ee;
1177
+ --base-color-pink-100: #f7dfe8;
1178
+ --base-color-pink-125: #f7d5e1;
1179
+ --base-color-pink-150: #f5c4d6;
1180
+ --base-color-pink-225: #f4acc8;
1181
+ --base-color-pink-300: #f28fb8;
1182
+ --base-color-pink-375: #ee6aa5;
1183
+ --base-color-pink-450: #ec4899;
1184
+ --base-color-pink-550: #be3279;
1185
+ --base-color-pink-625: #9b2762;
1186
+ --base-color-pink-700: #7c1d4d;
1187
+ --base-color-pink-750: #691841;
1188
+ --base-color-pink-825: #521332;
1189
+ --base-color-pink-850: #431028;
1190
+ --base-color-pink-900: #340c1f;
1191
+ --base-color-pink-925: #2b0a1a;
1192
+ --base-color-pink-950: #1e0511;
1193
+ --base-color-pink-975: #130309;
1194
+ --base-color-danger-25: #fdf8f7;
1195
+ --base-color-danger-50: #fcf1ef;
1196
+ --base-color-danger-75: #fbe8e4;
1197
+ --base-color-danger-100: #fbdfd8;
1198
+ --base-color-danger-125: #fcd5cd;
1199
+ --base-color-danger-150: #fcc4b7;
1200
+ --base-color-danger-225: #feab99;
1201
+ --base-color-danger-300: #ff8c76;
1202
+ --base-color-danger-375: #ff634e;
1203
+ --base-color-danger-450: #ff3d32;
1204
+ --base-color-danger-550: #d50118;
1205
+ --base-color-danger-625: #af0011;
1206
+ --base-color-danger-700: #8c000b;
1207
+ --base-color-danger-750: #770006;
1208
+ --base-color-danger-825: #5b0803;
1209
+ --base-color-danger-850: #470e04;
1210
+ --base-color-danger-900: #341005;
1211
+ --base-color-danger-925: #280f05;
1212
+ --base-color-danger-950: #1b0903;
1213
+ --base-color-danger-975: #100502;
1214
+ --base-color-success-25: #effdf0;
1215
+ --base-color-success-50: #dcfce0;
1216
+ --base-color-success-75: #befbc7;
1217
+ --base-color-success-100: #97fbaa;
1218
+ --base-color-success-125: #5bfb88;
1219
+ --base-color-success-150: #45ee7b;
1220
+ --base-color-success-225: #2ddd6c;
1221
+ --base-color-success-300: #22c55e;
1222
+ --base-color-success-375: #1daf53;
1223
+ --base-color-success-450: #189646;
1224
+ --base-color-success-550: #127c39;
1225
+ --base-color-success-625: #0c652d;
1226
+ --base-color-success-700: #075022;
1227
+ --base-color-success-750: #05431b;
1228
+ --base-color-success-825: #073415;
1229
+ --base-color-success-850: #062a10;
1230
+ --base-color-success-900: #06210b;
1231
+ --base-color-success-925: #061b09;
1232
+ --base-color-success-950: #041105;
1233
+ --base-color-success-975: #020903;
1234
+ --base-color-warning-25: #fdf9f1;
1235
+ --base-color-warning-50: #fcf2e2;
1236
+ --base-color-warning-75: #fceacb;
1237
+ --base-color-warning-100: #fce1b1;
1238
+ --base-color-warning-125: #fcd993;
1239
+ --base-color-warning-150: #fdc94c;
1240
+ --base-color-warning-225: #eab308;
1241
+ --base-color-warning-300: #d8a506;
1242
+ --base-color-warning-375: #be9105;
1243
+ --base-color-warning-450: #a37c03;
1244
+ --base-color-warning-550: #876602;
1245
+ --base-color-warning-625: #6e5202;
1246
+ --base-color-warning-700: #574001;
1247
+ --base-color-warning-750: #493601;
1248
+ --base-color-warning-825: #382a03;
1249
+ --base-color-warning-850: #2d2205;
1250
+ --base-color-warning-900: #231a05;
1251
+ --base-color-warning-925: #1c1605;
1252
+ --base-color-warning-950: #120d03;
1253
+ --base-color-warning-975: #0a0702;
1254
+ --base-color-info-25: #faf9fd;
1255
+ --base-color-info-50: #f4f3fb;
1256
+ --base-color-info-75: #edebfa;
1257
+ --base-color-info-100: #e7e3f9;
1258
+ --base-color-info-125: #e0dbf9;
1259
+ --base-color-info-150: #d4cdf8;
1260
+ --base-color-info-225: #c3baf8;
1261
+ --base-color-info-300: #aea5f7;
1262
+ --base-color-info-375: #968ef5;
1263
+ --base-color-info-450: #7975f3;
1264
+ --base-color-info-550: #6366f1;
1265
+ --base-color-info-625: #2a47df;
1266
+ --base-color-info-700: #2037b3;
1267
+ --base-color-info-750: #192e99;
1268
+ --base-color-info-825: #172376;
1269
+ --base-color-info-850: #141c61;
1270
+ --base-color-info-900: #11164c;
1271
+ --base-color-info-925: #0f123f;
1272
+ --base-color-info-950: #0c0832;
1273
+ --base-color-info-975: #0a0225;
1274
+ --base-size-border-width-0: 0rem;
1275
+ --base-size-border-width-5: 0.03125rem;
1276
+ --base-size-border-width-10: 0.0625rem;
1277
+ --base-size-border-width-20: 0.125rem;
1278
+ --base-size-border-width-40: 0.25rem;
1279
+ --base-size-dimensions-0: 0rem;
1280
+ --base-size-dimensions-25: 0.0625rem;
1281
+ --base-size-dimensions-50: 0.125rem;
1282
+ --base-size-dimensions-100: 0.25rem;
1283
+ --base-size-dimensions-150: 0.375rem;
1284
+ --base-size-dimensions-200: 0.5rem;
1285
+ --base-size-dimensions-300: 0.75rem;
1286
+ --base-size-dimensions-350: 0.875rem;
1287
+ --base-size-dimensions-400: 1rem;
1288
+ --base-size-dimensions-450: 1.125rem;
1289
+ --base-size-dimensions-500: 1.25rem;
1290
+ --base-size-dimensions-550: 1.375rem;
1291
+ --base-size-dimensions-600: 1.5rem;
1292
+ --base-size-dimensions-650: 1.625rem;
1293
+ --base-size-dimensions-700: 1.75rem;
1294
+ --base-size-dimensions-750: 1.875rem;
1295
+ --base-size-dimensions-800: 2rem;
1296
+ --base-size-dimensions-850: 2.125rem;
1297
+ --base-size-dimensions-900: 2.25rem;
1298
+ --base-size-dimensions-950: 2.375rem;
1299
+ --base-size-dimensions-1000: 2.5rem;
1300
+ --base-size-dimensions-1050: 2.625rem;
1301
+ --base-size-dimensions-1100: 2.75rem;
1302
+ --base-size-dimensions-1150: 2.875rem;
1303
+ --base-size-dimensions-1200: 3rem;
1304
+ --base-size-dimensions-1250: 3.125rem;
1305
+ --base-size-dimensions-1400: 3.5rem;
1306
+ --base-size-dimensions-1600: 4rem;
1307
+ --base-size-dimensions-1800: 4.5rem;
1308
+ --base-size-dimensions-2000: 5rem;
1309
+ --base-size-dimensions-2100: 5.25rem;
1310
+ --base-size-dimensions-2200: 5.5rem;
1311
+ --base-size-dimensions-2250: 6.25rem;
1312
+ --base-size-dimensions-2300: 6.375rem;
1313
+ --base-size-dimensions-2500: 6.75rem;
1314
+ --base-size-dimensions-2600: 7rem;
1315
+ --base-size-dimensions-3200: 8rem;
1316
+ --base-size-dimensions-6400: 16rem;
1317
+ }