@itcase/tokens-am 1.1.36 → 1.1.37

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.
@@ -1,586 +1,291 @@
1
- /* Empty *//* DO NOT SET :root:where(.am) this will breacks postCSSFluid Typo */
2
-
3
- :root {
4
- --elevation-1: 0px 1px 1px rgb(0, 0, 0, 0.24);
5
- --elevation-2: 0px 2px 8px 0px rgb(0, 0, 0, 0.1);
6
- --elevation-4: 0px 2px 6px rgb(0, 0, 0, 0.24);
7
- --elevation-6: 0px 2px 6px rgb(0, 0, 0, 0.24);
8
- --elevation-8: 0px 4px 12px 0px rgb(0, 0, 0, 0.2);
9
- --elevation-12: 0px 6px 12px rgb(0, 0, 0, 0.16);
10
- --elevation-16: 0px 8px 16px rgb(0, 0, 0, 0.16);
11
- --elevation-24: 0px 16px 24px rgb(0, 0, 0, 0.12);
12
- --min-max: 360px 1440px;
13
- --min: 360px;
14
- --max: 1440px;
15
- --typography-min-viewport: 360px;
16
- --typography-max-viewport: 1920px;
17
-
18
- --typography-hero1-max: 128px;
19
- --typography-hero1-min: 72px;
20
- --typography-hero1-max-line-height: 156px;
21
- --typography-hero1-min-line-height: 88px;
22
- --typography-hero1-font: var(--font-primary);
23
-
24
- --typography-hero2-max: 96px;
25
- --typography-hero2-min: 56px;
26
- --typography-hero2-max-line-height: 112px;
27
- --typography-hero2-min-line-height: 72px;
28
- --typography-hero2-font: var(--font-primary);
29
-
30
- --typography-hero3-max: 72px;
31
- --typography-hero3-min: 48px;
32
- --typography-hero3-max-line-height: 88px;
33
- --typography-hero3-min-line-height: 56px;
34
- --typography-hero3-font: var(--font-primary);
35
-
36
- --typography-hero4-max: 56px;
37
- --typography-hero4-min: 40px;
38
- --typography-hero4-max-line-height: 72px;
39
- --typography-hero4-min-line-height: 48px;
40
- --typography-hero4-font: var(--font-primary);
41
-
42
- --typography-hero5-max: 40px;
43
- --typography-hero5-min: 32px;
44
- --typography-hero5-max-line-height: 48px;
45
- --typography-hero5-min-line-height: 40px;
46
- --typography-hero5-font: var(--font-primary);
47
-
48
- --typography-hero6-max: 32px;
49
- --typography-hero6-min: 28px;
50
- --typography-hero6-max-line-height: 40px;
51
- --typography-hero6-min-line-height: 32px;
52
- --typography-hero6-font: var(--font-primary);
53
-
54
- --typography-h1-max: 64px;
55
- --typography-h1-min: 56px;
56
- --typography-h1-max-line-height: 80px;
57
- --typography-h1-min-line-height: 60px;
58
- --typography-h1-font: var(--font-primary);
59
-
60
- --typography-h2-max: 48px;
61
- --typography-h2-min: 40px;
62
- --typography-h2-max-line-height: 56px;
63
- --typography-h2-min-line-height: 48px;
64
- --typography-h2-font: var(--font-primary);
65
-
66
- --typography-h3-max: 32px;
67
- --typography-h3-min: 28px;
68
- --typography-h3-max-line-height: 40px;
69
- --typography-h3-min-line-height: 32px;
70
- --typography-h3-font: var(--font-primary);
71
-
72
- --typography-h4-max: 24px;
73
- --typography-h4-min: 24px;
74
- --typography-h4-max-line-height: 32px;
75
- --typography-h4-min-line-height: 32px;
76
- --typography-h4-font: var(--font-primary);
77
-
78
- --typography-h5-max: 18px;
79
- --typography-h5-min: 18px;
80
- --typography-h5-max-line-height: 18px;
81
- --typography-h5-min-line-height: 16px;
82
- --typography-h5-font: var(--font-primary);
83
-
84
- --typography-h6-max: 16px;
85
- --typography-h6-min: 16px;
86
- --typography-h6-max-line-height: 24px;
87
- --typography-h6-min-line-height: 24px;
88
- --typography-h6-font: var(--font-primary);
89
-
90
- --typography-p-max: 24px;
91
- --typography-p-min: 20px;
92
- --typography-p-max-line-height: 24px;
93
- --typography-p-min-line-height: 28px;
94
- --typography-p-font: var(--font-primary);
95
-
96
- --typography-text-xxl-max: 24px;
97
- --typography-text-xxl-min: 20px;
98
- --typography-text-xxl-max-line-height: 28px;
99
- --typography-text-xxl-min-line-height: 24px;
100
- --typography-text-xxl-font: var(--font-primary);
101
-
102
- --typography-text-xl-max: 20px;
103
- --typography-text-xl-min: 18px;
104
- --typography-text-xl-min-line-height: 24px;
105
- --typography-text-xl-max-line-height: 20px;
106
- --typography-text-xl-font: var(--font-primary);
107
-
108
- --typography-text-l-max: 18px;
109
- --typography-text-l-min: 16px;
110
- --typography-text-l-max-line-height: 20px;
111
- --typography-text-l-min-line-height: 18px;
112
- --typography-text-l-font: var(--font-primary);
113
-
114
- --typography-text-m-max: 16px;
115
- --typography-text-m-min: 14px;
116
- --typography-text-m-max-line-height: 18px;
117
- --typography-text-m-min-line-height: 16px;
118
- --typography-text-m-font: var(--font-primary);
119
-
120
- --typography-text-s-min: 14px;
121
- --typography-text-s-max: 14px;
122
- --typography-text-s-min-line-height: 16px;
123
- --typography-text-s-max-line-height: 18px;
124
- --typography-text-s-font: var(--font-primary);
125
-
126
- --typography-text-xs-max: 12px;
127
- --typography-text-xs-min: 10px;
128
- --typography-text-xs-max-line-height: 12px;
129
- --typography-text-xs-min-line-height: 12px;
130
- --typography-text-xs-font: var(--font-primary);
131
-
132
- --typography-text-xxs-max: 10px;
133
- --typography-text-xxs-min: 8px;
134
- --typography-text-xxs-max-line-height: 10px;
135
- --typography-text-xxs-min-line-height: 10px;
136
- --typography-text-xxs-font: var(--font-primary);
137
-
138
- --typography-email-h1: 32px;
139
- --typography-email-h1-line-height: 38px;
140
-
141
- --typography-email-h2: 26px;
142
- --typography-email-h2-line-height: 32px;
143
-
144
- --typography-email-h3: 18px;
145
- --typography-email-h3-line-height: 24px;
146
-
147
- --typography-email-h4: 24px;
148
- --typography-email-h4-line-height: 30px;
149
-
150
- --typography-email-h5: 18px;
151
- --typography-email-h5-line-height: 24px;
152
-
153
- --typography-email-h6: 12px;
154
- --typography-email-h6-line-height: 18px;
155
-
156
- --typography-email-p: 16px;
157
- --typography-email-p-line-height: 24px;
158
-
159
- --typography-email-text-xxl: 24px;
160
- --typography-email-text-xxl-line-height: 28px;
161
-
162
- --typography-email-text-xl: 20px;
163
- --typography-email-text-xl-line-height: 24px;
164
-
165
- --typography-email-text-l: 18px;
166
- --typography-email-text-l-line-height: 24px;
167
-
168
- --typography-email-text-m: 16px;
169
- --typography-email-text-m-line-height: 18px;
170
-
171
- --typography-email-text-s: 14px;
172
- --typography-email-text-s-line-height: 18px;
173
-
174
- --typography-email-text-xs: 12px;
175
- --typography-email-text-xs-line-height: 16px;
176
-
177
- --typography-email-text-xxs: 10px;
178
- --typography-email-text-xxs-line-height: 14px;
179
-
180
- --typography-h1-print: 22px;
181
- --typography-h1-line-height-print: 22px;
182
- --typography-h1-font-print: var(--font-print);
183
-
184
- --typography-h2-print: 20px;
185
- --typography-h2-line-height-print: 20px;
186
- --typography-h2-font-print: var(--font-print);
187
-
188
- --typography-h3-print: 18px;
189
- --typography-h3-line-height-print: 18px;
190
- --typography-h3-font-print: var(--font-print);
191
-
192
- --typography-h4-print: 16px;
193
- --typography-h4-line-height-print: 16px;
194
- --typography-h4-font-print: var(--font-print);
195
-
196
- --typography-h5-print: 14px;
197
- --typography-h5-line-height-print: 14px;
198
- --typography-h5-font-print: var(--font-print);
199
-
200
- --typography-h6-print: 12px;
201
- --typography-h6-line-height-print: 12px;
202
- --typography-h6-font-print: var(--font-print);
203
-
204
- --typography-p-print: 12px;
205
- --typography-p-line-height-print: 12px;
206
- --typography-p-font-print: var(--font-print);
207
-
208
- --typography-text-xxl-print: 12px;
209
- --typography-text-xxl-line-height-print: 12px;
210
- --typography-text-xxl-font-print: var(--font-print);
211
-
212
- --typography-text-xl-print: 11px;
213
- --typography-text-xl-line-height-print: 11px;
214
- --typography-text-xl-font-print: var(--font-print);
215
-
216
- --typography-text-l-print: 10px;
217
- --typography-text-l-line-height-print: 10px;
218
- --typography-text-l-font-print: var(--font-print);
219
-
220
- --typography-text-m-print: 9px;
221
- --typography-text-m-line-height-print: 9px;
222
- --typography-text-m-font-print: var(--font-print);
223
-
224
- --typography-text-s-print: 8px;
225
- --typography-text-s-line-height-print: 8px;
226
- --typography-text-s-font-print: var(--font-print);
227
-
228
- --typography-text-xs-print: 7px;
229
- --typography-text-xs-line-height-print: 7px;
230
- --typography-text-xs-font-print: var(--font-print);
231
-
232
- --typography-text-xxs-print: 6px;
233
- --typography-text-xxs-line-height-print: 6px;
234
- --typography-text-xxs-font-print: var(--font-print);
235
- }
236
-
237
- :root:where(.am) {
238
- --color-gradient-primary: #e00000, #e5802d, #5e982b;
239
- }/* DO NOT SET :root:where(.am) this will breaks postCSSFluid Typo *//* DO NOT SET :root:where(.am) this will breacks postCSSFluid Typo *//* Empty */
240
-
241
- @media print,
242
- screen {
243
-
244
- /**
1
+ /* Empty *//**
245
2
  * Do not edit directly, this file was auto-generated.
246
3
  */
247
4
 
248
- :root:where(.light-theme):where(.am) {
249
- --color-accent-fill-primary: hsl(92, 49%, 47%);
250
- --color-accent-fill-secondary: hsl(92, 28%, 62%);
251
- --color-accent-fill-tertiary: hsl(93, 53%, 93%);
252
- --color-accent-fill-quaternary: hsl(92, 71%, 27%);
253
- --color-accent-fill-focus: hsl(92, 59%, 64%);
254
- --color-accent-fill-hover-primary: hsl(91, 33%, 40%);
255
- --color-accent-fill-hover-secondary: hsl(92, 28%, 62%);
256
- --color-accent-fill-hover-tertiary: hsl(93, 53%, 93%);
257
- --color-accent-fill-hover-quaternary: hsl(92, 71%, 27%);
258
- --color-accent-fill-active-primary: hsl(92, 52%, 70%);
259
- --color-accent-fill-active-secondary: hsl(92, 52%, 70%);
260
- --color-accent-fill-active-tertiary: hsl(92, 52%, 70%);
261
- --color-accent-fill-active-quaternary: hsl(92, 52%, 70%);
262
- --color-accent-fill-disabled: hsl(93, 45%, 80%);
263
- --color-accent-text-primary: hsl(0, 0%, 100%);
264
- --color-accent-text-secondary: hsl(92, 49%, 47%);
265
- --color-accent-text-tertiary: hsl(94, 53%, 68%);
266
- --color-accent-text-quaternary: hsl(92, 37%, 35%);
267
- --color-accent-text-hover: hsl(91, 33%, 40%);
268
- --color-accent-text-focus: hsl(92, 59%, 64%);
269
- --color-accent-text-active: hsl(92, 52%, 70%);
270
- --color-accent-text-disabled: hsl(93, 45%, 80%);
271
- --color-accent-item-primary: hsl(0, 0%, 100%);
272
- --color-accent-item-secondary: hsl(92, 49%, 47%);
273
- --color-accent-item-tertiary: hsl(94, 53%, 68%);
274
- --color-accent-item-quaternary: hsl(92, 37%, 35%);
275
- --color-accent-item-hover: hsl(91, 33%, 40%);
276
- --color-accent-item-focus: hsl(92, 59%, 64%);
277
- --color-accent-item-active: hsl(92, 52%, 70%);
278
- --color-accent-item-disabled: hsl(93, 45%, 80%);
279
- --color-accent-border-primary: hsl(0, 0%, 100%);
280
- --color-accent-border-secondary: hsl(92, 49%, 47%);
281
- --color-accent-border-tertiary: hsl(94, 53%, 68%);
282
- --color-accent-border-quaternary: hsl(92, 37%, 35%);
283
- --color-accent-border-hover: hsl(91, 33%, 40%);
284
- --color-accent-border-focus: hsl(92, 59%, 64%);
285
- --color-accent-border-active: hsl(92, 52%, 70%);
286
- --color-accent-border-disabled: hsl(93, 45%, 80%);
287
- --color-primary-fill-primary: hsl(36, 95%, 45%);
288
- --color-primary-fill-secondary: hsl(36, 89%, 42%);
289
- --color-primary-fill-tertiary: hsl(36, 100%, 90%);
5
+ :root:where(.dark-theme):where(.am) {
6
+ --color-accent-fill-primary: hsl(91, 35%, 59%);
7
+ --color-accent-fill-secondary: hsl(92, 18%, 72%);
8
+ --color-accent-fill-tertiary: hsl(94, 53%, 65%);
9
+ --color-accent-fill-quaternary: hsl(91, 37%, 24%);
10
+ --color-accent-fill-hover: hsl(91, 35%, 59%);
11
+ --color-accent-fill-focus: hsl(91, 17%, 47%);
12
+ --color-accent-fill-active: hsl(91, 49%, 74%);
13
+ --color-accent-fill-disabled: hsl(92, 67%, 16%);
14
+ --color-accent-text-primary: hsl(0, 0%, 20%);
15
+ --color-accent-text-secondary: hsl(91, 35%, 59%);
16
+ --color-accent-text-tertiary: hsl(92, 18%, 72%);
17
+ --color-accent-text-quaternary: hsl(91, 21%, 40%);
18
+ --color-accent-text-hover: hsl(91, 17%, 47%);
19
+ --color-accent-text-focus: hsl(91, 53%, 31%);
20
+ --color-accent-text-active: hsl(91, 49%, 74%);
21
+ --color-accent-text-disabled: hsl(92, 67%, 16%);
22
+ --color-accent-item-primary: hsl(0, 0%, 20%);
23
+ --color-accent-item-secondary: hsl(91, 35%, 59%);
24
+ --color-accent-item-tertiary: hsl(91, 35%, 59%);
25
+ --color-accent-item-quaternary: hsl(90, 11%, 45%);
26
+ --color-accent-item-hover: hsl(91, 17%, 47%);
27
+ --color-accent-item-focus: hsl(91, 53%, 31%);
28
+ --color-accent-item-active: hsl(91, 49%, 74%);
29
+ --color-accent-item-disabled: hsl(92, 67%, 16%);
30
+ --color-accent-border-primary: hsl(93, 26%, 27%);
31
+ --color-accent-border-secondary: hsl(91, 35%, 59%);
32
+ --color-accent-border-tertiary: hsl(92, 18%, 72%);
33
+ --color-accent-border-quaternary: hsl(91, 21%, 40%);
34
+ --color-accent-border-hover: hsl(91, 17%, 47%);
35
+ --color-accent-border-focus: hsl(91, 53%, 31%);
36
+ --color-accent-border-active: hsl(91, 49%, 74%);
37
+ --color-accent-border-disabled: hsl(92, 67%, 16%);
38
+ --color-primary-fill-primary: hsl(36, 71%, 53%);
39
+ --color-primary-fill-secondary: hsl(36, 76%, 62%);
40
+ --color-primary-fill-tertiary: hsl(36, 95%, 36%);
290
41
  --color-primary-fill-quaternary: hsl(36, 95%, 36%);
291
- --color-primary-fill-focus: hsl(36, 95%, 45%);
292
- --color-primary-fill-active: hsl(36, 95%, 45%);
293
- --color-primary-fill-disabled: hsl(36, 100%, 90%);
294
- --color-primary-fill-hover-primary: hsl(36, 95%, 45%);
295
- --color-primary-fill-hover-secondary: hsl(36, 89%, 42%);
296
- --color-primary-fill-hover-tertiary: hsl(36, 100%, 90%);
297
- --color-primary-fill-hover-quaternary: hsl(36, 95%, 36%);
298
- --color-primary-text-primary: hsl(0, 0%, 100%);
299
- --color-primary-text-secondary: hsl(36, 95%, 45%);
300
- --color-primary-text-tertiary: hsl(36, 100%, 86%);
42
+ --color-primary-fill-hover: hsl(36, 71%, 53%);
43
+ --color-primary-fill-focus: hsl(36, 100%, 64%);
44
+ --color-primary-fill-active: hsl(36, 100%, 73%);
45
+ --color-primary-fill-disabled: hsl(36, 45%, 35%);
46
+ --color-primary-text-primary: hsl(0, 0%, 11%);
47
+ --color-primary-text-secondary: hsl(36, 71%, 53%);
48
+ --color-primary-text-tertiary: hsl(36, 76%, 62%);
301
49
  --color-primary-text-quaternary: hsl(36, 95%, 36%);
302
- --color-primary-text-hover: hsl(36, 95%, 45%);
303
- --color-primary-text-focus: hsl(36, 95%, 45%);
304
- --color-primary-text-active: hsl(36, 95%, 45%);
305
- --color-primary-text-disabled: hsl(36, 45%, 57%);
306
- --color-primary-item-primary: hsl(0, 0%, 100%);
307
- --color-primary-item-secondary: hsl(36, 95%, 45%);
308
- --color-primary-item-tertiary: hsl(36, 100%, 86%);
50
+ --color-primary-text-hover: hsl(36, 71%, 53%);
51
+ --color-primary-text-focus: hsl(36, 100%, 64%);
52
+ --color-primary-text-active: hsl(36, 100%, 73%);
53
+ --color-primary-text-disabled: hsl(36, 45%, 35%);
54
+ --color-primary-item-primary: hsl(0, 0%, 11%);
55
+ --color-primary-item-secondary: hsl(36, 71%, 53%);
56
+ --color-primary-item-tertiary: hsl(36, 76%, 62%);
309
57
  --color-primary-item-quaternary: hsl(36, 95%, 36%);
310
- --color-primary-item-hover: hsl(36, 95%, 45%);
311
- --color-primary-item-focus: hsl(36, 95%, 45%);
312
- --color-primary-item-active: hsl(36, 95%, 45%);
313
- --color-primary-item-disabled: hsl(36, 45%, 57%);
314
- --color-primary-border-primary: hsl(0, 0%, 100%);
315
- --color-primary-border-secondary: hsl(36, 95%, 45%);
316
- --color-primary-border-tertiary: hsl(36, 100%, 86%);
58
+ --color-primary-item-hover: hsl(36, 71%, 53%);
59
+ --color-primary-item-focus: hsl(36, 100%, 64%);
60
+ --color-primary-item-active: hsl(36, 100%, 73%);
61
+ --color-primary-item-disabled: hsl(36, 45%, 35%);
62
+ --color-primary-border-primary: hsl(0, 0%, 11%);
63
+ --color-primary-border-secondary: hsl(36, 71%, 53%);
64
+ --color-primary-border-tertiary: hsl(36, 76%, 62%);
317
65
  --color-primary-border-quaternary: hsl(36, 95%, 36%);
318
- --color-primary-border-hover: hsl(36, 95%, 45%);
319
- --color-primary-border-focus: hsl(36, 95%, 45%);
320
- --color-primary-border-active: hsl(36, 95%, 45%);
321
- --color-primary-border-disabled: hsl(36, 45%, 57%);
322
- --color-secondary-fill-primary: hsl(349, 96%, 44%);
323
- --color-secondary-fill-secondary: hsl(349, 70%, 74%);
324
- --color-secondary-fill-tertiary: hsl(348, 58%, 90%);
325
- --color-secondary-fill-quaternary: hsl(349, 87%, 28%);
326
- --color-secondary-fill-focus: hsl(349, 84%, 59%);
327
- --color-secondary-fill-active: hsl(350, 58%, 41%);
328
- --color-secondary-fill-disabled: hsl(348, 20%, 64%);
329
- --color-secondary-fill-hover-primary: hsl(349, 96%, 44%);
330
- --color-secondary-fill-hover-secondary: hsl(349, 70%, 74%);
331
- --color-secondary-fill-hover-tertiary: hsl(348, 58%, 90%);
332
- --color-secondary-fill-hover-quaternary: hsl(349, 87%, 28%);
333
- --color-secondary-text-primary: hsl(0, 0%, 100%);
334
- --color-secondary-text-secondary: hsl(349, 96%, 44%);
335
- --color-secondary-text-tertiary: hsl(348, 58%, 90%);
336
- --color-secondary-text-quaternary: hsl(349, 87%, 28%);
337
- --color-secondary-text-hover: hsl(349, 96%, 44%);
338
- --color-secondary-text-focus: hsl(349, 84%, 59%);
339
- --color-secondary-text-active: hsl(350, 58%, 41%);
340
- --color-secondary-text-disabled: hsl(348, 20%, 64%);
341
- --color-secondary-item-primary: hsl(0, 0%, 100%);
342
- --color-secondary-item-secondary: hsl(349, 96%, 44%);
343
- --color-secondary-item-tertiary: hsl(348, 58%, 90%);
344
- --color-secondary-item-quaternary: hsl(349, 87%, 28%);
345
- --color-secondary-item-hover: hsl(349, 96%, 44%);
346
- --color-secondary-item-focus: hsl(349, 84%, 59%);
347
- --color-secondary-item-active: hsl(350, 58%, 41%);
66
+ --color-primary-border-hover: hsl(36, 71%, 53%);
67
+ --color-primary-border-focus: hsl(36, 100%, 64%);
68
+ --color-primary-border-active: hsl(36, 100%, 73%);
69
+ --color-primary-border-disabled: hsl(36, 45%, 35%);
70
+ --color-secondary-fill-primary: hsl(350, 67%, 46%);
71
+ --color-secondary-fill-secondary: hsl(350, 51%, 48%);
72
+ --color-secondary-fill-tertiary: hsl(350, 34%, 52%);
73
+ --color-secondary-fill-quaternary: hsl(350, 45%, 36%);
74
+ --color-secondary-fill-hover: hsl(350, 67%, 46%);
75
+ --color-secondary-fill-focus: hsl(349, 67%, 46%);
76
+ --color-secondary-fill-active: hsl(349, 83%, 27%);
77
+ --color-secondary-fill-disabled: hsl(350, 22%, 37%);
78
+ --color-secondary-text-primary: hsl(0, 0%, 11%);
79
+ --color-secondary-text-secondary: hsl(350, 67%, 46%);
80
+ --color-secondary-text-tertiary: hsl(350, 51%, 48%);
81
+ --color-secondary-text-quaternary: hsl(350, 45%, 36%);
82
+ --color-secondary-text-hover: hsl(350, 67%, 46%);
83
+ --color-secondary-text-focus: hsl(349, 67%, 46%);
84
+ --color-secondary-text-active: hsl(349, 83%, 27%);
85
+ --color-secondary-text-disabled: hsl(350, 22%, 37%);
86
+ --color-secondary-item-primary: hsl(0, 0%, 11%);
87
+ --color-secondary-item-secondary: hsl(350, 67%, 46%);
88
+ --color-secondary-item-tertiary: hsl(350, 51%, 48%);
89
+ --color-secondary-item-quaternary: hsl(350, 45%, 36%);
90
+ --color-secondary-item-hover: hsl(350, 67%, 46%);
91
+ --color-secondary-item-focus: hsl(349, 67%, 46%);
92
+ --color-secondary-item-active: hsl(349, 83%, 27%);
348
93
  --color-secondary-item-disabled: hsl(348, 20%, 64%);
349
- --color-secondary-border-primary: hsl(0, 0%, 100%);
350
- --color-secondary-border-secondary: hsl(349, 96%, 44%);
351
- --color-secondary-border-tertiary: hsl(348, 58%, 90%);
352
- --color-secondary-border-quaternary: hsl(349, 87%, 28%);
353
- --color-secondary-border-hover: hsl(349, 96%, 44%);
354
- --color-secondary-border-focus: hsl(349, 84%, 59%);
355
- --color-secondary-border-active: hsl(350, 58%, 41%);
356
- --color-secondary-border-disabled: hsl(348, 20%, 64%);
357
- --color-surface-fill-primary: hsl(0, 0%, 100%);
358
- --color-surface-fill-secondary: hsl(220, 14%, 96%);
359
- --color-surface-fill-tertiary: hsl(0, 0%, 85%);
360
- --color-surface-fill-quaternary: hsl(0, 0%, 45%);
361
- --color-surface-fill-quaternary-50: hsl(0, 0%, 45%);
362
- --color-surface-fill-inverse: hsl(0, 0%, 0%);
363
- --color-surface-fill-focus: hsl(0, 0%, 59%);
364
- --color-surface-fill-active: hsl(92, 49%, 47%);
365
- --color-surface-fill-disabled: hsl(0, 0%, 93%);
366
- --color-surface-fill-hover-primary: hsl(0, 0%, 79%);
367
- --color-surface-fill-hover-secondary: hsl(220, 14%, 96%);
368
- --color-surface-fill-hover-tertiary: hsl(0, 0%, 85%);
369
- --color-surface-fill-hover-quaternary: hsl(0, 0%, 45%);
370
- --color-surface-text-primary: hsl(0, 0%, 0%);
371
- --color-surface-text-secondary: hsl(0, 0%, 93%);
372
- --color-surface-text-tertiary: hsl(0, 0%, 85%);
373
- --color-surface-text-quaternary: hsl(0, 0%, 45%);
374
- --color-surface-text-inverse: hsl(0, 0%, 100%);
94
+ --color-secondary-border-primary: hsl(0, 0%, 11%);
95
+ --color-secondary-border-secondary: hsl(350, 67%, 46%);
96
+ --color-secondary-border-tertiary: hsl(350, 51%, 48%);
97
+ --color-secondary-border-quaternary: hsl(350, 45%, 36%);
98
+ --color-secondary-border-hover: hsl(350, 67%, 46%);
99
+ --color-secondary-border-active: hsl(349, 67%, 46%);
100
+ --color-secondary-border-focus: hsl(349, 83%, 27%);
101
+ --color-secondary-border-disabled: hsl(350, 22%, 37%);
102
+ --color-surface-fill-primary: hsl(0, 0%, 11%);
103
+ --color-surface-fill-secondary: hsl(0, 0%, 30%);
104
+ --color-surface-fill-tertiary: hsl(0, 0%, 62%);
105
+ --color-surface-fill-quaternary: hsl(220, 14%, 96%);
106
+ --color-surface-fill-quaternary-50: hsl(0, 0%, 79%);
107
+ --color-surface-fill-disabled: hsl(0, 0%, 38%);
108
+ --color-surface-fill-hover: hsl(0, 0%, 79%);
109
+ --color-surface-fill-active: hsl(91, 35%, 59%);
110
+ --color-surface-fill-inverse: hsl(0, 0%, 96%);
111
+ --color-surface-text-primary: hsl(0, 0%, 96%);
112
+ --color-surface-text-secondary: hsl(0, 0%, 30%);
113
+ --color-surface-text-tertiary: hsl(0, 0%, 62%);
114
+ --color-surface-text-quaternary: hsl(220, 14%, 96%);
115
+ --color-surface-text-disabled: hsl(0, 0%, 38%);
375
116
  --color-surface-text-hover: hsl(0, 0%, 79%);
376
- --color-surface-text-focus: hsl(0, 0%, 59%);
377
- --color-surface-text-active: hsl(92, 49%, 47%);
378
- --color-surface-text-disabled: hsl(0, 0%, 47%);
379
- --color-surface-item-primary: hsl(0, 0%, 0%);
380
- --color-surface-item-secondary: hsl(0, 0%, 93%);
381
- --color-surface-item-tertiary: hsl(0, 0%, 85%);
382
- --color-surface-item-quaternary: hsl(0, 0%, 45%);
383
- --color-surface-item-inverse: hsl(0, 0%, 100%);
117
+ --color-surface-text-active: hsl(91, 35%, 59%);
118
+ --color-surface-text-accent: hsl(91, 35%, 59%);
119
+ --color-surface-text-inverse: hsl(0, 0%, 11%);
120
+ --color-surface-item-primary: hsl(0, 0%, 96%);
121
+ --color-surface-item-secondary: hsl(0, 0%, 30%);
122
+ --color-surface-item-tertiary: hsl(0, 0%, 62%);
123
+ --color-surface-item-quaternary: hsl(220, 14%, 96%);
124
+ --color-surface-item-disabled: hsl(0, 0%, 38%);
384
125
  --color-surface-item-hover: hsl(0, 0%, 79%);
385
- --color-surface-item-focus: hsl(0, 0%, 59%);
386
- --color-surface-item-active: hsl(92, 49%, 47%);
387
- --color-surface-item-disabled: hsl(0, 0%, 47%);
388
- --color-surface-border-primary: hsl(0, 0%, 0%);
389
- --color-surface-border-secondary: hsl(0, 0%, 93%);
390
- --color-surface-border-tertiary: hsl(0, 0%, 85%);
391
- --color-surface-border-quaternary: hsl(0, 0%, 45%);
392
- --color-surface-border-inverse: hsl(0, 0%, 100%);
126
+ --color-surface-item-active: hsl(91, 35%, 59%);
127
+ --color-surface-item-accent: hsl(91, 35%, 59%);
128
+ --color-surface-item-inverse: hsl(0, 0%, 96%);
129
+ --color-surface-border-primary: hsl(0, 0%, 96%);
130
+ --color-surface-border-secondary: hsl(0, 0%, 30%);
131
+ --color-surface-border-tertiary: hsl(0, 0%, 62%);
132
+ --color-surface-border-quaternary: hsl(220, 14%, 96%);
133
+ --color-surface-border-disabled: hsl(0, 0%, 38%);
393
134
  --color-surface-border-hover: hsl(0, 0%, 79%);
394
- --color-surface-border-focus: hsl(0, 0%, 59%);
395
- --color-surface-border-active: hsl(92, 49%, 47%);
396
- --color-surface-border-disabled: hsl(0, 0%, 47%);
397
- --color-error-fill-primary: hsl(0, 100%, 44%);
398
- --color-error-fill-secondary: hsl(0, 100%, 73%);
399
- --color-error-fill-tertiary: hsl(0, 100%, 92%);
400
- --color-error-fill-quaternary: hsl(0, 100%, 44%);
401
- --color-error-fill-focus: hsl(0, 100%, 29%);
402
- --color-error-fill-active: hsl(0, 86%, 59%);
403
- --color-error-fill-disabled: hsl(0, 100%, 92%);
404
- --color-error-fill-hover-primary: hsl(0, 60%, 41%);
405
- --color-error-fill-hover-secondary: hsl(0, 100%, 73%);
406
- --color-error-fill-hover-tertiary: hsl(0, 100%, 92%);
407
- --color-error-fill-hover-quaternary: hsl(0, 100%, 44%);
408
- --color-error-text-primary: hsl(0, 0%, 100%);
409
- --color-error-text-secondary: hsl(0, 100%, 73%);
410
- --color-error-text-tertiary: hsl(0, 100%, 92%);
135
+ --color-surface-border-active: hsl(91, 35%, 59%);
136
+ --color-surface-border-accent: hsl(91, 35%, 59%);
137
+ --color-surface-border-inverse: hsl(0, 0%, 11%);
138
+ --color-success-fill-primary: hsl(91, 35%, 59%);
139
+ --color-success-fill-secondary: hsl(91, 47%, 57%);
140
+ --color-success-fill-tertiary: hsl(91, 17%, 41%);
141
+ --color-success-fill-hover: hsl(91, 47%, 57%);
142
+ --color-success-fill-focus: hsl(91, 24%, 47%);
143
+ --color-success-fill-active: hsl(91, 61%, 31%);
144
+ --color-success-fill-disabled: hsl(92, 12%, 27%);
145
+ --color-success-text-primary: hsl(0, 0%, 100%);
146
+ --color-success-text-secondary: hsl(91, 47%, 57%);
147
+ --color-success-text-hover: hsl(91, 47%, 57%);
148
+ --color-success-text-focus: hsl(91, 24%, 47%);
149
+ --color-success-text-active: hsl(91, 61%, 31%);
150
+ --color-success-text-disabled: hsl(92, 12%, 27%);
151
+ --color-success-item-primary: hsl(0, 0%, 11%);
152
+ --color-success-item-secondary: hsl(91, 47%, 57%);
153
+ --color-success-item-hover: hsl(91, 47%, 57%);
154
+ --color-success-item-focus: hsl(91, 24%, 47%);
155
+ --color-success-item-active: hsl(91, 61%, 31%);
156
+ --color-success-item-disabled: hsl(92, 12%, 27%);
157
+ --color-success-border-primary: hsl(0, 0%, 11%);
158
+ --color-success-border-secondary: hsl(91, 35%, 59%);
159
+ --color-success-border-hover: hsl(91, 47%, 57%);
160
+ --color-success-border-focus: hsl(91, 24%, 47%);
161
+ --color-success-border-active: hsl(91, 61%, 31%);
162
+ --color-success-border-disabled: hsl(350, 22%, 37%);
163
+ --color-warning-fill-primary: hsl(36, 71%, 48%);
164
+ --color-warning-fill-secondary: hsl(36, 74%, 40%);
165
+ --color-warning-fill-tertiary: hsl(35, 79%, 28%);
166
+ --color-warning-fill-focus: hsl(36, 71%, 48%);
167
+ --color-warning-fill-hover: hsl(36, 76%, 63%);
168
+ --color-warning-fill-active: hsl(35, 45%, 42%);
169
+ --color-warning-fill-disabled: hsl(35, 78%, 14%);
170
+ --color-warning-text-primary: hsl(0, 0%, 100%);
171
+ --color-warning-text-secondary: hsl(36, 74%, 40%);
172
+ --color-warning-text-focus: hsl(36, 71%, 48%);
173
+ --color-warning-text-hover: hsl(36, 76%, 63%);
174
+ --color-warning-text-active: hsl(35, 45%, 42%);
175
+ --color-warning-text-disabled: hsl(35, 78%, 14%);
176
+ --color-warning-item-primary: hsl(35, 78%, 14%);
177
+ --color-warning-item-secondary: hsl(36, 74%, 40%);
178
+ --color-warning-item-focus: hsl(36, 71%, 48%);
179
+ --color-warning-item-hover: hsl(36, 76%, 63%);
180
+ --color-warning-item-active: hsl(35, 45%, 42%);
181
+ --color-warning-item-disabled: hsl(35, 78%, 14%);
182
+ --color-warning-border-primary: hsl(0, 0%, 11%);
183
+ --color-warning-border-secondary: hsl(36, 74%, 40%);
184
+ --color-warning-border-focus: hsl(36, 71%, 48%);
185
+ --color-warning-border-hover: hsl(36, 76%, 63%);
186
+ --color-warning-border-active: hsl(35, 45%, 42%);
187
+ --color-warning-border-disabled: hsl(35, 78%, 14%);
188
+ --color-error-fill-primary: hsl(0, 100%, 44%);
189
+ --color-error-fill-secondary: hsl(0, 99%, 38%);
190
+ --color-error-fill-tertiary: hsl(0, 100%, 27%);
191
+ --color-error-fill-quaternary: hsl(0, 100%, 44%);
192
+ --color-error-fill-hover: hsl(0, 60%, 41%);
193
+ --color-error-fill-focus: hsl(0, 86%, 59%);
194
+ --color-error-fill-active: hsl(0, 100%, 29%);
195
+ --color-error-fill-disabled: hsl(0, 81%, 17%);
196
+ --color-error-text-primary: hsl(0, 100%, 90%);
197
+ --color-error-text-secondary: hsl(0, 100%, 22%);
198
+ --color-error-text-tertiary: hsl(0, 100%, 27%);
411
199
  --color-error-text-quaternary: hsl(0, 100%, 44%);
412
200
  --color-error-text-hover: hsl(0, 60%, 41%);
413
- --color-error-text-focus: hsl(0, 100%, 29%);
414
- --color-error-text-active: hsl(0, 86%, 59%);
415
- --color-error-text-disabled: hsl(0, 31%, 65%);
416
- --color-error-item-primary: hsl(0, 0%, 100%);
417
- --color-error-item-secondary: hsl(0, 100%, 73%);
418
- --color-error-item-tertiary: hsl(0, 100%, 92%);
201
+ --color-error-text-focus: hsl(0, 86%, 59%);
202
+ --color-error-text-active: hsl(0, 100%, 29%);
203
+ --color-error-text-disabled: hsl(0, 81%, 17%);
204
+ --color-error-item-primary: hsl(0, 100%, 90%);
205
+ --color-error-item-secondary: hsl(0, 100%, 22%);
206
+ --color-error-item-tertiary: hsl(0, 100%, 27%);
419
207
  --color-error-item-quaternary: hsl(0, 100%, 44%);
420
208
  --color-error-item-hover: hsl(0, 60%, 41%);
421
- --color-error-item-focus: hsl(0, 100%, 29%);
422
- --color-error-item-active: hsl(0, 86%, 59%);
423
- --color-error-item-disabled: hsl(0, 31%, 65%);
424
- --color-error-border-primary: hsl(0, 0%, 100%);
425
- --color-error-border-secondary: hsl(0, 100%, 73%);
426
- --color-error-border-tertiary: hsl(0, 100%, 92%);
209
+ --color-error-item-focus: hsl(0, 86%, 59%);
210
+ --color-error-item-active: hsl(0, 100%, 29%);
211
+ --color-error-item-disabled: hsl(0, 81%, 17%);
212
+ --color-error-border-primary: hsl(0, 100%, 22%);
213
+ --color-error-border-secondary: hsl(0, 100%, 44%);
214
+ --color-error-border-tertiary: hsl(0, 100%, 27%);
427
215
  --color-error-border-quaternary: hsl(0, 100%, 44%);
428
216
  --color-error-border-hover: hsl(0, 60%, 41%);
429
- --color-error-border-focus: hsl(0, 100%, 29%);
430
- --color-error-border-active: hsl(0, 100%, 44%);
431
- --color-error-border-disabled: hsl(0, 31%, 65%);
432
- --color-warning-fill-primary: hsl(36, 95%, 45%);
433
- --color-warning-fill-secondary: hsl(36, 76%, 71%);
434
- --color-warning-fill-tertiary: hsl(36, 100%, 93%);
435
- --color-warning-fill-quaternary: hsl(36, 66%, 40%);
436
- --color-warning-fill-focus: hsl(36, 95%, 45%);
437
- --color-warning-fill-active: hsl(36, 97%, 29%);
438
- --color-warning-fill-disabled: hsl(36, 83%, 86%);
439
- --color-warning-fill-hover-primary: hsl(36, 85%, 59%);
440
- --color-warning-fill-hover-secondary: hsl(36, 76%, 71%);
441
- --color-warning-fill-hover-tertiary: hsl(36, 100%, 93%);
442
- --color-warning-fill-hover-quaternary: hsl(36, 66%, 40%);
443
- --color-warning-text-primary: hsl(0, 0%, 100%);
444
- --color-warning-text-secondary: hsl(36, 95%, 45%);
445
- --color-warning-text-tertiary: hsl(36, 100%, 93%);
446
- --color-warning-text-quaternary: hsl(36, 100%, 29%);
447
- --color-warning-text-focus: hsl(36, 95%, 45%);
448
- --color-warning-text-hover: hsl(36, 85%, 59%);
449
- --color-warning-text-active: hsl(36, 97%, 29%);
450
- --color-warning-text-disabled: hsl(36, 31%, 57%);
451
- --color-warning-item-primary: hsl(0, 0%, 100%);
452
- --color-warning-item-secondary: hsl(36, 95%, 45%);
453
- --color-warning-item-tertiary: hsl(36, 100%, 93%);
454
- --color-warning-item-quaternary: hsl(36, 100%, 29%);
455
- --color-warning-item-focus: hsl(36, 95%, 45%);
456
- --color-warning-item-hover: hsl(36, 85%, 59%);
457
- --color-warning-item-active: hsl(36, 97%, 29%);
458
- --color-warning-item-disabled: hsl(36, 31%, 57%);
459
- --color-warning-border-primary: hsl(0, 0%, 100%);
460
- --color-warning-border-secondary: hsl(36, 95%, 45%);
461
- --color-warning-border-tertiary: hsl(36, 100%, 93%);
462
- --color-warning-border-quaternary: hsl(36, 100%, 29%);
463
- --color-warning-border-focus: hsl(36, 95%, 45%);
464
- --color-warning-border-hover: hsl(36, 85%, 59%);
465
- --color-warning-border-active: hsl(36, 97%, 29%);
466
- --color-warning-border-disabled: hsl(36, 31%, 57%);
467
- --color-success-fill-primary: hsl(92, 56%, 38%);
468
- --color-success-fill-hover-primary: hsl(92, 56%, 38%);
469
- --color-success-fill-hover-secondary: hsl(92, 68%, 48%);
470
- --color-success-fill-hover-tertiary: hsl(90, 53%, 93%);
471
- --color-success-fill-hover-quaternary: hsl(92, 90%, 37%);
472
- --color-success-fill-secondary: hsl(92, 68%, 48%);
473
- --color-success-fill-tertiary: hsl(90, 53%, 93%);
474
- --color-success-fill-quaternary: hsl(92, 90%, 37%);
475
- --color-success-fill-focus: hsl(92, 75%, 22%);
476
- --color-success-fill-active: hsl(92, 52%, 58%);
477
- --color-success-fill-disabled: hsl(92, 43%, 80%);
478
- --color-success-text-primary: hsl(0, 0%, 100%);
479
- --color-success-text-secondary: hsl(92, 68%, 48%);
480
- --color-success-text-tertiary: hsl(90, 53%, 93%);
481
- --color-success-text-quaternary: hsl(92, 90%, 37%);
482
- --color-success-text-hover: hsl(92, 56%, 38%);
483
- --color-success-text-focus: hsl(92, 75%, 22%);
484
- --color-success-text-active: hsl(92, 52%, 58%);
485
- --color-success-text-disabled: hsl(92, 22%, 54%);
486
- --color-success-item-primary: hsl(0, 0%, 100%);
487
- --color-success-item-secondary: hsl(92, 68%, 48%);
488
- --color-success-item-tertiary: hsl(90, 53%, 93%);
489
- --color-success-item-quaternary: hsl(92, 90%, 37%);
490
- --color-success-item-hover: hsl(92, 56%, 38%);
491
- --color-success-item-focus: hsl(92, 75%, 22%);
492
- --color-success-item-active: hsl(92, 52%, 58%);
493
- --color-success-item-disabled: hsl(92, 22%, 54%);
494
- --color-success-border-primary: hsl(0, 0%, 100%);
495
- --color-success-border-secondary: hsl(92, 68%, 48%);
496
- --color-success-border-tertiary: hsl(90, 53%, 93%);
497
- --color-success-border-quaternary: hsl(92, 90%, 37%);
498
- --color-success-border-hover: hsl(92, 56%, 38%);
499
- --color-success-border-focus: hsl(92, 75%, 22%);
500
- --color-success-border-active: hsl(92, 52%, 58%);
501
- --color-success-border-disabled: hsl(92, 22%, 54%);
502
- --color-info-fill-primary: hsl(226, 100%, 52%);
503
- --color-info-fill-hover-primary: hsl(226, 100%, 52%);
504
- --color-info-fill-hover-secondary: hsl(226, 100%, 75%);
505
- --color-info-fill-hover-tertiary: hsl(227, 100%, 96%);
506
- --color-info-fill-hover-quaternary: hsl(226, 49%, 22%);
507
- --color-info-fill-secondary: hsl(226, 100%, 75%);
508
- --color-info-fill-tertiary: hsl(227, 100%, 96%);
509
- --color-info-fill-quaternary: hsl(226, 49%, 22%);
510
- --color-info-fill-focus: hsl(226, 49%, 45%);
511
- --color-info-fill-active: hsl(226, 100%, 75%);
512
- --color-info-fill-disabled: hsl(227, 36%, 85%);
217
+ --color-error-border-focus: hsl(0, 86%, 59%);
218
+ --color-error-border-active: hsl(0, 100%, 29%);
219
+ --color-error-border-disabled: hsl(0, 81%, 17%);
220
+ --color-info-fill-primary: hsl(211, 56%, 51%);
221
+ --color-info-fill-secondary: hsl(212, 72%, 61%);
222
+ --color-info-fill-tertiary: hsl(212, 89%, 93%);
223
+ --color-info-fill-quaternary: hsl(211, 49%, 54%);
224
+ --color-info-fill-hover: hsl(212, 68%, 65%);
225
+ --color-info-fill-focus: hsl(212, 74%, 29%);
226
+ --color-info-fill-active: hsl(212, 35%, 43%);
227
+ --color-info-fill-disabled: hsl(211, 53%, 31%);
513
228
  --color-info-text-primary: hsl(0, 0%, 100%);
514
- --color-info-text-secondary: hsl(226, 100%, 52%);
515
- --color-info-text-tertiary: hsl(227, 100%, 96%);
516
- --color-info-text-quaternary: hsl(226, 49%, 22%);
517
- --color-info-text-hover: hsl(226, 100%, 67%);
518
- --color-info-text-focus: hsl(226, 49%, 45%);
519
- --color-info-text-active: hsl(226, 100%, 75%);
520
- --color-info-text-disabled: hsl(227, 36%, 85%);
521
- --color-info-item-primary: hsl(0, 0%, 100%);
522
- --color-info-item-secondary: hsl(226, 100%, 52%);
523
- --color-info-item-tertiary: hsl(227, 100%, 96%);
524
- --color-info-item-quaternary: hsl(226, 49%, 22%);
525
- --color-info-item-hover: hsl(226, 100%, 67%);
526
- --color-info-item-focus: hsl(226, 49%, 45%);
527
- --color-info-item-active: hsl(226, 100%, 75%);
528
- --color-info-item-disabled: hsl(227, 36%, 85%);
529
- --color-info-border-primary: hsl(0, 0%, 100%);
530
- --color-info-border-secondary: hsl(226, 100%, 52%);
531
- --color-info-border-tertiary: hsl(227, 100%, 96%);
532
- --color-info-border-quaternary: hsl(226, 49%, 22%);
533
- --color-info-border-hover: hsl(226, 100%, 67%);
534
- --color-info-border-focus: hsl(226, 49%, 45%);
535
- --color-info-border-active: hsl(226, 100%, 75%);
536
- --color-info-border-disabled: hsl(227, 36%, 85%);
537
- --color-danger-fill-primary: hsl(349, 68%, 50%);
538
- --color-danger-fill-hover-primary: hsl(349, 92%, 51%);
539
- --color-danger-fill-hover-secondary: hsl(0, 0%, 100%);
540
- --color-danger-fill-hover-tertiary: hsl(349, 70%, 91%);
541
- --color-danger-fill-hover-quaternary: hsl(349, 74%, 47%);
542
- --color-danger-fill-secondary: hsl(0, 0%, 100%);
543
- --color-danger-fill-tertiary: hsl(349, 70%, 91%);
544
- --color-danger-fill-quaternary: hsl(349, 74%, 47%);
545
- --color-danger-fill-focus: hsl(349, 95%, 64%);
546
- --color-danger-fill-active: hsl(349, 94%, 32%);
547
- --color-danger-fill-disabled: hsl(349, 43%, 75%);
548
- --color-danger-text-primary: hsl(0, 0%, 100%);
549
- --color-danger-text-secondary: hsl(349, 68%, 50%);
550
- --color-danger-text-tertiary: hsl(349, 70%, 91%);
551
- --color-danger-text-quaternary: hsl(349, 74%, 47%);
552
- --color-danger-text-hover: hsl(349, 92%, 51%);
553
- --color-danger-text-focus: hsl(349, 95%, 64%);
554
- --color-danger-text-active: hsl(349, 94%, 32%);
555
- --color-danger-text-disabled: hsl(349, 43%, 75%);
556
- --color-danger-item-primary: hsl(0, 0%, 100%);
557
- --color-danger-item-secondary: hsl(349, 68%, 50%);
558
- --color-danger-item-tertiary: hsl(349, 70%, 91%);
559
- --color-danger-item-quaternary: hsl(349, 74%, 47%);
560
- --color-danger-item-hover: hsl(349, 92%, 51%);
561
- --color-danger-item-focus: hsl(349, 95%, 64%);
562
- --color-danger-item-active: hsl(349, 94%, 32%);
563
- --color-danger-item-disabled: hsl(349, 43%, 75%);
564
- --color-danger-border-primary: hsl(0, 0%, 100%);
565
- --color-danger-border-secondary: hsl(349, 68%, 50%);
566
- --color-danger-border-tertiary: hsl(349, 70%, 91%);
567
- --color-danger-border-quaternary: hsl(349, 74%, 47%);
568
- --color-danger-border-hover: hsl(349, 92%, 51%);
569
- --color-danger-border-focus: hsl(349, 95%, 64%);
570
- --color-danger-border-active: hsl(349, 94%, 32%);
571
- --color-danger-border-disabled: hsl(349, 43%, 75%);
572
- --color-disabled-item-disabled: hsl(0, 0%, 47%);
573
- }
574
- }
575
-
576
- @media print,
577
- screen and (prefers-color-scheme: light) {
578
-
579
- /**
580
- * Do not edit directly, this file was auto-generated.
581
- */
582
-
583
- :root:where(:not(.dark-theme)):where(.am) {
229
+ --color-info-text-secondary: hsl(211, 56%, 51%);
230
+ --color-info-text-tertiary: hsl(212, 89%, 93%);
231
+ --color-info-text-quaternary: hsl(211, 49%, 54%);
232
+ --color-info-text-hover: hsl(211, 56%, 51%);
233
+ --color-info-text-focus: hsl(212, 68%, 65%);
234
+ --color-info-text-active: hsl(212, 74%, 29%);
235
+ --color-info-text-disabled: hsl(212, 26%, 72%);
236
+ --color-info-item-primary: hsl(211, 80%, 50%);
237
+ --color-info-item-secondary: hsl(212, 35%, 43%);
238
+ --color-info-item-tertiary: hsl(212, 89%, 93%);
239
+ --color-info-item-quaternary: hsl(211, 49%, 54%);
240
+ --color-info-item-hover: hsl(211, 56%, 51%);
241
+ --color-info-item-focus: hsl(212, 68%, 65%);
242
+ --color-info-item-active: hsl(212, 74%, 29%);
243
+ --color-info-item-disabled: hsl(212, 26%, 72%);
244
+ --color-info-border-primary: hsl(211, 80%, 50%);
245
+ --color-info-border-secondary: hsl(212, 35%, 43%);
246
+ --color-info-border-tertiary: hsl(212, 89%, 93%);
247
+ --color-info-border-quaternary: hsl(211, 56%, 51%);
248
+ --color-info-border-hover: hsl(211, 56%, 51%);
249
+ --color-info-border-focus: hsl(212, 68%, 65%);
250
+ --color-info-border-active: hsl(212, 74%, 29%);
251
+ --color-info-border-disabled: hsl(212, 26%, 72%);
252
+ --color-danger-fill-primary: hsl(349, 62%, 48%);
253
+ --color-danger-fill-secondary: hsl(0, 0%, 11%);
254
+ --color-danger-fill-tertiary: hsl(349, 68%, 50%);
255
+ --color-danger-fill-quaternary: hsl(349, 95%, 64%);
256
+ --color-danger-fill-hover: hsl(349, 55%, 47%);
257
+ --color-danger-fill-active: hsl(349, 92%, 51%);
258
+ --color-danger-fill-focus: hsl(349, 94%, 32%);
259
+ --color-danger-fill-disabled: hsl(349, 74%, 26%);
260
+ --color-danger-text-primary: hsl(0, 0%, 11%);
261
+ --color-danger-text-secondary: hsl(349, 62%, 48%);
262
+ --color-danger-text-tertiary: hsl(349, 68%, 50%);
263
+ --color-danger-text-quaternary: hsl(349, 95%, 64%);
264
+ --color-danger-text-hover: hsl(349, 55%, 47%);
265
+ --color-danger-text-active: hsl(349, 92%, 51%);
266
+ --color-danger-text-focus: hsl(349, 94%, 32%);
267
+ --color-danger-text-disabled: hsl(349, 74%, 26%);
268
+ --color-danger-item-primary: hsl(0, 0%, 11%);
269
+ --color-danger-item-secondary: hsl(349, 62%, 48%);
270
+ --color-danger-item-tertiary: hsl(349, 68%, 50%);
271
+ --color-danger-item-quaternary: hsl(349, 95%, 64%);
272
+ --color-danger-item-hover: hsl(349, 55%, 47%);
273
+ --color-danger-item-active: hsl(349, 92%, 51%);
274
+ --color-danger-item-focus: hsl(349, 94%, 32%);
275
+ --color-danger-item-disabled: hsl(349, 74%, 26%);
276
+ --color-danger-border-primary: hsl(0, 0%, 11%);
277
+ --color-danger-border-secondary: hsl(349, 62%, 48%);
278
+ --color-danger-border-tertiary: hsl(349, 68%, 50%);
279
+ --color-danger-border-quaternary: hsl(349, 95%, 64%);
280
+ --color-danger-border-hover: hsl(349, 55%, 47%);
281
+ --color-danger-border-active: hsl(349, 92%, 51%);
282
+ --color-danger-border-focus: hsl(349, 94%, 32%);
283
+ --color-danger-border-disabled: hsl(349, 74%, 26%);
284
+ }/**
285
+ * Do not edit directly, this file was auto-generated.
286
+ */
287
+
288
+ :root:where(.light-theme):where(.am) {
584
289
  --color-accent-fill-primary: hsl(92, 49%, 47%);
585
290
  --color-accent-fill-secondary: hsl(92, 28%, 62%);
586
291
  --color-accent-fill-tertiary: hsl(93, 53%, 93%);
@@ -905,298 +610,247 @@
905
610
  --color-danger-border-active: hsl(349, 94%, 32%);
906
611
  --color-danger-border-disabled: hsl(349, 43%, 75%);
907
612
  --color-disabled-item-disabled: hsl(0, 0%, 47%);
908
- }
909
- }
613
+ }/* DO NOT SET :root:where(.am) this will breacks postCSSFluid Typo */
910
614
 
911
- @media print, screen {
615
+ :root {
616
+ --elevation-1: 0px 1px 1px rgb(0, 0, 0, 0.24);
617
+ --elevation-2: 0px 2px 8px 0px rgb(0, 0, 0, 0.1);
618
+ --elevation-4: 0px 2px 6px rgb(0, 0, 0, 0.24);
619
+ --elevation-6: 0px 2px 6px rgb(0, 0, 0, 0.24);
620
+ --elevation-8: 0px 4px 12px 0px rgb(0, 0, 0, 0.2);
621
+ --elevation-12: 0px 6px 12px rgb(0, 0, 0, 0.16);
622
+ --elevation-16: 0px 8px 16px rgb(0, 0, 0, 0.16);
623
+ --elevation-24: 0px 16px 24px rgb(0, 0, 0, 0.12);
624
+ --min-max: 360px 1440px;
625
+ --min: 360px;
626
+ --max: 1440px;
627
+ --typography-min-viewport: 360px;
628
+ --typography-max-viewport: 1920px;
912
629
 
913
- /**
914
- * Do not edit directly, this file was auto-generated.
915
- */
630
+ --typography-hero1-max: 128px;
631
+ --typography-hero1-min: 72px;
632
+ --typography-hero1-max-line-height: 156px;
633
+ --typography-hero1-min-line-height: 88px;
634
+ --typography-hero1-font: var(--font-primary);
916
635
 
917
- :root:where(.dark-theme):where(.am) {
918
- --color-accent-fill-primary: hsl(91, 35%, 59%);
919
- --color-accent-fill-secondary: hsl(92, 18%, 72%);
920
- --color-accent-fill-tertiary: hsl(94, 53%, 65%);
921
- --color-accent-fill-quaternary: hsl(91, 37%, 24%);
922
- --color-accent-fill-hover: hsl(91, 35%, 59%);
923
- --color-accent-fill-focus: hsl(91, 17%, 47%);
924
- --color-accent-fill-active: hsl(91, 49%, 74%);
925
- --color-accent-fill-disabled: hsl(92, 67%, 16%);
926
- --color-accent-text-primary: hsl(0, 0%, 20%);
927
- --color-accent-text-secondary: hsl(91, 35%, 59%);
928
- --color-accent-text-tertiary: hsl(92, 18%, 72%);
929
- --color-accent-text-quaternary: hsl(91, 21%, 40%);
930
- --color-accent-text-hover: hsl(91, 17%, 47%);
931
- --color-accent-text-focus: hsl(91, 53%, 31%);
932
- --color-accent-text-active: hsl(91, 49%, 74%);
933
- --color-accent-text-disabled: hsl(92, 67%, 16%);
934
- --color-accent-item-primary: hsl(0, 0%, 20%);
935
- --color-accent-item-secondary: hsl(91, 35%, 59%);
936
- --color-accent-item-tertiary: hsl(91, 35%, 59%);
937
- --color-accent-item-quaternary: hsl(90, 11%, 45%);
938
- --color-accent-item-hover: hsl(91, 17%, 47%);
939
- --color-accent-item-focus: hsl(91, 53%, 31%);
940
- --color-accent-item-active: hsl(91, 49%, 74%);
941
- --color-accent-item-disabled: hsl(92, 67%, 16%);
942
- --color-accent-border-primary: hsl(93, 26%, 27%);
943
- --color-accent-border-secondary: hsl(91, 35%, 59%);
944
- --color-accent-border-tertiary: hsl(92, 18%, 72%);
945
- --color-accent-border-quaternary: hsl(91, 21%, 40%);
946
- --color-accent-border-hover: hsl(91, 17%, 47%);
947
- --color-accent-border-focus: hsl(91, 53%, 31%);
948
- --color-accent-border-active: hsl(91, 49%, 74%);
949
- --color-accent-border-disabled: hsl(92, 67%, 16%);
950
- --color-primary-fill-primary: hsl(36, 71%, 53%);
951
- --color-primary-fill-secondary: hsl(36, 76%, 62%);
952
- --color-primary-fill-tertiary: hsl(36, 95%, 36%);
953
- --color-primary-fill-quaternary: hsl(36, 95%, 36%);
954
- --color-primary-fill-hover: hsl(36, 71%, 53%);
955
- --color-primary-fill-focus: hsl(36, 100%, 64%);
956
- --color-primary-fill-active: hsl(36, 100%, 73%);
957
- --color-primary-fill-disabled: hsl(36, 45%, 35%);
958
- --color-primary-text-primary: hsl(0, 0%, 11%);
959
- --color-primary-text-secondary: hsl(36, 71%, 53%);
960
- --color-primary-text-tertiary: hsl(36, 76%, 62%);
961
- --color-primary-text-quaternary: hsl(36, 95%, 36%);
962
- --color-primary-text-hover: hsl(36, 71%, 53%);
963
- --color-primary-text-focus: hsl(36, 100%, 64%);
964
- --color-primary-text-active: hsl(36, 100%, 73%);
965
- --color-primary-text-disabled: hsl(36, 45%, 35%);
966
- --color-primary-item-primary: hsl(0, 0%, 11%);
967
- --color-primary-item-secondary: hsl(36, 71%, 53%);
968
- --color-primary-item-tertiary: hsl(36, 76%, 62%);
969
- --color-primary-item-quaternary: hsl(36, 95%, 36%);
970
- --color-primary-item-hover: hsl(36, 71%, 53%);
971
- --color-primary-item-focus: hsl(36, 100%, 64%);
972
- --color-primary-item-active: hsl(36, 100%, 73%);
973
- --color-primary-item-disabled: hsl(36, 45%, 35%);
974
- --color-primary-border-primary: hsl(0, 0%, 11%);
975
- --color-primary-border-secondary: hsl(36, 71%, 53%);
976
- --color-primary-border-tertiary: hsl(36, 76%, 62%);
977
- --color-primary-border-quaternary: hsl(36, 95%, 36%);
978
- --color-primary-border-hover: hsl(36, 71%, 53%);
979
- --color-primary-border-focus: hsl(36, 100%, 64%);
980
- --color-primary-border-active: hsl(36, 100%, 73%);
981
- --color-primary-border-disabled: hsl(36, 45%, 35%);
982
- --color-secondary-fill-primary: hsl(350, 67%, 46%);
983
- --color-secondary-fill-secondary: hsl(350, 51%, 48%);
984
- --color-secondary-fill-tertiary: hsl(350, 34%, 52%);
985
- --color-secondary-fill-quaternary: hsl(350, 45%, 36%);
986
- --color-secondary-fill-hover: hsl(350, 67%, 46%);
987
- --color-secondary-fill-focus: hsl(349, 67%, 46%);
988
- --color-secondary-fill-active: hsl(349, 83%, 27%);
989
- --color-secondary-fill-disabled: hsl(350, 22%, 37%);
990
- --color-secondary-text-primary: hsl(0, 0%, 11%);
991
- --color-secondary-text-secondary: hsl(350, 67%, 46%);
992
- --color-secondary-text-tertiary: hsl(350, 51%, 48%);
993
- --color-secondary-text-quaternary: hsl(350, 45%, 36%);
994
- --color-secondary-text-hover: hsl(350, 67%, 46%);
995
- --color-secondary-text-focus: hsl(349, 67%, 46%);
996
- --color-secondary-text-active: hsl(349, 83%, 27%);
997
- --color-secondary-text-disabled: hsl(350, 22%, 37%);
998
- --color-secondary-item-primary: hsl(0, 0%, 11%);
999
- --color-secondary-item-secondary: hsl(350, 67%, 46%);
1000
- --color-secondary-item-tertiary: hsl(350, 51%, 48%);
1001
- --color-secondary-item-quaternary: hsl(350, 45%, 36%);
1002
- --color-secondary-item-hover: hsl(350, 67%, 46%);
1003
- --color-secondary-item-focus: hsl(349, 67%, 46%);
1004
- --color-secondary-item-active: hsl(349, 83%, 27%);
1005
- --color-secondary-item-disabled: hsl(348, 20%, 64%);
1006
- --color-secondary-border-primary: hsl(0, 0%, 11%);
1007
- --color-secondary-border-secondary: hsl(350, 67%, 46%);
1008
- --color-secondary-border-tertiary: hsl(350, 51%, 48%);
1009
- --color-secondary-border-quaternary: hsl(350, 45%, 36%);
1010
- --color-secondary-border-hover: hsl(350, 67%, 46%);
1011
- --color-secondary-border-active: hsl(349, 67%, 46%);
1012
- --color-secondary-border-focus: hsl(349, 83%, 27%);
1013
- --color-secondary-border-disabled: hsl(350, 22%, 37%);
1014
- --color-surface-fill-primary: hsl(0, 0%, 11%);
1015
- --color-surface-fill-secondary: hsl(0, 0%, 30%);
1016
- --color-surface-fill-tertiary: hsl(0, 0%, 62%);
1017
- --color-surface-fill-quaternary: hsl(220, 14%, 96%);
1018
- --color-surface-fill-quaternary-50: hsl(0, 0%, 79%);
1019
- --color-surface-fill-disabled: hsl(0, 0%, 38%);
1020
- --color-surface-fill-hover: hsl(0, 0%, 79%);
1021
- --color-surface-fill-active: hsl(91, 35%, 59%);
1022
- --color-surface-fill-inverse: hsl(0, 0%, 96%);
1023
- --color-surface-text-primary: hsl(0, 0%, 96%);
1024
- --color-surface-text-secondary: hsl(0, 0%, 30%);
1025
- --color-surface-text-tertiary: hsl(0, 0%, 62%);
1026
- --color-surface-text-quaternary: hsl(220, 14%, 96%);
1027
- --color-surface-text-disabled: hsl(0, 0%, 38%);
1028
- --color-surface-text-hover: hsl(0, 0%, 79%);
1029
- --color-surface-text-active: hsl(91, 35%, 59%);
1030
- --color-surface-text-accent: hsl(91, 35%, 59%);
1031
- --color-surface-text-inverse: hsl(0, 0%, 11%);
1032
- --color-surface-item-primary: hsl(0, 0%, 96%);
1033
- --color-surface-item-secondary: hsl(0, 0%, 30%);
1034
- --color-surface-item-tertiary: hsl(0, 0%, 62%);
1035
- --color-surface-item-quaternary: hsl(220, 14%, 96%);
1036
- --color-surface-item-disabled: hsl(0, 0%, 38%);
1037
- --color-surface-item-hover: hsl(0, 0%, 79%);
1038
- --color-surface-item-active: hsl(91, 35%, 59%);
1039
- --color-surface-item-accent: hsl(91, 35%, 59%);
1040
- --color-surface-item-inverse: hsl(0, 0%, 96%);
1041
- --color-surface-border-primary: hsl(0, 0%, 96%);
1042
- --color-surface-border-secondary: hsl(0, 0%, 30%);
1043
- --color-surface-border-tertiary: hsl(0, 0%, 62%);
1044
- --color-surface-border-quaternary: hsl(220, 14%, 96%);
1045
- --color-surface-border-disabled: hsl(0, 0%, 38%);
1046
- --color-surface-border-hover: hsl(0, 0%, 79%);
1047
- --color-surface-border-active: hsl(91, 35%, 59%);
1048
- --color-surface-border-accent: hsl(91, 35%, 59%);
1049
- --color-surface-border-inverse: hsl(0, 0%, 11%);
1050
- --color-success-fill-primary: hsl(91, 35%, 59%);
1051
- --color-success-fill-secondary: hsl(91, 47%, 57%);
1052
- --color-success-fill-tertiary: hsl(91, 17%, 41%);
1053
- --color-success-fill-hover: hsl(91, 47%, 57%);
1054
- --color-success-fill-focus: hsl(91, 24%, 47%);
1055
- --color-success-fill-active: hsl(91, 61%, 31%);
1056
- --color-success-fill-disabled: hsl(92, 12%, 27%);
1057
- --color-success-text-primary: hsl(0, 0%, 100%);
1058
- --color-success-text-secondary: hsl(91, 47%, 57%);
1059
- --color-success-text-hover: hsl(91, 47%, 57%);
1060
- --color-success-text-focus: hsl(91, 24%, 47%);
1061
- --color-success-text-active: hsl(91, 61%, 31%);
1062
- --color-success-text-disabled: hsl(92, 12%, 27%);
1063
- --color-success-item-primary: hsl(0, 0%, 11%);
1064
- --color-success-item-secondary: hsl(91, 47%, 57%);
1065
- --color-success-item-hover: hsl(91, 47%, 57%);
1066
- --color-success-item-focus: hsl(91, 24%, 47%);
1067
- --color-success-item-active: hsl(91, 61%, 31%);
1068
- --color-success-item-disabled: hsl(92, 12%, 27%);
1069
- --color-success-border-primary: hsl(0, 0%, 11%);
1070
- --color-success-border-secondary: hsl(91, 35%, 59%);
1071
- --color-success-border-hover: hsl(91, 47%, 57%);
1072
- --color-success-border-focus: hsl(91, 24%, 47%);
1073
- --color-success-border-active: hsl(91, 61%, 31%);
1074
- --color-success-border-disabled: hsl(350, 22%, 37%);
1075
- --color-warning-fill-primary: hsl(36, 71%, 48%);
1076
- --color-warning-fill-secondary: hsl(36, 74%, 40%);
1077
- --color-warning-fill-tertiary: hsl(35, 79%, 28%);
1078
- --color-warning-fill-focus: hsl(36, 71%, 48%);
1079
- --color-warning-fill-hover: hsl(36, 76%, 63%);
1080
- --color-warning-fill-active: hsl(35, 45%, 42%);
1081
- --color-warning-fill-disabled: hsl(35, 78%, 14%);
1082
- --color-warning-text-primary: hsl(0, 0%, 100%);
1083
- --color-warning-text-secondary: hsl(36, 74%, 40%);
1084
- --color-warning-text-focus: hsl(36, 71%, 48%);
1085
- --color-warning-text-hover: hsl(36, 76%, 63%);
1086
- --color-warning-text-active: hsl(35, 45%, 42%);
1087
- --color-warning-text-disabled: hsl(35, 78%, 14%);
1088
- --color-warning-item-primary: hsl(35, 78%, 14%);
1089
- --color-warning-item-secondary: hsl(36, 74%, 40%);
1090
- --color-warning-item-focus: hsl(36, 71%, 48%);
1091
- --color-warning-item-hover: hsl(36, 76%, 63%);
1092
- --color-warning-item-active: hsl(35, 45%, 42%);
1093
- --color-warning-item-disabled: hsl(35, 78%, 14%);
1094
- --color-warning-border-primary: hsl(0, 0%, 11%);
1095
- --color-warning-border-secondary: hsl(36, 74%, 40%);
1096
- --color-warning-border-focus: hsl(36, 71%, 48%);
1097
- --color-warning-border-hover: hsl(36, 76%, 63%);
1098
- --color-warning-border-active: hsl(35, 45%, 42%);
1099
- --color-warning-border-disabled: hsl(35, 78%, 14%);
1100
- --color-error-fill-primary: hsl(0, 100%, 44%);
1101
- --color-error-fill-secondary: hsl(0, 99%, 38%);
1102
- --color-error-fill-tertiary: hsl(0, 100%, 27%);
1103
- --color-error-fill-quaternary: hsl(0, 100%, 44%);
1104
- --color-error-fill-hover: hsl(0, 60%, 41%);
1105
- --color-error-fill-focus: hsl(0, 86%, 59%);
1106
- --color-error-fill-active: hsl(0, 100%, 29%);
1107
- --color-error-fill-disabled: hsl(0, 81%, 17%);
1108
- --color-error-text-primary: hsl(0, 100%, 90%);
1109
- --color-error-text-secondary: hsl(0, 100%, 22%);
1110
- --color-error-text-tertiary: hsl(0, 100%, 27%);
1111
- --color-error-text-quaternary: hsl(0, 100%, 44%);
1112
- --color-error-text-hover: hsl(0, 60%, 41%);
1113
- --color-error-text-focus: hsl(0, 86%, 59%);
1114
- --color-error-text-active: hsl(0, 100%, 29%);
1115
- --color-error-text-disabled: hsl(0, 81%, 17%);
1116
- --color-error-item-primary: hsl(0, 100%, 90%);
1117
- --color-error-item-secondary: hsl(0, 100%, 22%);
1118
- --color-error-item-tertiary: hsl(0, 100%, 27%);
1119
- --color-error-item-quaternary: hsl(0, 100%, 44%);
1120
- --color-error-item-hover: hsl(0, 60%, 41%);
1121
- --color-error-item-focus: hsl(0, 86%, 59%);
1122
- --color-error-item-active: hsl(0, 100%, 29%);
1123
- --color-error-item-disabled: hsl(0, 81%, 17%);
1124
- --color-error-border-primary: hsl(0, 100%, 22%);
1125
- --color-error-border-secondary: hsl(0, 100%, 44%);
1126
- --color-error-border-tertiary: hsl(0, 100%, 27%);
1127
- --color-error-border-quaternary: hsl(0, 100%, 44%);
1128
- --color-error-border-hover: hsl(0, 60%, 41%);
1129
- --color-error-border-focus: hsl(0, 86%, 59%);
1130
- --color-error-border-active: hsl(0, 100%, 29%);
1131
- --color-error-border-disabled: hsl(0, 81%, 17%);
1132
- --color-info-fill-primary: hsl(211, 56%, 51%);
1133
- --color-info-fill-secondary: hsl(212, 72%, 61%);
1134
- --color-info-fill-tertiary: hsl(212, 89%, 93%);
1135
- --color-info-fill-quaternary: hsl(211, 49%, 54%);
1136
- --color-info-fill-hover: hsl(212, 68%, 65%);
1137
- --color-info-fill-focus: hsl(212, 74%, 29%);
1138
- --color-info-fill-active: hsl(212, 35%, 43%);
1139
- --color-info-fill-disabled: hsl(211, 53%, 31%);
1140
- --color-info-text-primary: hsl(0, 0%, 100%);
1141
- --color-info-text-secondary: hsl(211, 56%, 51%);
1142
- --color-info-text-tertiary: hsl(212, 89%, 93%);
1143
- --color-info-text-quaternary: hsl(211, 49%, 54%);
1144
- --color-info-text-hover: hsl(211, 56%, 51%);
1145
- --color-info-text-focus: hsl(212, 68%, 65%);
1146
- --color-info-text-active: hsl(212, 74%, 29%);
1147
- --color-info-text-disabled: hsl(212, 26%, 72%);
1148
- --color-info-item-primary: hsl(211, 80%, 50%);
1149
- --color-info-item-secondary: hsl(212, 35%, 43%);
1150
- --color-info-item-tertiary: hsl(212, 89%, 93%);
1151
- --color-info-item-quaternary: hsl(211, 49%, 54%);
1152
- --color-info-item-hover: hsl(211, 56%, 51%);
1153
- --color-info-item-focus: hsl(212, 68%, 65%);
1154
- --color-info-item-active: hsl(212, 74%, 29%);
1155
- --color-info-item-disabled: hsl(212, 26%, 72%);
1156
- --color-info-border-primary: hsl(211, 80%, 50%);
1157
- --color-info-border-secondary: hsl(212, 35%, 43%);
1158
- --color-info-border-tertiary: hsl(212, 89%, 93%);
1159
- --color-info-border-quaternary: hsl(211, 56%, 51%);
1160
- --color-info-border-hover: hsl(211, 56%, 51%);
1161
- --color-info-border-focus: hsl(212, 68%, 65%);
1162
- --color-info-border-active: hsl(212, 74%, 29%);
1163
- --color-info-border-disabled: hsl(212, 26%, 72%);
1164
- --color-danger-fill-primary: hsl(349, 62%, 48%);
1165
- --color-danger-fill-secondary: hsl(0, 0%, 11%);
1166
- --color-danger-fill-tertiary: hsl(349, 68%, 50%);
1167
- --color-danger-fill-quaternary: hsl(349, 95%, 64%);
1168
- --color-danger-fill-hover: hsl(349, 55%, 47%);
1169
- --color-danger-fill-active: hsl(349, 92%, 51%);
1170
- --color-danger-fill-focus: hsl(349, 94%, 32%);
1171
- --color-danger-fill-disabled: hsl(349, 74%, 26%);
1172
- --color-danger-text-primary: hsl(0, 0%, 11%);
1173
- --color-danger-text-secondary: hsl(349, 62%, 48%);
1174
- --color-danger-text-tertiary: hsl(349, 68%, 50%);
1175
- --color-danger-text-quaternary: hsl(349, 95%, 64%);
1176
- --color-danger-text-hover: hsl(349, 55%, 47%);
1177
- --color-danger-text-active: hsl(349, 92%, 51%);
1178
- --color-danger-text-focus: hsl(349, 94%, 32%);
1179
- --color-danger-text-disabled: hsl(349, 74%, 26%);
1180
- --color-danger-item-primary: hsl(0, 0%, 11%);
1181
- --color-danger-item-secondary: hsl(349, 62%, 48%);
1182
- --color-danger-item-tertiary: hsl(349, 68%, 50%);
1183
- --color-danger-item-quaternary: hsl(349, 95%, 64%);
1184
- --color-danger-item-hover: hsl(349, 55%, 47%);
1185
- --color-danger-item-active: hsl(349, 92%, 51%);
1186
- --color-danger-item-focus: hsl(349, 94%, 32%);
1187
- --color-danger-item-disabled: hsl(349, 74%, 26%);
1188
- --color-danger-border-primary: hsl(0, 0%, 11%);
1189
- --color-danger-border-secondary: hsl(349, 62%, 48%);
1190
- --color-danger-border-tertiary: hsl(349, 68%, 50%);
1191
- --color-danger-border-quaternary: hsl(349, 95%, 64%);
1192
- --color-danger-border-hover: hsl(349, 55%, 47%);
1193
- --color-danger-border-active: hsl(349, 92%, 51%);
1194
- --color-danger-border-focus: hsl(349, 94%, 32%);
1195
- --color-danger-border-disabled: hsl(349, 74%, 26%);
1196
- }
636
+ --typography-hero2-max: 96px;
637
+ --typography-hero2-min: 56px;
638
+ --typography-hero2-max-line-height: 112px;
639
+ --typography-hero2-min-line-height: 72px;
640
+ --typography-hero2-font: var(--font-primary);
641
+
642
+ --typography-hero3-max: 72px;
643
+ --typography-hero3-min: 48px;
644
+ --typography-hero3-max-line-height: 88px;
645
+ --typography-hero3-min-line-height: 56px;
646
+ --typography-hero3-font: var(--font-primary);
647
+
648
+ --typography-hero4-max: 56px;
649
+ --typography-hero4-min: 40px;
650
+ --typography-hero4-max-line-height: 72px;
651
+ --typography-hero4-min-line-height: 48px;
652
+ --typography-hero4-font: var(--font-primary);
653
+
654
+ --typography-hero5-max: 40px;
655
+ --typography-hero5-min: 32px;
656
+ --typography-hero5-max-line-height: 48px;
657
+ --typography-hero5-min-line-height: 40px;
658
+ --typography-hero5-font: var(--font-primary);
659
+
660
+ --typography-hero6-max: 32px;
661
+ --typography-hero6-min: 28px;
662
+ --typography-hero6-max-line-height: 40px;
663
+ --typography-hero6-min-line-height: 32px;
664
+ --typography-hero6-font: var(--font-primary);
665
+
666
+ --typography-h1-max: 64px;
667
+ --typography-h1-min: 56px;
668
+ --typography-h1-max-line-height: 80px;
669
+ --typography-h1-min-line-height: 60px;
670
+ --typography-h1-font: var(--font-primary);
671
+
672
+ --typography-h2-max: 48px;
673
+ --typography-h2-min: 40px;
674
+ --typography-h2-max-line-height: 56px;
675
+ --typography-h2-min-line-height: 48px;
676
+ --typography-h2-font: var(--font-primary);
677
+
678
+ --typography-h3-max: 32px;
679
+ --typography-h3-min: 28px;
680
+ --typography-h3-max-line-height: 40px;
681
+ --typography-h3-min-line-height: 32px;
682
+ --typography-h3-font: var(--font-primary);
683
+
684
+ --typography-h4-max: 24px;
685
+ --typography-h4-min: 24px;
686
+ --typography-h4-max-line-height: 32px;
687
+ --typography-h4-min-line-height: 32px;
688
+ --typography-h4-font: var(--font-primary);
689
+
690
+ --typography-h5-max: 18px;
691
+ --typography-h5-min: 18px;
692
+ --typography-h5-max-line-height: 18px;
693
+ --typography-h5-min-line-height: 16px;
694
+ --typography-h5-font: var(--font-primary);
695
+
696
+ --typography-h6-max: 16px;
697
+ --typography-h6-min: 16px;
698
+ --typography-h6-max-line-height: 24px;
699
+ --typography-h6-min-line-height: 24px;
700
+ --typography-h6-font: var(--font-primary);
701
+
702
+ --typography-p-max: 24px;
703
+ --typography-p-min: 20px;
704
+ --typography-p-max-line-height: 24px;
705
+ --typography-p-min-line-height: 28px;
706
+ --typography-p-font: var(--font-primary);
707
+
708
+ --typography-text-xxl-max: 24px;
709
+ --typography-text-xxl-min: 20px;
710
+ --typography-text-xxl-max-line-height: 28px;
711
+ --typography-text-xxl-min-line-height: 24px;
712
+ --typography-text-xxl-font: var(--font-primary);
713
+
714
+ --typography-text-xl-max: 20px;
715
+ --typography-text-xl-min: 18px;
716
+ --typography-text-xl-min-line-height: 24px;
717
+ --typography-text-xl-max-line-height: 20px;
718
+ --typography-text-xl-font: var(--font-primary);
719
+
720
+ --typography-text-l-max: 18px;
721
+ --typography-text-l-min: 16px;
722
+ --typography-text-l-max-line-height: 20px;
723
+ --typography-text-l-min-line-height: 18px;
724
+ --typography-text-l-font: var(--font-primary);
725
+
726
+ --typography-text-m-max: 16px;
727
+ --typography-text-m-min: 14px;
728
+ --typography-text-m-max-line-height: 18px;
729
+ --typography-text-m-min-line-height: 16px;
730
+ --typography-text-m-font: var(--font-primary);
731
+
732
+ --typography-text-s-min: 14px;
733
+ --typography-text-s-max: 14px;
734
+ --typography-text-s-min-line-height: 16px;
735
+ --typography-text-s-max-line-height: 18px;
736
+ --typography-text-s-font: var(--font-primary);
737
+
738
+ --typography-text-xs-max: 12px;
739
+ --typography-text-xs-min: 10px;
740
+ --typography-text-xs-max-line-height: 12px;
741
+ --typography-text-xs-min-line-height: 12px;
742
+ --typography-text-xs-font: var(--font-primary);
743
+
744
+ --typography-text-xxs-max: 10px;
745
+ --typography-text-xxs-min: 8px;
746
+ --typography-text-xxs-max-line-height: 10px;
747
+ --typography-text-xxs-min-line-height: 10px;
748
+ --typography-text-xxs-font: var(--font-primary);
749
+
750
+ --typography-email-h1: 32px;
751
+ --typography-email-h1-line-height: 38px;
752
+
753
+ --typography-email-h2: 26px;
754
+ --typography-email-h2-line-height: 32px;
755
+
756
+ --typography-email-h3: 18px;
757
+ --typography-email-h3-line-height: 24px;
758
+
759
+ --typography-email-h4: 24px;
760
+ --typography-email-h4-line-height: 30px;
761
+
762
+ --typography-email-h5: 18px;
763
+ --typography-email-h5-line-height: 24px;
764
+
765
+ --typography-email-h6: 12px;
766
+ --typography-email-h6-line-height: 18px;
767
+
768
+ --typography-email-p: 16px;
769
+ --typography-email-p-line-height: 24px;
770
+
771
+ --typography-email-text-xxl: 24px;
772
+ --typography-email-text-xxl-line-height: 28px;
773
+
774
+ --typography-email-text-xl: 20px;
775
+ --typography-email-text-xl-line-height: 24px;
776
+
777
+ --typography-email-text-l: 18px;
778
+ --typography-email-text-l-line-height: 24px;
779
+
780
+ --typography-email-text-m: 16px;
781
+ --typography-email-text-m-line-height: 18px;
782
+
783
+ --typography-email-text-s: 14px;
784
+ --typography-email-text-s-line-height: 18px;
785
+
786
+ --typography-email-text-xs: 12px;
787
+ --typography-email-text-xs-line-height: 16px;
788
+
789
+ --typography-email-text-xxs: 10px;
790
+ --typography-email-text-xxs-line-height: 14px;
791
+
792
+ --typography-h1-print: 22px;
793
+ --typography-h1-line-height-print: 22px;
794
+ --typography-h1-font-print: var(--font-print);
795
+
796
+ --typography-h2-print: 20px;
797
+ --typography-h2-line-height-print: 20px;
798
+ --typography-h2-font-print: var(--font-print);
799
+
800
+ --typography-h3-print: 18px;
801
+ --typography-h3-line-height-print: 18px;
802
+ --typography-h3-font-print: var(--font-print);
803
+
804
+ --typography-h4-print: 16px;
805
+ --typography-h4-line-height-print: 16px;
806
+ --typography-h4-font-print: var(--font-print);
807
+
808
+ --typography-h5-print: 14px;
809
+ --typography-h5-line-height-print: 14px;
810
+ --typography-h5-font-print: var(--font-print);
811
+
812
+ --typography-h6-print: 12px;
813
+ --typography-h6-line-height-print: 12px;
814
+ --typography-h6-font-print: var(--font-print);
815
+
816
+ --typography-p-print: 12px;
817
+ --typography-p-line-height-print: 12px;
818
+ --typography-p-font-print: var(--font-print);
819
+
820
+ --typography-text-xxl-print: 12px;
821
+ --typography-text-xxl-line-height-print: 12px;
822
+ --typography-text-xxl-font-print: var(--font-print);
823
+
824
+ --typography-text-xl-print: 11px;
825
+ --typography-text-xl-line-height-print: 11px;
826
+ --typography-text-xl-font-print: var(--font-print);
827
+
828
+ --typography-text-l-print: 10px;
829
+ --typography-text-l-line-height-print: 10px;
830
+ --typography-text-l-font-print: var(--font-print);
831
+
832
+ --typography-text-m-print: 9px;
833
+ --typography-text-m-line-height-print: 9px;
834
+ --typography-text-m-font-print: var(--font-print);
835
+
836
+ --typography-text-s-print: 8px;
837
+ --typography-text-s-line-height-print: 8px;
838
+ --typography-text-s-font-print: var(--font-print);
839
+
840
+ --typography-text-xs-print: 7px;
841
+ --typography-text-xs-line-height-print: 7px;
842
+ --typography-text-xs-font-print: var(--font-print);
843
+
844
+ --typography-text-xxs-print: 6px;
845
+ --typography-text-xxs-line-height-print: 6px;
846
+ --typography-text-xxs-font-print: var(--font-print);
1197
847
  }
1198
848
 
1199
- @media print, screen and (prefers-color-scheme: dark) {
849
+ :root:where(.am) {
850
+ --color-gradient-primary: #e00000, #e5802d, #5e982b;
851
+ }/* DO NOT SET :root:where(.am) this will breaks postCSSFluid Typo *//* DO NOT SET :root:where(.am) this will breacks postCSSFluid Typo *//* Empty */
852
+
853
+ @media (prefers-color-scheme: dark) {
1200
854
 
1201
855
  /**
1202
856
  * Do not edit directly, this file was auto-generated.
@@ -1386,100 +1040,434 @@
1386
1040
  --color-warning-border-active: hsl(35, 45%, 42%);
1387
1041
  --color-warning-border-disabled: hsl(35, 78%, 14%);
1388
1042
  --color-error-fill-primary: hsl(0, 100%, 44%);
1389
- --color-error-fill-secondary: hsl(0, 99%, 38%);
1390
- --color-error-fill-tertiary: hsl(0, 100%, 27%);
1043
+ --color-error-fill-secondary: hsl(0, 99%, 38%);
1044
+ --color-error-fill-tertiary: hsl(0, 100%, 27%);
1045
+ --color-error-fill-quaternary: hsl(0, 100%, 44%);
1046
+ --color-error-fill-hover: hsl(0, 60%, 41%);
1047
+ --color-error-fill-focus: hsl(0, 86%, 59%);
1048
+ --color-error-fill-active: hsl(0, 100%, 29%);
1049
+ --color-error-fill-disabled: hsl(0, 81%, 17%);
1050
+ --color-error-text-primary: hsl(0, 100%, 90%);
1051
+ --color-error-text-secondary: hsl(0, 100%, 22%);
1052
+ --color-error-text-tertiary: hsl(0, 100%, 27%);
1053
+ --color-error-text-quaternary: hsl(0, 100%, 44%);
1054
+ --color-error-text-hover: hsl(0, 60%, 41%);
1055
+ --color-error-text-focus: hsl(0, 86%, 59%);
1056
+ --color-error-text-active: hsl(0, 100%, 29%);
1057
+ --color-error-text-disabled: hsl(0, 81%, 17%);
1058
+ --color-error-item-primary: hsl(0, 100%, 90%);
1059
+ --color-error-item-secondary: hsl(0, 100%, 22%);
1060
+ --color-error-item-tertiary: hsl(0, 100%, 27%);
1061
+ --color-error-item-quaternary: hsl(0, 100%, 44%);
1062
+ --color-error-item-hover: hsl(0, 60%, 41%);
1063
+ --color-error-item-focus: hsl(0, 86%, 59%);
1064
+ --color-error-item-active: hsl(0, 100%, 29%);
1065
+ --color-error-item-disabled: hsl(0, 81%, 17%);
1066
+ --color-error-border-primary: hsl(0, 100%, 22%);
1067
+ --color-error-border-secondary: hsl(0, 100%, 44%);
1068
+ --color-error-border-tertiary: hsl(0, 100%, 27%);
1069
+ --color-error-border-quaternary: hsl(0, 100%, 44%);
1070
+ --color-error-border-hover: hsl(0, 60%, 41%);
1071
+ --color-error-border-focus: hsl(0, 86%, 59%);
1072
+ --color-error-border-active: hsl(0, 100%, 29%);
1073
+ --color-error-border-disabled: hsl(0, 81%, 17%);
1074
+ --color-info-fill-primary: hsl(211, 56%, 51%);
1075
+ --color-info-fill-secondary: hsl(212, 72%, 61%);
1076
+ --color-info-fill-tertiary: hsl(212, 89%, 93%);
1077
+ --color-info-fill-quaternary: hsl(211, 49%, 54%);
1078
+ --color-info-fill-hover: hsl(212, 68%, 65%);
1079
+ --color-info-fill-focus: hsl(212, 74%, 29%);
1080
+ --color-info-fill-active: hsl(212, 35%, 43%);
1081
+ --color-info-fill-disabled: hsl(211, 53%, 31%);
1082
+ --color-info-text-primary: hsl(0, 0%, 100%);
1083
+ --color-info-text-secondary: hsl(211, 56%, 51%);
1084
+ --color-info-text-tertiary: hsl(212, 89%, 93%);
1085
+ --color-info-text-quaternary: hsl(211, 49%, 54%);
1086
+ --color-info-text-hover: hsl(211, 56%, 51%);
1087
+ --color-info-text-focus: hsl(212, 68%, 65%);
1088
+ --color-info-text-active: hsl(212, 74%, 29%);
1089
+ --color-info-text-disabled: hsl(212, 26%, 72%);
1090
+ --color-info-item-primary: hsl(211, 80%, 50%);
1091
+ --color-info-item-secondary: hsl(212, 35%, 43%);
1092
+ --color-info-item-tertiary: hsl(212, 89%, 93%);
1093
+ --color-info-item-quaternary: hsl(211, 49%, 54%);
1094
+ --color-info-item-hover: hsl(211, 56%, 51%);
1095
+ --color-info-item-focus: hsl(212, 68%, 65%);
1096
+ --color-info-item-active: hsl(212, 74%, 29%);
1097
+ --color-info-item-disabled: hsl(212, 26%, 72%);
1098
+ --color-info-border-primary: hsl(211, 80%, 50%);
1099
+ --color-info-border-secondary: hsl(212, 35%, 43%);
1100
+ --color-info-border-tertiary: hsl(212, 89%, 93%);
1101
+ --color-info-border-quaternary: hsl(211, 56%, 51%);
1102
+ --color-info-border-hover: hsl(211, 56%, 51%);
1103
+ --color-info-border-focus: hsl(212, 68%, 65%);
1104
+ --color-info-border-active: hsl(212, 74%, 29%);
1105
+ --color-info-border-disabled: hsl(212, 26%, 72%);
1106
+ --color-danger-fill-primary: hsl(349, 62%, 48%);
1107
+ --color-danger-fill-secondary: hsl(0, 0%, 11%);
1108
+ --color-danger-fill-tertiary: hsl(349, 68%, 50%);
1109
+ --color-danger-fill-quaternary: hsl(349, 95%, 64%);
1110
+ --color-danger-fill-hover: hsl(349, 55%, 47%);
1111
+ --color-danger-fill-active: hsl(349, 92%, 51%);
1112
+ --color-danger-fill-focus: hsl(349, 94%, 32%);
1113
+ --color-danger-fill-disabled: hsl(349, 74%, 26%);
1114
+ --color-danger-text-primary: hsl(0, 0%, 11%);
1115
+ --color-danger-text-secondary: hsl(349, 62%, 48%);
1116
+ --color-danger-text-tertiary: hsl(349, 68%, 50%);
1117
+ --color-danger-text-quaternary: hsl(349, 95%, 64%);
1118
+ --color-danger-text-hover: hsl(349, 55%, 47%);
1119
+ --color-danger-text-active: hsl(349, 92%, 51%);
1120
+ --color-danger-text-focus: hsl(349, 94%, 32%);
1121
+ --color-danger-text-disabled: hsl(349, 74%, 26%);
1122
+ --color-danger-item-primary: hsl(0, 0%, 11%);
1123
+ --color-danger-item-secondary: hsl(349, 62%, 48%);
1124
+ --color-danger-item-tertiary: hsl(349, 68%, 50%);
1125
+ --color-danger-item-quaternary: hsl(349, 95%, 64%);
1126
+ --color-danger-item-hover: hsl(349, 55%, 47%);
1127
+ --color-danger-item-active: hsl(349, 92%, 51%);
1128
+ --color-danger-item-focus: hsl(349, 94%, 32%);
1129
+ --color-danger-item-disabled: hsl(349, 74%, 26%);
1130
+ --color-danger-border-primary: hsl(0, 0%, 11%);
1131
+ --color-danger-border-secondary: hsl(349, 62%, 48%);
1132
+ --color-danger-border-tertiary: hsl(349, 68%, 50%);
1133
+ --color-danger-border-quaternary: hsl(349, 95%, 64%);
1134
+ --color-danger-border-hover: hsl(349, 55%, 47%);
1135
+ --color-danger-border-active: hsl(349, 92%, 51%);
1136
+ --color-danger-border-focus: hsl(349, 94%, 32%);
1137
+ --color-danger-border-disabled: hsl(349, 74%, 26%);
1138
+ }
1139
+ }
1140
+
1141
+ @media (prefers-color-scheme: light) {
1142
+
1143
+ /**
1144
+ * Do not edit directly, this file was auto-generated.
1145
+ */
1146
+
1147
+ :root:where(:not(.dark-theme)):where(.am) {
1148
+ --color-accent-fill-primary: hsl(92, 49%, 47%);
1149
+ --color-accent-fill-secondary: hsl(92, 28%, 62%);
1150
+ --color-accent-fill-tertiary: hsl(93, 53%, 93%);
1151
+ --color-accent-fill-quaternary: hsl(92, 71%, 27%);
1152
+ --color-accent-fill-focus: hsl(92, 59%, 64%);
1153
+ --color-accent-fill-hover-primary: hsl(91, 33%, 40%);
1154
+ --color-accent-fill-hover-secondary: hsl(92, 28%, 62%);
1155
+ --color-accent-fill-hover-tertiary: hsl(93, 53%, 93%);
1156
+ --color-accent-fill-hover-quaternary: hsl(92, 71%, 27%);
1157
+ --color-accent-fill-active-primary: hsl(92, 52%, 70%);
1158
+ --color-accent-fill-active-secondary: hsl(92, 52%, 70%);
1159
+ --color-accent-fill-active-tertiary: hsl(92, 52%, 70%);
1160
+ --color-accent-fill-active-quaternary: hsl(92, 52%, 70%);
1161
+ --color-accent-fill-disabled: hsl(93, 45%, 80%);
1162
+ --color-accent-text-primary: hsl(0, 0%, 100%);
1163
+ --color-accent-text-secondary: hsl(92, 49%, 47%);
1164
+ --color-accent-text-tertiary: hsl(94, 53%, 68%);
1165
+ --color-accent-text-quaternary: hsl(92, 37%, 35%);
1166
+ --color-accent-text-hover: hsl(91, 33%, 40%);
1167
+ --color-accent-text-focus: hsl(92, 59%, 64%);
1168
+ --color-accent-text-active: hsl(92, 52%, 70%);
1169
+ --color-accent-text-disabled: hsl(93, 45%, 80%);
1170
+ --color-accent-item-primary: hsl(0, 0%, 100%);
1171
+ --color-accent-item-secondary: hsl(92, 49%, 47%);
1172
+ --color-accent-item-tertiary: hsl(94, 53%, 68%);
1173
+ --color-accent-item-quaternary: hsl(92, 37%, 35%);
1174
+ --color-accent-item-hover: hsl(91, 33%, 40%);
1175
+ --color-accent-item-focus: hsl(92, 59%, 64%);
1176
+ --color-accent-item-active: hsl(92, 52%, 70%);
1177
+ --color-accent-item-disabled: hsl(93, 45%, 80%);
1178
+ --color-accent-border-primary: hsl(0, 0%, 100%);
1179
+ --color-accent-border-secondary: hsl(92, 49%, 47%);
1180
+ --color-accent-border-tertiary: hsl(94, 53%, 68%);
1181
+ --color-accent-border-quaternary: hsl(92, 37%, 35%);
1182
+ --color-accent-border-hover: hsl(91, 33%, 40%);
1183
+ --color-accent-border-focus: hsl(92, 59%, 64%);
1184
+ --color-accent-border-active: hsl(92, 52%, 70%);
1185
+ --color-accent-border-disabled: hsl(93, 45%, 80%);
1186
+ --color-primary-fill-primary: hsl(36, 95%, 45%);
1187
+ --color-primary-fill-secondary: hsl(36, 89%, 42%);
1188
+ --color-primary-fill-tertiary: hsl(36, 100%, 90%);
1189
+ --color-primary-fill-quaternary: hsl(36, 95%, 36%);
1190
+ --color-primary-fill-focus: hsl(36, 95%, 45%);
1191
+ --color-primary-fill-active: hsl(36, 95%, 45%);
1192
+ --color-primary-fill-disabled: hsl(36, 100%, 90%);
1193
+ --color-primary-fill-hover-primary: hsl(36, 95%, 45%);
1194
+ --color-primary-fill-hover-secondary: hsl(36, 89%, 42%);
1195
+ --color-primary-fill-hover-tertiary: hsl(36, 100%, 90%);
1196
+ --color-primary-fill-hover-quaternary: hsl(36, 95%, 36%);
1197
+ --color-primary-text-primary: hsl(0, 0%, 100%);
1198
+ --color-primary-text-secondary: hsl(36, 95%, 45%);
1199
+ --color-primary-text-tertiary: hsl(36, 100%, 86%);
1200
+ --color-primary-text-quaternary: hsl(36, 95%, 36%);
1201
+ --color-primary-text-hover: hsl(36, 95%, 45%);
1202
+ --color-primary-text-focus: hsl(36, 95%, 45%);
1203
+ --color-primary-text-active: hsl(36, 95%, 45%);
1204
+ --color-primary-text-disabled: hsl(36, 45%, 57%);
1205
+ --color-primary-item-primary: hsl(0, 0%, 100%);
1206
+ --color-primary-item-secondary: hsl(36, 95%, 45%);
1207
+ --color-primary-item-tertiary: hsl(36, 100%, 86%);
1208
+ --color-primary-item-quaternary: hsl(36, 95%, 36%);
1209
+ --color-primary-item-hover: hsl(36, 95%, 45%);
1210
+ --color-primary-item-focus: hsl(36, 95%, 45%);
1211
+ --color-primary-item-active: hsl(36, 95%, 45%);
1212
+ --color-primary-item-disabled: hsl(36, 45%, 57%);
1213
+ --color-primary-border-primary: hsl(0, 0%, 100%);
1214
+ --color-primary-border-secondary: hsl(36, 95%, 45%);
1215
+ --color-primary-border-tertiary: hsl(36, 100%, 86%);
1216
+ --color-primary-border-quaternary: hsl(36, 95%, 36%);
1217
+ --color-primary-border-hover: hsl(36, 95%, 45%);
1218
+ --color-primary-border-focus: hsl(36, 95%, 45%);
1219
+ --color-primary-border-active: hsl(36, 95%, 45%);
1220
+ --color-primary-border-disabled: hsl(36, 45%, 57%);
1221
+ --color-secondary-fill-primary: hsl(349, 96%, 44%);
1222
+ --color-secondary-fill-secondary: hsl(349, 70%, 74%);
1223
+ --color-secondary-fill-tertiary: hsl(348, 58%, 90%);
1224
+ --color-secondary-fill-quaternary: hsl(349, 87%, 28%);
1225
+ --color-secondary-fill-focus: hsl(349, 84%, 59%);
1226
+ --color-secondary-fill-active: hsl(350, 58%, 41%);
1227
+ --color-secondary-fill-disabled: hsl(348, 20%, 64%);
1228
+ --color-secondary-fill-hover-primary: hsl(349, 96%, 44%);
1229
+ --color-secondary-fill-hover-secondary: hsl(349, 70%, 74%);
1230
+ --color-secondary-fill-hover-tertiary: hsl(348, 58%, 90%);
1231
+ --color-secondary-fill-hover-quaternary: hsl(349, 87%, 28%);
1232
+ --color-secondary-text-primary: hsl(0, 0%, 100%);
1233
+ --color-secondary-text-secondary: hsl(349, 96%, 44%);
1234
+ --color-secondary-text-tertiary: hsl(348, 58%, 90%);
1235
+ --color-secondary-text-quaternary: hsl(349, 87%, 28%);
1236
+ --color-secondary-text-hover: hsl(349, 96%, 44%);
1237
+ --color-secondary-text-focus: hsl(349, 84%, 59%);
1238
+ --color-secondary-text-active: hsl(350, 58%, 41%);
1239
+ --color-secondary-text-disabled: hsl(348, 20%, 64%);
1240
+ --color-secondary-item-primary: hsl(0, 0%, 100%);
1241
+ --color-secondary-item-secondary: hsl(349, 96%, 44%);
1242
+ --color-secondary-item-tertiary: hsl(348, 58%, 90%);
1243
+ --color-secondary-item-quaternary: hsl(349, 87%, 28%);
1244
+ --color-secondary-item-hover: hsl(349, 96%, 44%);
1245
+ --color-secondary-item-focus: hsl(349, 84%, 59%);
1246
+ --color-secondary-item-active: hsl(350, 58%, 41%);
1247
+ --color-secondary-item-disabled: hsl(348, 20%, 64%);
1248
+ --color-secondary-border-primary: hsl(0, 0%, 100%);
1249
+ --color-secondary-border-secondary: hsl(349, 96%, 44%);
1250
+ --color-secondary-border-tertiary: hsl(348, 58%, 90%);
1251
+ --color-secondary-border-quaternary: hsl(349, 87%, 28%);
1252
+ --color-secondary-border-hover: hsl(349, 96%, 44%);
1253
+ --color-secondary-border-focus: hsl(349, 84%, 59%);
1254
+ --color-secondary-border-active: hsl(350, 58%, 41%);
1255
+ --color-secondary-border-disabled: hsl(348, 20%, 64%);
1256
+ --color-surface-fill-primary: hsl(0, 0%, 100%);
1257
+ --color-surface-fill-secondary: hsl(220, 14%, 96%);
1258
+ --color-surface-fill-tertiary: hsl(0, 0%, 85%);
1259
+ --color-surface-fill-quaternary: hsl(0, 0%, 45%);
1260
+ --color-surface-fill-quaternary-50: hsl(0, 0%, 45%);
1261
+ --color-surface-fill-inverse: hsl(0, 0%, 0%);
1262
+ --color-surface-fill-focus: hsl(0, 0%, 59%);
1263
+ --color-surface-fill-active: hsl(92, 49%, 47%);
1264
+ --color-surface-fill-disabled: hsl(0, 0%, 93%);
1265
+ --color-surface-fill-hover-primary: hsl(0, 0%, 79%);
1266
+ --color-surface-fill-hover-secondary: hsl(220, 14%, 96%);
1267
+ --color-surface-fill-hover-tertiary: hsl(0, 0%, 85%);
1268
+ --color-surface-fill-hover-quaternary: hsl(0, 0%, 45%);
1269
+ --color-surface-text-primary: hsl(0, 0%, 0%);
1270
+ --color-surface-text-secondary: hsl(0, 0%, 93%);
1271
+ --color-surface-text-tertiary: hsl(0, 0%, 85%);
1272
+ --color-surface-text-quaternary: hsl(0, 0%, 45%);
1273
+ --color-surface-text-inverse: hsl(0, 0%, 100%);
1274
+ --color-surface-text-hover: hsl(0, 0%, 79%);
1275
+ --color-surface-text-focus: hsl(0, 0%, 59%);
1276
+ --color-surface-text-active: hsl(92, 49%, 47%);
1277
+ --color-surface-text-disabled: hsl(0, 0%, 47%);
1278
+ --color-surface-item-primary: hsl(0, 0%, 0%);
1279
+ --color-surface-item-secondary: hsl(0, 0%, 93%);
1280
+ --color-surface-item-tertiary: hsl(0, 0%, 85%);
1281
+ --color-surface-item-quaternary: hsl(0, 0%, 45%);
1282
+ --color-surface-item-inverse: hsl(0, 0%, 100%);
1283
+ --color-surface-item-hover: hsl(0, 0%, 79%);
1284
+ --color-surface-item-focus: hsl(0, 0%, 59%);
1285
+ --color-surface-item-active: hsl(92, 49%, 47%);
1286
+ --color-surface-item-disabled: hsl(0, 0%, 47%);
1287
+ --color-surface-border-primary: hsl(0, 0%, 0%);
1288
+ --color-surface-border-secondary: hsl(0, 0%, 93%);
1289
+ --color-surface-border-tertiary: hsl(0, 0%, 85%);
1290
+ --color-surface-border-quaternary: hsl(0, 0%, 45%);
1291
+ --color-surface-border-inverse: hsl(0, 0%, 100%);
1292
+ --color-surface-border-hover: hsl(0, 0%, 79%);
1293
+ --color-surface-border-focus: hsl(0, 0%, 59%);
1294
+ --color-surface-border-active: hsl(92, 49%, 47%);
1295
+ --color-surface-border-disabled: hsl(0, 0%, 47%);
1296
+ --color-error-fill-primary: hsl(0, 100%, 44%);
1297
+ --color-error-fill-secondary: hsl(0, 100%, 73%);
1298
+ --color-error-fill-tertiary: hsl(0, 100%, 92%);
1391
1299
  --color-error-fill-quaternary: hsl(0, 100%, 44%);
1392
- --color-error-fill-hover: hsl(0, 60%, 41%);
1393
- --color-error-fill-focus: hsl(0, 86%, 59%);
1394
- --color-error-fill-active: hsl(0, 100%, 29%);
1395
- --color-error-fill-disabled: hsl(0, 81%, 17%);
1396
- --color-error-text-primary: hsl(0, 100%, 90%);
1397
- --color-error-text-secondary: hsl(0, 100%, 22%);
1398
- --color-error-text-tertiary: hsl(0, 100%, 27%);
1300
+ --color-error-fill-focus: hsl(0, 100%, 29%);
1301
+ --color-error-fill-active: hsl(0, 86%, 59%);
1302
+ --color-error-fill-disabled: hsl(0, 100%, 92%);
1303
+ --color-error-fill-hover-primary: hsl(0, 60%, 41%);
1304
+ --color-error-fill-hover-secondary: hsl(0, 100%, 73%);
1305
+ --color-error-fill-hover-tertiary: hsl(0, 100%, 92%);
1306
+ --color-error-fill-hover-quaternary: hsl(0, 100%, 44%);
1307
+ --color-error-text-primary: hsl(0, 0%, 100%);
1308
+ --color-error-text-secondary: hsl(0, 100%, 73%);
1309
+ --color-error-text-tertiary: hsl(0, 100%, 92%);
1399
1310
  --color-error-text-quaternary: hsl(0, 100%, 44%);
1400
1311
  --color-error-text-hover: hsl(0, 60%, 41%);
1401
- --color-error-text-focus: hsl(0, 86%, 59%);
1402
- --color-error-text-active: hsl(0, 100%, 29%);
1403
- --color-error-text-disabled: hsl(0, 81%, 17%);
1404
- --color-error-item-primary: hsl(0, 100%, 90%);
1405
- --color-error-item-secondary: hsl(0, 100%, 22%);
1406
- --color-error-item-tertiary: hsl(0, 100%, 27%);
1312
+ --color-error-text-focus: hsl(0, 100%, 29%);
1313
+ --color-error-text-active: hsl(0, 86%, 59%);
1314
+ --color-error-text-disabled: hsl(0, 31%, 65%);
1315
+ --color-error-item-primary: hsl(0, 0%, 100%);
1316
+ --color-error-item-secondary: hsl(0, 100%, 73%);
1317
+ --color-error-item-tertiary: hsl(0, 100%, 92%);
1407
1318
  --color-error-item-quaternary: hsl(0, 100%, 44%);
1408
1319
  --color-error-item-hover: hsl(0, 60%, 41%);
1409
- --color-error-item-focus: hsl(0, 86%, 59%);
1410
- --color-error-item-active: hsl(0, 100%, 29%);
1411
- --color-error-item-disabled: hsl(0, 81%, 17%);
1412
- --color-error-border-primary: hsl(0, 100%, 22%);
1413
- --color-error-border-secondary: hsl(0, 100%, 44%);
1414
- --color-error-border-tertiary: hsl(0, 100%, 27%);
1320
+ --color-error-item-focus: hsl(0, 100%, 29%);
1321
+ --color-error-item-active: hsl(0, 86%, 59%);
1322
+ --color-error-item-disabled: hsl(0, 31%, 65%);
1323
+ --color-error-border-primary: hsl(0, 0%, 100%);
1324
+ --color-error-border-secondary: hsl(0, 100%, 73%);
1325
+ --color-error-border-tertiary: hsl(0, 100%, 92%);
1415
1326
  --color-error-border-quaternary: hsl(0, 100%, 44%);
1416
1327
  --color-error-border-hover: hsl(0, 60%, 41%);
1417
- --color-error-border-focus: hsl(0, 86%, 59%);
1418
- --color-error-border-active: hsl(0, 100%, 29%);
1419
- --color-error-border-disabled: hsl(0, 81%, 17%);
1420
- --color-info-fill-primary: hsl(211, 56%, 51%);
1421
- --color-info-fill-secondary: hsl(212, 72%, 61%);
1422
- --color-info-fill-tertiary: hsl(212, 89%, 93%);
1423
- --color-info-fill-quaternary: hsl(211, 49%, 54%);
1424
- --color-info-fill-hover: hsl(212, 68%, 65%);
1425
- --color-info-fill-focus: hsl(212, 74%, 29%);
1426
- --color-info-fill-active: hsl(212, 35%, 43%);
1427
- --color-info-fill-disabled: hsl(211, 53%, 31%);
1328
+ --color-error-border-focus: hsl(0, 100%, 29%);
1329
+ --color-error-border-active: hsl(0, 100%, 44%);
1330
+ --color-error-border-disabled: hsl(0, 31%, 65%);
1331
+ --color-warning-fill-primary: hsl(36, 95%, 45%);
1332
+ --color-warning-fill-secondary: hsl(36, 76%, 71%);
1333
+ --color-warning-fill-tertiary: hsl(36, 100%, 93%);
1334
+ --color-warning-fill-quaternary: hsl(36, 66%, 40%);
1335
+ --color-warning-fill-focus: hsl(36, 95%, 45%);
1336
+ --color-warning-fill-active: hsl(36, 97%, 29%);
1337
+ --color-warning-fill-disabled: hsl(36, 83%, 86%);
1338
+ --color-warning-fill-hover-primary: hsl(36, 85%, 59%);
1339
+ --color-warning-fill-hover-secondary: hsl(36, 76%, 71%);
1340
+ --color-warning-fill-hover-tertiary: hsl(36, 100%, 93%);
1341
+ --color-warning-fill-hover-quaternary: hsl(36, 66%, 40%);
1342
+ --color-warning-text-primary: hsl(0, 0%, 100%);
1343
+ --color-warning-text-secondary: hsl(36, 95%, 45%);
1344
+ --color-warning-text-tertiary: hsl(36, 100%, 93%);
1345
+ --color-warning-text-quaternary: hsl(36, 100%, 29%);
1346
+ --color-warning-text-focus: hsl(36, 95%, 45%);
1347
+ --color-warning-text-hover: hsl(36, 85%, 59%);
1348
+ --color-warning-text-active: hsl(36, 97%, 29%);
1349
+ --color-warning-text-disabled: hsl(36, 31%, 57%);
1350
+ --color-warning-item-primary: hsl(0, 0%, 100%);
1351
+ --color-warning-item-secondary: hsl(36, 95%, 45%);
1352
+ --color-warning-item-tertiary: hsl(36, 100%, 93%);
1353
+ --color-warning-item-quaternary: hsl(36, 100%, 29%);
1354
+ --color-warning-item-focus: hsl(36, 95%, 45%);
1355
+ --color-warning-item-hover: hsl(36, 85%, 59%);
1356
+ --color-warning-item-active: hsl(36, 97%, 29%);
1357
+ --color-warning-item-disabled: hsl(36, 31%, 57%);
1358
+ --color-warning-border-primary: hsl(0, 0%, 100%);
1359
+ --color-warning-border-secondary: hsl(36, 95%, 45%);
1360
+ --color-warning-border-tertiary: hsl(36, 100%, 93%);
1361
+ --color-warning-border-quaternary: hsl(36, 100%, 29%);
1362
+ --color-warning-border-focus: hsl(36, 95%, 45%);
1363
+ --color-warning-border-hover: hsl(36, 85%, 59%);
1364
+ --color-warning-border-active: hsl(36, 97%, 29%);
1365
+ --color-warning-border-disabled: hsl(36, 31%, 57%);
1366
+ --color-success-fill-primary: hsl(92, 56%, 38%);
1367
+ --color-success-fill-hover-primary: hsl(92, 56%, 38%);
1368
+ --color-success-fill-hover-secondary: hsl(92, 68%, 48%);
1369
+ --color-success-fill-hover-tertiary: hsl(90, 53%, 93%);
1370
+ --color-success-fill-hover-quaternary: hsl(92, 90%, 37%);
1371
+ --color-success-fill-secondary: hsl(92, 68%, 48%);
1372
+ --color-success-fill-tertiary: hsl(90, 53%, 93%);
1373
+ --color-success-fill-quaternary: hsl(92, 90%, 37%);
1374
+ --color-success-fill-focus: hsl(92, 75%, 22%);
1375
+ --color-success-fill-active: hsl(92, 52%, 58%);
1376
+ --color-success-fill-disabled: hsl(92, 43%, 80%);
1377
+ --color-success-text-primary: hsl(0, 0%, 100%);
1378
+ --color-success-text-secondary: hsl(92, 68%, 48%);
1379
+ --color-success-text-tertiary: hsl(90, 53%, 93%);
1380
+ --color-success-text-quaternary: hsl(92, 90%, 37%);
1381
+ --color-success-text-hover: hsl(92, 56%, 38%);
1382
+ --color-success-text-focus: hsl(92, 75%, 22%);
1383
+ --color-success-text-active: hsl(92, 52%, 58%);
1384
+ --color-success-text-disabled: hsl(92, 22%, 54%);
1385
+ --color-success-item-primary: hsl(0, 0%, 100%);
1386
+ --color-success-item-secondary: hsl(92, 68%, 48%);
1387
+ --color-success-item-tertiary: hsl(90, 53%, 93%);
1388
+ --color-success-item-quaternary: hsl(92, 90%, 37%);
1389
+ --color-success-item-hover: hsl(92, 56%, 38%);
1390
+ --color-success-item-focus: hsl(92, 75%, 22%);
1391
+ --color-success-item-active: hsl(92, 52%, 58%);
1392
+ --color-success-item-disabled: hsl(92, 22%, 54%);
1393
+ --color-success-border-primary: hsl(0, 0%, 100%);
1394
+ --color-success-border-secondary: hsl(92, 68%, 48%);
1395
+ --color-success-border-tertiary: hsl(90, 53%, 93%);
1396
+ --color-success-border-quaternary: hsl(92, 90%, 37%);
1397
+ --color-success-border-hover: hsl(92, 56%, 38%);
1398
+ --color-success-border-focus: hsl(92, 75%, 22%);
1399
+ --color-success-border-active: hsl(92, 52%, 58%);
1400
+ --color-success-border-disabled: hsl(92, 22%, 54%);
1401
+ --color-info-fill-primary: hsl(226, 100%, 52%);
1402
+ --color-info-fill-hover-primary: hsl(226, 100%, 52%);
1403
+ --color-info-fill-hover-secondary: hsl(226, 100%, 75%);
1404
+ --color-info-fill-hover-tertiary: hsl(227, 100%, 96%);
1405
+ --color-info-fill-hover-quaternary: hsl(226, 49%, 22%);
1406
+ --color-info-fill-secondary: hsl(226, 100%, 75%);
1407
+ --color-info-fill-tertiary: hsl(227, 100%, 96%);
1408
+ --color-info-fill-quaternary: hsl(226, 49%, 22%);
1409
+ --color-info-fill-focus: hsl(226, 49%, 45%);
1410
+ --color-info-fill-active: hsl(226, 100%, 75%);
1411
+ --color-info-fill-disabled: hsl(227, 36%, 85%);
1428
1412
  --color-info-text-primary: hsl(0, 0%, 100%);
1429
- --color-info-text-secondary: hsl(211, 56%, 51%);
1430
- --color-info-text-tertiary: hsl(212, 89%, 93%);
1431
- --color-info-text-quaternary: hsl(211, 49%, 54%);
1432
- --color-info-text-hover: hsl(211, 56%, 51%);
1433
- --color-info-text-focus: hsl(212, 68%, 65%);
1434
- --color-info-text-active: hsl(212, 74%, 29%);
1435
- --color-info-text-disabled: hsl(212, 26%, 72%);
1436
- --color-info-item-primary: hsl(211, 80%, 50%);
1437
- --color-info-item-secondary: hsl(212, 35%, 43%);
1438
- --color-info-item-tertiary: hsl(212, 89%, 93%);
1439
- --color-info-item-quaternary: hsl(211, 49%, 54%);
1440
- --color-info-item-hover: hsl(211, 56%, 51%);
1441
- --color-info-item-focus: hsl(212, 68%, 65%);
1442
- --color-info-item-active: hsl(212, 74%, 29%);
1443
- --color-info-item-disabled: hsl(212, 26%, 72%);
1444
- --color-info-border-primary: hsl(211, 80%, 50%);
1445
- --color-info-border-secondary: hsl(212, 35%, 43%);
1446
- --color-info-border-tertiary: hsl(212, 89%, 93%);
1447
- --color-info-border-quaternary: hsl(211, 56%, 51%);
1448
- --color-info-border-hover: hsl(211, 56%, 51%);
1449
- --color-info-border-focus: hsl(212, 68%, 65%);
1450
- --color-info-border-active: hsl(212, 74%, 29%);
1451
- --color-info-border-disabled: hsl(212, 26%, 72%);
1452
- --color-danger-fill-primary: hsl(349, 62%, 48%);
1453
- --color-danger-fill-secondary: hsl(0, 0%, 11%);
1454
- --color-danger-fill-tertiary: hsl(349, 68%, 50%);
1455
- --color-danger-fill-quaternary: hsl(349, 95%, 64%);
1456
- --color-danger-fill-hover: hsl(349, 55%, 47%);
1457
- --color-danger-fill-active: hsl(349, 92%, 51%);
1458
- --color-danger-fill-focus: hsl(349, 94%, 32%);
1459
- --color-danger-fill-disabled: hsl(349, 74%, 26%);
1460
- --color-danger-text-primary: hsl(0, 0%, 11%);
1461
- --color-danger-text-secondary: hsl(349, 62%, 48%);
1462
- --color-danger-text-tertiary: hsl(349, 68%, 50%);
1463
- --color-danger-text-quaternary: hsl(349, 95%, 64%);
1464
- --color-danger-text-hover: hsl(349, 55%, 47%);
1465
- --color-danger-text-active: hsl(349, 92%, 51%);
1466
- --color-danger-text-focus: hsl(349, 94%, 32%);
1467
- --color-danger-text-disabled: hsl(349, 74%, 26%);
1468
- --color-danger-item-primary: hsl(0, 0%, 11%);
1469
- --color-danger-item-secondary: hsl(349, 62%, 48%);
1470
- --color-danger-item-tertiary: hsl(349, 68%, 50%);
1471
- --color-danger-item-quaternary: hsl(349, 95%, 64%);
1472
- --color-danger-item-hover: hsl(349, 55%, 47%);
1473
- --color-danger-item-active: hsl(349, 92%, 51%);
1474
- --color-danger-item-focus: hsl(349, 94%, 32%);
1475
- --color-danger-item-disabled: hsl(349, 74%, 26%);
1476
- --color-danger-border-primary: hsl(0, 0%, 11%);
1477
- --color-danger-border-secondary: hsl(349, 62%, 48%);
1478
- --color-danger-border-tertiary: hsl(349, 68%, 50%);
1479
- --color-danger-border-quaternary: hsl(349, 95%, 64%);
1480
- --color-danger-border-hover: hsl(349, 55%, 47%);
1481
- --color-danger-border-active: hsl(349, 92%, 51%);
1482
- --color-danger-border-focus: hsl(349, 94%, 32%);
1483
- --color-danger-border-disabled: hsl(349, 74%, 26%);
1413
+ --color-info-text-secondary: hsl(226, 100%, 52%);
1414
+ --color-info-text-tertiary: hsl(227, 100%, 96%);
1415
+ --color-info-text-quaternary: hsl(226, 49%, 22%);
1416
+ --color-info-text-hover: hsl(226, 100%, 67%);
1417
+ --color-info-text-focus: hsl(226, 49%, 45%);
1418
+ --color-info-text-active: hsl(226, 100%, 75%);
1419
+ --color-info-text-disabled: hsl(227, 36%, 85%);
1420
+ --color-info-item-primary: hsl(0, 0%, 100%);
1421
+ --color-info-item-secondary: hsl(226, 100%, 52%);
1422
+ --color-info-item-tertiary: hsl(227, 100%, 96%);
1423
+ --color-info-item-quaternary: hsl(226, 49%, 22%);
1424
+ --color-info-item-hover: hsl(226, 100%, 67%);
1425
+ --color-info-item-focus: hsl(226, 49%, 45%);
1426
+ --color-info-item-active: hsl(226, 100%, 75%);
1427
+ --color-info-item-disabled: hsl(227, 36%, 85%);
1428
+ --color-info-border-primary: hsl(0, 0%, 100%);
1429
+ --color-info-border-secondary: hsl(226, 100%, 52%);
1430
+ --color-info-border-tertiary: hsl(227, 100%, 96%);
1431
+ --color-info-border-quaternary: hsl(226, 49%, 22%);
1432
+ --color-info-border-hover: hsl(226, 100%, 67%);
1433
+ --color-info-border-focus: hsl(226, 49%, 45%);
1434
+ --color-info-border-active: hsl(226, 100%, 75%);
1435
+ --color-info-border-disabled: hsl(227, 36%, 85%);
1436
+ --color-danger-fill-primary: hsl(349, 68%, 50%);
1437
+ --color-danger-fill-hover-primary: hsl(349, 92%, 51%);
1438
+ --color-danger-fill-hover-secondary: hsl(0, 0%, 100%);
1439
+ --color-danger-fill-hover-tertiary: hsl(349, 70%, 91%);
1440
+ --color-danger-fill-hover-quaternary: hsl(349, 74%, 47%);
1441
+ --color-danger-fill-secondary: hsl(0, 0%, 100%);
1442
+ --color-danger-fill-tertiary: hsl(349, 70%, 91%);
1443
+ --color-danger-fill-quaternary: hsl(349, 74%, 47%);
1444
+ --color-danger-fill-focus: hsl(349, 95%, 64%);
1445
+ --color-danger-fill-active: hsl(349, 94%, 32%);
1446
+ --color-danger-fill-disabled: hsl(349, 43%, 75%);
1447
+ --color-danger-text-primary: hsl(0, 0%, 100%);
1448
+ --color-danger-text-secondary: hsl(349, 68%, 50%);
1449
+ --color-danger-text-tertiary: hsl(349, 70%, 91%);
1450
+ --color-danger-text-quaternary: hsl(349, 74%, 47%);
1451
+ --color-danger-text-hover: hsl(349, 92%, 51%);
1452
+ --color-danger-text-focus: hsl(349, 95%, 64%);
1453
+ --color-danger-text-active: hsl(349, 94%, 32%);
1454
+ --color-danger-text-disabled: hsl(349, 43%, 75%);
1455
+ --color-danger-item-primary: hsl(0, 0%, 100%);
1456
+ --color-danger-item-secondary: hsl(349, 68%, 50%);
1457
+ --color-danger-item-tertiary: hsl(349, 70%, 91%);
1458
+ --color-danger-item-quaternary: hsl(349, 74%, 47%);
1459
+ --color-danger-item-hover: hsl(349, 92%, 51%);
1460
+ --color-danger-item-focus: hsl(349, 95%, 64%);
1461
+ --color-danger-item-active: hsl(349, 94%, 32%);
1462
+ --color-danger-item-disabled: hsl(349, 43%, 75%);
1463
+ --color-danger-border-primary: hsl(0, 0%, 100%);
1464
+ --color-danger-border-secondary: hsl(349, 68%, 50%);
1465
+ --color-danger-border-tertiary: hsl(349, 70%, 91%);
1466
+ --color-danger-border-quaternary: hsl(349, 74%, 47%);
1467
+ --color-danger-border-hover: hsl(349, 92%, 51%);
1468
+ --color-danger-border-focus: hsl(349, 95%, 64%);
1469
+ --color-danger-border-active: hsl(349, 94%, 32%);
1470
+ --color-danger-border-disabled: hsl(349, 43%, 75%);
1471
+ --color-disabled-item-disabled: hsl(0, 0%, 47%);
1484
1472
  }
1485
1473
  }