@salutejs/sdds-themes 0.40.0-canary.2046.15894017762.0 → 0.40.0-canary.2047.15976223953.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/css/sdds_bcp.module.css +2345 -0
  2. package/css/sdds_bcp__dark.css +1513 -0
  3. package/css/sdds_bcp__light.css +1513 -0
  4. package/css/sdds_procom.module.css +2345 -0
  5. package/css/sdds_procom__dark.css +1513 -0
  6. package/css/sdds_procom__light.css +1513 -0
  7. package/es/themes/index.js +4 -0
  8. package/es/themes/index.js.map +1 -1
  9. package/es/themes/sdds_bcp__dark.js +3 -0
  10. package/es/themes/sdds_bcp__dark.js.map +1 -0
  11. package/es/themes/sdds_bcp__light.js +3 -0
  12. package/es/themes/sdds_bcp__light.js.map +1 -0
  13. package/es/themes/sdds_procom__dark.js +3 -0
  14. package/es/themes/sdds_procom__dark.js.map +1 -0
  15. package/es/themes/sdds_procom__light.js +3 -0
  16. package/es/themes/sdds_procom__light.js.map +1 -0
  17. package/es/tokens/sdds_bcp/index.js +2181 -0
  18. package/es/tokens/sdds_bcp/index.js.map +1 -0
  19. package/es/tokens/sdds_procom/index.js +2181 -0
  20. package/es/tokens/sdds_procom/index.js.map +1 -0
  21. package/package.json +2 -2
  22. package/themes/index.d.ts +4 -0
  23. package/themes/index.js +9 -1
  24. package/themes/index.js.map +1 -1
  25. package/themes/sdds_bcp__dark.d.ts +1 -0
  26. package/themes/sdds_bcp__dark.js +6 -0
  27. package/themes/sdds_bcp__dark.js.map +1 -0
  28. package/themes/sdds_bcp__light.d.ts +1 -0
  29. package/themes/sdds_bcp__light.js +6 -0
  30. package/themes/sdds_bcp__light.js.map +1 -0
  31. package/themes/sdds_procom__dark.d.ts +1 -0
  32. package/themes/sdds_procom__dark.js +6 -0
  33. package/themes/sdds_procom__dark.js.map +1 -0
  34. package/themes/sdds_procom__light.d.ts +1 -0
  35. package/themes/sdds_procom__light.js +6 -0
  36. package/themes/sdds_procom__light.js.map +1 -0
  37. package/tokens/sdds_bcp/index.d.ts +2179 -0
  38. package/tokens/sdds_bcp/index.js +2202 -0
  39. package/tokens/sdds_bcp/index.js.map +1 -0
  40. package/tokens/sdds_procom/index.d.ts +2179 -0
  41. package/tokens/sdds_procom/index.js +2202 -0
  42. package/tokens/sdds_procom/index.js.map +1 -0
@@ -0,0 +1,1513 @@
1
+ /* Generated by robots, do not change this manually! */
2
+
3
+ :root {
4
+ --text-primary: #171717F5;
5
+ --text-primary-hover: #17171793;
6
+ --text-primary-active: #171717C4;
7
+ --text-primary-brightness: #171717F5;
8
+ --text-secondary: #1717178F;
9
+ --text-secondary-hover: #171717FF;
10
+ --text-secondary-active: #171717AB;
11
+ --text-tertiary: #17171747;
12
+ --text-tertiary-hover: #171717FF;
13
+ --text-tertiary-active: #17171756;
14
+ --text-paragraph: #171717CC;
15
+ --text-paragraph-hover: #1717177A;
16
+ --text-paragraph-active: #171717A3;
17
+ --text-accent: #AD42F5;
18
+ --text-accent-hover: #BE69F7FF;
19
+ --text-accent-active: #9D1BF3FF;
20
+ --text-accent-minor: #D39CF7;
21
+ --text-accent-minor-hover: #E3C2FAFF;
22
+ --text-accent-minor-active: #C276F4FF;
23
+ --text-positive: #108E26;
24
+ --text-positive-hover: #14B32EFF;
25
+ --text-positive-active: #0C6A1BFF;
26
+ --text-warning: #E85702;
27
+ --text-warning-hover: #FD6B17FF;
28
+ --text-warning-active: #C04802FF;
29
+ --text-negative: #F31B31;
30
+ --text-negative-hover: #F54254FF;
31
+ --text-negative-active: #DA0B20FF;
32
+ --text-info: #0B7ECB;
33
+ --text-info-hover: #0D96F2FF;
34
+ --text-info-active: #0966A5FF;
35
+ --text-positive-minor: #28D247;
36
+ --text-positive-minor-hover: #47DC62FF;
37
+ --text-positive-minor-active: #21B03CFF;
38
+ --text-warning-minor: #FD9C68;
39
+ --text-warning-minor-hover: #FDB790FF;
40
+ --text-warning-minor-active: #FC8240FF;
41
+ --text-negative-minor: #FF8F9A;
42
+ --text-negative-minor-hover: #FFB8BFFF;
43
+ --text-negative-minor-active: #FF6675FF;
44
+ --text-info-minor: #52BAFF;
45
+ --text-info-minor-hover: #7ACAFFFF;
46
+ --text-info-minor-active: #29A9FFFF;
47
+ --on-dark-text-primary-hover: #F5F5F593;
48
+ --on-dark-text-primary-active: #F5F5F5C4;
49
+ --on-dark-text-primary-brightness: #F5F5F5F5;
50
+ --on-dark-text-secondary-hover: #F5F5F5FF;
51
+ --on-dark-text-secondary-active: #F5F5F5AB;
52
+ --on-dark-text-tertiary-hover: #F5F5F5FF;
53
+ --on-dark-text-tertiary-active: #F5F5F556;
54
+ --on-dark-text-paragraph-hover: #F5F5F57A;
55
+ --on-dark-text-paragraph-active: #F5F5F5A3;
56
+ --on-dark-text-accent: #C46BFF;
57
+ --on-dark-text-accent-hover: #D494FFFF;
58
+ --on-dark-text-accent-active: #B442FFFF;
59
+ --on-dark-text-accent-minor: #722BA1;
60
+ --on-dark-text-accent-minor-hover: #FFFFFFFF;
61
+ --on-dark-text-accent-minor-active: #5B2281FF;
62
+ --on-dark-text-positive: #24B23E;
63
+ --on-dark-text-positive-hover: #2BD44AFF;
64
+ --on-dark-text-positive-active: #1D9032FF;
65
+ --on-dark-text-warning: #FF7024;
66
+ --on-dark-text-warning-hover: #FF8B4DFF;
67
+ --on-dark-text-warning-active: #FA5700FF;
68
+ --on-dark-text-negative: #FF3D51;
69
+ --on-dark-text-negative-hover: #FF6675FF;
70
+ --on-dark-text-negative-active: #FF142CFF;
71
+ --on-dark-text-info: #199AF0;
72
+ --on-dark-text-info-hover: #3FABF3FF;
73
+ --on-dark-text-info-active: #0D84D3FF;
74
+ --on-dark-text-positive-minor: #095C18;
75
+ --on-dark-text-positive-minor-hover: #11A72CFF;
76
+ --on-dark-text-positive-minor-active: #0D8222FF;
77
+ --on-dark-text-warning-minor: #85380C;
78
+ --on-dark-text-warning-minor-hover: #CD5713FF;
79
+ --on-dark-text-warning-minor-active: #A84710FF;
80
+ --on-dark-text-negative-minor: #9C1422;
81
+ --on-dark-text-negative-minor-hover: #C2192AFF;
82
+ --on-dark-text-negative-minor-active: #7A101AFF;
83
+ --on-dark-text-info-minor: #0D5382;
84
+ --on-dark-text-info-minor-hover: #1483CCFF;
85
+ --on-dark-text-info-minor-active: #116BA7FF;
86
+ --on-dark-text-primary: #F5F5F5F5;
87
+ --on-dark-text-secondary: #F5F5F58F;
88
+ --on-dark-text-tertiary: #F5F5F547;
89
+ --on-dark-text-paragraph: #F5F5F5CC;
90
+ --on-light-text-primary: #171717F5;
91
+ --on-light-text-primary-hover: #17171793;
92
+ --on-light-text-primary-active: #171717C4;
93
+ --on-light-text-primary-brightness: #171717F5;
94
+ --on-light-text-secondary: #1717178F;
95
+ --on-light-text-secondary-hover: #171717FF;
96
+ --on-light-text-secondary-active: #171717AB;
97
+ --on-light-text-tertiary: #17171747;
98
+ --on-light-text-tertiary-hover: #171717FF;
99
+ --on-light-text-tertiary-active: #17171756;
100
+ --on-light-text-paragraph: #171717CC;
101
+ --on-light-text-paragraph-hover: #1717177A;
102
+ --on-light-text-paragraph-active: #171717A3;
103
+ --on-light-text-accent: #AD42F5;
104
+ --on-light-text-accent-hover: #BE69F7FF;
105
+ --on-light-text-accent-active: #9D1BF3FF;
106
+ --on-light-text-accent-minor: #D39CF7;
107
+ --on-light-text-accent-minor-hover: #E3C2FAFF;
108
+ --on-light-text-accent-minor-active: #C276F4FF;
109
+ --on-light-text-positive: #108E26;
110
+ --on-light-text-positive-hover: #14B32EFF;
111
+ --on-light-text-positive-active: #0C6A1BFF;
112
+ --on-light-text-warning: #E85702;
113
+ --on-light-text-warning-hover: #FD6B17FF;
114
+ --on-light-text-warning-active: #C04802FF;
115
+ --on-light-text-negative: #F31B31;
116
+ --on-light-text-negative-hover: #F54254FF;
117
+ --on-light-text-negative-active: #DA0B20FF;
118
+ --on-light-text-info: #0B7ECB;
119
+ --on-light-text-info-hover: #0D96F2FF;
120
+ --on-light-text-info-active: #0966A5FF;
121
+ --on-light-text-positive-minor: #28D247;
122
+ --on-light-text-positive-minor-hover: #47DC62FF;
123
+ --on-light-text-positive-minor-active: #21B03CFF;
124
+ --on-light-text-warning-minor: #FD9C68;
125
+ --on-light-text-warning-minor-hover: #FDB790FF;
126
+ --on-light-text-warning-minor-active: #FC8240FF;
127
+ --on-light-text-negative-minor: #FF8F9A;
128
+ --on-light-text-negative-minor-hover: #FFB8BFFF;
129
+ --on-light-text-negative-minor-active: #FF6675FF;
130
+ --on-light-text-info-minor: #52BAFF;
131
+ --on-light-text-info-minor-hover: #7ACAFFFF;
132
+ --on-light-text-info-minor-active: #29A9FFFF;
133
+ --inverse-text-primary-hover: #F5F5F593;
134
+ --inverse-text-primary-active: #F5F5F5C4;
135
+ --inverse-text-primary-brightness: #F5F5F5F5;
136
+ --inverse-text-secondary-hover: #F5F5F5FF;
137
+ --inverse-text-secondary-active: #F5F5F5AB;
138
+ --inverse-text-tertiary-hover: #F5F5F5FF;
139
+ --inverse-text-tertiary-active: #F5F5F556;
140
+ --inverse-text-paragraph-hover: #F5F5F57A;
141
+ --inverse-text-paragraph-active: #F5F5F5A3;
142
+ --inverse-text-accent: #C46BFF;
143
+ --inverse-text-accent-hover: #D494FFFF;
144
+ --inverse-text-accent-active: #B442FFFF;
145
+ --inverse-text-accent-minor: #722BA1;
146
+ --inverse-text-accent-minor-hover: #FFFFFFFF;
147
+ --inverse-text-accent-minor-active: #5B2281FF;
148
+ --inverse-text-positive: #24B23E;
149
+ --inverse-text-positive-hover: #2BD44AFF;
150
+ --inverse-text-positive-active: #1D9032FF;
151
+ --inverse-text-warning: #FF7024;
152
+ --inverse-text-warning-hover: #FF8B4DFF;
153
+ --inverse-text-warning-active: #FA5700FF;
154
+ --inverse-text-negative: #FF3D51;
155
+ --inverse-text-negative-hover: #FF6675FF;
156
+ --inverse-text-negative-active: #FF142CFF;
157
+ --inverse-text-info: #199AF0;
158
+ --inverse-text-info-hover: #3FABF3FF;
159
+ --inverse-text-info-active: #0D84D3FF;
160
+ --inverse-text-positive-minor: #095C18;
161
+ --inverse-text-positive-minor-hover: #11A72CFF;
162
+ --inverse-text-positive-minor-active: #0D8222FF;
163
+ --inverse-text-warning-minor: #85380C;
164
+ --inverse-text-warning-minor-hover: #CD5713FF;
165
+ --inverse-text-warning-minor-active: #A84710FF;
166
+ --inverse-text-negative-minor: #9C1422;
167
+ --inverse-text-negative-minor-hover: #C2192AFF;
168
+ --inverse-text-negative-minor-active: #7A101AFF;
169
+ --inverse-text-info-minor: #0D5382;
170
+ --inverse-text-info-minor-hover: #1483CCFF;
171
+ --inverse-text-info-minor-active: #116BA7FF;
172
+ --inverse-text-primary: #F5F5F5F5;
173
+ --inverse-text-secondary: #F5F5F58F;
174
+ --inverse-text-tertiary: #F5F5F547;
175
+ --inverse-text-paragraph: #F5F5F5CC;
176
+ --surface-solid-primary: #F5F5F5;
177
+ --surface-solid-primary-hover: #FAFAFAFF;
178
+ --surface-solid-primary-active: #F0F0F0FF;
179
+ --surface-solid-primary-brightness: #FFFFFFFF;
180
+ --surface-solid-secondary: #ECECEC;
181
+ --surface-solid-secondary-hover: #F7F7F7FF;
182
+ --surface-solid-secondary-active: #E8E8E8FF;
183
+ --surface-solid-tertiary: #DDDDDD;
184
+ --surface-solid-tertiary-hover: #EDEDEDFF;
185
+ --surface-solid-tertiary-active: #D4D4D4FF;
186
+ --surface-solid-card: #FFFFFFFF;
187
+ --surface-solid-card-hover: #FFFFFFFF;
188
+ --surface-solid-card-active: #FFFFFFFF;
189
+ --surface-solid-card-brightness: #FFFFFFFF;
190
+ --surface-solid-default: #080808;
191
+ --surface-solid-default-hover: #262626FF;
192
+ --surface-solid-default-active: #030303FF;
193
+ --surface-transparent-primary-hover: #08080803;
194
+ --surface-transparent-primary-active: #0808080D;
195
+ --surface-transparent-secondary-hover: #08080805;
196
+ --surface-transparent-secondary-active: #0808081A;
197
+ --surface-transparent-tertiary: #0808081F;
198
+ --surface-transparent-tertiary-hover: #0808080A;
199
+ --surface-transparent-tertiary-active: #08080829;
200
+ --surface-transparent-deep: #080808A3;
201
+ --surface-transparent-deep-hover: #0808088F;
202
+ --surface-transparent-deep-active: #080808AD;
203
+ --surface-transparent-card: #FFFFFFFF;
204
+ --surface-transparent-card-hover: #FFFFFFFF;
205
+ --surface-transparent-card-active: #FFFFFFFF;
206
+ --surface-transparent-card-brightness: #FFFFFFFF;
207
+ --surface-clear: #FFFFFF00;
208
+ --surface-clear-hover: #FFFFFFFF;
209
+ --surface-clear-active: #FFFFFFFF;
210
+ --surface-accent: #B559F3;
211
+ --surface-accent-hover: #C275F5FF;
212
+ --surface-accent-active: #AD45F2FF;
213
+ --surface-accent-minor: #F4E3FF;
214
+ --surface-accent-minor-hover: #F9F0FFFF;
215
+ --surface-accent-minor-active: #F1DBFFFF;
216
+ --surface-transparent-accent: #B559F31F;
217
+ --surface-transparent-accent-hover: #B558F30A;
218
+ --surface-transparent-accent-active: #B558F329;
219
+ --surface-positive: #1A9E32;
220
+ --surface-positive-hover: #1EB83AFF;
221
+ --surface-positive-active: #178C2CFF;
222
+ --surface-warning: #FA5F05;
223
+ --surface-warning-hover: #FB782DFF;
224
+ --surface-warning-active: #E65705FF;
225
+ --surface-negative: #FF293E;
226
+ --surface-negative-hover: #FF5263FF;
227
+ --surface-negative-active: #FF142CFF;
228
+ --surface-info: #118CDF;
229
+ --surface-info-hover: #1798EEFF;
230
+ --surface-info-active: #0F81CCFF;
231
+ --surface-positive-minor: #9EFAAF;
232
+ --surface-positive-minor-hover: #B1FBBFFF;
233
+ --surface-positive-minor-active: #8BF99FFF;
234
+ --surface-warning-minor: #FEE2D2;
235
+ --surface-warning-minor-hover: #FEEFE6FF;
236
+ --surface-warning-minor-active: #FEDCC8FF;
237
+ --surface-negative-minor: #FFE0E3;
238
+ --surface-negative-minor-hover: #FFF5F6FF;
239
+ --surface-negative-minor-active: #FFD6DAFF;
240
+ --surface-info-minor: #CFECFF;
241
+ --surface-info-minor-hover: #E5F5FFFF;
242
+ --surface-info-minor-active: #C7E9FFFF;
243
+ --surface-transparent-positive: #1A9E321F;
244
+ --surface-transparent-positive-hover: #1A9E320A;
245
+ --surface-transparent-positive-active: #1A9E3229;
246
+ --surface-transparent-warning: #FA5F051F;
247
+ --surface-transparent-warning-hover: #FA5F050A;
248
+ --surface-transparent-warning-active: #FA5F0529;
249
+ --surface-transparent-negative: #FF293E1F;
250
+ --surface-transparent-negative-hover: #FF293E0A;
251
+ --surface-transparent-negative-active: #FF293E29;
252
+ --surface-transparent-info: #118CDF1F;
253
+ --surface-transparent-info-hover: #118CDF0A;
254
+ --surface-transparent-info-active: #118CDF29;
255
+ --surface-transparent-primary: #08080808;
256
+ --surface-transparent-secondary: #0808080F;
257
+ --on-dark-surface-solid-primary: #171717;
258
+ --on-dark-surface-solid-primary-hover: #363636FF;
259
+ --on-dark-surface-solid-primary-active: #0D0D0DFF;
260
+ --on-dark-surface-solid-primary-brightness: #262626FF;
261
+ --on-dark-surface-solid-secondary: #262626;
262
+ --on-dark-surface-solid-secondary-hover: #3B3B3BFF;
263
+ --on-dark-surface-solid-secondary-active: #1C1C1CFF;
264
+ --on-dark-surface-solid-tertiary: #363636;
265
+ --on-dark-surface-solid-tertiary-hover: #4A4A4AFF;
266
+ --on-dark-surface-solid-tertiary-active: #2B2B2BFF;
267
+ --on-dark-surface-solid-card: #171717;
268
+ --on-dark-surface-solid-card-hover: #363636FF;
269
+ --on-dark-surface-solid-card-active: #0D0D0DFF;
270
+ --on-dark-surface-solid-card-brightness: #262626FF;
271
+ --on-dark-surface-solid-default: #F9F9F9;
272
+ --on-dark-surface-solid-default-hover: #FFFFFFFF;
273
+ --on-dark-surface-solid-default-active: #F5F5F5FF;
274
+ --on-dark-surface-transparent-primary: #FFFFFF0F;
275
+ --on-dark-surface-transparent-primary-hover: #FFFFFF05;
276
+ --on-dark-surface-transparent-primary-active: #FFFFFF1A;
277
+ --on-dark-surface-transparent-secondary: #FFFFFF1F;
278
+ --on-dark-surface-transparent-secondary-hover: #FFFFFF0A;
279
+ --on-dark-surface-transparent-secondary-active: #FFFFFF29;
280
+ --on-dark-surface-transparent-tertiary: #FFFFFF33;
281
+ --on-dark-surface-transparent-tertiary-hover: #FFFFFF1F;
282
+ --on-dark-surface-transparent-tertiary-active: #FFFFFF3D;
283
+ --on-dark-surface-transparent-deep: #FFFFFFA3;
284
+ --on-dark-surface-transparent-deep-hover: #FFFFFF8F;
285
+ --on-dark-surface-transparent-deep-active: #FFFFFFAD;
286
+ --on-dark-surface-transparent-card: #FFFFFF0F;
287
+ --on-dark-surface-transparent-card-hover: #FFFFFF05;
288
+ --on-dark-surface-transparent-card-active: #FFFFFF1A;
289
+ --on-dark-surface-transparent-card-brightness: #FFFFFF0F;
290
+ --on-dark-surface-clear: #FFFFFF00;
291
+ --on-dark-surface-clear-hover: #FFFFFFFF;
292
+ --on-dark-surface-clear-active: #FFFFFFFF;
293
+ --on-dark-surface-accent: #B559F3;
294
+ --on-dark-surface-accent-hover: #C275F5FF;
295
+ --on-dark-surface-accent-active: #AD45F2FF;
296
+ --on-dark-surface-accent-minor: #36154C;
297
+ --on-dark-surface-accent-minor-hover: #41195CFF;
298
+ --on-dark-surface-accent-minor-active: #2B103CFF;
299
+ --on-dark-surface-transparent-accent: #B559F333;
300
+ --on-dark-surface-transparent-accent-hover: #B558F31F;
301
+ --on-dark-surface-transparent-accent-active: #B558F33D;
302
+ --on-dark-surface-positive: #1A9E32;
303
+ --on-dark-surface-positive-hover: #1EB83AFF;
304
+ --on-dark-surface-positive-active: #178C2CFF;
305
+ --on-dark-surface-warning: #FA5F05;
306
+ --on-dark-surface-warning-hover: #FB782DFF;
307
+ --on-dark-surface-warning-active: #E65705FF;
308
+ --on-dark-surface-negative: #FF293E;
309
+ --on-dark-surface-negative-hover: #FF5263FF;
310
+ --on-dark-surface-negative-active: #FF142CFF;
311
+ --on-dark-surface-info: #118CDF;
312
+ --on-dark-surface-info-hover: #1798EEFF;
313
+ --on-dark-surface-info-active: #0F81CCFF;
314
+ --on-dark-surface-positive-minor: #0A2B10;
315
+ --on-dark-surface-positive-minor-hover: #0E3A16FF;
316
+ --on-dark-surface-positive-minor-active: #061909FF;
317
+ --on-dark-surface-warning-minor: #3D1D0A;
318
+ --on-dark-surface-warning-minor-hover: #58290EFF;
319
+ --on-dark-surface-warning-minor-active: #2C1507FF;
320
+ --on-dark-surface-negative-minor: #4A0D13;
321
+ --on-dark-surface-negative-minor-hover: #64121AFF;
322
+ --on-dark-surface-negative-minor-active: #380A0FFF;
323
+ --on-dark-surface-info-minor: #0C283B;
324
+ --on-dark-surface-info-minor-hover: #10344CFF;
325
+ --on-dark-surface-info-minor-active: #091D2AFF;
326
+ --on-dark-surface-transparent-positive: #1A9E3233;
327
+ --on-dark-surface-transparent-positive-hover: #1A9E321F;
328
+ --on-dark-surface-transparent-positive-active: #1A9E323D;
329
+ --on-dark-surface-transparent-warning: #FA5F0533;
330
+ --on-dark-surface-transparent-warning-hover: #FA5F051F;
331
+ --on-dark-surface-transparent-warning-active: #FA5F053D;
332
+ --on-dark-surface-transparent-negative: #FF293E33;
333
+ --on-dark-surface-transparent-negative-hover: #FF293E1F;
334
+ --on-dark-surface-transparent-negative-active: #FF293E3D;
335
+ --on-dark-surface-transparent-info: #118CDF33;
336
+ --on-dark-surface-transparent-info-hover: #118CDF1F;
337
+ --on-dark-surface-transparent-info-active: #118CDF3D;
338
+ --on-light-surface-solid-primary: #F5F5F5;
339
+ --on-light-surface-solid-primary-hover: #FAFAFAFF;
340
+ --on-light-surface-solid-primary-active: #F0F0F0FF;
341
+ --on-light-surface-solid-primary-brightness: #FFFFFFFF;
342
+ --on-light-surface-solid-secondary: #ECECEC;
343
+ --on-light-surface-solid-secondary-hover: #F7F7F7FF;
344
+ --on-light-surface-solid-secondary-active: #E8E8E8FF;
345
+ --on-light-surface-solid-tertiary: #DDDDDD;
346
+ --on-light-surface-solid-tertiary-hover: #EDEDEDFF;
347
+ --on-light-surface-solid-tertiary-active: #D4D4D4FF;
348
+ --on-light-surface-solid-card: #FFFFFFFF;
349
+ --on-light-surface-solid-card-hover: #FFFFFFFF;
350
+ --on-light-surface-solid-card-active: #FFFFFFFF;
351
+ --on-light-surface-solid-card-brightness: #FFFFFFFF;
352
+ --on-light-surface-solid-default: #080808;
353
+ --on-light-surface-solid-default-hover: #262626FF;
354
+ --on-light-surface-solid-default-active: #030303FF;
355
+ --on-light-surface-transparent-primary-hover: #08080803;
356
+ --on-light-surface-transparent-primary-active: #0808080D;
357
+ --on-light-surface-transparent-secondary-hover: #08080805;
358
+ --on-light-surface-transparent-secondary-active: #0808081A;
359
+ --on-light-surface-transparent-tertiary: #0808081F;
360
+ --on-light-surface-transparent-tertiary-hover: #0808080A;
361
+ --on-light-surface-transparent-tertiary-active: #08080829;
362
+ --on-light-surface-transparent-deep: #080808A3;
363
+ --on-light-surface-transparent-deep-hover: #0808088F;
364
+ --on-light-surface-transparent-deep-active: #080808AD;
365
+ --on-light-surface-transparent-card: #FFFFFFFF;
366
+ --on-light-surface-transparent-card-hover: #FFFFFFFF;
367
+ --on-light-surface-transparent-card-active: #FFFFFFFF;
368
+ --on-light-surface-transparent-card-brightness: #FFFFFFFF;
369
+ --on-light-surface-clear: #FFFFFF00;
370
+ --on-light-surface-clear-hover: #FFFFFFFF;
371
+ --on-light-surface-clear-active: #FFFFFFFF;
372
+ --on-light-surface-accent: #B559F3;
373
+ --on-light-surface-accent-hover: #C275F5FF;
374
+ --on-light-surface-accent-active: #AD45F2FF;
375
+ --on-light-surface-accent-minor: #F4E3FF;
376
+ --on-light-surface-accent-minor-hover: #F9F0FFFF;
377
+ --on-light-surface-accent-minor-active: #F1DBFFFF;
378
+ --on-light-surface-transparent-accent: #B559F31F;
379
+ --on-light-surface-transparent-accent-hover: #B558F30A;
380
+ --on-light-surface-transparent-accent-active: #B558F329;
381
+ --on-light-surface-positive: #1A9E32;
382
+ --on-light-surface-positive-hover: #1EB83AFF;
383
+ --on-light-surface-positive-active: #178C2CFF;
384
+ --on-light-surface-warning: #FA5F05;
385
+ --on-light-surface-warning-hover: #FB782DFF;
386
+ --on-light-surface-warning-active: #E65705FF;
387
+ --on-light-surface-negative: #FF293E;
388
+ --on-light-surface-negative-hover: #FF5263FF;
389
+ --on-light-surface-negative-active: #FF142CFF;
390
+ --on-light-surface-info: #118CDF;
391
+ --on-light-surface-info-hover: #1798EEFF;
392
+ --on-light-surface-info-active: #0F81CCFF;
393
+ --on-light-surface-positive-minor: #9EFAAF;
394
+ --on-light-surface-positive-minor-hover: #B1FBBFFF;
395
+ --on-light-surface-positive-minor-active: #8BF99FFF;
396
+ --on-light-surface-warning-minor: #FEE2D2;
397
+ --on-light-surface-warning-minor-hover: #FEEFE6FF;
398
+ --on-light-surface-warning-minor-active: #FEDCC8FF;
399
+ --on-light-surface-negative-minor: #FFE0E3;
400
+ --on-light-surface-negative-minor-hover: #FFF5F6FF;
401
+ --on-light-surface-negative-minor-active: #FFD6DAFF;
402
+ --on-light-surface-info-minor: #CFECFF;
403
+ --on-light-surface-info-minor-hover: #E5F5FFFF;
404
+ --on-light-surface-info-minor-active: #C7E9FFFF;
405
+ --on-light-surface-transparent-positive: #1A9E321F;
406
+ --on-light-surface-transparent-positive-hover: #1A9E320A;
407
+ --on-light-surface-transparent-positive-active: #1A9E3229;
408
+ --on-light-surface-transparent-warning: #FA5F051F;
409
+ --on-light-surface-transparent-warning-hover: #FA5F050A;
410
+ --on-light-surface-transparent-warning-active: #FA5F0529;
411
+ --on-light-surface-transparent-negative: #FF293E1F;
412
+ --on-light-surface-transparent-negative-hover: #FF293E0A;
413
+ --on-light-surface-transparent-negative-active: #FF293E29;
414
+ --on-light-surface-transparent-info: #118CDF1F;
415
+ --on-light-surface-transparent-info-hover: #118CDF0A;
416
+ --on-light-surface-transparent-info-active: #118CDF29;
417
+ --on-light-surface-transparent-primary: #08080808;
418
+ --on-light-surface-transparent-secondary: #0808080F;
419
+ --inverse-surface-solid-primary: #171717;
420
+ --inverse-surface-solid-primary-hover: #363636FF;
421
+ --inverse-surface-solid-primary-active: #0D0D0DFF;
422
+ --inverse-surface-solid-primary-brightness: #262626FF;
423
+ --inverse-surface-solid-secondary: #262626;
424
+ --inverse-surface-solid-secondary-hover: #3B3B3BFF;
425
+ --inverse-surface-solid-secondary-active: #1C1C1CFF;
426
+ --inverse-surface-solid-tertiary: #363636;
427
+ --inverse-surface-solid-tertiary-hover: #4A4A4AFF;
428
+ --inverse-surface-solid-tertiary-active: #2B2B2BFF;
429
+ --inverse-surface-solid-card: #171717;
430
+ --inverse-surface-solid-card-hover: #363636FF;
431
+ --inverse-surface-solid-card-active: #0D0D0DFF;
432
+ --inverse-surface-solid-card-brightness: #262626FF;
433
+ --inverse-surface-solid-default: #F9F9F9;
434
+ --inverse-surface-solid-default-hover: #FFFFFFFF;
435
+ --inverse-surface-solid-default-active: #F5F5F5FF;
436
+ --inverse-surface-transparent-primary: #FFFFFF0F;
437
+ --inverse-surface-transparent-primary-hover: #FFFFFF05;
438
+ --inverse-surface-transparent-primary-active: #FFFFFF1A;
439
+ --inverse-surface-transparent-secondary: #FFFFFF1F;
440
+ --inverse-surface-transparent-secondary-hover: #FFFFFF0A;
441
+ --inverse-surface-transparent-secondary-active: #FFFFFF29;
442
+ --inverse-surface-transparent-tertiary: #FFFFFF33;
443
+ --inverse-surface-transparent-tertiary-hover: #FFFFFF1F;
444
+ --inverse-surface-transparent-tertiary-active: #FFFFFF3D;
445
+ --inverse-surface-transparent-deep: #FFFFFFA3;
446
+ --inverse-surface-transparent-deep-hover: #FFFFFF8F;
447
+ --inverse-surface-transparent-deep-active: #FFFFFFAD;
448
+ --inverse-surface-transparent-card: #FFFFFF0F;
449
+ --inverse-surface-transparent-card-hover: #FFFFFF05;
450
+ --inverse-surface-transparent-card-active: #FFFFFF1A;
451
+ --inverse-surface-transparent-card-brightness: #FFFFFF0F;
452
+ --inverse-surface-clear: #FFFFFF00;
453
+ --inverse-surface-clear-hover: #FFFFFFFF;
454
+ --inverse-surface-clear-active: #FFFFFFFF;
455
+ --inverse-surface-accent: #B559F3;
456
+ --inverse-surface-accent-hover: #C275F5FF;
457
+ --inverse-surface-accent-active: #AD45F2FF;
458
+ --inverse-surface-accent-minor: #36154C;
459
+ --inverse-surface-accent-minor-hover: #41195CFF;
460
+ --inverse-surface-accent-minor-active: #2B103CFF;
461
+ --inverse-surface-transparent-accent: #B559F333;
462
+ --inverse-surface-transparent-accent-hover: #B558F31F;
463
+ --inverse-surface-transparent-accent-active: #B558F33D;
464
+ --inverse-surface-positive: #1A9E32;
465
+ --inverse-surface-positive-hover: #1EB83AFF;
466
+ --inverse-surface-positive-active: #178C2CFF;
467
+ --inverse-surface-warning: #FA5F05;
468
+ --inverse-surface-warning-hover: #FB782DFF;
469
+ --inverse-surface-warning-active: #E65705FF;
470
+ --inverse-surface-negative: #FF293E;
471
+ --inverse-surface-negative-hover: #FF5263FF;
472
+ --inverse-surface-negative-active: #FF142CFF;
473
+ --inverse-surface-info: #118CDF;
474
+ --inverse-surface-info-hover: #1798EEFF;
475
+ --inverse-surface-info-active: #0F81CCFF;
476
+ --inverse-surface-positive-minor: #0A2B10;
477
+ --inverse-surface-positive-minor-hover: #0E3A16FF;
478
+ --inverse-surface-positive-minor-active: #061909FF;
479
+ --inverse-surface-warning-minor: #3D1D0A;
480
+ --inverse-surface-warning-minor-hover: #58290EFF;
481
+ --inverse-surface-warning-minor-active: #2C1507FF;
482
+ --inverse-surface-negative-minor: #4A0D13;
483
+ --inverse-surface-negative-minor-hover: #64121AFF;
484
+ --inverse-surface-negative-minor-active: #380A0FFF;
485
+ --inverse-surface-info-minor: #0C283B;
486
+ --inverse-surface-info-minor-hover: #10344CFF;
487
+ --inverse-surface-info-minor-active: #091D2AFF;
488
+ --inverse-surface-transparent-positive: #1A9E3233;
489
+ --inverse-surface-transparent-positive-hover: #1A9E321F;
490
+ --inverse-surface-transparent-positive-active: #1A9E323D;
491
+ --inverse-surface-transparent-warning: #FA5F0533;
492
+ --inverse-surface-transparent-warning-hover: #FA5F051F;
493
+ --inverse-surface-transparent-warning-active: #FA5F053D;
494
+ --inverse-surface-transparent-negative: #FF293E33;
495
+ --inverse-surface-transparent-negative-hover: #FF293E1F;
496
+ --inverse-surface-transparent-negative-active: #FF293E3D;
497
+ --inverse-surface-transparent-info: #118CDF33;
498
+ --inverse-surface-transparent-info-hover: #118CDF1F;
499
+ --inverse-surface-transparent-info-active: #118CDF3D;
500
+ --background-primary: #F9F9F9;
501
+ --dark-background-primary: #080808;
502
+ --light-background-primary: #F9F9F9;
503
+ --inverse-background-primary: #080808;
504
+ --overlay-soft: #F9F9F98F;
505
+ --overlay-hard: #F9F9F9F5;
506
+ --overlay-blur: #F9F9F947;
507
+ --on-dark-overlay-soft: #0808088F;
508
+ --on-dark-overlay-hard: #080808F5;
509
+ --on-dark-overlay-blur: #08080847;
510
+ --on-light-overlay-soft: #F9F9F98F;
511
+ --on-light-overlay-hard: #F9F9F9F5;
512
+ --on-light-overlay-blur: #F9F9F947;
513
+ --inverse-overlay-soft: #0808088F;
514
+ --inverse-overlay-hard: #080808F5;
515
+ --inverse-overlay-blur: #08080847;
516
+ --outline-solid-primary: #DDDDDD;
517
+ --outline-solid-primary-hover: #FFFFFFFF;
518
+ --outline-solid-primary-active: #B3B3B3FF;
519
+ --outline-solid-secondary: #B3B3B3;
520
+ --outline-solid-secondary-hover: #FFFFFFFF;
521
+ --outline-solid-secondary-active: #8F8F8FFF;
522
+ --outline-solid-tertiary: #707070;
523
+ --outline-solid-tertiary-hover: #FFFFFFFF;
524
+ --outline-solid-tertiary-active: #595959FF;
525
+ --outline-solid-default: #080808;
526
+ --outline-solid-default-hover: #595959FF;
527
+ --outline-solid-default-active: #303030FF;
528
+ --outline-transparent-primary: #0808081F;
529
+ --outline-transparent-primary-hover: #080808FF;
530
+ --outline-transparent-primary-active: #08080825;
531
+ --outline-transparent-secondary: #08080847;
532
+ --outline-transparent-secondary-hover: #080808FF;
533
+ --outline-transparent-secondary-active: #08080856;
534
+ --outline-transparent-tertiary: #0808088F;
535
+ --outline-transparent-tertiary-hover: #080808FF;
536
+ --outline-transparent-tertiary-active: #080808AB;
537
+ --outline-clear: #FFFFFF00;
538
+ --outline-clear-hover: #FFFFFFFF;
539
+ --outline-clear-active: #FFFFFFFF;
540
+ --outline-accent: #AD42F5;
541
+ --outline-accent-hover: #BE69F7FF;
542
+ --outline-accent-active: #9D1BF3FF;
543
+ --outline-accent-minor: #D39CF7;
544
+ --outline-accent-minor-hover: #E3C2FAFF;
545
+ --outline-accent-minor-active: #C276F4FF;
546
+ --outline-transparent-accent: #AD42F533;
547
+ --outline-transparent-accent-hover: #AD42F5FF;
548
+ --outline-transparent-accent-active: #AD42F53D;
549
+ --outline-positive: #108E26;
550
+ --outline-positive-hover: #14B32EFF;
551
+ --outline-positive-active: #0C6A1BFF;
552
+ --outline-warning: #E85702;
553
+ --outline-warning-hover: #FD6B17FF;
554
+ --outline-warning-active: #C04802FF;
555
+ --outline-negative: #F31B31;
556
+ --outline-negative-hover: #F54254FF;
557
+ --outline-negative-active: #DA0B20FF;
558
+ --outline-info: #0B7ECB;
559
+ --outline-info-hover: #0D96F2FF;
560
+ --outline-info-active: #0966A5FF;
561
+ --outline-positive-minor: #28D247;
562
+ --outline-positive-minor-hover: #47DC62FF;
563
+ --outline-positive-minor-active: #21B03CFF;
564
+ --outline-warning-minor: #FD9C68;
565
+ --outline-warning-minor-hover: #FDB790FF;
566
+ --outline-warning-minor-active: #FC8240FF;
567
+ --outline-negative-minor: #FF8F9A;
568
+ --outline-negative-minor-hover: #FFB8BFFF;
569
+ --outline-negative-minor-active: #FF6675FF;
570
+ --outline-info-minor: #52BAFF;
571
+ --outline-info-minor-hover: #7ACAFFFF;
572
+ --outline-info-minor-active: #29A9FFFF;
573
+ --outline-transparent-positive: #108E2633;
574
+ --outline-transparent-positive-hover: #108E25FF;
575
+ --outline-transparent-positive-active: #108E253D;
576
+ --outline-transparent-warning: #E8570233;
577
+ --outline-transparent-warning-hover: #E85702FF;
578
+ --outline-transparent-warning-active: #E857023D;
579
+ --outline-transparent-negative: #F31B3133;
580
+ --outline-transparent-negative-hover: #F31B31FF;
581
+ --outline-transparent-negative-active: #F31B313D;
582
+ --outline-transparent-info: #0B7ECB33;
583
+ --outline-transparent-info-hover: #0B7ECBFF;
584
+ --outline-transparent-info-active: #0B7ECB3D;
585
+ --on-dark-outline-solid-primary: #262626;
586
+ --on-dark-outline-solid-primary-hover: #787878FF;
587
+ --on-dark-outline-solid-primary-active: #4F4F4FFF;
588
+ --on-dark-outline-solid-secondary: #4E4E4E;
589
+ --on-dark-outline-solid-secondary-hover: #FFFFFFFF;
590
+ --on-dark-outline-solid-secondary-active: #404040FF;
591
+ --on-dark-outline-solid-tertiary: #858585;
592
+ --on-dark-outline-solid-tertiary-hover: #FFFFFFFF;
593
+ --on-dark-outline-solid-tertiary-active: #6B6B6BFF;
594
+ --on-dark-outline-solid-default: #F9F9F9;
595
+ --on-dark-outline-solid-default-hover: #FFFFFFFF;
596
+ --on-dark-outline-solid-default-active: #C7C7C7FF;
597
+ --on-dark-outline-transparent-primary: #FFFFFF1F;
598
+ --on-dark-outline-transparent-primary-hover: #FFFFFFFF;
599
+ --on-dark-outline-transparent-primary-active: #FFFFFF25;
600
+ --on-dark-outline-transparent-secondary: #FFFFFF47;
601
+ --on-dark-outline-transparent-secondary-hover: #FFFFFFFF;
602
+ --on-dark-outline-transparent-secondary-active: #FFFFFF56;
603
+ --on-dark-outline-transparent-tertiary: #FFFFFF8F;
604
+ --on-dark-outline-transparent-tertiary-hover: #FFFFFFFF;
605
+ --on-dark-outline-transparent-tertiary-active: #FFFFFFAB;
606
+ --on-dark-outline-clear: #FFFFFF00;
607
+ --on-dark-outline-clear-hover: #FFFFFFFF;
608
+ --on-dark-outline-clear-active: #FFFFFFFF;
609
+ --on-dark-outline-accent: #C46BFF;
610
+ --on-dark-outline-accent-hover: #D494FFFF;
611
+ --on-dark-outline-accent-active: #B442FFFF;
612
+ --on-dark-outline-accent-minor: #722BA1;
613
+ --on-dark-outline-accent-minor-hover: #FFFFFFFF;
614
+ --on-dark-outline-accent-minor-active: #5B2281FF;
615
+ --on-dark-outline-transparent-accent: #C46BFF47;
616
+ --on-dark-outline-transparent-accent-hover: #C46BFFFF;
617
+ --on-dark-outline-transparent-accent-active: #C46BFF56;
618
+ --on-dark-outline-positive: #24B23E;
619
+ --on-dark-outline-positive-hover: #2BD44AFF;
620
+ --on-dark-outline-positive-active: #1D9032FF;
621
+ --on-dark-outline-warning: #FF7024;
622
+ --on-dark-outline-warning-hover: #FF8B4DFF;
623
+ --on-dark-outline-warning-active: #FA5700FF;
624
+ --on-dark-outline-negative: #FF3D51;
625
+ --on-dark-outline-negative-hover: #FF6675FF;
626
+ --on-dark-outline-negative-active: #FF142CFF;
627
+ --on-dark-outline-info: #199AF0;
628
+ --on-dark-outline-info-hover: #3FABF3FF;
629
+ --on-dark-outline-info-active: #0D84D3FF;
630
+ --on-dark-outline-positive-minor: #095C18;
631
+ --on-dark-outline-positive-minor-hover: #11A72CFF;
632
+ --on-dark-outline-positive-minor-active: #0D8222FF;
633
+ --on-dark-outline-warning-minor: #85380C;
634
+ --on-dark-outline-warning-minor-hover: #CD5713FF;
635
+ --on-dark-outline-warning-minor-active: #A84710FF;
636
+ --on-dark-outline-negative-minor: #9C1422;
637
+ --on-dark-outline-negative-minor-hover: #C2192AFF;
638
+ --on-dark-outline-negative-minor-active: #7A101AFF;
639
+ --on-dark-outline-info-minor: #0D5382;
640
+ --on-dark-outline-info-minor-hover: #1483CCFF;
641
+ --on-dark-outline-info-minor-active: #116BA7FF;
642
+ --on-dark-outline-transparent-positive: #24B23E47;
643
+ --on-dark-outline-transparent-positive-hover: #24B23EFF;
644
+ --on-dark-outline-transparent-positive-active: #24B23E56;
645
+ --on-dark-outline-transparent-warning: #FF702447;
646
+ --on-dark-outline-transparent-warning-hover: #FF7024FF;
647
+ --on-dark-outline-transparent-warning-active: #FF702456;
648
+ --on-dark-outline-transparent-negative: #FF3D5147;
649
+ --on-dark-outline-transparent-negative-hover: #FF3D51FF;
650
+ --on-dark-outline-transparent-negative-active: #FF3D5156;
651
+ --on-dark-outline-transparent-info: #199AF047;
652
+ --on-dark-outline-transparent-info-hover: #199AF0FF;
653
+ --on-dark-outline-transparent-info-active: #199AF056;
654
+ --on-light-outline-solid-primary: #DDDDDD;
655
+ --on-light-outline-solid-primary-hover: #FFFFFFFF;
656
+ --on-light-outline-solid-primary-active: #B3B3B3FF;
657
+ --on-light-outline-solid-secondary: #B3B3B3;
658
+ --on-light-outline-solid-secondary-hover: #FFFFFFFF;
659
+ --on-light-outline-solid-secondary-active: #8F8F8FFF;
660
+ --on-light-outline-solid-tertiary: #707070;
661
+ --on-light-outline-solid-tertiary-hover: #FFFFFFFF;
662
+ --on-light-outline-solid-tertiary-active: #595959FF;
663
+ --on-light-outline-solid-default: #080808;
664
+ --on-light-outline-solid-default-hover: #595959FF;
665
+ --on-light-outline-solid-default-active: #303030FF;
666
+ --on-light-outline-transparent-primary: #0808081F;
667
+ --on-light-outline-transparent-primary-hover: #080808FF;
668
+ --on-light-outline-transparent-primary-active: #08080825;
669
+ --on-light-outline-transparent-secondary: #08080847;
670
+ --on-light-outline-transparent-secondary-hover: #080808FF;
671
+ --on-light-outline-transparent-secondary-active: #08080856;
672
+ --on-light-outline-transparent-tertiary: #0808088F;
673
+ --on-light-outline-transparent-tertiary-hover: #080808FF;
674
+ --on-light-outline-transparent-tertiary-active: #080808AB;
675
+ --on-light-outline-clear: #FFFFFF00;
676
+ --on-light-outline-clear-hover: #FFFFFFFF;
677
+ --on-light-outline-clear-active: #FFFFFFFF;
678
+ --on-light-outline-accent: #AD42F5;
679
+ --on-light-outline-accent-hover: #BE69F7FF;
680
+ --on-light-outline-accent-active: #9D1BF3FF;
681
+ --on-light-outline-accent-minor: #D39CF7;
682
+ --on-light-outline-accent-minor-hover: #E3C2FAFF;
683
+ --on-light-outline-accent-minor-active: #C276F4FF;
684
+ --on-light-outline-transparent-accent: #AD42F533;
685
+ --on-light-outline-transparent-accent-hover: #AD42F5FF;
686
+ --on-light-outline-transparent-accent-active: #AD42F53D;
687
+ --on-light-outline-positive: #108E26;
688
+ --on-light-outline-positive-hover: #14B32EFF;
689
+ --on-light-outline-positive-active: #0C6A1BFF;
690
+ --on-light-outline-warning: #E85702;
691
+ --on-light-outline-warning-hover: #FD6B17FF;
692
+ --on-light-outline-warning-active: #C04802FF;
693
+ --on-light-outline-negative: #F31B31;
694
+ --on-light-outline-negative-hover: #F54254FF;
695
+ --on-light-outline-negative-active: #DA0B20FF;
696
+ --on-light-outline-info: #0B7ECB;
697
+ --on-light-outline-info-hover: #0D96F2FF;
698
+ --on-light-outline-info-active: #0966A5FF;
699
+ --on-light-outline-positive-minor: #28D247;
700
+ --on-light-outline-positive-minor-hover: #47DC62FF;
701
+ --on-light-outline-positive-minor-active: #21B03CFF;
702
+ --on-light-outline-warning-minor: #FD9C68;
703
+ --on-light-outline-warning-minor-hover: #FDB790FF;
704
+ --on-light-outline-warning-minor-active: #FC8240FF;
705
+ --on-light-outline-negative-minor: #FF8F9A;
706
+ --on-light-outline-negative-minor-hover: #FFB8BFFF;
707
+ --on-light-outline-negative-minor-active: #FF6675FF;
708
+ --on-light-outline-info-minor: #52BAFF;
709
+ --on-light-outline-info-minor-hover: #7ACAFFFF;
710
+ --on-light-outline-info-minor-active: #29A9FFFF;
711
+ --on-light-outline-transparent-positive: #108E2633;
712
+ --on-light-outline-transparent-positive-hover: #108E25FF;
713
+ --on-light-outline-transparent-positive-active: #108E253D;
714
+ --on-light-outline-transparent-warning: #E8570233;
715
+ --on-light-outline-transparent-warning-hover: #E85702FF;
716
+ --on-light-outline-transparent-warning-active: #E857023D;
717
+ --on-light-outline-transparent-negative: #F31B3133;
718
+ --on-light-outline-transparent-negative-hover: #F31B31FF;
719
+ --on-light-outline-transparent-negative-active: #F31B313D;
720
+ --on-light-outline-transparent-info: #0B7ECB33;
721
+ --on-light-outline-transparent-info-hover: #0B7ECBFF;
722
+ --on-light-outline-transparent-info-active: #0B7ECB3D;
723
+ --inverse-outline-solid-primary: #262626;
724
+ --inverse-outline-solid-primary-hover: #787878FF;
725
+ --inverse-outline-solid-primary-active: #4F4F4FFF;
726
+ --inverse-outline-solid-secondary: #4E4E4E;
727
+ --inverse-outline-solid-secondary-hover: #FFFFFFFF;
728
+ --inverse-outline-solid-secondary-active: #404040FF;
729
+ --inverse-outline-solid-tertiary: #858585;
730
+ --inverse-outline-solid-tertiary-hover: #FFFFFFFF;
731
+ --inverse-outline-solid-tertiary-active: #6B6B6BFF;
732
+ --inverse-outline-solid-default: #F9F9F9;
733
+ --inverse-outline-solid-default-hover: #FFFFFFFF;
734
+ --inverse-outline-solid-default-active: #C7C7C7FF;
735
+ --inverse-outline-transparent-primary: #FFFFFF1F;
736
+ --inverse-outline-transparent-primary-hover: #FFFFFFFF;
737
+ --inverse-outline-transparent-primary-active: #FFFFFF25;
738
+ --inverse-outline-transparent-secondary: #FFFFFF47;
739
+ --inverse-outline-transparent-secondary-hover: #FFFFFFFF;
740
+ --inverse-outline-transparent-secondary-active: #FFFFFF56;
741
+ --inverse-outline-transparent-tertiary: #FFFFFF8F;
742
+ --inverse-outline-transparent-tertiary-hover: #FFFFFFFF;
743
+ --inverse-outline-transparent-tertiary-active: #FFFFFFAB;
744
+ --inverse-outline-clear: #FFFFFF00;
745
+ --inverse-outline-clear-hover: #FFFFFFFF;
746
+ --inverse-outline-clear-active: #FFFFFFFF;
747
+ --inverse-outline-accent: #C46BFF;
748
+ --inverse-outline-accent-hover: #D494FFFF;
749
+ --inverse-outline-accent-active: #B442FFFF;
750
+ --inverse-outline-accent-minor: #722BA1;
751
+ --inverse-outline-accent-minor-hover: #FFFFFFFF;
752
+ --inverse-outline-accent-minor-active: #5B2281FF;
753
+ --inverse-outline-transparent-accent: #C46BFF47;
754
+ --inverse-outline-transparent-accent-hover: #C46BFFFF;
755
+ --inverse-outline-transparent-accent-active: #C46BFF56;
756
+ --inverse-outline-positive: #24B23E;
757
+ --inverse-outline-positive-hover: #2BD44AFF;
758
+ --inverse-outline-positive-active: #1D9032FF;
759
+ --inverse-outline-warning: #FF7024;
760
+ --inverse-outline-warning-hover: #FF8B4DFF;
761
+ --inverse-outline-warning-active: #FA5700FF;
762
+ --inverse-outline-negative: #FF3D51;
763
+ --inverse-outline-negative-hover: #FF6675FF;
764
+ --inverse-outline-negative-active: #FF142CFF;
765
+ --inverse-outline-info: #199AF0;
766
+ --inverse-outline-info-hover: #3FABF3FF;
767
+ --inverse-outline-info-active: #0D84D3FF;
768
+ --inverse-outline-positive-minor: #095C18;
769
+ --inverse-outline-positive-minor-hover: #11A72CFF;
770
+ --inverse-outline-positive-minor-active: #0D8222FF;
771
+ --inverse-outline-warning-minor: #85380C;
772
+ --inverse-outline-warning-minor-hover: #CD5713FF;
773
+ --inverse-outline-warning-minor-active: #A84710FF;
774
+ --inverse-outline-negative-minor: #9C1422;
775
+ --inverse-outline-negative-minor-hover: #C2192AFF;
776
+ --inverse-outline-negative-minor-active: #7A101AFF;
777
+ --inverse-outline-info-minor: #0D5382;
778
+ --inverse-outline-info-minor-hover: #1483CCFF;
779
+ --inverse-outline-info-minor-active: #116BA7FF;
780
+ --inverse-outline-transparent-positive: #24B23E47;
781
+ --inverse-outline-transparent-positive-hover: #24B23EFF;
782
+ --inverse-outline-transparent-positive-active: #24B23E56;
783
+ --inverse-outline-transparent-warning: #FF702447;
784
+ --inverse-outline-transparent-warning-hover: #FF7024FF;
785
+ --inverse-outline-transparent-warning-active: #FF702456;
786
+ --inverse-outline-transparent-negative: #FF3D5147;
787
+ --inverse-outline-transparent-negative-hover: #FF3D51FF;
788
+ --inverse-outline-transparent-negative-active: #FF3D5156;
789
+ --inverse-outline-transparent-info: #199AF047;
790
+ --inverse-outline-transparent-info-hover: #199AF0FF;
791
+ --inverse-outline-transparent-info-active: #199AF056;
792
+ --data-yellow: #F3A912;
793
+ --data-yellow-minor: #FFD37A;
794
+ --data-yellow-transparent: #F3A9128F;
795
+ --on-dark-data-yellow: #F3A912;
796
+ --on-dark-data-yellow-minor: #A16B00;
797
+ --on-dark-data-yellow-transparent: #F3A9128F;
798
+ --on-light-data-yellow: #F3A912;
799
+ --on-light-data-yellow-minor: #FFD37A;
800
+ --on-light-data-yellow-transparent: #F3A9128F;
801
+ --inverse-data-yellow: #F3A912;
802
+ --inverse-data-yellow-minor: #A16B00;
803
+ --inverse-data-yellow-transparent: #F3A9128F;
804
+ color: var(--text-primary);
805
+ background-color: var(--background-primary);
806
+ }
807
+
808
+ :root {
809
+ --surface-skeleton-gradient: linear-gradient(90deg, #08080817 0%, #08080814 6.25%, #0808080D 12.5%, #08080803 25%, #0808080D 37.5%, #08080814 43.75%, #08080817 50%, #08080814 56.25%, #0808080D 62.5%, #08080803 75%, #0808080D 87.5%, #08080814 93.75%, #08080817 100%);
810
+ --surface-skeleton-gradient-hover: #FFFFFFFF;
811
+ --surface-skeleton-gradient-active: #FFFFFFFF;
812
+ --surface-skeleton-deep-gradient: linear-gradient(90deg, #0808085C 0%, #08080852 6.25%, #08080833 12.5%, #0808080A 25%, #08080833 37.5%, #08080852 43.75%, #0808085C 50%, #08080814 56.25%, #08080833 62.5%, #0808080A 75%, #08080833 87.5%, #08080852 93.75%, #0808085C 100%);
813
+ --surface-skeleton-deep-gradient-hover: #FFFFFFFF;
814
+ --surface-skeleton-deep-gradient-active: #FFFFFFFF;
815
+ --on-dark-surface-skeleton-gradient: linear-gradient(90deg, #FFFFFF17 0%, #FFFFFF14 6.25%, #FFFFFF0D 12.5%, #FFFFFF03 25%, #FFFFFF0D 37.5%, #FFFFFF14 43.75%, #FFFFFF17 50%, #FFFFFF14 56.25%, #FFFFFF0D 62.5%, #FFFFFF03 75%, #FFFFFF0D 87.5%, #FFFFFF14 93.75%, #FFFFFF17 100%);
816
+ --on-dark-surface-skeleton-gradient-hover: #FFFFFFFF;
817
+ --on-dark-surface-skeleton-gradient-active: #FFFFFFFF;
818
+ --on-dark-surface-skeleton-deep-gradient: linear-gradient(90deg, #FFFFFF5C 0%, #FFFFFF52 6.25%, #FFFFFF33 12.5%, #FFFFFF0A 25%, #FFFFFF33 37.5%, #FFFFFF52 43.75%, #FFFFFF5C 50%, #FFFFFF14 56.25%, #FFFFFF33 62.5%, #FFFFFF0A 75%, #FFFFFF33 87.5%, #FFFFFF52 93.75%, #FFFFFF5C 100%);
819
+ --on-dark-surface-skeleton-deep-gradient-hover: #FFFFFFFF;
820
+ --on-dark-surface-skeleton-deep-gradient-active: #FFFFFFFF;
821
+ --on-light-surface-skeleton-gradient: linear-gradient(90deg, #08080817 0%, #08080814 6.25%, #0808080D 12.5%, #08080803 25%, #0808080D 37.5%, #08080814 43.75%, #08080817 50%, #08080814 56.25%, #0808080D 62.5%, #08080803 75%, #0808080D 87.5%, #08080814 93.75%, #08080817 100%);
822
+ --on-light-surface-skeleton-gradient-hover: #FFFFFFFF;
823
+ --on-light-surface-skeleton-gradient-active: #FFFFFFFF;
824
+ --on-light-surface-skeleton-deep-gradient: linear-gradient(90deg, #0808085C 0%, #08080852 6.25%, #08080833 12.5%, #0808080A 25%, #08080833 37.5%, #08080852 43.75%, #0808085C 50%, #08080814 56.25%, #08080833 62.5%, #0808080A 75%, #08080833 87.5%, #08080852 93.75%, #0808085C 100%);
825
+ --on-light-surface-skeleton-deep-gradient-hover: #FFFFFFFF;
826
+ --on-light-surface-skeleton-deep-gradient-active: #FFFFFFFF;
827
+ --inverse-surface-skeleton-gradient: linear-gradient(90deg, #FFFFFF17 0%, #FFFFFF14 6.25%, #FFFFFF0D 12.5%, #FFFFFF03 25%, #FFFFFF0D 37.5%, #FFFFFF14 43.75%, #FFFFFF17 50%, #FFFFFF14 56.25%, #FFFFFF0D 62.5%, #FFFFFF03 75%, #FFFFFF0D 87.5%, #FFFFFF14 93.75%, #FFFFFF17 100%);
828
+ --inverse-surface-skeleton-gradient-hover: #FFFFFFFF;
829
+ --inverse-surface-skeleton-gradient-active: #FFFFFFFF;
830
+ --inverse-surface-skeleton-deep-gradient: linear-gradient(90deg, #FFFFFF5C 0%, #FFFFFF52 6.25%, #FFFFFF33 12.5%, #FFFFFF0A 25%, #FFFFFF33 37.5%, #FFFFFF52 43.75%, #FFFFFF5C 50%, #FFFFFF14 56.25%, #FFFFFF33 62.5%, #FFFFFF0A 75%, #FFFFFF33 87.5%, #FFFFFF52 93.75%, #FFFFFF5C 100%);
831
+ --inverse-surface-skeleton-deep-gradient-hover: #FFFFFFFF;
832
+ --inverse-surface-skeleton-deep-gradient-active: #FFFFFFFF;
833
+ }
834
+
835
+ :root {
836
+ --shadow-down-soft-s: 0px 4px 14px -4px #08080814, 0px 1px 4px -1px #0000000A;
837
+ --shadow-down-soft-m: 0px 24px 48px -8px #00000014;
838
+ --shadow-down-soft-l: 0px 60px 112px -8px #00000014;
839
+ --shadow-down-hard-s: 0px 4px 12px -3px #08080829, 0px 1px 4px -2px #00000014;
840
+ --shadow-down-hard-m: 0px 16px 32px -8px #0000003D;
841
+ --shadow-down-hard-l: 0px 60px 112px -8px #00000066;
842
+ --shadow-up-soft-s: 0px -4px 14px -4px #08080814, 0px -1px 4px -1px #00000008;
843
+ --shadow-up-soft-m: 0px -24px 48px -8px #00000014;
844
+ --shadow-up-soft-l: 0px -60px 112px -8px #00000014;
845
+ --shadow-up-hard-s: 0px -4px 12px -3px #08080833, 0px -1px 4px -1px #00000008;
846
+ --shadow-up-hard-m: 0px -16px 32px -8px #0000003D;
847
+ --shadow-up-hard-l: 0px -60px 112px -8px #00000066;
848
+ }
849
+
850
+ :root {
851
+ --border-radius-xxs: 4px;
852
+ --border-radius-xs: 8px;
853
+ --border-radius-s: 12px;
854
+ --border-radius-m: 16px;
855
+ --border-radius-l: 20px;
856
+ --border-radius-xl: 24px;
857
+ --border-radius-xxl: 32px;
858
+ }
859
+
860
+ :root {
861
+ --spacing-0x: 0px;
862
+ --spacing-1x: 2px;
863
+ --spacing-2x: 4px;
864
+ --spacing-3x: 6px;
865
+ --spacing-4x: 8px;
866
+ --spacing-6x: 12px;
867
+ --spacing-8x: 16px;
868
+ --spacing-10x: 20px;
869
+ --spacing-12x: 24px;
870
+ --spacing-16x: 32px;
871
+ --spacing-20x: 40px;
872
+ --spacing-24x: 48px;
873
+ --spacing-32x: 64px;
874
+ --spacing-40x: 80px;
875
+ --spacing-60x: 120px;
876
+ }
877
+
878
+ :root {
879
+ font-size: 16px;
880
+ --plasma-typo-overflow-wrap: break-word;
881
+ --plasma-typo-hyphens: auto;
882
+ --plasma-typo-display-font-family: 'SB Sans Display', sans-serif;
883
+ --plasma-typo-body-font-family: 'SB Sans Text', sans-serif;
884
+ --plasma-typo-header-font-family: 'SB Sans Display', sans-serif;
885
+ --plasma-typo-text-font-family: 'SB Sans Text', sans-serif;
886
+ --plasma-typo-dspl-l-font-family: var(--plasma-typo-display-font-family);
887
+ --plasma-typo-dspl-l-letter-spacing: normal;
888
+ --plasma-typo-dspl-l-font-style: normal;
889
+ --plasma-typo-dspl-l-bold-font-family: var(--plasma-typo-display-font-family);
890
+ --plasma-typo-dspl-l-bold-letter-spacing: normal;
891
+ --plasma-typo-dspl-l-bold-font-style: normal;
892
+ --plasma-typo-dspl-m-font-family: var(--plasma-typo-display-font-family);
893
+ --plasma-typo-dspl-m-letter-spacing: normal;
894
+ --plasma-typo-dspl-m-font-style: normal;
895
+ --plasma-typo-dspl-m-bold-font-family: var(--plasma-typo-display-font-family);
896
+ --plasma-typo-dspl-m-bold-letter-spacing: normal;
897
+ --plasma-typo-dspl-m-bold-font-style: normal;
898
+ --plasma-typo-dspl-s-font-family: var(--plasma-typo-display-font-family);
899
+ --plasma-typo-dspl-s-letter-spacing: normal;
900
+ --plasma-typo-dspl-s-font-style: normal;
901
+ --plasma-typo-dspl-s-bold-font-family: var(--plasma-typo-display-font-family);
902
+ --plasma-typo-dspl-s-bold-letter-spacing: normal;
903
+ --plasma-typo-dspl-s-bold-font-style: normal;
904
+ --plasma-typo-h1-font-family: var(--plasma-typo-header-font-family);
905
+ --plasma-typo-h1-letter-spacing: normal;
906
+ --plasma-typo-h1-font-style: normal;
907
+ --plasma-typo-h1-bold-font-family: var(--plasma-typo-header-font-family);
908
+ --plasma-typo-h1-bold-letter-spacing: normal;
909
+ --plasma-typo-h1-bold-font-style: normal;
910
+ --plasma-typo-h2-font-family: var(--plasma-typo-header-font-family);
911
+ --plasma-typo-h2-letter-spacing: normal;
912
+ --plasma-typo-h2-font-style: normal;
913
+ --plasma-typo-h2-bold-font-family: var(--plasma-typo-header-font-family);
914
+ --plasma-typo-h2-bold-letter-spacing: normal;
915
+ --plasma-typo-h2-bold-font-style: normal;
916
+ --plasma-typo-h3-font-family: var(--plasma-typo-header-font-family);
917
+ --plasma-typo-h3-letter-spacing: normal;
918
+ --plasma-typo-h3-font-style: normal;
919
+ --plasma-typo-h3-bold-font-family: var(--plasma-typo-header-font-family);
920
+ --plasma-typo-h3-bold-letter-spacing: normal;
921
+ --plasma-typo-h3-bold-font-style: normal;
922
+ --plasma-typo-h4-font-family: var(--plasma-typo-header-font-family);
923
+ --plasma-typo-h4-letter-spacing: normal;
924
+ --plasma-typo-h4-font-style: normal;
925
+ --plasma-typo-h4-bold-font-family: var(--plasma-typo-header-font-family);
926
+ --plasma-typo-h4-bold-letter-spacing: normal;
927
+ --plasma-typo-h4-bold-font-style: normal;
928
+ --plasma-typo-h5-font-family: var(--plasma-typo-header-font-family);
929
+ --plasma-typo-h5-letter-spacing: normal;
930
+ --plasma-typo-h5-font-style: normal;
931
+ --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);
932
+ --plasma-typo-h5-bold-letter-spacing: normal;
933
+ --plasma-typo-h5-bold-font-style: normal;
934
+ --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);
935
+ --plasma-typo-body-l-letter-spacing: -0.02em;
936
+ --plasma-typo-body-l-font-style: normal;
937
+ --plasma-typo-body-l-bold-font-family: var(--plasma-typo-body-font-family);
938
+ --plasma-typo-body-l-bold-letter-spacing: -0.02em;
939
+ --plasma-typo-body-l-bold-font-style: normal;
940
+ --plasma-typo-body-m-font-family: var(--plasma-typo-body-font-family);
941
+ --plasma-typo-body-m-letter-spacing: -0.02em;
942
+ --plasma-typo-body-m-font-style: normal;
943
+ --plasma-typo-body-m-bold-font-family: var(--plasma-typo-body-font-family);
944
+ --plasma-typo-body-m-bold-letter-spacing: -0.02em;
945
+ --plasma-typo-body-m-bold-font-style: normal;
946
+ --plasma-typo-body-s-font-family: var(--plasma-typo-body-font-family);
947
+ --plasma-typo-body-s-letter-spacing: -0.02em;
948
+ --plasma-typo-body-s-font-style: normal;
949
+ --plasma-typo-body-s-bold-font-family: var(--plasma-typo-body-font-family);
950
+ --plasma-typo-body-s-bold-letter-spacing: -0.02em;
951
+ --plasma-typo-body-s-bold-font-style: normal;
952
+ --plasma-typo-body-xs-font-family: var(--plasma-typo-body-font-family);
953
+ --plasma-typo-body-xs-letter-spacing: -0.02em;
954
+ --plasma-typo-body-xs-font-style: normal;
955
+ --plasma-typo-body-xs-bold-font-family: var(--plasma-typo-body-font-family);
956
+ --plasma-typo-body-xs-bold-letter-spacing: -0.02em;
957
+ --plasma-typo-body-xs-bold-font-style: normal;
958
+ --plasma-typo-body-xxs-font-family: var(--plasma-typo-body-font-family);
959
+ --plasma-typo-body-xxs-letter-spacing: -0.02em;
960
+ --plasma-typo-body-xxs-font-style: normal;
961
+ --plasma-typo-body-xxs-bold-font-family: var(--plasma-typo-body-font-family);
962
+ --plasma-typo-body-xxs-bold-letter-spacing: -0.02em;
963
+ --plasma-typo-body-xxs-bold-font-style: normal;
964
+ --plasma-typo-text-l-font-family: var(--plasma-typo-text-font-family);
965
+ --plasma-typo-text-l-letter-spacing: -0.02em;
966
+ --plasma-typo-text-l-font-style: normal;
967
+ --plasma-typo-text-l-bold-font-family: var(--plasma-typo-text-font-family);
968
+ --plasma-typo-text-l-bold-letter-spacing: -0.02em;
969
+ --plasma-typo-text-l-bold-font-style: normal;
970
+ --plasma-typo-text-m-font-family: var(--plasma-typo-text-font-family);
971
+ --plasma-typo-text-m-letter-spacing: -0.02em;
972
+ --plasma-typo-text-m-font-style: normal;
973
+ --plasma-typo-text-m-bold-font-family: var(--plasma-typo-text-font-family);
974
+ --plasma-typo-text-m-bold-letter-spacing: -0.02em;
975
+ --plasma-typo-text-m-bold-font-style: normal;
976
+ --plasma-typo-text-s-font-family: var(--plasma-typo-text-font-family);
977
+ --plasma-typo-text-s-letter-spacing: -0.02em;
978
+ --plasma-typo-text-s-font-style: normal;
979
+ --plasma-typo-text-s-bold-font-family: var(--plasma-typo-text-font-family);
980
+ --plasma-typo-text-s-bold-letter-spacing: -0.02em;
981
+ --plasma-typo-text-s-bold-font-style: normal;
982
+ --plasma-typo-text-xs-font-family: var(--plasma-typo-text-font-family);
983
+ --plasma-typo-text-xs-letter-spacing: -0.02em;
984
+ --plasma-typo-text-xs-font-style: normal;
985
+ --plasma-typo-text-xs-bold-font-family: var(--plasma-typo-text-font-family);
986
+ --plasma-typo-text-xs-bold-letter-spacing: -0.02em;
987
+ --plasma-typo-text-xs-bold-font-style: normal;
988
+ --plasma-typo-dspl-l-medium-font-family: var(--plasma-typo-display-font-family);
989
+ --plasma-typo-dspl-l-medium-letter-spacing: normal;
990
+ --plasma-typo-dspl-l-medium-font-style: normal;
991
+ --plasma-typo-dspl-m-medium-font-family: var(--plasma-typo-display-font-family);
992
+ --plasma-typo-dspl-m-medium-letter-spacing: normal;
993
+ --plasma-typo-dspl-m-medium-font-style: normal;
994
+ --plasma-typo-dspl-s-medium-font-family: var(--plasma-typo-display-font-family);
995
+ --plasma-typo-dspl-s-medium-letter-spacing: normal;
996
+ --plasma-typo-dspl-s-medium-font-style: normal;
997
+ --plasma-typo-h1-medium-font-family: var(--plasma-typo-header-font-family);
998
+ --plasma-typo-h1-medium-letter-spacing: normal;
999
+ --plasma-typo-h1-medium-font-style: normal;
1000
+ --plasma-typo-h2-medium-font-family: var(--plasma-typo-header-font-family);
1001
+ --plasma-typo-h2-medium-letter-spacing: normal;
1002
+ --plasma-typo-h2-medium-font-style: normal;
1003
+ --plasma-typo-h3-medium-font-family: var(--plasma-typo-header-font-family);
1004
+ --plasma-typo-h3-medium-letter-spacing: normal;
1005
+ --plasma-typo-h3-medium-font-style: normal;
1006
+ --plasma-typo-h4-medium-font-family: var(--plasma-typo-header-font-family);
1007
+ --plasma-typo-h4-medium-letter-spacing: normal;
1008
+ --plasma-typo-h4-medium-font-style: normal;
1009
+ --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);
1010
+ --plasma-typo-h5-medium-letter-spacing: normal;
1011
+ --plasma-typo-h5-medium-font-style: normal;
1012
+ --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);
1013
+ --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1014
+ --plasma-typo-body-l-medium-font-style: normal;
1015
+ --plasma-typo-body-m-medium-font-family: var(--plasma-typo-body-font-family);
1016
+ --plasma-typo-body-m-medium-letter-spacing: -0.02em;
1017
+ --plasma-typo-body-m-medium-font-style: normal;
1018
+ --plasma-typo-body-s-medium-font-family: var(--plasma-typo-body-font-family);
1019
+ --plasma-typo-body-s-medium-letter-spacing: -0.02em;
1020
+ --plasma-typo-body-s-medium-font-style: normal;
1021
+ --plasma-typo-body-xs-medium-font-family: var(--plasma-typo-body-font-family);
1022
+ --plasma-typo-body-xs-medium-letter-spacing: -0.02em;
1023
+ --plasma-typo-body-xs-medium-font-style: normal;
1024
+ --plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-body-font-family);
1025
+ --plasma-typo-body-xxs-medium-letter-spacing: -0.02em;
1026
+ --plasma-typo-body-xxs-medium-font-style: normal;
1027
+ --plasma-typo-text-l-medium-font-family: var(--plasma-typo-text-font-family);
1028
+ --plasma-typo-text-l-medium-letter-spacing: -0.02em;
1029
+ --plasma-typo-text-l-medium-font-style: normal;
1030
+ --plasma-typo-text-m-medium-font-family: var(--plasma-typo-text-font-family);
1031
+ --plasma-typo-text-m-medium-letter-spacing: -0.02em;
1032
+ --plasma-typo-text-m-medium-font-style: normal;
1033
+ --plasma-typo-text-s-medium-font-family: var(--plasma-typo-text-font-family);
1034
+ --plasma-typo-text-s-medium-letter-spacing: -0.02em;
1035
+ --plasma-typo-text-s-medium-font-style: normal;
1036
+ --plasma-typo-text-xs-medium-font-family: var(--plasma-typo-text-font-family);
1037
+ --plasma-typo-text-xs-medium-letter-spacing: -0.02em;
1038
+ --plasma-typo-text-xs-medium-font-style: normal;
1039
+ }
1040
+
1041
+ @media (max-width: 559px) {
1042
+ :root {
1043
+ --plasma-typo-dspl-l-font-size: 5.5rem;
1044
+ --plasma-typo-dspl-l-font-weight: 300;
1045
+ --plasma-typo-dspl-l-line-height: 5.75rem;
1046
+ --plasma-typo-dspl-l-bold-font-size: 5.5rem;
1047
+ --plasma-typo-dspl-l-bold-font-weight: 600;
1048
+ --plasma-typo-dspl-l-bold-line-height: 5.75rem;
1049
+ --plasma-typo-dspl-m-font-size: 3.5rem;
1050
+ --plasma-typo-dspl-m-font-weight: 300;
1051
+ --plasma-typo-dspl-m-line-height: 3.875rem;
1052
+ --plasma-typo-dspl-m-bold-font-size: 3.5rem;
1053
+ --plasma-typo-dspl-m-bold-font-weight: 600;
1054
+ --plasma-typo-dspl-m-bold-line-height: 3.875rem;
1055
+ --plasma-typo-dspl-s-font-size: 2.5rem;
1056
+ --plasma-typo-dspl-s-font-weight: 300;
1057
+ --plasma-typo-dspl-s-line-height: 2.875rem;
1058
+ --plasma-typo-dspl-s-bold-font-size: 2.5rem;
1059
+ --plasma-typo-dspl-s-bold-font-weight: 600;
1060
+ --plasma-typo-dspl-s-bold-line-height: 2.875rem;
1061
+ --plasma-typo-h1-font-size: 1.75rem;
1062
+ --plasma-typo-h1-font-weight: 400;
1063
+ --plasma-typo-h1-line-height: 2.125rem;
1064
+ --plasma-typo-h1-bold-font-size: 1.75rem;
1065
+ --plasma-typo-h1-bold-font-weight: 600;
1066
+ --plasma-typo-h1-bold-line-height: 2.125rem;
1067
+ --plasma-typo-h2-font-size: 1.5rem;
1068
+ --plasma-typo-h2-font-weight: 400;
1069
+ --plasma-typo-h2-line-height: 1.875rem;
1070
+ --plasma-typo-h2-bold-font-size: 1.5rem;
1071
+ --plasma-typo-h2-bold-font-weight: 600;
1072
+ --plasma-typo-h2-bold-line-height: 1.875rem;
1073
+ --plasma-typo-h3-font-size: 1.25rem;
1074
+ --plasma-typo-h3-font-weight: 400;
1075
+ --plasma-typo-h3-line-height: 1.625rem;
1076
+ --plasma-typo-h3-bold-font-size: 1.25rem;
1077
+ --plasma-typo-h3-bold-font-weight: 600;
1078
+ --plasma-typo-h3-bold-line-height: 1.625rem;
1079
+ --plasma-typo-h4-font-size: 1.125rem;
1080
+ --plasma-typo-h4-font-weight: 400;
1081
+ --plasma-typo-h4-line-height: 1.5rem;
1082
+ --plasma-typo-h4-bold-font-size: 1.125rem;
1083
+ --plasma-typo-h4-bold-font-weight: 600;
1084
+ --plasma-typo-h4-bold-line-height: 1.5rem;
1085
+ --plasma-typo-h5-font-size: 1rem;
1086
+ --plasma-typo-h5-font-weight: 400;
1087
+ --plasma-typo-h5-line-height: 1.375rem;
1088
+ --plasma-typo-h5-bold-font-size: 1rem;
1089
+ --plasma-typo-h5-bold-font-weight: 600;
1090
+ --plasma-typo-h5-bold-line-height: 1.375rem;
1091
+ --plasma-typo-body-l-font-size: 1.125rem;
1092
+ --plasma-typo-body-l-font-weight: 400;
1093
+ --plasma-typo-body-l-line-height: 1.375rem;
1094
+ --plasma-typo-body-l-bold-font-size: 1.125rem;
1095
+ --plasma-typo-body-l-bold-font-weight: 600;
1096
+ --plasma-typo-body-l-bold-line-height: 1.375rem;
1097
+ --plasma-typo-body-m-font-size: 1rem;
1098
+ --plasma-typo-body-m-font-weight: 400;
1099
+ --plasma-typo-body-m-line-height: 1.25rem;
1100
+ --plasma-typo-body-m-bold-font-size: 1rem;
1101
+ --plasma-typo-body-m-bold-font-weight: 600;
1102
+ --plasma-typo-body-m-bold-line-height: 1.25rem;
1103
+ --plasma-typo-body-s-font-size: 0.875rem;
1104
+ --plasma-typo-body-s-font-weight: 400;
1105
+ --plasma-typo-body-s-line-height: 1.125rem;
1106
+ --plasma-typo-body-s-bold-font-size: 0.875rem;
1107
+ --plasma-typo-body-s-bold-font-weight: 600;
1108
+ --plasma-typo-body-s-bold-line-height: 1.125rem;
1109
+ --plasma-typo-body-xs-font-size: 0.75rem;
1110
+ --plasma-typo-body-xs-font-weight: 400;
1111
+ --plasma-typo-body-xs-line-height: 0.875rem;
1112
+ --plasma-typo-body-xs-bold-font-size: 0.75rem;
1113
+ --plasma-typo-body-xs-bold-font-weight: 600;
1114
+ --plasma-typo-body-xs-bold-line-height: 0.875rem;
1115
+ --plasma-typo-body-xxs-font-size: 0.625rem;
1116
+ --plasma-typo-body-xxs-font-weight: 400;
1117
+ --plasma-typo-body-xxs-line-height: 0.75rem;
1118
+ --plasma-typo-body-xxs-bold-font-size: 0.625rem;
1119
+ --plasma-typo-body-xxs-bold-font-weight: 600;
1120
+ --plasma-typo-body-xxs-bold-line-height: 0.75rem;
1121
+ --plasma-typo-text-l-font-size: 1.125rem;
1122
+ --plasma-typo-text-l-font-weight: 400;
1123
+ --plasma-typo-text-l-line-height: 1.625rem;
1124
+ --plasma-typo-text-l-bold-font-size: 1.125rem;
1125
+ --plasma-typo-text-l-bold-font-weight: 600;
1126
+ --plasma-typo-text-l-bold-line-height: 1.625rem;
1127
+ --plasma-typo-text-m-font-size: 1rem;
1128
+ --plasma-typo-text-m-font-weight: 400;
1129
+ --plasma-typo-text-m-line-height: 1.5rem;
1130
+ --plasma-typo-text-m-bold-font-size: 1rem;
1131
+ --plasma-typo-text-m-bold-font-weight: 600;
1132
+ --plasma-typo-text-m-bold-line-height: 1.5rem;
1133
+ --plasma-typo-text-s-font-size: 0.875rem;
1134
+ --plasma-typo-text-s-font-weight: 400;
1135
+ --plasma-typo-text-s-line-height: 1.25rem;
1136
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
1137
+ --plasma-typo-text-s-bold-font-weight: 600;
1138
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
1139
+ --plasma-typo-text-xs-font-size: 0.75rem;
1140
+ --plasma-typo-text-xs-font-weight: 400;
1141
+ --plasma-typo-text-xs-line-height: 1rem;
1142
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
1143
+ --plasma-typo-text-xs-bold-font-weight: 600;
1144
+ --plasma-typo-text-xs-bold-line-height: 1rem;
1145
+ --plasma-typo-dspl-l-medium-font-size: 5.5rem;
1146
+ --plasma-typo-dspl-l-medium-font-weight: 500;
1147
+ --plasma-typo-dspl-l-medium-line-height: 5.75rem;
1148
+ --plasma-typo-dspl-m-medium-font-size: 3.5rem;
1149
+ --plasma-typo-dspl-m-medium-font-weight: 500;
1150
+ --plasma-typo-dspl-m-medium-line-height: 3.875rem;
1151
+ --plasma-typo-dspl-s-medium-font-size: 2.5rem;
1152
+ --plasma-typo-dspl-s-medium-font-weight: 500;
1153
+ --plasma-typo-dspl-s-medium-line-height: 2.875rem;
1154
+ --plasma-typo-h1-medium-font-size: 1.75rem;
1155
+ --plasma-typo-h1-medium-font-weight: 500;
1156
+ --plasma-typo-h1-medium-line-height: 2.125rem;
1157
+ --plasma-typo-h2-medium-font-size: 1.5rem;
1158
+ --plasma-typo-h2-medium-font-weight: 500;
1159
+ --plasma-typo-h2-medium-line-height: 1.875rem;
1160
+ --plasma-typo-h3-medium-font-size: 1.25rem;
1161
+ --plasma-typo-h3-medium-font-weight: 500;
1162
+ --plasma-typo-h3-medium-line-height: 1.625rem;
1163
+ --plasma-typo-h4-medium-font-size: 1.125rem;
1164
+ --plasma-typo-h4-medium-font-weight: 500;
1165
+ --plasma-typo-h4-medium-line-height: 1.5rem;
1166
+ --plasma-typo-h5-medium-font-size: 1rem;
1167
+ --plasma-typo-h5-medium-font-weight: 500;
1168
+ --plasma-typo-h5-medium-line-height: 1.375rem;
1169
+ --plasma-typo-body-l-medium-font-size: 1.125rem;
1170
+ --plasma-typo-body-l-medium-font-weight: 500;
1171
+ --plasma-typo-body-l-medium-line-height: 1.375rem;
1172
+ --plasma-typo-body-m-medium-font-size: 1rem;
1173
+ --plasma-typo-body-m-medium-font-weight: 500;
1174
+ --plasma-typo-body-m-medium-line-height: 1.25rem;
1175
+ --plasma-typo-body-s-medium-font-size: 0.875rem;
1176
+ --plasma-typo-body-s-medium-font-weight: 500;
1177
+ --plasma-typo-body-s-medium-line-height: 1.125rem;
1178
+ --plasma-typo-body-xs-medium-font-size: 0.75rem;
1179
+ --plasma-typo-body-xs-medium-font-weight: 500;
1180
+ --plasma-typo-body-xs-medium-line-height: 0.875rem;
1181
+ --plasma-typo-body-xxs-medium-font-size: 0.625rem;
1182
+ --plasma-typo-body-xxs-medium-font-weight: 500;
1183
+ --plasma-typo-body-xxs-medium-line-height: 0.75rem;
1184
+ --plasma-typo-text-l-medium-font-size: 1.125rem;
1185
+ --plasma-typo-text-l-medium-font-weight: 500;
1186
+ --plasma-typo-text-l-medium-line-height: 1.625rem;
1187
+ --plasma-typo-text-m-medium-font-size: 1rem;
1188
+ --plasma-typo-text-m-medium-font-weight: 500;
1189
+ --plasma-typo-text-m-medium-line-height: 1.5rem;
1190
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
1191
+ --plasma-typo-text-s-medium-font-weight: 500;
1192
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
1193
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
1194
+ --plasma-typo-text-xs-medium-font-weight: 500;
1195
+ --plasma-typo-text-xs-medium-line-height: 1rem;
1196
+ }
1197
+ }
1198
+
1199
+ @media (min-width: 560px) and (max-width: 959px) {
1200
+ :root {
1201
+ --plasma-typo-dspl-l-font-size: 7rem;
1202
+ --plasma-typo-dspl-l-font-weight: 300;
1203
+ --plasma-typo-dspl-l-line-height: 7rem;
1204
+ --plasma-typo-dspl-l-bold-font-size: 7rem;
1205
+ --plasma-typo-dspl-l-bold-font-weight: 600;
1206
+ --plasma-typo-dspl-l-bold-line-height: 7rem;
1207
+ --plasma-typo-dspl-m-font-size: 4.5rem;
1208
+ --plasma-typo-dspl-m-font-weight: 300;
1209
+ --plasma-typo-dspl-m-line-height: 4.75rem;
1210
+ --plasma-typo-dspl-m-bold-font-size: 4.5rem;
1211
+ --plasma-typo-dspl-m-bold-font-weight: 600;
1212
+ --plasma-typo-dspl-m-bold-line-height: 4.75rem;
1213
+ --plasma-typo-dspl-s-font-size: 3rem;
1214
+ --plasma-typo-dspl-s-font-weight: 300;
1215
+ --plasma-typo-dspl-s-line-height: 3.375rem;
1216
+ --plasma-typo-dspl-s-bold-font-size: 3rem;
1217
+ --plasma-typo-dspl-s-bold-font-weight: 600;
1218
+ --plasma-typo-dspl-s-bold-line-height: 3.375rem;
1219
+ --plasma-typo-h1-font-size: 2.5rem;
1220
+ --plasma-typo-h1-font-weight: 400;
1221
+ --plasma-typo-h1-line-height: 2.875rem;
1222
+ --plasma-typo-h1-bold-font-size: 2.5rem;
1223
+ --plasma-typo-h1-bold-font-weight: 600;
1224
+ --plasma-typo-h1-bold-line-height: 2.875rem;
1225
+ --plasma-typo-h2-font-size: 1.75rem;
1226
+ --plasma-typo-h2-font-weight: 400;
1227
+ --plasma-typo-h2-line-height: 2.125rem;
1228
+ --plasma-typo-h2-bold-font-size: 1.75rem;
1229
+ --plasma-typo-h2-bold-font-weight: 600;
1230
+ --plasma-typo-h2-bold-line-height: 2.125rem;
1231
+ --plasma-typo-h3-font-size: 1.25rem;
1232
+ --plasma-typo-h3-font-weight: 400;
1233
+ --plasma-typo-h3-line-height: 1.625rem;
1234
+ --plasma-typo-h3-bold-font-size: 1.25rem;
1235
+ --plasma-typo-h3-bold-font-weight: 600;
1236
+ --plasma-typo-h3-bold-line-height: 1.625rem;
1237
+ --plasma-typo-h4-font-size: 1.125rem;
1238
+ --plasma-typo-h4-font-weight: 400;
1239
+ --plasma-typo-h4-line-height: 1.5rem;
1240
+ --plasma-typo-h4-bold-font-size: 1.125rem;
1241
+ --plasma-typo-h4-bold-font-weight: 600;
1242
+ --plasma-typo-h4-bold-line-height: 1.5rem;
1243
+ --plasma-typo-h5-font-size: 1rem;
1244
+ --plasma-typo-h5-font-weight: 400;
1245
+ --plasma-typo-h5-line-height: 1.375rem;
1246
+ --plasma-typo-h5-bold-font-size: 1rem;
1247
+ --plasma-typo-h5-bold-font-weight: 600;
1248
+ --plasma-typo-h5-bold-line-height: 1.375rem;
1249
+ --plasma-typo-body-l-font-size: 1.125rem;
1250
+ --plasma-typo-body-l-font-weight: 400;
1251
+ --plasma-typo-body-l-line-height: 1.375rem;
1252
+ --plasma-typo-body-l-bold-font-size: 1.125rem;
1253
+ --plasma-typo-body-l-bold-font-weight: 600;
1254
+ --plasma-typo-body-l-bold-line-height: 1.375rem;
1255
+ --plasma-typo-body-m-font-size: 1rem;
1256
+ --plasma-typo-body-m-font-weight: 400;
1257
+ --plasma-typo-body-m-line-height: 1.25rem;
1258
+ --plasma-typo-body-m-bold-font-size: 1rem;
1259
+ --plasma-typo-body-m-bold-font-weight: 600;
1260
+ --plasma-typo-body-m-bold-line-height: 1.25rem;
1261
+ --plasma-typo-body-s-font-size: 0.875rem;
1262
+ --plasma-typo-body-s-font-weight: 400;
1263
+ --plasma-typo-body-s-line-height: 1.125rem;
1264
+ --plasma-typo-body-s-bold-font-size: 0.875rem;
1265
+ --plasma-typo-body-s-bold-font-weight: 600;
1266
+ --plasma-typo-body-s-bold-line-height: 1.125rem;
1267
+ --plasma-typo-body-xs-font-size: 0.75rem;
1268
+ --plasma-typo-body-xs-font-weight: 400;
1269
+ --plasma-typo-body-xs-line-height: 0.875rem;
1270
+ --plasma-typo-body-xs-bold-font-size: 0.75rem;
1271
+ --plasma-typo-body-xs-bold-font-weight: 600;
1272
+ --plasma-typo-body-xs-bold-line-height: 0.875rem;
1273
+ --plasma-typo-body-xxs-font-size: 0.625rem;
1274
+ --plasma-typo-body-xxs-font-weight: 400;
1275
+ --plasma-typo-body-xxs-line-height: 0.75rem;
1276
+ --plasma-typo-body-xxs-bold-font-size: 0.625rem;
1277
+ --plasma-typo-body-xxs-bold-font-weight: 600;
1278
+ --plasma-typo-body-xxs-bold-line-height: 0.75rem;
1279
+ --plasma-typo-text-l-font-size: 1.25rem;
1280
+ --plasma-typo-text-l-font-weight: 400;
1281
+ --plasma-typo-text-l-line-height: 1.75rem;
1282
+ --plasma-typo-text-l-bold-font-size: 1.25rem;
1283
+ --plasma-typo-text-l-bold-font-weight: 600;
1284
+ --plasma-typo-text-l-bold-line-height: 1.75rem;
1285
+ --plasma-typo-text-m-font-size: 1rem;
1286
+ --plasma-typo-text-m-font-weight: 400;
1287
+ --plasma-typo-text-m-line-height: 1.5rem;
1288
+ --plasma-typo-text-m-bold-font-size: 1rem;
1289
+ --plasma-typo-text-m-bold-font-weight: 600;
1290
+ --plasma-typo-text-m-bold-line-height: 1.5rem;
1291
+ --plasma-typo-text-s-font-size: 0.875rem;
1292
+ --plasma-typo-text-s-font-weight: 400;
1293
+ --plasma-typo-text-s-line-height: 1.25rem;
1294
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
1295
+ --plasma-typo-text-s-bold-font-weight: 600;
1296
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
1297
+ --plasma-typo-text-xs-font-size: 0.75rem;
1298
+ --plasma-typo-text-xs-font-weight: 400;
1299
+ --plasma-typo-text-xs-line-height: 1rem;
1300
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
1301
+ --plasma-typo-text-xs-bold-font-weight: 600;
1302
+ --plasma-typo-text-xs-bold-line-height: 1rem;
1303
+ --plasma-typo-dspl-l-medium-font-size: 7rem;
1304
+ --plasma-typo-dspl-l-medium-font-weight: 500;
1305
+ --plasma-typo-dspl-l-medium-line-height: 7rem;
1306
+ --plasma-typo-dspl-m-medium-font-size: 4.5rem;
1307
+ --plasma-typo-dspl-m-medium-font-weight: 500;
1308
+ --plasma-typo-dspl-m-medium-line-height: 4.75rem;
1309
+ --plasma-typo-dspl-s-medium-font-size: 3rem;
1310
+ --plasma-typo-dspl-s-medium-font-weight: 500;
1311
+ --plasma-typo-dspl-s-medium-line-height: 3.375rem;
1312
+ --plasma-typo-h1-medium-font-size: 2.5rem;
1313
+ --plasma-typo-h1-medium-font-weight: 500;
1314
+ --plasma-typo-h1-medium-line-height: 2.875rem;
1315
+ --plasma-typo-h2-medium-font-size: 1.75rem;
1316
+ --plasma-typo-h2-medium-font-weight: 500;
1317
+ --plasma-typo-h2-medium-line-height: 2.125rem;
1318
+ --plasma-typo-h3-medium-font-size: 1.25rem;
1319
+ --plasma-typo-h3-medium-font-weight: 500;
1320
+ --plasma-typo-h3-medium-line-height: 1.625rem;
1321
+ --plasma-typo-h4-medium-font-size: 1.125rem;
1322
+ --plasma-typo-h4-medium-font-weight: 500;
1323
+ --plasma-typo-h4-medium-line-height: 1.5rem;
1324
+ --plasma-typo-h5-medium-font-size: 1rem;
1325
+ --plasma-typo-h5-medium-font-weight: 500;
1326
+ --plasma-typo-h5-medium-line-height: 1.375rem;
1327
+ --plasma-typo-body-l-medium-font-size: 1.125rem;
1328
+ --plasma-typo-body-l-medium-font-weight: 500;
1329
+ --plasma-typo-body-l-medium-line-height: 1.375rem;
1330
+ --plasma-typo-body-m-medium-font-size: 1rem;
1331
+ --plasma-typo-body-m-medium-font-weight: 500;
1332
+ --plasma-typo-body-m-medium-line-height: 1.25rem;
1333
+ --plasma-typo-body-s-medium-font-size: 0.875rem;
1334
+ --plasma-typo-body-s-medium-font-weight: 500;
1335
+ --plasma-typo-body-s-medium-line-height: 1.125rem;
1336
+ --plasma-typo-body-xs-medium-font-size: 0.75rem;
1337
+ --plasma-typo-body-xs-medium-font-weight: 500;
1338
+ --plasma-typo-body-xs-medium-line-height: 0.875rem;
1339
+ --plasma-typo-body-xxs-medium-font-size: 0.625rem;
1340
+ --plasma-typo-body-xxs-medium-font-weight: 500;
1341
+ --plasma-typo-body-xxs-medium-line-height: 0.75rem;
1342
+ --plasma-typo-text-l-medium-font-size: 1.25rem;
1343
+ --plasma-typo-text-l-medium-font-weight: 500;
1344
+ --plasma-typo-text-l-medium-line-height: 1.75rem;
1345
+ --plasma-typo-text-m-medium-font-size: 1rem;
1346
+ --plasma-typo-text-m-medium-font-weight: 500;
1347
+ --plasma-typo-text-m-medium-line-height: 1.5rem;
1348
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
1349
+ --plasma-typo-text-s-medium-font-weight: 500;
1350
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
1351
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
1352
+ --plasma-typo-text-xs-medium-font-weight: 500;
1353
+ --plasma-typo-text-xs-medium-line-height: 1rem;
1354
+ }
1355
+ }
1356
+
1357
+ @media (min-width: 960px) {
1358
+ :root {
1359
+ --plasma-typo-dspl-l-font-size: 8rem;
1360
+ --plasma-typo-dspl-l-font-weight: 300;
1361
+ --plasma-typo-dspl-l-line-height: 8rem;
1362
+ --plasma-typo-dspl-l-bold-font-size: 8rem;
1363
+ --plasma-typo-dspl-l-bold-font-weight: 600;
1364
+ --plasma-typo-dspl-l-bold-line-height: 8rem;
1365
+ --plasma-typo-dspl-m-font-size: 5.5rem;
1366
+ --plasma-typo-dspl-m-font-weight: 300;
1367
+ --plasma-typo-dspl-m-line-height: 5.75rem;
1368
+ --plasma-typo-dspl-m-bold-font-size: 5.5rem;
1369
+ --plasma-typo-dspl-m-bold-font-weight: 600;
1370
+ --plasma-typo-dspl-m-bold-line-height: 5.75rem;
1371
+ --plasma-typo-dspl-s-font-size: 4rem;
1372
+ --plasma-typo-dspl-s-font-weight: 300;
1373
+ --plasma-typo-dspl-s-line-height: 4.25rem;
1374
+ --plasma-typo-dspl-s-bold-font-size: 4rem;
1375
+ --plasma-typo-dspl-s-bold-font-weight: 600;
1376
+ --plasma-typo-dspl-s-bold-line-height: 4.25rem;
1377
+ --plasma-typo-h1-font-size: 3rem;
1378
+ --plasma-typo-h1-font-weight: 400;
1379
+ --plasma-typo-h1-line-height: 3.375rem;
1380
+ --plasma-typo-h1-bold-font-size: 3rem;
1381
+ --plasma-typo-h1-bold-font-weight: 600;
1382
+ --plasma-typo-h1-bold-line-height: 3.375rem;
1383
+ --plasma-typo-h2-font-size: 2rem;
1384
+ --plasma-typo-h2-font-weight: 400;
1385
+ --plasma-typo-h2-line-height: 2.375rem;
1386
+ --plasma-typo-h2-bold-font-size: 2rem;
1387
+ --plasma-typo-h2-bold-font-weight: 600;
1388
+ --plasma-typo-h2-bold-line-height: 2.375rem;
1389
+ --plasma-typo-h3-font-size: 1.5rem;
1390
+ --plasma-typo-h3-font-weight: 400;
1391
+ --plasma-typo-h3-line-height: 1.875rem;
1392
+ --plasma-typo-h3-bold-font-size: 1.5rem;
1393
+ --plasma-typo-h3-bold-font-weight: 600;
1394
+ --plasma-typo-h3-bold-line-height: 1.875rem;
1395
+ --plasma-typo-h4-font-size: 1.25rem;
1396
+ --plasma-typo-h4-font-weight: 400;
1397
+ --plasma-typo-h4-line-height: 1.625rem;
1398
+ --plasma-typo-h4-bold-font-size: 1.25rem;
1399
+ --plasma-typo-h4-bold-font-weight: 600;
1400
+ --plasma-typo-h4-bold-line-height: 1.625rem;
1401
+ --plasma-typo-h5-font-size: 1.125rem;
1402
+ --plasma-typo-h5-font-weight: 400;
1403
+ --plasma-typo-h5-line-height: 1.5rem;
1404
+ --plasma-typo-h5-bold-font-size: 1.125rem;
1405
+ --plasma-typo-h5-bold-font-weight: 600;
1406
+ --plasma-typo-h5-bold-line-height: 1.5rem;
1407
+ --plasma-typo-body-l-font-size: 1.125rem;
1408
+ --plasma-typo-body-l-font-weight: 400;
1409
+ --plasma-typo-body-l-line-height: 1.375rem;
1410
+ --plasma-typo-body-l-bold-font-size: 1.125rem;
1411
+ --plasma-typo-body-l-bold-font-weight: 600;
1412
+ --plasma-typo-body-l-bold-line-height: 1.375rem;
1413
+ --plasma-typo-body-m-font-size: 1rem;
1414
+ --plasma-typo-body-m-font-weight: 400;
1415
+ --plasma-typo-body-m-line-height: 1.25rem;
1416
+ --plasma-typo-body-m-bold-font-size: 1rem;
1417
+ --plasma-typo-body-m-bold-font-weight: 600;
1418
+ --plasma-typo-body-m-bold-line-height: 1.25rem;
1419
+ --plasma-typo-body-s-font-size: 0.875rem;
1420
+ --plasma-typo-body-s-font-weight: 400;
1421
+ --plasma-typo-body-s-line-height: 1.125rem;
1422
+ --plasma-typo-body-s-bold-font-size: 0.875rem;
1423
+ --plasma-typo-body-s-bold-font-weight: 600;
1424
+ --plasma-typo-body-s-bold-line-height: 1.125rem;
1425
+ --plasma-typo-body-xs-font-size: 0.75rem;
1426
+ --plasma-typo-body-xs-font-weight: 400;
1427
+ --plasma-typo-body-xs-line-height: 0.875rem;
1428
+ --plasma-typo-body-xs-bold-font-size: 0.75rem;
1429
+ --plasma-typo-body-xs-bold-font-weight: 600;
1430
+ --plasma-typo-body-xs-bold-line-height: 0.875rem;
1431
+ --plasma-typo-body-xxs-font-size: 0.625rem;
1432
+ --plasma-typo-body-xxs-font-weight: 400;
1433
+ --plasma-typo-body-xxs-line-height: 0.75rem;
1434
+ --plasma-typo-body-xxs-bold-font-size: 0.625rem;
1435
+ --plasma-typo-body-xxs-bold-font-weight: 600;
1436
+ --plasma-typo-body-xxs-bold-line-height: 0.75rem;
1437
+ --plasma-typo-text-l-font-size: 1.5rem;
1438
+ --plasma-typo-text-l-font-weight: 400;
1439
+ --plasma-typo-text-l-line-height: 2rem;
1440
+ --plasma-typo-text-l-bold-font-size: 1.5rem;
1441
+ --plasma-typo-text-l-bold-font-weight: 600;
1442
+ --plasma-typo-text-l-bold-line-height: 2rem;
1443
+ --plasma-typo-text-m-font-size: 1.125rem;
1444
+ --plasma-typo-text-m-font-weight: 400;
1445
+ --plasma-typo-text-m-line-height: 1.625rem;
1446
+ --plasma-typo-text-m-bold-font-size: 1.125rem;
1447
+ --plasma-typo-text-m-bold-font-weight: 600;
1448
+ --plasma-typo-text-m-bold-line-height: 1.625rem;
1449
+ --plasma-typo-text-s-font-size: 0.875rem;
1450
+ --plasma-typo-text-s-font-weight: 400;
1451
+ --plasma-typo-text-s-line-height: 1.25rem;
1452
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
1453
+ --plasma-typo-text-s-bold-font-weight: 600;
1454
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
1455
+ --plasma-typo-text-xs-font-size: 0.75rem;
1456
+ --plasma-typo-text-xs-font-weight: 400;
1457
+ --plasma-typo-text-xs-line-height: 1rem;
1458
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
1459
+ --plasma-typo-text-xs-bold-font-weight: 600;
1460
+ --plasma-typo-text-xs-bold-line-height: 1rem;
1461
+ --plasma-typo-dspl-l-medium-font-size: 8rem;
1462
+ --plasma-typo-dspl-l-medium-font-weight: 500;
1463
+ --plasma-typo-dspl-l-medium-line-height: 8rem;
1464
+ --plasma-typo-dspl-m-medium-font-size: 5.5rem;
1465
+ --plasma-typo-dspl-m-medium-font-weight: 500;
1466
+ --plasma-typo-dspl-m-medium-line-height: 5.75rem;
1467
+ --plasma-typo-dspl-s-medium-font-size: 4rem;
1468
+ --plasma-typo-dspl-s-medium-font-weight: 500;
1469
+ --plasma-typo-dspl-s-medium-line-height: 4.25rem;
1470
+ --plasma-typo-h1-medium-font-size: 3rem;
1471
+ --plasma-typo-h1-medium-font-weight: 500;
1472
+ --plasma-typo-h1-medium-line-height: 3.375rem;
1473
+ --plasma-typo-h2-medium-font-size: 2rem;
1474
+ --plasma-typo-h2-medium-font-weight: 500;
1475
+ --plasma-typo-h2-medium-line-height: 2.375rem;
1476
+ --plasma-typo-h3-medium-font-size: 1.5rem;
1477
+ --plasma-typo-h3-medium-font-weight: 500;
1478
+ --plasma-typo-h3-medium-line-height: 1.875rem;
1479
+ --plasma-typo-h4-medium-font-size: 1.25rem;
1480
+ --plasma-typo-h4-medium-font-weight: 500;
1481
+ --plasma-typo-h4-medium-line-height: 1.625rem;
1482
+ --plasma-typo-h5-medium-font-size: 1.125rem;
1483
+ --plasma-typo-h5-medium-font-weight: 500;
1484
+ --plasma-typo-h5-medium-line-height: 1.5rem;
1485
+ --plasma-typo-body-l-medium-font-size: 1.125rem;
1486
+ --plasma-typo-body-l-medium-font-weight: 500;
1487
+ --plasma-typo-body-l-medium-line-height: 1.375rem;
1488
+ --plasma-typo-body-m-medium-font-size: 1rem;
1489
+ --plasma-typo-body-m-medium-font-weight: 500;
1490
+ --plasma-typo-body-m-medium-line-height: 1.25rem;
1491
+ --plasma-typo-body-s-medium-font-size: 0.875rem;
1492
+ --plasma-typo-body-s-medium-font-weight: 500;
1493
+ --plasma-typo-body-s-medium-line-height: 1.125rem;
1494
+ --plasma-typo-body-xs-medium-font-size: 0.75rem;
1495
+ --plasma-typo-body-xs-medium-font-weight: 500;
1496
+ --plasma-typo-body-xs-medium-line-height: 0.875rem;
1497
+ --plasma-typo-body-xxs-medium-font-size: 0.625rem;
1498
+ --plasma-typo-body-xxs-medium-font-weight: 500;
1499
+ --plasma-typo-body-xxs-medium-line-height: 0.75rem;
1500
+ --plasma-typo-text-l-medium-font-size: 1.5rem;
1501
+ --plasma-typo-text-l-medium-font-weight: 500;
1502
+ --plasma-typo-text-l-medium-line-height: 2rem;
1503
+ --plasma-typo-text-m-medium-font-size: 1.125rem;
1504
+ --plasma-typo-text-m-medium-font-weight: 500;
1505
+ --plasma-typo-text-m-medium-line-height: 1.625rem;
1506
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
1507
+ --plasma-typo-text-s-medium-font-weight: 500;
1508
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
1509
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
1510
+ --plasma-typo-text-xs-medium-font-weight: 500;
1511
+ --plasma-typo-text-xs-medium-line-height: 1rem;
1512
+ }
1513
+ }