@crowdfarming/oliva-ds 1.4.0 → 1.5.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.
- package/fesm2022/crowdfarming-oliva-ds.mjs +386 -206
- package/fesm2022/crowdfarming-oliva-ds.mjs.map +1 -1
- package/index.d.ts +5 -7
- package/lib/button/src/lib/button/button.component.d.ts +1 -1
- package/lib/button-icon/src/lib/button-icon/button-icon.component.d.ts +1 -1
- package/lib/checkbox-group/src/lib/checkbox-group/checkbox-group.component.d.ts +12 -13
- package/lib/helper-text/src/lib/helper-text/helper-text.component.d.ts +8 -0
- package/lib/icon/src/index.d.ts +1 -0
- package/lib/icon/src/lib/icon/icon.component.d.ts +9 -0
- package/lib/input-date/src/index.d.ts +1 -0
- package/lib/input-date/src/lib/input-date/input-date.component.d.ts +23 -0
- package/lib/input-number/src/index.d.ts +1 -0
- package/lib/input-number/src/lib/input-number/input-number.component.d.ts +25 -0
- package/lib/input-search/src/index.d.ts +1 -0
- package/lib/input-search/src/lib/input-search/input-search.component.d.ts +22 -0
- package/lib/password-input/src/lib/password-input/password-input.component.d.ts +5 -1
- package/lib/radio/src/lib/radio/radio.component.d.ts +2 -1
- package/lib/text-input/src/lib/text-input/text-input.component.d.ts +5 -1
- package/lib/textarea/src/lib/textarea/textarea.component.d.ts +5 -1
- package/package.json +1 -1
- package/themes/crowdfarming/_tokens.css +796 -1126
- package/themes/farmeneur/_tokens.css +948 -1254
- package/lib/icon-alert/src/index.d.ts +0 -1
- package/lib/icon-alert/src/lib/icon-alert/icon-alert.component.d.ts +0 -7
- package/lib/icon-eye/src/index.d.ts +0 -1
- package/lib/icon-eye/src/lib/icon-eye/icon-eye.component.d.ts +0 -8
- package/lib/icon-spinner/src/index.d.ts +0 -1
- package/lib/icon-spinner/src/lib/icon-spinner/icon-spinner.component.d.ts +0 -6
- package/lib/icon-success/src/index.d.ts +0 -1
- package/lib/icon-success/src/lib/icon-success/icon-success.component.d.ts +0 -7
- package/lib/icon-test/src/index.d.ts +0 -1
- package/lib/icon-test/src/lib/icon-test/icon-test.component.d.ts +0 -7
- package/lib/icon-thumb/src/index.d.ts +0 -1
- package/lib/icon-thumb/src/lib/icon-thumb/icon-thumb.component.d.ts +0 -7
- package/lib/icon-user/src/index.d.ts +0 -1
- package/lib/icon-user/src/lib/icon-user/icon-user.component.d.ts +0 -7
- package/themes/crowdfarming/_tokens.scss +0 -1416
- package/themes/farmeneur/_tokens.scss +0 -1317
|
@@ -1,1416 +0,0 @@
|
|
|
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: #0a2825;
|
|
19
|
-
--dark-color-core-background-alternative-strong: #edf5f5;
|
|
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: #d7fbf6;
|
|
28
|
-
--dark-color-action-primary-content-pressed: #d7fbf6;
|
|
29
|
-
--dark-color-action-primary-content-disabled: #e7eeed;
|
|
30
|
-
--dark-color-action-primary-background-default: #ffffff00;
|
|
31
|
-
--dark-color-action-primary-background-hover: #19625b;
|
|
32
|
-
--dark-color-action-primary-background-pressed: #217870;
|
|
33
|
-
--dark-color-action-primary-background-disabled: #ffffff0a;
|
|
34
|
-
--dark-color-action-primary-border-default: #ffffff;
|
|
35
|
-
--dark-color-action-primary-border-hover: #d7fbf6;
|
|
36
|
-
--dark-color-action-primary-border-pressed: #d7fbf6;
|
|
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: #45d6c8;
|
|
43
|
-
--dark-color-action-primary-selected-background-hover: #3bc1b4;
|
|
44
|
-
--dark-color-action-primary-selected-background-pressed: #2e9e93;
|
|
45
|
-
--dark-color-action-primary-selected-background-disabled: #ffffff0a;
|
|
46
|
-
--dark-color-action-primary-selected-border-default: #45d6c8;
|
|
47
|
-
--dark-color-action-primary-selected-border-hover: #3bc1b4;
|
|
48
|
-
--dark-color-action-primary-selected-border-pressed: #2e9e93;
|
|
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: #e7eeed;
|
|
66
|
-
--dark-color-action-danger-background-default: #ffffff00;
|
|
67
|
-
--dark-color-action-danger-background-hover: #ffffff0a;
|
|
68
|
-
--dark-color-action-danger-background-pressed: #ffffff0f;
|
|
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: #2f2109;
|
|
92
|
-
--dark-color-decorative-primary-strong: #fbf2e7;
|
|
93
|
-
--dark-color-decorative-secondary-default: #baa7c5;
|
|
94
|
-
--dark-color-decorative-secondary-soft: #463153;
|
|
95
|
-
--dark-color-decorative-secondary-strong: #efebf1;
|
|
96
|
-
--dark-color-effect-focus-color: #f9b23c;
|
|
97
|
-
--dark-color-effect-focus-contrast: #ffffff;
|
|
98
|
-
--dark-color-effect-shadow-soft: #000000f2;
|
|
99
|
-
--dark-color-effect-shadow-strong: #000000d9;
|
|
100
|
-
--dark-color-effect-overlay: #ffffff29;
|
|
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: #45d6c8;
|
|
106
|
-
--dark-color-button-primary-background-hover: #3bc1b4;
|
|
107
|
-
--dark-color-button-primary-background-pressed: #2e9e93;
|
|
108
|
-
--dark-color-button-primary-background-disabled: #ffffff0f;
|
|
109
|
-
--dark-color-button-primary-border-default: #45d6c8;
|
|
110
|
-
--dark-color-button-primary-border-hover: #3bc1b4;
|
|
111
|
-
--dark-color-button-primary-border-pressed: #2e9e93;
|
|
112
|
-
--dark-color-button-primary-border-disabled: #ffffff00;
|
|
113
|
-
--dark-color-button-secondary-content-default: #45d6c8;
|
|
114
|
-
--dark-color-button-secondary-content-hover: #3bc1b4;
|
|
115
|
-
--dark-color-button-secondary-content-pressed: #2e9e93;
|
|
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: #45d6c8;
|
|
122
|
-
--dark-color-button-secondary-border-hover: #3bc1b4;
|
|
123
|
-
--dark-color-button-secondary-border-pressed: #2e9e93;
|
|
124
|
-
--dark-color-button-secondary-border-disabled: #ffffff00;
|
|
125
|
-
--dark-color-button-tertiary-content-default: #45d6c8;
|
|
126
|
-
--dark-color-button-tertiary-content-hover: #3bc1b4;
|
|
127
|
-
--dark-color-button-tertiary-content-pressed: #2e9e93;
|
|
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: #676d6c;
|
|
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: #00000029;
|
|
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-table-head-background-default: #ffffff0a;
|
|
174
|
-
--dark-color-table-head-background-hover: #ffffff14;
|
|
175
|
-
--dark-color-table-head-background-selected: #ffffff14;
|
|
176
|
-
--dark-color-table-cell-background-default: #ffffff00;
|
|
177
|
-
--dark-color-table-cell-background-hover: #ffffff0a;
|
|
178
|
-
--dark-color-table-cell-background-selected: #ffffff14;
|
|
179
|
-
--dark-color-textfield-content-default: #ffffff;
|
|
180
|
-
--dark-color-textfield-content-placeholder: #b3bdbc;
|
|
181
|
-
--dark-color-textfield-content-disabled: #e7eeed;
|
|
182
|
-
--dark-color-textfield-background-default: #070707;
|
|
183
|
-
--dark-color-textfield-background-hover: #070707;
|
|
184
|
-
--dark-color-textfield-background-pressed: #070707;
|
|
185
|
-
--dark-color-textfield-background-disabled: #ffffff0a;
|
|
186
|
-
--dark-color-textfield-border-default: #a6b0af;
|
|
187
|
-
--dark-color-textfield-border-hover: #b3bdbc;
|
|
188
|
-
--dark-color-textfield-border-pressed: #c9d4d3;
|
|
189
|
-
--dark-color-textfield-border-error: #ef7156;
|
|
190
|
-
--dark-color-textfield-border-active: #217870;
|
|
191
|
-
--dark-color-textfield-border-disabled: #e7eeed;
|
|
192
|
-
--dark-elevation-raised: [object Object],[object Object];
|
|
193
|
-
--dark-elevation-floating: [object Object],[object Object];
|
|
194
|
-
--dark-focus-outset: [object Object],[object Object];
|
|
195
|
-
--dark-focus-inset: [object Object],[object Object];
|
|
196
|
-
--dark-focus-textfield: [object Object];
|
|
197
|
-
--light-color-core-content-default: #070707;
|
|
198
|
-
--light-color-core-content-soft: #535858;
|
|
199
|
-
--light-color-core-content-inverse: #ffffff;
|
|
200
|
-
--light-color-core-background-default: #ffffff;
|
|
201
|
-
--light-color-core-background-neutral-soft: #f1f4f4;
|
|
202
|
-
--light-color-core-background-alternative-soft: #edf5f5;
|
|
203
|
-
--light-color-core-background-alternative-strong: #0a2825;
|
|
204
|
-
--light-color-core-background-inverse: #070707;
|
|
205
|
-
--light-color-core-background-surface-raised: #ffffff;
|
|
206
|
-
--light-color-core-background-surface-floating: #ffffff;
|
|
207
|
-
--light-color-core-border-default: #a6b0af;
|
|
208
|
-
--light-color-core-border-soft: #d6e0df;
|
|
209
|
-
--light-color-core-border-inverse: #ffffff;
|
|
210
|
-
--light-color-action-primary-content-default: #217870;
|
|
211
|
-
--light-color-action-primary-content-hover: #19625b;
|
|
212
|
-
--light-color-action-primary-content-pressed: #124d47;
|
|
213
|
-
--light-color-action-primary-content-disabled: #7d8483;
|
|
214
|
-
--light-color-action-primary-background-default: #ffffff00;
|
|
215
|
-
--light-color-action-primary-background-hover: #edf5f5;
|
|
216
|
-
--light-color-action-primary-background-pressed: #e0f0ee;
|
|
217
|
-
--light-color-action-primary-background-disabled: #00000005;
|
|
218
|
-
--light-color-action-primary-border-default: #217870;
|
|
219
|
-
--light-color-action-primary-border-hover: #19625b;
|
|
220
|
-
--light-color-action-primary-border-pressed: #124d47;
|
|
221
|
-
--light-color-action-primary-border-disabled: #ffffff00;
|
|
222
|
-
--light-color-action-primary-selected-content-default: #ffffff;
|
|
223
|
-
--light-color-action-primary-selected-content-hover: #ffffff;
|
|
224
|
-
--light-color-action-primary-selected-content-pressed: #ffffff;
|
|
225
|
-
--light-color-action-primary-selected-content-disabled: #7d8483;
|
|
226
|
-
--light-color-action-primary-selected-background-default: #217870;
|
|
227
|
-
--light-color-action-primary-selected-background-hover: #19625b;
|
|
228
|
-
--light-color-action-primary-selected-background-pressed: #124d47;
|
|
229
|
-
--light-color-action-primary-selected-background-disabled: #00000005;
|
|
230
|
-
--light-color-action-primary-selected-border-default: #217870;
|
|
231
|
-
--light-color-action-primary-selected-border-hover: #19625b;
|
|
232
|
-
--light-color-action-primary-selected-border-pressed: #124d47;
|
|
233
|
-
--light-color-action-primary-selected-border-disabled: #ffffff00;
|
|
234
|
-
--light-color-action-neutral-content-default: #070707;
|
|
235
|
-
--light-color-action-neutral-content-hover: #414545;
|
|
236
|
-
--light-color-action-neutral-content-pressed: #414545;
|
|
237
|
-
--light-color-action-neutral-content-disabled: #7d8483;
|
|
238
|
-
--light-color-action-neutral-background-default: #ffffff00;
|
|
239
|
-
--light-color-action-neutral-background-hover: #0000000a;
|
|
240
|
-
--light-color-action-neutral-background-pressed: #0000000f;
|
|
241
|
-
--light-color-action-neutral-background-disabled: #00000005;
|
|
242
|
-
--light-color-action-neutral-border-default: #070707;
|
|
243
|
-
--light-color-action-neutral-border-hover: #414545;
|
|
244
|
-
--light-color-action-neutral-border-pressed: #414545;
|
|
245
|
-
--light-color-action-neutral-border-disabled: #ffffff00;
|
|
246
|
-
--light-color-action-danger-content-default: #ba2f1e;
|
|
247
|
-
--light-color-action-danger-content-hover: #a22819;
|
|
248
|
-
--light-color-action-danger-content-pressed: #811e12;
|
|
249
|
-
--light-color-action-danger-content-disabled: #7d8483;
|
|
250
|
-
--light-color-action-danger-background-default: #ffffff00;
|
|
251
|
-
--light-color-action-danger-background-hover: #0000000a;
|
|
252
|
-
--light-color-action-danger-background-pressed: #0000000f;
|
|
253
|
-
--light-color-action-danger-background-disabled: #00000005;
|
|
254
|
-
--light-color-action-danger-border-default: #ba2f1e;
|
|
255
|
-
--light-color-action-danger-border-hover: #a22819;
|
|
256
|
-
--light-color-action-danger-border-pressed: #811e12;
|
|
257
|
-
--light-color-action-danger-border-disabled: #ffffff00;
|
|
258
|
-
--light-color-feedback-danger-default: #ba2f1e;
|
|
259
|
-
--light-color-feedback-danger-on-default: #ffffff;
|
|
260
|
-
--light-color-feedback-danger-surface-background: #f9e9e5;
|
|
261
|
-
--light-color-feedback-danger-surface-border: #ba2f1e;
|
|
262
|
-
--light-color-feedback-success-default: #35785b;
|
|
263
|
-
--light-color-feedback-success-on-default: #ffffff;
|
|
264
|
-
--light-color-feedback-success-surface-background: #dffaec;
|
|
265
|
-
--light-color-feedback-success-surface-border: #35785b;
|
|
266
|
-
--light-color-feedback-warning-default: #866600;
|
|
267
|
-
--light-color-feedback-warning-on-default: #ffffff;
|
|
268
|
-
--light-color-feedback-warning-surface-background: #fcf2e1;
|
|
269
|
-
--light-color-feedback-warning-surface-border: #866600;
|
|
270
|
-
--light-color-feedback-info-default: #27749a;
|
|
271
|
-
--light-color-feedback-info-on-default: #ffffff;
|
|
272
|
-
--light-color-feedback-info-surface-background: #edf5fb;
|
|
273
|
-
--light-color-feedback-info-surface-border: #27749a;
|
|
274
|
-
--light-color-decorative-primary-default: #eaa42c;
|
|
275
|
-
--light-color-decorative-primary-soft: #eaa42c33;
|
|
276
|
-
--light-color-decorative-primary-strong: #2f2109;
|
|
277
|
-
--light-color-decorative-secondary-default: #a890b6;
|
|
278
|
-
--light-color-decorative-secondary-soft: #efebf1;
|
|
279
|
-
--light-color-decorative-secondary-strong: #463153;
|
|
280
|
-
--light-color-effect-focus-color: #eaa42c;
|
|
281
|
-
--light-color-effect-focus-contrast: #ffffff;
|
|
282
|
-
--light-color-effect-shadow-soft: #0425221f;
|
|
283
|
-
--light-color-effect-shadow-strong: #04252229;
|
|
284
|
-
--light-color-effect-overlay: #00000029;
|
|
285
|
-
--light-color-button-primary-content-default: #ffffff;
|
|
286
|
-
--light-color-button-primary-content-hover: #ffffff;
|
|
287
|
-
--light-color-button-primary-content-pressed: #ffffff;
|
|
288
|
-
--light-color-button-primary-content-disabled: #676d6c;
|
|
289
|
-
--light-color-button-primary-background-default: #217870;
|
|
290
|
-
--light-color-button-primary-background-hover: #19625b;
|
|
291
|
-
--light-color-button-primary-background-pressed: #124d47;
|
|
292
|
-
--light-color-button-primary-background-disabled: #0000000a;
|
|
293
|
-
--light-color-button-primary-border-default: #217870;
|
|
294
|
-
--light-color-button-primary-border-hover: #19625b;
|
|
295
|
-
--light-color-button-primary-border-pressed: #124d47;
|
|
296
|
-
--light-color-button-primary-border-disabled: #ffffff00;
|
|
297
|
-
--light-color-button-secondary-content-default: #217870;
|
|
298
|
-
--light-color-button-secondary-content-hover: #19625b;
|
|
299
|
-
--light-color-button-secondary-content-pressed: #124d47;
|
|
300
|
-
--light-color-button-secondary-content-disabled: #676d6c;
|
|
301
|
-
--light-color-button-secondary-background-default: #ffffff00;
|
|
302
|
-
--light-color-button-secondary-background-hover: #0000000a;
|
|
303
|
-
--light-color-button-secondary-background-pressed: #0000000f;
|
|
304
|
-
--light-color-button-secondary-background-disabled: #0000000a;
|
|
305
|
-
--light-color-button-secondary-border-default: #217870;
|
|
306
|
-
--light-color-button-secondary-border-hover: #19625b;
|
|
307
|
-
--light-color-button-secondary-border-pressed: #124d47;
|
|
308
|
-
--light-color-button-secondary-border-disabled: #ffffff00;
|
|
309
|
-
--light-color-button-tertiary-content-default: #217870;
|
|
310
|
-
--light-color-button-tertiary-content-hover: #19625b;
|
|
311
|
-
--light-color-button-tertiary-content-pressed: #124d47;
|
|
312
|
-
--light-color-button-tertiary-content-disabled: #676d6c;
|
|
313
|
-
--light-color-button-tertiary-background-default: #ffffff00;
|
|
314
|
-
--light-color-button-tertiary-background-hover: #0000000a;
|
|
315
|
-
--light-color-button-tertiary-background-pressed: #0000000f;
|
|
316
|
-
--light-color-button-tertiary-background-disabled: #ffffff00;
|
|
317
|
-
--light-color-button-tertiary-border-default: #ffffff00;
|
|
318
|
-
--light-color-button-tertiary-border-hover: #ffffff00;
|
|
319
|
-
--light-color-button-tertiary-border-pressed: #ffffff00;
|
|
320
|
-
--light-color-button-tertiary-border-disabled: #ffffff00;
|
|
321
|
-
--light-color-button-danger-content-default: #ffffff;
|
|
322
|
-
--light-color-button-danger-content-hover: #ffffff;
|
|
323
|
-
--light-color-button-danger-content-pressed: #ffffff;
|
|
324
|
-
--light-color-button-danger-content-disabled: #676d6c;
|
|
325
|
-
--light-color-button-danger-background-default: #ba2f1e;
|
|
326
|
-
--light-color-button-danger-background-hover: #a22819;
|
|
327
|
-
--light-color-button-danger-background-pressed: #811e12;
|
|
328
|
-
--light-color-button-danger-background-disabled: #0000000a;
|
|
329
|
-
--light-color-button-danger-border-default: #ffffff00;
|
|
330
|
-
--light-color-button-danger-border-pressed: #ffffff00;
|
|
331
|
-
--light-color-button-danger-border-hover: #ffffff00;
|
|
332
|
-
--light-color-button-danger-border-disabled: #ffffff00;
|
|
333
|
-
--light-color-button-inverse-content-default: #ffffff;
|
|
334
|
-
--light-color-button-inverse-content-hover: #ffffff;
|
|
335
|
-
--light-color-button-inverse-content-pressed: #ffffff;
|
|
336
|
-
--light-color-button-inverse-content-disabled: #c9d4d3;
|
|
337
|
-
--light-color-button-inverse-background-default: #ffffff00;
|
|
338
|
-
--light-color-button-inverse-background-hover: #ffffff0a;
|
|
339
|
-
--light-color-button-inverse-background-pressed: #ffffff0f;
|
|
340
|
-
--light-color-button-inverse-background-disabled: #ffffff29;
|
|
341
|
-
--light-color-button-inverse-border-default: #ffffff;
|
|
342
|
-
--light-color-button-inverse-border-hover: #ffffff;
|
|
343
|
-
--light-color-button-inverse-border-pressed: #ffffff;
|
|
344
|
-
--light-color-button-inverse-border-disabled: #ffffff00;
|
|
345
|
-
--light-color-button-neutral-content-default: #070707;
|
|
346
|
-
--light-color-button-neutral-content-hover: #414545;
|
|
347
|
-
--light-color-button-neutral-content-pressed: #414545;
|
|
348
|
-
--light-color-button-neutral-content-disabled: #676d6c;
|
|
349
|
-
--light-color-button-neutral-background-default: #ffffff00;
|
|
350
|
-
--light-color-button-neutral-background-hover: #0000000a;
|
|
351
|
-
--light-color-button-neutral-background-pressed: #0000000f;
|
|
352
|
-
--light-color-button-neutral-background-disabled: #ffffff00;
|
|
353
|
-
--light-color-button-neutral-border-default: #ffffff00;
|
|
354
|
-
--light-color-button-neutral-border-hover: #ffffff00;
|
|
355
|
-
--light-color-button-neutral-border-pressed: #ffffff00;
|
|
356
|
-
--light-color-button-neutral-border-disabled: #ffffff00;
|
|
357
|
-
--light-color-table-head-background-default: #0000000a;
|
|
358
|
-
--light-color-table-head-background-hover: #00000014;
|
|
359
|
-
--light-color-table-head-background-selected: #00000014;
|
|
360
|
-
--light-color-table-cell-background-default: #ffffff00;
|
|
361
|
-
--light-color-table-cell-background-hover: #0000000a;
|
|
362
|
-
--light-color-table-cell-background-selected: #00000014;
|
|
363
|
-
--light-color-textfield-content-default: #070707;
|
|
364
|
-
--light-color-textfield-content-placeholder: #676d6c;
|
|
365
|
-
--light-color-textfield-content-disabled: #7d8483;
|
|
366
|
-
--light-color-textfield-background-default: #ffffff;
|
|
367
|
-
--light-color-textfield-background-hover: #ffffff;
|
|
368
|
-
--light-color-textfield-background-pressed: #ffffff;
|
|
369
|
-
--light-color-textfield-background-disabled: #00000005;
|
|
370
|
-
--light-color-textfield-border-default: #929a99;
|
|
371
|
-
--light-color-textfield-border-hover: #7d8483;
|
|
372
|
-
--light-color-textfield-border-pressed: #676d6c;
|
|
373
|
-
--light-color-textfield-border-error: #ba2f1e;
|
|
374
|
-
--light-color-textfield-border-active: #217870;
|
|
375
|
-
--light-color-textfield-border-disabled: #a6b0af;
|
|
376
|
-
--light-elevation-raised: [object Object],[object Object];
|
|
377
|
-
--light-elevation-floating: [object Object],[object Object];
|
|
378
|
-
--light-focus-outset: [object Object],[object Object];
|
|
379
|
-
--light-focus-inset: [object Object],[object Object];
|
|
380
|
-
--light-focus-textfield: [object Object];
|
|
381
|
-
--desktop-typography-font-family-primary: ITC Souvenir Std;
|
|
382
|
-
--desktop-typography-font-family-secondary: Satoshi;
|
|
383
|
-
--desktop-typography-font-weight-regular: 400;
|
|
384
|
-
--desktop-typography-font-weight-semi-bold: 600;
|
|
385
|
-
--desktop-typography-font-weight-bold: 700;
|
|
386
|
-
--desktop-typography-font-weight-extrabold: 800;
|
|
387
|
-
--desktop-typography-heading-xl-family: ITC Souvenir Std;
|
|
388
|
-
--desktop-typography-heading-xl-size: 2.625rem;
|
|
389
|
-
--desktop-typography-heading-xl-line-height: 3.125rem;
|
|
390
|
-
--desktop-typography-heading-xl-weight: 600;
|
|
391
|
-
--desktop-typography-heading-xl-letter-spacing: -0.025rem;
|
|
392
|
-
--desktop-typography-heading-lg-family: ITC Souvenir Std;
|
|
393
|
-
--desktop-typography-heading-lg-size: 2.25rem;
|
|
394
|
-
--desktop-typography-heading-lg-line-height: 3rem;
|
|
395
|
-
--desktop-typography-heading-lg-weight: 600;
|
|
396
|
-
--desktop-typography-heading-lg-letter-spacing: -0.025rem;
|
|
397
|
-
--desktop-typography-heading-md-family: ITC Souvenir Std;
|
|
398
|
-
--desktop-typography-heading-md-size: 1.875rem;
|
|
399
|
-
--desktop-typography-heading-md-line-height: 2.375rem;
|
|
400
|
-
--desktop-typography-heading-md-weight: 600;
|
|
401
|
-
--desktop-typography-heading-md-letter-spacing: -0.025rem;
|
|
402
|
-
--desktop-typography-heading-sm-family: ITC Souvenir Std;
|
|
403
|
-
--desktop-typography-heading-sm-size: 1.5rem;
|
|
404
|
-
--desktop-typography-heading-sm-line-height: 2rem;
|
|
405
|
-
--desktop-typography-heading-sm-weight: 600;
|
|
406
|
-
--desktop-typography-heading-sm-letter-spacing: -0.025rem;
|
|
407
|
-
--desktop-typography-title-xl-family: Satoshi;
|
|
408
|
-
--desktop-typography-title-xl-size: 2rem;
|
|
409
|
-
--desktop-typography-title-xl-line-height: 2.5rem;
|
|
410
|
-
--desktop-typography-title-xl-weight: 700;
|
|
411
|
-
--desktop-typography-title-xl-letter-spacing: 0rem;
|
|
412
|
-
--desktop-typography-title-lg-family: Satoshi;
|
|
413
|
-
--desktop-typography-title-lg-size: 1.75rem;
|
|
414
|
-
--desktop-typography-title-lg-line-height: 2.5rem;
|
|
415
|
-
--desktop-typography-title-lg-weight: 700;
|
|
416
|
-
--desktop-typography-title-lg-letter-spacing: 0rem;
|
|
417
|
-
--desktop-typography-title-md-family: Satoshi;
|
|
418
|
-
--desktop-typography-title-md-size: 1.5rem;
|
|
419
|
-
--desktop-typography-title-md-line-height: 2rem;
|
|
420
|
-
--desktop-typography-title-md-weight: 700;
|
|
421
|
-
--desktop-typography-title-md-letter-spacing: 0rem;
|
|
422
|
-
--desktop-typography-title-sm-family: Satoshi;
|
|
423
|
-
--desktop-typography-title-sm-size: 1.25rem;
|
|
424
|
-
--desktop-typography-title-sm-line-height: 1.75rem;
|
|
425
|
-
--desktop-typography-title-sm-weight: 700;
|
|
426
|
-
--desktop-typography-title-sm-letter-spacing: 0rem;
|
|
427
|
-
--desktop-typography-body-lg-family: Satoshi;
|
|
428
|
-
--desktop-typography-body-lg-size: 1.125rem;
|
|
429
|
-
--desktop-typography-body-lg-line-height: 1.5rem;
|
|
430
|
-
--desktop-typography-body-lg-weight: 400;
|
|
431
|
-
--desktop-typography-body-lg-letter-spacing: 0rem;
|
|
432
|
-
--desktop-typography-body-lg-paragraph-spacing: 0.75rem;
|
|
433
|
-
--desktop-typography-body-md-family: Satoshi;
|
|
434
|
-
--desktop-typography-body-md-size: 1rem;
|
|
435
|
-
--desktop-typography-body-md-line-height: 1.5rem;
|
|
436
|
-
--desktop-typography-body-md-weight: 400;
|
|
437
|
-
--desktop-typography-body-md-letter-spacing: 0rem;
|
|
438
|
-
--desktop-typography-body-md-paragraph-spacing: 0.5rem;
|
|
439
|
-
--desktop-typography-body-sm-family: Satoshi;
|
|
440
|
-
--desktop-typography-body-sm-size: 0.875rem;
|
|
441
|
-
--desktop-typography-body-sm-line-height: 1.25rem;
|
|
442
|
-
--desktop-typography-body-sm-weight: 400;
|
|
443
|
-
--desktop-typography-body-sm-letter-spacing: 0rem;
|
|
444
|
-
--desktop-typography-body-sm-paragraph-spacing: 0.375rem;
|
|
445
|
-
--desktop-typography-body-xs-family: Satoshi;
|
|
446
|
-
--desktop-typography-body-xs-size: 0.75rem;
|
|
447
|
-
--desktop-typography-body-xs-line-height: 1rem;
|
|
448
|
-
--desktop-typography-body-xs-weight: 400;
|
|
449
|
-
--desktop-typography-body-xs-letter-spacing: 0rem;
|
|
450
|
-
--desktop-typography-body-xs-paragraph-spacing: 0.375rem;
|
|
451
|
-
--desktop-typography-label-lg-default-family: Satoshi;
|
|
452
|
-
--desktop-typography-label-lg-default-size: 1.125rem;
|
|
453
|
-
--desktop-typography-label-lg-default-line-height: 1.75rem;
|
|
454
|
-
--desktop-typography-label-lg-default-weight: 400;
|
|
455
|
-
--desktop-typography-label-lg-default-letter-spacing: 0rem;
|
|
456
|
-
--desktop-typography-label-lg-strong-family: Satoshi;
|
|
457
|
-
--desktop-typography-label-lg-strong-size: 1.125rem;
|
|
458
|
-
--desktop-typography-label-lg-strong-line-height: 1.75rem;
|
|
459
|
-
--desktop-typography-label-lg-strong-weight: 700;
|
|
460
|
-
--desktop-typography-label-lg-strong-letter-spacing: 0rem;
|
|
461
|
-
--desktop-typography-label-md-default-family: Satoshi;
|
|
462
|
-
--desktop-typography-label-md-default-size: 1rem;
|
|
463
|
-
--desktop-typography-label-md-default-line-height: 1.5rem;
|
|
464
|
-
--desktop-typography-label-md-default-weight: 400;
|
|
465
|
-
--desktop-typography-label-md-default-letter-spacing: 0rem;
|
|
466
|
-
--desktop-typography-label-md-strong-family: Satoshi;
|
|
467
|
-
--desktop-typography-label-md-strong-size: 1rem;
|
|
468
|
-
--desktop-typography-label-md-strong-line-height: 1.5rem;
|
|
469
|
-
--desktop-typography-label-md-strong-weight: 700;
|
|
470
|
-
--desktop-typography-label-md-strong-letter-spacing: 0rem;
|
|
471
|
-
--desktop-typography-label-sm-default-family: Satoshi;
|
|
472
|
-
--desktop-typography-label-sm-default-size: 0.875rem;
|
|
473
|
-
--desktop-typography-label-sm-default-line-height: 1.25rem;
|
|
474
|
-
--desktop-typography-label-sm-default-weight: 400;
|
|
475
|
-
--desktop-typography-label-sm-default-letter-spacing: 0rem;
|
|
476
|
-
--desktop-typography-label-sm-strong-family: Satoshi;
|
|
477
|
-
--desktop-typography-label-sm-strong-size: 0.875rem;
|
|
478
|
-
--desktop-typography-label-sm-strong-line-height: 1.25rem;
|
|
479
|
-
--desktop-typography-label-sm-strong-weight: 700;
|
|
480
|
-
--desktop-typography-label-sm-strong-letter-spacing: 0rem;
|
|
481
|
-
--desktop-typography-label-xs-default-family: Satoshi;
|
|
482
|
-
--desktop-typography-label-xs-default-size: 0.75rem;
|
|
483
|
-
--desktop-typography-label-xs-default-line-height: 1rem;
|
|
484
|
-
--desktop-typography-label-xs-default-weight: 400;
|
|
485
|
-
--desktop-typography-label-xs-default-letter-spacing: 0rem;
|
|
486
|
-
--desktop-typography-label-xs-strong-family: Satoshi;
|
|
487
|
-
--desktop-typography-label-xs-strong-size: 0.75rem;
|
|
488
|
-
--desktop-typography-label-xs-strong-line-height: 1rem;
|
|
489
|
-
--desktop-typography-label-xs-strong-weight: 700;
|
|
490
|
-
--desktop-typography-label-xs-strong-letter-spacing: 0rem;
|
|
491
|
-
--desktop-space-grid-column-margin: 4.5rem;
|
|
492
|
-
--desktop-space-grid-column-gutter: 1.5rem;
|
|
493
|
-
--desktop-space-grid-column-count: 0.75rem;
|
|
494
|
-
--desktop-space-grid-row-gutter: 0.25rem;
|
|
495
|
-
--desktop-space-grid-row-height: 0.25rem;
|
|
496
|
-
--desktop-space-page-padding-none: 0rem;
|
|
497
|
-
--desktop-space-page-padding-sm: 2rem;
|
|
498
|
-
--desktop-space-page-padding-md: 2.5rem;
|
|
499
|
-
--desktop-space-page-padding-lg: 3.5rem;
|
|
500
|
-
--desktop-space-page-padding-xl: 4rem;
|
|
501
|
-
--desktop-space-page-gap-none: 0rem;
|
|
502
|
-
--desktop-space-page-gap-xs: 1rem;
|
|
503
|
-
--desktop-space-page-gap-sm: 1.5rem;
|
|
504
|
-
--desktop-space-page-gap-md: 2rem;
|
|
505
|
-
--desktop-space-page-gap-lg: 3rem;
|
|
506
|
-
--desktop-space-page-gap-xl: 4rem;
|
|
507
|
-
--desktop-space-page-gap-2xl: 5rem;
|
|
508
|
-
--desktop-space-container-padding-none: 0rem;
|
|
509
|
-
--desktop-space-container-padding-sm: 1rem;
|
|
510
|
-
--desktop-space-container-padding-md: 1.5rem;
|
|
511
|
-
--desktop-space-container-gap-none: 0rem;
|
|
512
|
-
--desktop-space-container-gap-xs: 0.25rem;
|
|
513
|
-
--desktop-space-container-gap-sm: 0.5rem;
|
|
514
|
-
--desktop-space-container-gap-md: 1rem;
|
|
515
|
-
--desktop-space-container-gap-lg: 1.5rem;
|
|
516
|
-
--desktop-space-container-stack-sm: 1rem;
|
|
517
|
-
--desktop-space-container-stack-md: 1.5rem;
|
|
518
|
-
--desktop-space-container-stack-lg: 2rem;
|
|
519
|
-
--desktop-space-component-padding-none: 0rem;
|
|
520
|
-
--desktop-space-component-padding-2xs: 0.125rem;
|
|
521
|
-
--desktop-space-component-padding-xs: 0.25rem;
|
|
522
|
-
--desktop-space-component-padding-sm: 0.5rem;
|
|
523
|
-
--desktop-space-component-padding-md: 0.75rem;
|
|
524
|
-
--desktop-space-component-padding-lg: 1rem;
|
|
525
|
-
--desktop-space-component-padding-xl: 1.5rem;
|
|
526
|
-
--desktop-space-component-padding-2xl: 2rem;
|
|
527
|
-
--desktop-space-component-gap-none: 0rem;
|
|
528
|
-
--desktop-space-component-gap-xs: 0.125rem;
|
|
529
|
-
--desktop-space-component-gap-sm: 0.25rem;
|
|
530
|
-
--desktop-space-component-gap-md: 0.5rem;
|
|
531
|
-
--desktop-space-component-gap-lg: 0.75rem;
|
|
532
|
-
--desktop-size-viewport-width: 80rem;
|
|
533
|
-
--desktop-size-border-radius-none: 0rem;
|
|
534
|
-
--desktop-size-border-radius-sm: 0.25rem;
|
|
535
|
-
--desktop-size-border-radius-md: 0.5rem;
|
|
536
|
-
--desktop-size-border-radius-lg: 0.75rem;
|
|
537
|
-
--desktop-size-border-radius-full: 6.25rem;
|
|
538
|
-
--desktop-size-border-width-md: 0.125rem;
|
|
539
|
-
--desktop-size-border-width-sm: 0.0625rem;
|
|
540
|
-
--desktop-size-border-width-none: 0rem;
|
|
541
|
-
--desktop-size-component-border-width: 0.0625rem;
|
|
542
|
-
--desktop-size-component-border-radius: 0.5rem;
|
|
543
|
-
--desktop-size-button-min-width-xs: 1.5rem;
|
|
544
|
-
--desktop-size-button-min-width-sm: 2rem;
|
|
545
|
-
--desktop-size-button-min-width-md: 2.5rem;
|
|
546
|
-
--desktop-size-button-min-width-lg: 3rem;
|
|
547
|
-
--desktop-size-button-border-width: 0.0625rem;
|
|
548
|
-
--desktop-size-button-border-radius: 0.5rem;
|
|
549
|
-
--desktop-size-button-min-height-xs: 1.5rem;
|
|
550
|
-
--desktop-size-button-min-height-md: 2.5rem;
|
|
551
|
-
--desktop-size-button-min-height-sm: 2rem;
|
|
552
|
-
--desktop-size-button-min-height-lg: 3rem;
|
|
553
|
-
--mobile-typography-font-family-primary: ITC Souvenir Std;
|
|
554
|
-
--mobile-typography-font-family-secondary: Satoshi;
|
|
555
|
-
--mobile-typography-font-weight-regular: 400;
|
|
556
|
-
--mobile-typography-font-weight-semi-bold: 600;
|
|
557
|
-
--mobile-typography-font-weight-bold: 700;
|
|
558
|
-
--mobile-typography-font-weight-extrabold: 800;
|
|
559
|
-
--mobile-typography-heading-xl-family: ITC Souvenir Std;
|
|
560
|
-
--mobile-typography-heading-xl-size: 2rem;
|
|
561
|
-
--mobile-typography-heading-xl-line-height: 2.5rem;
|
|
562
|
-
--mobile-typography-heading-xl-weight: 600;
|
|
563
|
-
--mobile-typography-heading-xl-letter-spacing: -0.025rem;
|
|
564
|
-
--mobile-typography-heading-lg-family: ITC Souvenir Std;
|
|
565
|
-
--mobile-typography-heading-lg-size: 1.75rem;
|
|
566
|
-
--mobile-typography-heading-lg-line-height: 2.5rem;
|
|
567
|
-
--mobile-typography-heading-lg-weight: 600;
|
|
568
|
-
--mobile-typography-heading-lg-letter-spacing: -0.025rem;
|
|
569
|
-
--mobile-typography-heading-md-family: ITC Souvenir Std;
|
|
570
|
-
--mobile-typography-heading-md-size: 1.5rem;
|
|
571
|
-
--mobile-typography-heading-md-line-height: 2rem;
|
|
572
|
-
--mobile-typography-heading-md-weight: 600;
|
|
573
|
-
--mobile-typography-heading-md-letter-spacing: -0.025rem;
|
|
574
|
-
--mobile-typography-heading-sm-family: ITC Souvenir Std;
|
|
575
|
-
--mobile-typography-heading-sm-size: 1.25rem;
|
|
576
|
-
--mobile-typography-heading-sm-line-height: 2rem;
|
|
577
|
-
--mobile-typography-heading-sm-weight: 600;
|
|
578
|
-
--mobile-typography-heading-sm-letter-spacing: -0.025rem;
|
|
579
|
-
--mobile-typography-title-xl-family: Satoshi;
|
|
580
|
-
--mobile-typography-title-xl-size: 1.75rem;
|
|
581
|
-
--mobile-typography-title-xl-line-height: 2.5rem;
|
|
582
|
-
--mobile-typography-title-xl-weight: 700;
|
|
583
|
-
--mobile-typography-title-xl-letter-spacing: 0rem;
|
|
584
|
-
--mobile-typography-title-lg-family: Satoshi;
|
|
585
|
-
--mobile-typography-title-lg-size: 1.5rem;
|
|
586
|
-
--mobile-typography-title-lg-line-height: 2rem;
|
|
587
|
-
--mobile-typography-title-lg-weight: 700;
|
|
588
|
-
--mobile-typography-title-lg-letter-spacing: 0rem;
|
|
589
|
-
--mobile-typography-title-md-family: Satoshi;
|
|
590
|
-
--mobile-typography-title-md-size: 1.25rem;
|
|
591
|
-
--mobile-typography-title-md-line-height: 1.5rem;
|
|
592
|
-
--mobile-typography-title-md-weight: 700;
|
|
593
|
-
--mobile-typography-title-md-letter-spacing: 0rem;
|
|
594
|
-
--mobile-typography-title-sm-family: Satoshi;
|
|
595
|
-
--mobile-typography-title-sm-size: 1.125rem;
|
|
596
|
-
--mobile-typography-title-sm-line-height: 1.5rem;
|
|
597
|
-
--mobile-typography-title-sm-weight: 700;
|
|
598
|
-
--mobile-typography-title-sm-letter-spacing: 0rem;
|
|
599
|
-
--mobile-typography-body-lg-family: Satoshi;
|
|
600
|
-
--mobile-typography-body-lg-size: 1.125rem;
|
|
601
|
-
--mobile-typography-body-lg-line-height: 1.5rem;
|
|
602
|
-
--mobile-typography-body-lg-weight: 400;
|
|
603
|
-
--mobile-typography-body-lg-letter-spacing: 0rem;
|
|
604
|
-
--mobile-typography-body-lg-paragraph-spacing: 0.75rem;
|
|
605
|
-
--mobile-typography-body-md-family: Satoshi;
|
|
606
|
-
--mobile-typography-body-md-size: 1rem;
|
|
607
|
-
--mobile-typography-body-md-line-height: 1.5rem;
|
|
608
|
-
--mobile-typography-body-md-weight: 400;
|
|
609
|
-
--mobile-typography-body-md-letter-spacing: 0rem;
|
|
610
|
-
--mobile-typography-body-md-paragraph-spacing: 0.5rem;
|
|
611
|
-
--mobile-typography-body-sm-family: Satoshi;
|
|
612
|
-
--mobile-typography-body-sm-size: 0.875rem;
|
|
613
|
-
--mobile-typography-body-sm-line-height: 1.25rem;
|
|
614
|
-
--mobile-typography-body-sm-weight: 400;
|
|
615
|
-
--mobile-typography-body-sm-letter-spacing: 0rem;
|
|
616
|
-
--mobile-typography-body-sm-paragraph-spacing: 0.375rem;
|
|
617
|
-
--mobile-typography-body-xs-family: Satoshi;
|
|
618
|
-
--mobile-typography-body-xs-size: 0.75rem;
|
|
619
|
-
--mobile-typography-body-xs-line-height: 1rem;
|
|
620
|
-
--mobile-typography-body-xs-weight: 400;
|
|
621
|
-
--mobile-typography-body-xs-letter-spacing: 0rem;
|
|
622
|
-
--mobile-typography-body-xs-paragraph-spacing: 0.375rem;
|
|
623
|
-
--mobile-typography-label-lg-default-family: Satoshi;
|
|
624
|
-
--mobile-typography-label-lg-default-size: 1.125rem;
|
|
625
|
-
--mobile-typography-label-lg-default-line-height: 1.75rem;
|
|
626
|
-
--mobile-typography-label-lg-default-weight: 400;
|
|
627
|
-
--mobile-typography-label-lg-default-letter-spacing: 0rem;
|
|
628
|
-
--mobile-typography-label-lg-strong-family: Satoshi;
|
|
629
|
-
--mobile-typography-label-lg-strong-size: 1.125rem;
|
|
630
|
-
--mobile-typography-label-lg-strong-line-height: 1.75rem;
|
|
631
|
-
--mobile-typography-label-lg-strong-weight: 700;
|
|
632
|
-
--mobile-typography-label-lg-strong-letter-spacing: 0rem;
|
|
633
|
-
--mobile-typography-label-md-default-family: Satoshi;
|
|
634
|
-
--mobile-typography-label-md-default-size: 1rem;
|
|
635
|
-
--mobile-typography-label-md-default-line-height: 1.5rem;
|
|
636
|
-
--mobile-typography-label-md-default-weight: 400;
|
|
637
|
-
--mobile-typography-label-md-default-letter-spacing: 0rem;
|
|
638
|
-
--mobile-typography-label-md-strong-family: Satoshi;
|
|
639
|
-
--mobile-typography-label-md-strong-size: 1rem;
|
|
640
|
-
--mobile-typography-label-md-strong-line-height: 1.5rem;
|
|
641
|
-
--mobile-typography-label-md-strong-weight: 700;
|
|
642
|
-
--mobile-typography-label-md-strong-letter-spacing: 0rem;
|
|
643
|
-
--mobile-typography-label-sm-default-family: Satoshi;
|
|
644
|
-
--mobile-typography-label-sm-default-size: 0.875rem;
|
|
645
|
-
--mobile-typography-label-sm-default-line-height: 1.25rem;
|
|
646
|
-
--mobile-typography-label-sm-default-weight: 400;
|
|
647
|
-
--mobile-typography-label-sm-default-letter-spacing: 0rem;
|
|
648
|
-
--mobile-typography-label-sm-strong-family: Satoshi;
|
|
649
|
-
--mobile-typography-label-sm-strong-size: 0.875rem;
|
|
650
|
-
--mobile-typography-label-sm-strong-line-height: 1.25rem;
|
|
651
|
-
--mobile-typography-label-sm-strong-weight: 700;
|
|
652
|
-
--mobile-typography-label-sm-strong-letter-spacing: 0rem;
|
|
653
|
-
--mobile-typography-label-xs-default-family: Satoshi;
|
|
654
|
-
--mobile-typography-label-xs-default-size: 0.75rem;
|
|
655
|
-
--mobile-typography-label-xs-default-line-height: 1rem;
|
|
656
|
-
--mobile-typography-label-xs-default-weight: 400;
|
|
657
|
-
--mobile-typography-label-xs-default-letter-spacing: 0rem;
|
|
658
|
-
--mobile-typography-label-xs-strong-family: Satoshi;
|
|
659
|
-
--mobile-typography-label-xs-strong-size: 0.75rem;
|
|
660
|
-
--mobile-typography-label-xs-strong-line-height: 1rem;
|
|
661
|
-
--mobile-typography-label-xs-strong-weight: 700;
|
|
662
|
-
--mobile-typography-label-xs-strong-letter-spacing: 0rem;
|
|
663
|
-
--mobile-space-grid-column-margin: 1rem;
|
|
664
|
-
--mobile-space-grid-column-gutter: 1rem;
|
|
665
|
-
--mobile-space-grid-column-count: 0.125rem;
|
|
666
|
-
--mobile-space-grid-row-gutter: 0.25rem;
|
|
667
|
-
--mobile-space-grid-row-height: 0.25rem;
|
|
668
|
-
--mobile-space-page-padding-none: 0rem;
|
|
669
|
-
--mobile-space-page-padding-sm: 1rem;
|
|
670
|
-
--mobile-space-page-padding-md: 1.5rem;
|
|
671
|
-
--mobile-space-page-padding-lg: 2rem;
|
|
672
|
-
--mobile-space-page-padding-xl: 3rem;
|
|
673
|
-
--mobile-space-page-gap-none: 0rem;
|
|
674
|
-
--mobile-space-page-gap-xs: 0.25rem;
|
|
675
|
-
--mobile-space-page-gap-sm: 0.5rem;
|
|
676
|
-
--mobile-space-page-gap-md: 1rem;
|
|
677
|
-
--mobile-space-page-gap-lg: 2rem;
|
|
678
|
-
--mobile-space-page-gap-xl: 3rem;
|
|
679
|
-
--mobile-space-page-gap-2xl: 4rem;
|
|
680
|
-
--mobile-space-container-padding-none: 0rem;
|
|
681
|
-
--mobile-space-container-padding-sm: 1rem;
|
|
682
|
-
--mobile-space-container-padding-md: 1.5rem;
|
|
683
|
-
--mobile-space-container-gap-none: 0rem;
|
|
684
|
-
--mobile-space-container-gap-xs: 0.25rem;
|
|
685
|
-
--mobile-space-container-gap-sm: 0.5rem;
|
|
686
|
-
--mobile-space-container-gap-md: 1rem;
|
|
687
|
-
--mobile-space-container-gap-lg: 1.5rem;
|
|
688
|
-
--mobile-space-container-stack-sm: 0.5rem;
|
|
689
|
-
--mobile-space-container-stack-md: 1rem;
|
|
690
|
-
--mobile-space-container-stack-lg: 1.5rem;
|
|
691
|
-
--mobile-space-component-padding-none: 0rem;
|
|
692
|
-
--mobile-space-component-padding-2xs: 0.125rem;
|
|
693
|
-
--mobile-space-component-padding-xs: 0.25rem;
|
|
694
|
-
--mobile-space-component-padding-sm: 0.5rem;
|
|
695
|
-
--mobile-space-component-padding-md: 0.75rem;
|
|
696
|
-
--mobile-space-component-padding-lg: 1rem;
|
|
697
|
-
--mobile-space-component-padding-xl: 1.5rem;
|
|
698
|
-
--mobile-space-component-padding-2xl: 2rem;
|
|
699
|
-
--mobile-space-component-gap-none: 0rem;
|
|
700
|
-
--mobile-space-component-gap-xs: 0.125rem;
|
|
701
|
-
--mobile-space-component-gap-sm: 0.25rem;
|
|
702
|
-
--mobile-space-component-gap-md: 0.5rem;
|
|
703
|
-
--mobile-space-component-gap-lg: 0.75rem;
|
|
704
|
-
--mobile-size-viewport-width: 22.5rem;
|
|
705
|
-
--mobile-size-border-radius-none: 0rem;
|
|
706
|
-
--mobile-size-border-radius-sm: 0.25rem;
|
|
707
|
-
--mobile-size-border-radius-md: 0.5rem;
|
|
708
|
-
--mobile-size-border-radius-lg: 0.75rem;
|
|
709
|
-
--mobile-size-border-radius-full: 6.25rem;
|
|
710
|
-
--mobile-size-border-width-md: 0.125rem;
|
|
711
|
-
--mobile-size-border-width-sm: 0.0625rem;
|
|
712
|
-
--mobile-size-border-width-none: 0rem;
|
|
713
|
-
--mobile-size-component-border-width: 0.0625rem;
|
|
714
|
-
--mobile-size-component-border-radius: 0.5rem;
|
|
715
|
-
--mobile-size-button-min-width-xs: 1.5rem;
|
|
716
|
-
--mobile-size-button-min-width-sm: 2rem;
|
|
717
|
-
--mobile-size-button-min-width-md: 2.5rem;
|
|
718
|
-
--mobile-size-button-min-width-lg: 3rem;
|
|
719
|
-
--mobile-size-button-border-width: 0.0625rem;
|
|
720
|
-
--mobile-size-button-border-radius: 0.5rem;
|
|
721
|
-
--mobile-size-button-min-height-xs: 1.5rem;
|
|
722
|
-
--mobile-size-button-min-height-md: 2.5rem;
|
|
723
|
-
--mobile-size-button-min-height-sm: 2rem;
|
|
724
|
-
--mobile-size-button-min-height-lg: 3rem;
|
|
725
|
-
--tablet-typography-font-family-primary: ITC Souvenir Std;
|
|
726
|
-
--tablet-typography-font-family-secondary: Satoshi;
|
|
727
|
-
--tablet-typography-font-weight-regular: 400;
|
|
728
|
-
--tablet-typography-font-weight-semi-bold: 600;
|
|
729
|
-
--tablet-typography-font-weight-bold: 700;
|
|
730
|
-
--tablet-typography-font-weight-extrabold: 800;
|
|
731
|
-
--tablet-typography-heading-xl-family: ITC Souvenir Std;
|
|
732
|
-
--tablet-typography-heading-xl-size: 2.25rem;
|
|
733
|
-
--tablet-typography-heading-xl-line-height: 2.75rem;
|
|
734
|
-
--tablet-typography-heading-xl-weight: 600;
|
|
735
|
-
--tablet-typography-heading-xl-letter-spacing: -0.025rem;
|
|
736
|
-
--tablet-typography-heading-lg-family: ITC Souvenir Std;
|
|
737
|
-
--tablet-typography-heading-lg-size: 2rem;
|
|
738
|
-
--tablet-typography-heading-lg-line-height: 2.75rem;
|
|
739
|
-
--tablet-typography-heading-lg-weight: 600;
|
|
740
|
-
--tablet-typography-heading-lg-letter-spacing: -0.025rem;
|
|
741
|
-
--tablet-typography-heading-md-family: ITC Souvenir Std;
|
|
742
|
-
--tablet-typography-heading-md-size: 1.625rem;
|
|
743
|
-
--tablet-typography-heading-md-line-height: 2.125rem;
|
|
744
|
-
--tablet-typography-heading-md-weight: 600;
|
|
745
|
-
--tablet-typography-heading-md-letter-spacing: -0.025rem;
|
|
746
|
-
--tablet-typography-heading-sm-family: ITC Souvenir Std;
|
|
747
|
-
--tablet-typography-heading-sm-size: 1.25rem;
|
|
748
|
-
--tablet-typography-heading-sm-line-height: 2rem;
|
|
749
|
-
--tablet-typography-heading-sm-weight: 600;
|
|
750
|
-
--tablet-typography-heading-sm-letter-spacing: -0.025rem;
|
|
751
|
-
--tablet-typography-title-xl-family: Satoshi;
|
|
752
|
-
--tablet-typography-title-xl-size: 1.875rem;
|
|
753
|
-
--tablet-typography-title-xl-line-height: 2.5rem;
|
|
754
|
-
--tablet-typography-title-xl-weight: 700;
|
|
755
|
-
--tablet-typography-title-xl-letter-spacing: 0rem;
|
|
756
|
-
--tablet-typography-title-lg-family: Satoshi;
|
|
757
|
-
--tablet-typography-title-lg-size: 1.5rem;
|
|
758
|
-
--tablet-typography-title-lg-line-height: 2rem;
|
|
759
|
-
--tablet-typography-title-lg-weight: 700;
|
|
760
|
-
--tablet-typography-title-lg-letter-spacing: 0rem;
|
|
761
|
-
--tablet-typography-title-md-family: Satoshi;
|
|
762
|
-
--tablet-typography-title-md-size: 1.375rem;
|
|
763
|
-
--tablet-typography-title-md-line-height: 1.75rem;
|
|
764
|
-
--tablet-typography-title-md-weight: 700;
|
|
765
|
-
--tablet-typography-title-md-letter-spacing: 0rem;
|
|
766
|
-
--tablet-typography-title-sm-family: Satoshi;
|
|
767
|
-
--tablet-typography-title-sm-size: 1.125rem;
|
|
768
|
-
--tablet-typography-title-sm-line-height: 1.5rem;
|
|
769
|
-
--tablet-typography-title-sm-weight: 700;
|
|
770
|
-
--tablet-typography-title-sm-letter-spacing: 0rem;
|
|
771
|
-
--tablet-typography-body-lg-family: Satoshi;
|
|
772
|
-
--tablet-typography-body-lg-size: 1.125rem;
|
|
773
|
-
--tablet-typography-body-lg-line-height: 1.5rem;
|
|
774
|
-
--tablet-typography-body-lg-weight: 400;
|
|
775
|
-
--tablet-typography-body-lg-letter-spacing: 0rem;
|
|
776
|
-
--tablet-typography-body-lg-paragraph-spacing: 0.75rem;
|
|
777
|
-
--tablet-typography-body-md-family: Satoshi;
|
|
778
|
-
--tablet-typography-body-md-size: 1rem;
|
|
779
|
-
--tablet-typography-body-md-line-height: 1.5rem;
|
|
780
|
-
--tablet-typography-body-md-weight: 400;
|
|
781
|
-
--tablet-typography-body-md-letter-spacing: 0rem;
|
|
782
|
-
--tablet-typography-body-md-paragraph-spacing: 0.5rem;
|
|
783
|
-
--tablet-typography-body-sm-family: Satoshi;
|
|
784
|
-
--tablet-typography-body-sm-size: 0.875rem;
|
|
785
|
-
--tablet-typography-body-sm-line-height: 1.25rem;
|
|
786
|
-
--tablet-typography-body-sm-weight: 400;
|
|
787
|
-
--tablet-typography-body-sm-letter-spacing: 0rem;
|
|
788
|
-
--tablet-typography-body-sm-paragraph-spacing: 0.375rem;
|
|
789
|
-
--tablet-typography-body-xs-family: Satoshi;
|
|
790
|
-
--tablet-typography-body-xs-size: 0.75rem;
|
|
791
|
-
--tablet-typography-body-xs-line-height: 1rem;
|
|
792
|
-
--tablet-typography-body-xs-weight: 400;
|
|
793
|
-
--tablet-typography-body-xs-letter-spacing: 0rem;
|
|
794
|
-
--tablet-typography-body-xs-paragraph-spacing: 0.375rem;
|
|
795
|
-
--tablet-typography-label-lg-default-family: Satoshi;
|
|
796
|
-
--tablet-typography-label-lg-default-size: 1.125rem;
|
|
797
|
-
--tablet-typography-label-lg-default-line-height: 1.75rem;
|
|
798
|
-
--tablet-typography-label-lg-default-weight: 400;
|
|
799
|
-
--tablet-typography-label-lg-default-letter-spacing: 0rem;
|
|
800
|
-
--tablet-typography-label-lg-strong-family: Satoshi;
|
|
801
|
-
--tablet-typography-label-lg-strong-size: 1.125rem;
|
|
802
|
-
--tablet-typography-label-lg-strong-line-height: 1.75rem;
|
|
803
|
-
--tablet-typography-label-lg-strong-weight: 700;
|
|
804
|
-
--tablet-typography-label-lg-strong-letter-spacing: 0rem;
|
|
805
|
-
--tablet-typography-label-md-default-family: Satoshi;
|
|
806
|
-
--tablet-typography-label-md-default-size: 1rem;
|
|
807
|
-
--tablet-typography-label-md-default-line-height: 1.5rem;
|
|
808
|
-
--tablet-typography-label-md-default-weight: 400;
|
|
809
|
-
--tablet-typography-label-md-default-letter-spacing: 0rem;
|
|
810
|
-
--tablet-typography-label-md-strong-family: Satoshi;
|
|
811
|
-
--tablet-typography-label-md-strong-size: 1rem;
|
|
812
|
-
--tablet-typography-label-md-strong-line-height: 1.5rem;
|
|
813
|
-
--tablet-typography-label-md-strong-weight: 700;
|
|
814
|
-
--tablet-typography-label-md-strong-letter-spacing: 0rem;
|
|
815
|
-
--tablet-typography-label-sm-default-family: Satoshi;
|
|
816
|
-
--tablet-typography-label-sm-default-size: 0.875rem;
|
|
817
|
-
--tablet-typography-label-sm-default-line-height: 1.25rem;
|
|
818
|
-
--tablet-typography-label-sm-default-weight: 400;
|
|
819
|
-
--tablet-typography-label-sm-default-letter-spacing: 0rem;
|
|
820
|
-
--tablet-typography-label-sm-strong-family: Satoshi;
|
|
821
|
-
--tablet-typography-label-sm-strong-size: 0.875rem;
|
|
822
|
-
--tablet-typography-label-sm-strong-line-height: 1.25rem;
|
|
823
|
-
--tablet-typography-label-sm-strong-weight: 700;
|
|
824
|
-
--tablet-typography-label-sm-strong-letter-spacing: 0rem;
|
|
825
|
-
--tablet-typography-label-xs-default-family: Satoshi;
|
|
826
|
-
--tablet-typography-label-xs-default-size: 0.75rem;
|
|
827
|
-
--tablet-typography-label-xs-default-line-height: 1rem;
|
|
828
|
-
--tablet-typography-label-xs-default-weight: 400;
|
|
829
|
-
--tablet-typography-label-xs-default-letter-spacing: 0rem;
|
|
830
|
-
--tablet-typography-label-xs-strong-family: Satoshi;
|
|
831
|
-
--tablet-typography-label-xs-strong-size: 0.75rem;
|
|
832
|
-
--tablet-typography-label-xs-strong-line-height: 1rem;
|
|
833
|
-
--tablet-typography-label-xs-strong-weight: 700;
|
|
834
|
-
--tablet-typography-label-xs-strong-letter-spacing: 0rem;
|
|
835
|
-
--tablet-space-grid-column-margin: 1.5rem;
|
|
836
|
-
--tablet-space-grid-column-gutter: 1rem;
|
|
837
|
-
--tablet-space-grid-column-count: 0.375rem;
|
|
838
|
-
--tablet-space-grid-row-gutter: 0.25rem;
|
|
839
|
-
--tablet-space-grid-row-height: 0.25rem;
|
|
840
|
-
--tablet-space-page-padding-none: 0rem;
|
|
841
|
-
--tablet-space-page-padding-sm: 1.5rem;
|
|
842
|
-
--tablet-space-page-padding-md: 2rem;
|
|
843
|
-
--tablet-space-page-padding-lg: 3rem;
|
|
844
|
-
--tablet-space-page-padding-xl: 3.5rem;
|
|
845
|
-
--tablet-space-page-gap-none: 0rem;
|
|
846
|
-
--tablet-space-page-gap-xs: 0.25rem;
|
|
847
|
-
--tablet-space-page-gap-sm: 0.5rem;
|
|
848
|
-
--tablet-space-page-gap-md: 1rem;
|
|
849
|
-
--tablet-space-page-gap-lg: 2rem;
|
|
850
|
-
--tablet-space-page-gap-xl: 3rem;
|
|
851
|
-
--tablet-space-page-gap-2xl: 4rem;
|
|
852
|
-
--tablet-space-container-padding-none: 0rem;
|
|
853
|
-
--tablet-space-container-padding-sm: 1rem;
|
|
854
|
-
--tablet-space-container-padding-md: 1.5rem;
|
|
855
|
-
--tablet-space-container-gap-none: 0rem;
|
|
856
|
-
--tablet-space-container-gap-xs: 0.25rem;
|
|
857
|
-
--tablet-space-container-gap-sm: 0.5rem;
|
|
858
|
-
--tablet-space-container-gap-md: 1rem;
|
|
859
|
-
--tablet-space-container-gap-lg: 1.5rem;
|
|
860
|
-
--tablet-space-container-stack-sm: 0.5rem;
|
|
861
|
-
--tablet-space-container-stack-md: 1rem;
|
|
862
|
-
--tablet-space-container-stack-lg: 1.5rem;
|
|
863
|
-
--tablet-space-component-padding-none: 0rem;
|
|
864
|
-
--tablet-space-component-padding-2xs: 0.125rem;
|
|
865
|
-
--tablet-space-component-padding-xs: 0.25rem;
|
|
866
|
-
--tablet-space-component-padding-sm: 0.5rem;
|
|
867
|
-
--tablet-space-component-padding-md: 0.75rem;
|
|
868
|
-
--tablet-space-component-padding-lg: 1rem;
|
|
869
|
-
--tablet-space-component-padding-xl: 1.5rem;
|
|
870
|
-
--tablet-space-component-padding-2xl: 2rem;
|
|
871
|
-
--tablet-space-component-gap-none: 0rem;
|
|
872
|
-
--tablet-space-component-gap-xs: 0.125rem;
|
|
873
|
-
--tablet-space-component-gap-sm: 0.25rem;
|
|
874
|
-
--tablet-space-component-gap-md: 0.5rem;
|
|
875
|
-
--tablet-space-component-gap-lg: 0.75rem;
|
|
876
|
-
--tablet-size-viewport-width: 48rem;
|
|
877
|
-
--tablet-size-border-radius-none: 0rem;
|
|
878
|
-
--tablet-size-border-radius-sm: 0.25rem;
|
|
879
|
-
--tablet-size-border-radius-md: 0.5rem;
|
|
880
|
-
--tablet-size-border-radius-lg: 0.75rem;
|
|
881
|
-
--tablet-size-border-radius-full: 6.25rem;
|
|
882
|
-
--tablet-size-border-width-md: 0.125rem;
|
|
883
|
-
--tablet-size-border-width-sm: 0.0625rem;
|
|
884
|
-
--tablet-size-border-width-none: 0rem;
|
|
885
|
-
--tablet-size-component-border-width: 0.0625rem;
|
|
886
|
-
--tablet-size-component-border-radius: 0.5rem;
|
|
887
|
-
--tablet-size-button-min-width-xs: 1.5rem;
|
|
888
|
-
--tablet-size-button-min-width-sm: 2rem;
|
|
889
|
-
--tablet-size-button-min-width-md: 2.5rem;
|
|
890
|
-
--tablet-size-button-min-width-lg: 3rem;
|
|
891
|
-
--tablet-size-button-border-width: 0.0625rem;
|
|
892
|
-
--tablet-size-button-border-radius: 0.5rem;
|
|
893
|
-
--tablet-size-button-min-height-xs: 1.5rem;
|
|
894
|
-
--tablet-size-button-min-height-md: 2.5rem;
|
|
895
|
-
--tablet-size-button-min-height-sm: 2rem;
|
|
896
|
-
--tablet-size-button-min-height-lg: 3rem;
|
|
897
|
-
--widescreen-typography-font-family-primary: ITC Souvenir Std;
|
|
898
|
-
--widescreen-typography-font-family-secondary: Satoshi;
|
|
899
|
-
--widescreen-typography-font-weight-regular: 400;
|
|
900
|
-
--widescreen-typography-font-weight-semi-bold: 600;
|
|
901
|
-
--widescreen-typography-font-weight-bold: 700;
|
|
902
|
-
--widescreen-typography-font-weight-extrabold: 800;
|
|
903
|
-
--widescreen-typography-heading-xl-family: ITC Souvenir Std;
|
|
904
|
-
--widescreen-typography-heading-xl-size: 3rem;
|
|
905
|
-
--widescreen-typography-heading-xl-line-height: 3.5rem;
|
|
906
|
-
--widescreen-typography-heading-xl-weight: 600;
|
|
907
|
-
--widescreen-typography-heading-xl-letter-spacing: -0.025rem;
|
|
908
|
-
--widescreen-typography-heading-lg-family: ITC Souvenir Std;
|
|
909
|
-
--widescreen-typography-heading-lg-size: 2.5rem;
|
|
910
|
-
--widescreen-typography-heading-lg-line-height: 3rem;
|
|
911
|
-
--widescreen-typography-heading-lg-weight: 600;
|
|
912
|
-
--widescreen-typography-heading-lg-letter-spacing: -0.025rem;
|
|
913
|
-
--widescreen-typography-heading-md-family: ITC Souvenir Std;
|
|
914
|
-
--widescreen-typography-heading-md-size: 2rem;
|
|
915
|
-
--widescreen-typography-heading-md-line-height: 2.5rem;
|
|
916
|
-
--widescreen-typography-heading-md-weight: 600;
|
|
917
|
-
--widescreen-typography-heading-md-letter-spacing: -0.025rem;
|
|
918
|
-
--widescreen-typography-heading-sm-family: ITC Souvenir Std;
|
|
919
|
-
--widescreen-typography-heading-sm-size: 1.5rem;
|
|
920
|
-
--widescreen-typography-heading-sm-line-height: 2rem;
|
|
921
|
-
--widescreen-typography-heading-sm-weight: 600;
|
|
922
|
-
--widescreen-typography-heading-sm-letter-spacing: -0.025rem;
|
|
923
|
-
--widescreen-typography-title-xl-family: Satoshi;
|
|
924
|
-
--widescreen-typography-title-xl-size: 2rem;
|
|
925
|
-
--widescreen-typography-title-xl-line-height: 2.5rem;
|
|
926
|
-
--widescreen-typography-title-xl-weight: 700;
|
|
927
|
-
--widescreen-typography-title-xl-letter-spacing: 0rem;
|
|
928
|
-
--widescreen-typography-title-lg-family: Satoshi;
|
|
929
|
-
--widescreen-typography-title-lg-size: 1.75rem;
|
|
930
|
-
--widescreen-typography-title-lg-line-height: 2.5rem;
|
|
931
|
-
--widescreen-typography-title-lg-weight: 700;
|
|
932
|
-
--widescreen-typography-title-lg-letter-spacing: 0rem;
|
|
933
|
-
--widescreen-typography-title-md-family: Satoshi;
|
|
934
|
-
--widescreen-typography-title-md-size: 1.5rem;
|
|
935
|
-
--widescreen-typography-title-md-line-height: 2rem;
|
|
936
|
-
--widescreen-typography-title-md-weight: 700;
|
|
937
|
-
--widescreen-typography-title-md-letter-spacing: 0rem;
|
|
938
|
-
--widescreen-typography-title-sm-family: Satoshi;
|
|
939
|
-
--widescreen-typography-title-sm-size: 1.25rem;
|
|
940
|
-
--widescreen-typography-title-sm-line-height: 1.75rem;
|
|
941
|
-
--widescreen-typography-title-sm-weight: 700;
|
|
942
|
-
--widescreen-typography-title-sm-letter-spacing: 0rem;
|
|
943
|
-
--widescreen-typography-body-lg-family: Satoshi;
|
|
944
|
-
--widescreen-typography-body-lg-size: 1.125rem;
|
|
945
|
-
--widescreen-typography-body-lg-line-height: 1.5rem;
|
|
946
|
-
--widescreen-typography-body-lg-weight: 400;
|
|
947
|
-
--widescreen-typography-body-lg-letter-spacing: 0rem;
|
|
948
|
-
--widescreen-typography-body-lg-paragraph-spacing: 0.75rem;
|
|
949
|
-
--widescreen-typography-body-md-family: Satoshi;
|
|
950
|
-
--widescreen-typography-body-md-size: 1rem;
|
|
951
|
-
--widescreen-typography-body-md-line-height: 1.5rem;
|
|
952
|
-
--widescreen-typography-body-md-weight: 400;
|
|
953
|
-
--widescreen-typography-body-md-letter-spacing: 0rem;
|
|
954
|
-
--widescreen-typography-body-md-paragraph-spacing: 0.5rem;
|
|
955
|
-
--widescreen-typography-body-sm-family: Satoshi;
|
|
956
|
-
--widescreen-typography-body-sm-size: 0.875rem;
|
|
957
|
-
--widescreen-typography-body-sm-line-height: 1.25rem;
|
|
958
|
-
--widescreen-typography-body-sm-weight: 400;
|
|
959
|
-
--widescreen-typography-body-sm-letter-spacing: 0rem;
|
|
960
|
-
--widescreen-typography-body-sm-paragraph-spacing: 0.375rem;
|
|
961
|
-
--widescreen-typography-body-xs-family: Satoshi;
|
|
962
|
-
--widescreen-typography-body-xs-size: 0.75rem;
|
|
963
|
-
--widescreen-typography-body-xs-line-height: 1rem;
|
|
964
|
-
--widescreen-typography-body-xs-weight: 400;
|
|
965
|
-
--widescreen-typography-body-xs-letter-spacing: 0rem;
|
|
966
|
-
--widescreen-typography-body-xs-paragraph-spacing: 0.375rem;
|
|
967
|
-
--widescreen-typography-label-lg-default-family: Satoshi;
|
|
968
|
-
--widescreen-typography-label-lg-default-size: 1.125rem;
|
|
969
|
-
--widescreen-typography-label-lg-default-line-height: 1.75rem;
|
|
970
|
-
--widescreen-typography-label-lg-default-weight: 400;
|
|
971
|
-
--widescreen-typography-label-lg-default-letter-spacing: 0rem;
|
|
972
|
-
--widescreen-typography-label-lg-strong-family: Satoshi;
|
|
973
|
-
--widescreen-typography-label-lg-strong-size: 1.125rem;
|
|
974
|
-
--widescreen-typography-label-lg-strong-line-height: 1.75rem;
|
|
975
|
-
--widescreen-typography-label-lg-strong-weight: 700;
|
|
976
|
-
--widescreen-typography-label-lg-strong-letter-spacing: 0rem;
|
|
977
|
-
--widescreen-typography-label-md-default-family: Satoshi;
|
|
978
|
-
--widescreen-typography-label-md-default-size: 1rem;
|
|
979
|
-
--widescreen-typography-label-md-default-line-height: 1.5rem;
|
|
980
|
-
--widescreen-typography-label-md-default-weight: 400;
|
|
981
|
-
--widescreen-typography-label-md-default-letter-spacing: 0rem;
|
|
982
|
-
--widescreen-typography-label-md-strong-family: Satoshi;
|
|
983
|
-
--widescreen-typography-label-md-strong-size: 1rem;
|
|
984
|
-
--widescreen-typography-label-md-strong-line-height: 1.5rem;
|
|
985
|
-
--widescreen-typography-label-md-strong-weight: 700;
|
|
986
|
-
--widescreen-typography-label-md-strong-letter-spacing: 0rem;
|
|
987
|
-
--widescreen-typography-label-sm-default-family: Satoshi;
|
|
988
|
-
--widescreen-typography-label-sm-default-size: 0.875rem;
|
|
989
|
-
--widescreen-typography-label-sm-default-line-height: 1.25rem;
|
|
990
|
-
--widescreen-typography-label-sm-default-weight: 400;
|
|
991
|
-
--widescreen-typography-label-sm-default-letter-spacing: 0rem;
|
|
992
|
-
--widescreen-typography-label-sm-strong-family: Satoshi;
|
|
993
|
-
--widescreen-typography-label-sm-strong-size: 0.875rem;
|
|
994
|
-
--widescreen-typography-label-sm-strong-line-height: 1.25rem;
|
|
995
|
-
--widescreen-typography-label-sm-strong-weight: 700;
|
|
996
|
-
--widescreen-typography-label-sm-strong-letter-spacing: 0rem;
|
|
997
|
-
--widescreen-typography-label-xs-default-family: Satoshi;
|
|
998
|
-
--widescreen-typography-label-xs-default-size: 0.75rem;
|
|
999
|
-
--widescreen-typography-label-xs-default-line-height: 1rem;
|
|
1000
|
-
--widescreen-typography-label-xs-default-weight: 400;
|
|
1001
|
-
--widescreen-typography-label-xs-default-letter-spacing: 0rem;
|
|
1002
|
-
--widescreen-typography-label-xs-strong-family: Satoshi;
|
|
1003
|
-
--widescreen-typography-label-xs-strong-size: 0.75rem;
|
|
1004
|
-
--widescreen-typography-label-xs-strong-line-height: 1rem;
|
|
1005
|
-
--widescreen-typography-label-xs-strong-weight: 700;
|
|
1006
|
-
--widescreen-typography-label-xs-strong-letter-spacing: 0rem;
|
|
1007
|
-
--widescreen-space-grid-column-margin: 6.75rem;
|
|
1008
|
-
--widescreen-space-grid-column-gutter: 1.5rem;
|
|
1009
|
-
--widescreen-space-grid-column-count: 0.75rem;
|
|
1010
|
-
--widescreen-space-grid-row-gutter: 0.25rem;
|
|
1011
|
-
--widescreen-space-grid-row-height: 0.25rem;
|
|
1012
|
-
--widescreen-space-page-padding-none: 0rem;
|
|
1013
|
-
--widescreen-space-page-padding-sm: 2.5rem;
|
|
1014
|
-
--widescreen-space-page-padding-md: 3rem;
|
|
1015
|
-
--widescreen-space-page-padding-lg: 4rem;
|
|
1016
|
-
--widescreen-space-page-padding-xl: 4.5rem;
|
|
1017
|
-
--widescreen-space-page-gap-none: 0rem;
|
|
1018
|
-
--widescreen-space-page-gap-xs: 1rem;
|
|
1019
|
-
--widescreen-space-page-gap-sm: 1.5rem;
|
|
1020
|
-
--widescreen-space-page-gap-md: 2rem;
|
|
1021
|
-
--widescreen-space-page-gap-lg: 3rem;
|
|
1022
|
-
--widescreen-space-page-gap-xl: 4rem;
|
|
1023
|
-
--widescreen-space-page-gap-2xl: 5rem;
|
|
1024
|
-
--widescreen-space-container-padding-none: 0rem;
|
|
1025
|
-
--widescreen-space-container-padding-sm: 1rem;
|
|
1026
|
-
--widescreen-space-container-padding-md: 1.5rem;
|
|
1027
|
-
--widescreen-space-container-gap-none: 0rem;
|
|
1028
|
-
--widescreen-space-container-gap-xs: 0.25rem;
|
|
1029
|
-
--widescreen-space-container-gap-sm: 0.5rem;
|
|
1030
|
-
--widescreen-space-container-gap-md: 1rem;
|
|
1031
|
-
--widescreen-space-container-gap-lg: 1.5rem;
|
|
1032
|
-
--widescreen-space-container-stack-sm: 1rem;
|
|
1033
|
-
--widescreen-space-container-stack-md: 1.5rem;
|
|
1034
|
-
--widescreen-space-container-stack-lg: 2rem;
|
|
1035
|
-
--widescreen-space-component-padding-none: 0rem;
|
|
1036
|
-
--widescreen-space-component-padding-2xs: 0.125rem;
|
|
1037
|
-
--widescreen-space-component-padding-xs: 0.25rem;
|
|
1038
|
-
--widescreen-space-component-padding-sm: 0.5rem;
|
|
1039
|
-
--widescreen-space-component-padding-md: 0.75rem;
|
|
1040
|
-
--widescreen-space-component-padding-lg: 1rem;
|
|
1041
|
-
--widescreen-space-component-padding-xl: 1.5rem;
|
|
1042
|
-
--widescreen-space-component-padding-2xl: 2rem;
|
|
1043
|
-
--widescreen-space-component-gap-none: 0rem;
|
|
1044
|
-
--widescreen-space-component-gap-xs: 0.125rem;
|
|
1045
|
-
--widescreen-space-component-gap-sm: 0.25rem;
|
|
1046
|
-
--widescreen-space-component-gap-md: 0.5rem;
|
|
1047
|
-
--widescreen-space-component-gap-lg: 0.75rem;
|
|
1048
|
-
--widescreen-size-viewport-width: 90rem;
|
|
1049
|
-
--widescreen-size-border-radius-none: 0rem;
|
|
1050
|
-
--widescreen-size-border-radius-sm: 0.25rem;
|
|
1051
|
-
--widescreen-size-border-radius-md: 0.5rem;
|
|
1052
|
-
--widescreen-size-border-radius-lg: 0.75rem;
|
|
1053
|
-
--widescreen-size-border-radius-full: 6.25rem;
|
|
1054
|
-
--widescreen-size-border-width-md: 0.125rem;
|
|
1055
|
-
--widescreen-size-border-width-sm: 0.0625rem;
|
|
1056
|
-
--widescreen-size-border-width-none: 0rem;
|
|
1057
|
-
--widescreen-size-component-border-width: 0.0625rem;
|
|
1058
|
-
--widescreen-size-component-border-radius: 0.5rem;
|
|
1059
|
-
--widescreen-size-button-min-width-xs: 1.5rem;
|
|
1060
|
-
--widescreen-size-button-min-width-sm: 2rem;
|
|
1061
|
-
--widescreen-size-button-min-width-md: 2.5rem;
|
|
1062
|
-
--widescreen-size-button-min-width-lg: 3rem;
|
|
1063
|
-
--widescreen-size-button-border-width: 0.0625rem;
|
|
1064
|
-
--widescreen-size-button-border-radius: 0.5rem;
|
|
1065
|
-
--widescreen-size-button-min-height-xs: 1.5rem;
|
|
1066
|
-
--widescreen-size-button-min-height-md: 2.5rem;
|
|
1067
|
-
--widescreen-size-button-min-height-sm: 2rem;
|
|
1068
|
-
--widescreen-size-button-min-height-lg: 3rem;
|
|
1069
|
-
--base-color-basic-white: #ffffff;
|
|
1070
|
-
--base-color-basic-black: #000000;
|
|
1071
|
-
--base-color-opacity-transparent: #ffffff00;
|
|
1072
|
-
--base-color-opacity-black-02: #00000005;
|
|
1073
|
-
--base-color-opacity-black-04: #0000000a;
|
|
1074
|
-
--base-color-opacity-black-06: #0000000f;
|
|
1075
|
-
--base-color-opacity-black-08: #00000014;
|
|
1076
|
-
--base-color-opacity-black-16: #00000029;
|
|
1077
|
-
--base-color-opacity-black-32: #00000052;
|
|
1078
|
-
--base-color-opacity-black-48: #0000007a;
|
|
1079
|
-
--base-color-opacity-white-02: #ffffff05;
|
|
1080
|
-
--base-color-opacity-white-04: #ffffff0a;
|
|
1081
|
-
--base-color-opacity-white-06: #ffffff0f;
|
|
1082
|
-
--base-color-opacity-white-08: #ffffff14;
|
|
1083
|
-
--base-color-opacity-white-16: #ffffff29;
|
|
1084
|
-
--base-color-opacity-white-32: #ffffff52;
|
|
1085
|
-
--base-color-opacity-white-48: #ffffff7a;
|
|
1086
|
-
--base-color-opacity-purple300-20: #baa7c533;
|
|
1087
|
-
--base-color-opacity-orange300-20: #eaa42c33;
|
|
1088
|
-
--base-color-opacity-success300-20: #5ac19433;
|
|
1089
|
-
--base-color-opacity-warning150-30: #fdc93c4d;
|
|
1090
|
-
--base-color-opacity-danger300-20: #f2947d33;
|
|
1091
|
-
--base-color-opacity-info300-20: #44baf533;
|
|
1092
|
-
--base-color-opacity-neutral300-20: #a6b0af33;
|
|
1093
|
-
--base-color-neutral-25: #f8faf9;
|
|
1094
|
-
--base-color-neutral-50: #f1f4f4;
|
|
1095
|
-
--base-color-neutral-75: #e7eeed;
|
|
1096
|
-
--base-color-neutral-100: #dee7e6;
|
|
1097
|
-
--base-color-neutral-125: #d6e0df;
|
|
1098
|
-
--base-color-neutral-150: #c9d4d3;
|
|
1099
|
-
--base-color-neutral-225: #b3bdbc;
|
|
1100
|
-
--base-color-neutral-300: #a6b0af;
|
|
1101
|
-
--base-color-neutral-375: #929a99;
|
|
1102
|
-
--base-color-neutral-450: #7d8483;
|
|
1103
|
-
--base-color-neutral-550: #676d6c;
|
|
1104
|
-
--base-color-neutral-625: #535858;
|
|
1105
|
-
--base-color-neutral-700: #414545;
|
|
1106
|
-
--base-color-neutral-750: #363a3a;
|
|
1107
|
-
--base-color-neutral-825: #2a2d2c;
|
|
1108
|
-
--base-color-neutral-850: #222424;
|
|
1109
|
-
--base-color-neutral-900: #1a1c1c;
|
|
1110
|
-
--base-color-neutral-925: #151717;
|
|
1111
|
-
--base-color-neutral-950: #0d0e0e;
|
|
1112
|
-
--base-color-neutral-975: #070707;
|
|
1113
|
-
--base-color-turquoise-25: #edfdfa;
|
|
1114
|
-
--base-color-turquoise-50: #d7fbf6;
|
|
1115
|
-
--base-color-turquoise-75: #b4faf0;
|
|
1116
|
-
--base-color-turquoise-100: #85faec;
|
|
1117
|
-
--base-color-turquoise-125: #68f5e5;
|
|
1118
|
-
--base-color-turquoise-150: #58e8d9;
|
|
1119
|
-
--base-color-turquoise-225: #45d6c8;
|
|
1120
|
-
--base-color-turquoise-300: #3bc1b4;
|
|
1121
|
-
--base-color-turquoise-375: #2e9e93;
|
|
1122
|
-
--base-color-turquoise-450: #299287;
|
|
1123
|
-
--base-color-turquoise-550: #217870;
|
|
1124
|
-
--base-color-turquoise-625: #19625b;
|
|
1125
|
-
--base-color-turquoise-700: #124d47;
|
|
1126
|
-
--base-color-turquoise-750: #0e413c;
|
|
1127
|
-
--base-color-turquoise-825: #0c322e;
|
|
1128
|
-
--base-color-turquoise-850: #0a2825;
|
|
1129
|
-
--base-color-turquoise-900: #081f1d;
|
|
1130
|
-
--base-color-turquoise-925: #071a17;
|
|
1131
|
-
--base-color-turquoise-950: #05100f;
|
|
1132
|
-
--base-color-turquoise-975: #140208;
|
|
1133
|
-
--base-color-orange-25: #fdf9f4;
|
|
1134
|
-
--base-color-orange-50: #fbf2e7;
|
|
1135
|
-
--base-color-orange-75: #faead6;
|
|
1136
|
-
--base-color-orange-100: #f9e1c3;
|
|
1137
|
-
--base-color-orange-125: #f9d8af;
|
|
1138
|
-
--base-color-orange-150: #f9c886;
|
|
1139
|
-
--base-color-orange-225: #f9b23c;
|
|
1140
|
-
--base-color-orange-300: #eaa42c;
|
|
1141
|
-
--base-color-orange-375: #c88b24;
|
|
1142
|
-
--base-color-orange-450: #ab771d;
|
|
1143
|
-
--base-color-orange-550: #8e6216;
|
|
1144
|
-
--base-color-orange-625: #744f10;
|
|
1145
|
-
--base-color-orange-700: #5c3e0b;
|
|
1146
|
-
--base-color-orange-750: #4d3409;
|
|
1147
|
-
--base-color-orange-825: #3b280a;
|
|
1148
|
-
--base-color-orange-850: #2f2109;
|
|
1149
|
-
--base-color-orange-900: #241a09;
|
|
1150
|
-
--base-color-orange-925: #1d1507;
|
|
1151
|
-
--base-color-orange-950: #130d05;
|
|
1152
|
-
--base-color-orange-975: #0a0703;
|
|
1153
|
-
--base-color-sage-25: #f6fafa;
|
|
1154
|
-
--base-color-sage-50: #edf5f5;
|
|
1155
|
-
--base-color-sage-75: #e0f0ee;
|
|
1156
|
-
--base-color-sage-100: #d2eae8;
|
|
1157
|
-
--base-color-sage-125: #c9e4e2;
|
|
1158
|
-
--base-color-sage-150: #c0dad8;
|
|
1159
|
-
--base-color-sage-225: #adc6c4;
|
|
1160
|
-
--base-color-sage-300: #9bb3b1;
|
|
1161
|
-
--base-color-sage-375: #889d9b;
|
|
1162
|
-
--base-color-sage-450: #748685;
|
|
1163
|
-
--base-color-sage-550: #606f6e;
|
|
1164
|
-
--base-color-sage-625: #4d5a59;
|
|
1165
|
-
--base-color-sage-700: #3c4646;
|
|
1166
|
-
--base-color-sage-750: #323b3a;
|
|
1167
|
-
--base-color-sage-825: #272d2d;
|
|
1168
|
-
--base-color-sage-850: #1f2524;
|
|
1169
|
-
--base-color-sage-900: #181c1c;
|
|
1170
|
-
--base-color-sage-925: #141717;
|
|
1171
|
-
--base-color-sage-950: #0c0f0e;
|
|
1172
|
-
--base-color-sage-975: #060807;
|
|
1173
|
-
--base-color-yellow-25: #fef9ef;
|
|
1174
|
-
--base-color-yellow-50: #fdf2db;
|
|
1175
|
-
--base-color-yellow-75: #fdeabd;
|
|
1176
|
-
--base-color-yellow-100: #fee299;
|
|
1177
|
-
--base-color-yellow-125: #ffd966;
|
|
1178
|
-
--base-color-yellow-150: #f9cb01;
|
|
1179
|
-
--base-color-yellow-225: #e5bb01;
|
|
1180
|
-
--base-color-yellow-300: #cfa901;
|
|
1181
|
-
--base-color-yellow-375: #b69401;
|
|
1182
|
-
--base-color-yellow-450: #9c7e00;
|
|
1183
|
-
--base-color-yellow-550: #816800;
|
|
1184
|
-
--base-color-yellow-625: #695400;
|
|
1185
|
-
--base-color-yellow-700: #534200;
|
|
1186
|
-
--base-color-yellow-750: #463700;
|
|
1187
|
-
--base-color-yellow-825: #362b00;
|
|
1188
|
-
--base-color-yellow-850: #2c2200;
|
|
1189
|
-
--base-color-yellow-900: #221b01;
|
|
1190
|
-
--base-color-yellow-925: #1c1602;
|
|
1191
|
-
--base-color-yellow-950: #120e02;
|
|
1192
|
-
--base-color-yellow-975: #0a0701;
|
|
1193
|
-
--base-color-red-25: #fcf9f8;
|
|
1194
|
-
--base-color-red-50: #f9f2f0;
|
|
1195
|
-
--base-color-red-75: #f7eae5;
|
|
1196
|
-
--base-color-red-100: #f5e1db;
|
|
1197
|
-
--base-color-red-125: #f3d8d0;
|
|
1198
|
-
--base-color-red-150: #f0c9bd;
|
|
1199
|
-
--base-color-red-225: #edb3a1;
|
|
1200
|
-
--base-color-red-300: #e99981;
|
|
1201
|
-
--base-color-red-375: #e26f50;
|
|
1202
|
-
--base-color-red-450: #dd5333;
|
|
1203
|
-
--base-color-red-550: #b84429;
|
|
1204
|
-
--base-color-red-625: #963620;
|
|
1205
|
-
--base-color-red-700: #762b19;
|
|
1206
|
-
--base-color-red-750: #622516;
|
|
1207
|
-
--base-color-red-825: #4a1f13;
|
|
1208
|
-
--base-color-red-850: #3a1a11;
|
|
1209
|
-
--base-color-red-900: #2b160e;
|
|
1210
|
-
--base-color-red-925: #22130c;
|
|
1211
|
-
--base-color-red-950: #160b07;
|
|
1212
|
-
--base-color-red-975: #120308;
|
|
1213
|
-
--base-color-purple-25: #faf9fa;
|
|
1214
|
-
--base-color-purple-50: #f5f3f6;
|
|
1215
|
-
--base-color-purple-75: #efebf1;
|
|
1216
|
-
--base-color-purple-100: #e9e4eb;
|
|
1217
|
-
--base-color-purple-125: #e3dce7;
|
|
1218
|
-
--base-color-purple-150: #d8cede;
|
|
1219
|
-
--base-color-purple-225: #cbbcd2;
|
|
1220
|
-
--base-color-purple-300: #baa7c5;
|
|
1221
|
-
--base-color-purple-375: #a890b6;
|
|
1222
|
-
--base-color-purple-450: #9578a6;
|
|
1223
|
-
--base-color-purple-550: #7e5c93;
|
|
1224
|
-
--base-color-purple-625: #694c7b;
|
|
1225
|
-
--base-color-purple-700: #533b62;
|
|
1226
|
-
--base-color-purple-750: #463153;
|
|
1227
|
-
--base-color-purple-825: #362640;
|
|
1228
|
-
--base-color-purple-850: #2c1f34;
|
|
1229
|
-
--base-color-purple-900: #221828;
|
|
1230
|
-
--base-color-purple-925: #1c1321;
|
|
1231
|
-
--base-color-purple-950: #130b16;
|
|
1232
|
-
--base-color-purple-975: #0c0607;
|
|
1233
|
-
--base-color-green-25: #f2fcf6;
|
|
1234
|
-
--base-color-green-50: #e2f9ec;
|
|
1235
|
-
--base-color-green-75: #caf7dd;
|
|
1236
|
-
--base-color-green-100: #aef5ce;
|
|
1237
|
-
--base-color-green-125: #8ff2bf;
|
|
1238
|
-
--base-color-green-150: #83e5b2;
|
|
1239
|
-
--base-color-green-225: #72d4a2;
|
|
1240
|
-
--base-color-green-300: #66bf92;
|
|
1241
|
-
--base-color-green-375: #59a880;
|
|
1242
|
-
--base-color-green-450: #509974;
|
|
1243
|
-
--base-color-green-550: #3d775a;
|
|
1244
|
-
--base-color-green-625: #306148;
|
|
1245
|
-
--base-color-green-700: #254c38;
|
|
1246
|
-
--base-color-green-750: #1e402f;
|
|
1247
|
-
--base-color-green-825: #173124;
|
|
1248
|
-
--base-color-green-850: #13281d;
|
|
1249
|
-
--base-color-green-900: #0f1f16;
|
|
1250
|
-
--base-color-green-925: #0c1912;
|
|
1251
|
-
--base-color-green-950: #07100b;
|
|
1252
|
-
--base-color-green-975: #110408;
|
|
1253
|
-
--base-color-brown-25: #fbf9f7;
|
|
1254
|
-
--base-color-brown-50: #f8f2ef;
|
|
1255
|
-
--base-color-brown-75: #f4eae5;
|
|
1256
|
-
--base-color-brown-100: #f0e2da;
|
|
1257
|
-
--base-color-brown-125: #eddacf;
|
|
1258
|
-
--base-color-brown-150: #e8ccba;
|
|
1259
|
-
--base-color-brown-225: #e2b89d;
|
|
1260
|
-
--base-color-brown-300: #dba079;
|
|
1261
|
-
--base-color-brown-375: #cb885b;
|
|
1262
|
-
--base-color-brown-450: #af754e;
|
|
1263
|
-
--base-color-brown-550: #90603f;
|
|
1264
|
-
--base-color-brown-625: #764d32;
|
|
1265
|
-
--base-color-brown-700: #5d3c27;
|
|
1266
|
-
--base-color-brown-750: #4e3320;
|
|
1267
|
-
--base-color-brown-825: #3b271a;
|
|
1268
|
-
--base-color-brown-850: #2f2017;
|
|
1269
|
-
--base-color-brown-900: #231913;
|
|
1270
|
-
--base-color-brown-925: #1c150f;
|
|
1271
|
-
--base-color-brown-950: #120d09;
|
|
1272
|
-
--base-color-brown-975: #0f0507;
|
|
1273
|
-
--base-color-danger-25: #fcf8f7;
|
|
1274
|
-
--base-color-danger-50: #faf2ef;
|
|
1275
|
-
--base-color-danger-75: #f9e9e5;
|
|
1276
|
-
--base-color-danger-100: #f7e0da;
|
|
1277
|
-
--base-color-danger-125: #f7d7cf;
|
|
1278
|
-
--base-color-danger-150: #f5c7ba;
|
|
1279
|
-
--base-color-danger-225: #f4b09e;
|
|
1280
|
-
--base-color-danger-300: #f2947d;
|
|
1281
|
-
--base-color-danger-375: #ef7156;
|
|
1282
|
-
--base-color-danger-450: #ec402a;
|
|
1283
|
-
--base-color-danger-550: #ba2f1e;
|
|
1284
|
-
--base-color-danger-625: #a22819;
|
|
1285
|
-
--base-color-danger-700: #811e12;
|
|
1286
|
-
--base-color-danger-750: #6c190e;
|
|
1287
|
-
--base-color-danger-825: #51180e;
|
|
1288
|
-
--base-color-danger-850: #40160c;
|
|
1289
|
-
--base-color-danger-900: #2f130b;
|
|
1290
|
-
--base-color-danger-925: #251109;
|
|
1291
|
-
--base-color-danger-950: #180b05;
|
|
1292
|
-
--base-color-danger-975: #0e0503;
|
|
1293
|
-
--base-color-warning-25: #fdf9f1;
|
|
1294
|
-
--base-color-warning-50: #fcf2e1;
|
|
1295
|
-
--base-color-warning-75: #fceac9;
|
|
1296
|
-
--base-color-warning-100: #fce2ae;
|
|
1297
|
-
--base-color-warning-125: #fcd98e;
|
|
1298
|
-
--base-color-warning-150: #fdc93c;
|
|
1299
|
-
--base-color-warning-225: #edb80a;
|
|
1300
|
-
--base-color-warning-300: #d6a600;
|
|
1301
|
-
--base-color-warning-375: #b38a00;
|
|
1302
|
-
--base-color-warning-450: #a17c00;
|
|
1303
|
-
--base-color-warning-550: #866600;
|
|
1304
|
-
--base-color-warning-625: #6d5300;
|
|
1305
|
-
--base-color-warning-700: #564100;
|
|
1306
|
-
--base-color-warning-750: #483600;
|
|
1307
|
-
--base-color-warning-825: #382a03;
|
|
1308
|
-
--base-color-warning-850: #2d2204;
|
|
1309
|
-
--base-color-warning-900: #221a05;
|
|
1310
|
-
--base-color-warning-925: #1c1605;
|
|
1311
|
-
--base-color-warning-950: #120d03;
|
|
1312
|
-
--base-color-warning-975: #0a0702;
|
|
1313
|
-
--base-color-success-25: #f1fcf6;
|
|
1314
|
-
--base-color-success-50: #dffaec;
|
|
1315
|
-
--base-color-success-75: #c5f8de;
|
|
1316
|
-
--base-color-success-100: #a5f6d0;
|
|
1317
|
-
--base-color-success-125: #84f4c1;
|
|
1318
|
-
--base-color-success-150: #77e7b5;
|
|
1319
|
-
--base-color-success-225: #66d6a5;
|
|
1320
|
-
--base-color-success-300: #5ac194;
|
|
1321
|
-
--base-color-success-375: #4ea982;
|
|
1322
|
-
--base-color-success-450: #42916f;
|
|
1323
|
-
--base-color-success-550: #35785b;
|
|
1324
|
-
--base-color-success-625: #2f6b51;
|
|
1325
|
-
--base-color-success-700: #204d39;
|
|
1326
|
-
--base-color-success-750: #19402f;
|
|
1327
|
-
--base-color-success-825: #143224;
|
|
1328
|
-
--base-color-success-850: #10281d;
|
|
1329
|
-
--base-color-success-900: #0d1f17;
|
|
1330
|
-
--base-color-success-925: #0b1913;
|
|
1331
|
-
--base-color-success-950: #06100b;
|
|
1332
|
-
--base-color-success-975: #030906;
|
|
1333
|
-
--base-color-info-25: #f6fafd;
|
|
1334
|
-
--base-color-info-50: #edf5fb;
|
|
1335
|
-
--base-color-info-75: #e0effa;
|
|
1336
|
-
--base-color-info-100: #d3e9f8;
|
|
1337
|
-
--base-color-info-125: #c5e3f8;
|
|
1338
|
-
--base-color-info-150: #abd8f7;
|
|
1339
|
-
--base-color-info-225: #82cbf6;
|
|
1340
|
-
--base-color-info-300: #44baf5;
|
|
1341
|
-
--base-color-info-375: #3aa4d7;
|
|
1342
|
-
--base-color-info-450: #318cb9;
|
|
1343
|
-
--base-color-info-550: #27749a;
|
|
1344
|
-
--base-color-info-625: #226789;
|
|
1345
|
-
--base-color-info-700: #164a64;
|
|
1346
|
-
--base-color-info-750: #113e54;
|
|
1347
|
-
--base-color-info-825: #0e3041;
|
|
1348
|
-
--base-color-info-850: #0c2735;
|
|
1349
|
-
--base-color-info-900: #0a1e29;
|
|
1350
|
-
--base-color-info-925: #081921;
|
|
1351
|
-
--base-color-info-950: #051016;
|
|
1352
|
-
--base-color-info-975: #02080d;
|
|
1353
|
-
--base-color-teal-25: #f1fcfb;
|
|
1354
|
-
--base-color-teal-50: #e0f9f7;
|
|
1355
|
-
--base-color-teal-75: #c6f6f4;
|
|
1356
|
-
--base-color-teal-100: #a7f4f1;
|
|
1357
|
-
--base-color-teal-125: #9aedeb;
|
|
1358
|
-
--base-color-teal-150: #8de1de;
|
|
1359
|
-
--base-color-teal-225: #7dcfcd;
|
|
1360
|
-
--base-color-teal-300: #6fbbb9;
|
|
1361
|
-
--base-color-teal-375: #5d9e9c;
|
|
1362
|
-
--base-color-teal-450: #528d8b;
|
|
1363
|
-
--base-color-teal-550: #437473;
|
|
1364
|
-
--base-color-teal-625: #355e5d;
|
|
1365
|
-
--base-color-teal-700: #294a49;
|
|
1366
|
-
--base-color-teal-750: #213e3d;
|
|
1367
|
-
--base-color-teal-825: #1a302f;
|
|
1368
|
-
--base-color-teal-850: #152726;
|
|
1369
|
-
--base-color-teal-900: #101e1e;
|
|
1370
|
-
--base-color-teal-925: #0e1918;
|
|
1371
|
-
--base-color-teal-950: #08100f;
|
|
1372
|
-
--base-color-teal-975: #040808;
|
|
1373
|
-
--base-size-border-width-0: 0rem;
|
|
1374
|
-
--base-size-border-width-5: 0.03125rem;
|
|
1375
|
-
--base-size-border-width-10: 0.0625rem;
|
|
1376
|
-
--base-size-border-width-20: 0.125rem;
|
|
1377
|
-
--base-size-border-width-40: 0.25rem;
|
|
1378
|
-
--base-size-dimensions-0: 0rem;
|
|
1379
|
-
--base-size-dimensions-25: 0.0625rem;
|
|
1380
|
-
--base-size-dimensions-50: 0.125rem;
|
|
1381
|
-
--base-size-dimensions-100: 0.25rem;
|
|
1382
|
-
--base-size-dimensions-150: 0.375rem;
|
|
1383
|
-
--base-size-dimensions-200: 0.5rem;
|
|
1384
|
-
--base-size-dimensions-300: 0.75rem;
|
|
1385
|
-
--base-size-dimensions-350: 0.875rem;
|
|
1386
|
-
--base-size-dimensions-400: 1rem;
|
|
1387
|
-
--base-size-dimensions-450: 1.125rem;
|
|
1388
|
-
--base-size-dimensions-500: 1.25rem;
|
|
1389
|
-
--base-size-dimensions-550: 1.375rem;
|
|
1390
|
-
--base-size-dimensions-600: 1.5rem;
|
|
1391
|
-
--base-size-dimensions-650: 1.625rem;
|
|
1392
|
-
--base-size-dimensions-700: 1.75rem;
|
|
1393
|
-
--base-size-dimensions-750: 1.875rem;
|
|
1394
|
-
--base-size-dimensions-800: 2rem;
|
|
1395
|
-
--base-size-dimensions-850: 2.125rem;
|
|
1396
|
-
--base-size-dimensions-900: 2.25rem;
|
|
1397
|
-
--base-size-dimensions-950: 2.375rem;
|
|
1398
|
-
--base-size-dimensions-1000: 2.5rem;
|
|
1399
|
-
--base-size-dimensions-1050: 2.625rem;
|
|
1400
|
-
--base-size-dimensions-1100: 2.75rem;
|
|
1401
|
-
--base-size-dimensions-1150: 2.875rem;
|
|
1402
|
-
--base-size-dimensions-1200: 3rem;
|
|
1403
|
-
--base-size-dimensions-1250: 3.125rem;
|
|
1404
|
-
--base-size-dimensions-1400: 3.5rem;
|
|
1405
|
-
--base-size-dimensions-1600: 4rem;
|
|
1406
|
-
--base-size-dimensions-1800: 4.5rem;
|
|
1407
|
-
--base-size-dimensions-2000: 5rem;
|
|
1408
|
-
--base-size-dimensions-2100: 5.25rem;
|
|
1409
|
-
--base-size-dimensions-2200: 5.5rem;
|
|
1410
|
-
--base-size-dimensions-2250: 6.25rem;
|
|
1411
|
-
--base-size-dimensions-2300: 6.375rem;
|
|
1412
|
-
--base-size-dimensions-2500: 6.75rem;
|
|
1413
|
-
--base-size-dimensions-2600: 7rem;
|
|
1414
|
-
--base-size-dimensions-3200: 8rem;
|
|
1415
|
-
--base-size-dimensions-6400: 16rem;
|
|
1416
|
-
}
|