@salutejs/sdds-themes 0.40.0-canary.2046.15894017762.0 → 0.40.0-canary.2056.15970842101.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-hover: #F5F5F593;
5
+ --text-primary-active: #F5F5F5C4;
6
+ --text-primary-brightness: #F5F5F5F5;
7
+ --text-secondary-hover: #F5F5F5FF;
8
+ --text-secondary-active: #F5F5F5AB;
9
+ --text-tertiary-hover: #F5F5F5FF;
10
+ --text-tertiary-active: #F5F5F556;
11
+ --text-paragraph-hover: #F5F5F57A;
12
+ --text-paragraph-active: #F5F5F5A3;
13
+ --text-accent: #00AC7B;
14
+ --text-accent-hover: #00CC92FF;
15
+ --text-accent-active: #008F66FF;
16
+ --text-accent-minor: #0E5944;
17
+ --text-accent-minor-hover: #168D6BFF;
18
+ --text-accent-minor-active: #127357FF;
19
+ --text-positive: #24B23E;
20
+ --text-positive-hover: #2ACB47FF;
21
+ --text-positive-active: #1F9835FF;
22
+ --text-warning: #FF7024;
23
+ --text-warning-hover: #FF8442FF;
24
+ --text-warning-active: #FF5D05FF;
25
+ --text-negative: #FF3D51;
26
+ --text-negative-hover: #FF5C6CFF;
27
+ --text-negative-active: #FF1F35FF;
28
+ --text-info: #199AF0;
29
+ --text-info-hover: #66BCF5FF;
30
+ --text-info-active: #0E8ADDFF;
31
+ --text-positive-minor: #095C18;
32
+ --text-positive-minor-hover: #0F9527FF;
33
+ --text-positive-minor-active: #0C7920FF;
34
+ --text-warning-minor: #85380C;
35
+ --text-warning-minor-hover: #BB4F11FF;
36
+ --text-warning-minor-active: #9F440FFF;
37
+ --text-negative-minor: #9C1422;
38
+ --text-negative-minor-hover: #B91828FF;
39
+ --text-negative-minor-active: #83111CFF;
40
+ --text-info-minor: #0D5382;
41
+ --text-info-minor-hover: #1277BAFF;
42
+ --text-info-minor-active: #10659EFF;
43
+ --text-primary: #F5F5F5F5;
44
+ --text-secondary: #F5F5F58F;
45
+ --text-tertiary: #F5F5F547;
46
+ --text-paragraph: #F5F5F5CC;
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: #00AC7B;
57
+ --on-dark-text-accent-hover: #00CC92FF;
58
+ --on-dark-text-accent-active: #008F66FF;
59
+ --on-dark-text-accent-minor: #0E5944;
60
+ --on-dark-text-accent-minor-hover: #168D6BFF;
61
+ --on-dark-text-accent-minor-active: #127357FF;
62
+ --on-dark-text-positive: #24B23E;
63
+ --on-dark-text-positive-hover: #2ACB47FF;
64
+ --on-dark-text-positive-active: #1F9835FF;
65
+ --on-dark-text-warning: #FF7024;
66
+ --on-dark-text-warning-hover: #FF8442FF;
67
+ --on-dark-text-warning-active: #FF5D05FF;
68
+ --on-dark-text-negative: #FF3D51;
69
+ --on-dark-text-negative-hover: #FF5C6CFF;
70
+ --on-dark-text-negative-active: #FF1F35FF;
71
+ --on-dark-text-info: #199AF0;
72
+ --on-dark-text-info-hover: #66BCF5FF;
73
+ --on-dark-text-info-active: #0E8ADDFF;
74
+ --on-dark-text-positive-minor: #095C18;
75
+ --on-dark-text-positive-minor-hover: #0F9527FF;
76
+ --on-dark-text-positive-minor-active: #0C7920FF;
77
+ --on-dark-text-warning-minor: #85380C;
78
+ --on-dark-text-warning-minor-hover: #BB4F11FF;
79
+ --on-dark-text-warning-minor-active: #9F440FFF;
80
+ --on-dark-text-negative-minor: #9C1422;
81
+ --on-dark-text-negative-minor-hover: #B91828FF;
82
+ --on-dark-text-negative-minor-active: #83111CFF;
83
+ --on-dark-text-info-minor: #0D5382;
84
+ --on-dark-text-info-minor-hover: #1277BAFF;
85
+ --on-dark-text-info-minor-active: #10659EFF;
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: #0A8A66;
104
+ --on-light-text-accent-hover: #0FC290FF;
105
+ --on-light-text-accent-active: #0CA67BFF;
106
+ --on-light-text-accent-minor: #14CC98;
107
+ --on-light-text-accent-minor-hover: #17E8ADFF;
108
+ --on-light-text-accent-minor-active: #11B083FF;
109
+ --on-light-text-positive: #108E26;
110
+ --on-light-text-positive-hover: #13AA2CFF;
111
+ --on-light-text-positive-active: #0D731EFF;
112
+ --on-light-text-warning: #E85702;
113
+ --on-light-text-warning-hover: #FD650DFF;
114
+ --on-light-text-warning-active: #CA4B02FF;
115
+ --on-light-text-negative: #F31B31;
116
+ --on-light-text-negative-hover: #F5384BFF;
117
+ --on-light-text-negative-active: #E40C22FF;
118
+ --on-light-text-info: #0B7ECB;
119
+ --on-light-text-info-hover: #34A7F4FF;
120
+ --on-light-text-info-active: #096CAEFF;
121
+ --on-light-text-positive-minor: #28D247;
122
+ --on-light-text-positive-minor-hover: #3EDA5BFF;
123
+ --on-light-text-positive-minor-active: #23B83EFF;
124
+ --on-light-text-warning-minor: #FD9C68;
125
+ --on-light-text-warning-minor-hover: #FDB086FF;
126
+ --on-light-text-warning-minor-active: #FC884AFF;
127
+ --on-light-text-negative-minor: #FF8F9A;
128
+ --on-light-text-negative-minor-hover: #FFADB6FF;
129
+ --on-light-text-negative-minor-active: #FF707EFF;
130
+ --on-light-text-info-minor: #52BAFF;
131
+ --on-light-text-info-minor-hover: #A3DAFFFF;
132
+ --on-light-text-info-minor-active: #33ADFFFF;
133
+ --inverse-text-primary: #171717F5;
134
+ --inverse-text-primary-hover: #17171793;
135
+ --inverse-text-primary-active: #171717C4;
136
+ --inverse-text-primary-brightness: #171717F5;
137
+ --inverse-text-secondary: #1717178F;
138
+ --inverse-text-secondary-hover: #171717FF;
139
+ --inverse-text-secondary-active: #171717AB;
140
+ --inverse-text-tertiary: #17171747;
141
+ --inverse-text-tertiary-hover: #171717FF;
142
+ --inverse-text-tertiary-active: #17171756;
143
+ --inverse-text-paragraph: #171717CC;
144
+ --inverse-text-paragraph-hover: #1717177A;
145
+ --inverse-text-paragraph-active: #171717A3;
146
+ --inverse-text-accent: #0A8A66;
147
+ --inverse-text-accent-hover: #0FC290FF;
148
+ --inverse-text-accent-active: #0CA67BFF;
149
+ --inverse-text-accent-minor: #14CC98;
150
+ --inverse-text-accent-minor-hover: #17E8ADFF;
151
+ --inverse-text-accent-minor-active: #11B083FF;
152
+ --inverse-text-positive: #108E26;
153
+ --inverse-text-positive-hover: #13AA2CFF;
154
+ --inverse-text-positive-active: #0D731EFF;
155
+ --inverse-text-warning: #E85702;
156
+ --inverse-text-warning-hover: #FD650DFF;
157
+ --inverse-text-warning-active: #CA4B02FF;
158
+ --inverse-text-negative: #F31B31;
159
+ --inverse-text-negative-hover: #F5384BFF;
160
+ --inverse-text-negative-active: #E40C22FF;
161
+ --inverse-text-info: #0B7ECB;
162
+ --inverse-text-info-hover: #34A7F4FF;
163
+ --inverse-text-info-active: #096CAEFF;
164
+ --inverse-text-positive-minor: #28D247;
165
+ --inverse-text-positive-minor-hover: #3EDA5BFF;
166
+ --inverse-text-positive-minor-active: #23B83EFF;
167
+ --inverse-text-warning-minor: #FD9C68;
168
+ --inverse-text-warning-minor-hover: #FDB086FF;
169
+ --inverse-text-warning-minor-active: #FC884AFF;
170
+ --inverse-text-negative-minor: #FF8F9A;
171
+ --inverse-text-negative-minor-hover: #FFADB6FF;
172
+ --inverse-text-negative-minor-active: #FF707EFF;
173
+ --inverse-text-info-minor: #52BAFF;
174
+ --inverse-text-info-minor-hover: #A3DAFFFF;
175
+ --inverse-text-info-minor-active: #33ADFFFF;
176
+ --surface-solid-primary: #171717;
177
+ --surface-solid-primary-hover: #1C1C1CFF;
178
+ --surface-solid-primary-active: #121212FF;
179
+ --surface-solid-primary-brightness: #262626FF;
180
+ --surface-solid-secondary: #262626;
181
+ --surface-solid-secondary-hover: #303030FF;
182
+ --surface-solid-secondary-active: #212121FF;
183
+ --surface-solid-tertiary: #363636;
184
+ --surface-solid-tertiary-hover: #404040FF;
185
+ --surface-solid-tertiary-active: #303030FF;
186
+ --surface-solid-card: #171717;
187
+ --surface-solid-card-hover: #1C1C1CFF;
188
+ --surface-solid-card-active: #121212FF;
189
+ --surface-solid-card-brightness: #262626FF;
190
+ --surface-solid-default: #F9F9F9;
191
+ --surface-solid-default-hover: #FFFFFFFF;
192
+ --surface-solid-default-active: #F5F5F5FF;
193
+ --surface-transparent-primary: #FFFFFF0F;
194
+ --surface-transparent-primary-hover: #FFFFFF1F;
195
+ --surface-transparent-primary-active: #FFFFFF0A;
196
+ --surface-transparent-secondary: #FFFFFF1F;
197
+ --surface-transparent-secondary-hover: #FFFFFF3D;
198
+ --surface-transparent-secondary-active: #FFFFFF0F;
199
+ --surface-transparent-tertiary: #FFFFFF33;
200
+ --surface-transparent-tertiary-hover: #FFFFFF52;
201
+ --surface-transparent-tertiary-active: #FFFFFF24;
202
+ --surface-transparent-deep: #FFFFFFA3;
203
+ --surface-transparent-deep-hover: #FFFFFFC2;
204
+ --surface-transparent-deep-active: #FFFFFF94;
205
+ --surface-transparent-card: #FFFFFF0F;
206
+ --surface-transparent-card-hover: #FFFFFF1F;
207
+ --surface-transparent-card-active: #FFFFFF0A;
208
+ --surface-transparent-card-brightness: #FFFFFF0F;
209
+ --surface-clear: #FFFFFF00;
210
+ --surface-clear-hover: #FFFFFFFF;
211
+ --surface-clear-active: #FFFFFFFF;
212
+ --surface-accent: #05996F;
213
+ --surface-accent-hover: #05AD7EFF;
214
+ --surface-accent-active: #048F68FF;
215
+ --surface-accent-minor: #072B21;
216
+ --surface-accent-minor-hover: #0A3D2FFF;
217
+ --surface-accent-minor-active: #06231BFF;
218
+ --surface-transparent-accent: #05996F33;
219
+ --surface-transparent-accent-hover: #05996F52;
220
+ --surface-transparent-accent-active: #05996F24;
221
+ --surface-positive: #1A9E32;
222
+ --surface-positive-hover: #1DAF37FF;
223
+ --surface-positive-active: #18952FFF;
224
+ --surface-warning: #FA5F05;
225
+ --surface-warning-hover: #FB7223FF;
226
+ --surface-warning-active: #F05B05FF;
227
+ --surface-negative: #FF293E;
228
+ --surface-negative-hover: #FF475AFF;
229
+ --surface-negative-active: #FF1F35FF;
230
+ --surface-info: #118CDF;
231
+ --surface-info-hover: #1798EEFF;
232
+ --surface-info-active: #1086D5FF;
233
+ --surface-positive-minor: #0A2B10;
234
+ --surface-positive-minor-hover: #0E3A16FF;
235
+ --surface-positive-minor-active: #08210CFF;
236
+ --surface-warning-minor: #3D1D0A;
237
+ --surface-warning-minor-hover: #4F250DFF;
238
+ --surface-warning-minor-active: #351909FF;
239
+ --surface-negative-minor: #4A0D13;
240
+ --surface-negative-minor-hover: #5B1018FF;
241
+ --surface-negative-minor-active: #410B11FF;
242
+ --surface-info-minor: #0C283B;
243
+ --surface-info-minor-hover: #10344CFF;
244
+ --surface-info-minor-active: #0A2333FF;
245
+ --surface-transparent-positive: #1A9E3233;
246
+ --surface-transparent-positive-hover: #1A9E3252;
247
+ --surface-transparent-positive-active: #1A9E3224;
248
+ --surface-transparent-warning: #FA5F0533;
249
+ --surface-transparent-warning-hover: #FA5F0552;
250
+ --surface-transparent-warning-active: #FA5F0524;
251
+ --surface-transparent-negative: #FF293E33;
252
+ --surface-transparent-negative-hover: #FF293E52;
253
+ --surface-transparent-negative-active: #FF293E24;
254
+ --surface-transparent-info: #118CDF33;
255
+ --surface-transparent-info-hover: #118CDF52;
256
+ --surface-transparent-info-active: #118CDF24;
257
+ --on-dark-surface-solid-primary: #171717;
258
+ --on-dark-surface-solid-primary-hover: #1C1C1CFF;
259
+ --on-dark-surface-solid-primary-active: #121212FF;
260
+ --on-dark-surface-solid-primary-brightness: #262626FF;
261
+ --on-dark-surface-solid-secondary: #262626;
262
+ --on-dark-surface-solid-secondary-hover: #303030FF;
263
+ --on-dark-surface-solid-secondary-active: #212121FF;
264
+ --on-dark-surface-solid-tertiary: #363636;
265
+ --on-dark-surface-solid-tertiary-hover: #404040FF;
266
+ --on-dark-surface-solid-tertiary-active: #303030FF;
267
+ --on-dark-surface-solid-card: #171717;
268
+ --on-dark-surface-solid-card-hover: #1C1C1CFF;
269
+ --on-dark-surface-solid-card-active: #121212FF;
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: #FFFFFF1F;
276
+ --on-dark-surface-transparent-primary-active: #FFFFFF0A;
277
+ --on-dark-surface-transparent-secondary: #FFFFFF1F;
278
+ --on-dark-surface-transparent-secondary-hover: #FFFFFF3D;
279
+ --on-dark-surface-transparent-secondary-active: #FFFFFF0F;
280
+ --on-dark-surface-transparent-tertiary: #FFFFFF33;
281
+ --on-dark-surface-transparent-tertiary-hover: #FFFFFF52;
282
+ --on-dark-surface-transparent-tertiary-active: #FFFFFF24;
283
+ --on-dark-surface-transparent-deep: #FFFFFFA3;
284
+ --on-dark-surface-transparent-deep-hover: #FFFFFFC2;
285
+ --on-dark-surface-transparent-deep-active: #FFFFFF94;
286
+ --on-dark-surface-transparent-card: #FFFFFF0F;
287
+ --on-dark-surface-transparent-card-hover: #FFFFFF1F;
288
+ --on-dark-surface-transparent-card-active: #FFFFFF0A;
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: #05996F;
294
+ --on-dark-surface-accent-hover: #05AD7EFF;
295
+ --on-dark-surface-accent-active: #048F68FF;
296
+ --on-dark-surface-accent-minor: #072B21;
297
+ --on-dark-surface-accent-minor-hover: #0A3D2FFF;
298
+ --on-dark-surface-accent-minor-active: #06231BFF;
299
+ --on-dark-surface-transparent-accent: #05996F33;
300
+ --on-dark-surface-transparent-accent-hover: #05996F52;
301
+ --on-dark-surface-transparent-accent-active: #05996F24;
302
+ --on-dark-surface-positive: #1A9E32;
303
+ --on-dark-surface-positive-hover: #1DAF37FF;
304
+ --on-dark-surface-positive-active: #18952FFF;
305
+ --on-dark-surface-warning: #FA5F05;
306
+ --on-dark-surface-warning-hover: #FB7223FF;
307
+ --on-dark-surface-warning-active: #F05B05FF;
308
+ --on-dark-surface-negative: #FF293E;
309
+ --on-dark-surface-negative-hover: #FF475AFF;
310
+ --on-dark-surface-negative-active: #FF1F35FF;
311
+ --on-dark-surface-info: #118CDF;
312
+ --on-dark-surface-info-hover: #1798EEFF;
313
+ --on-dark-surface-info-active: #1086D5FF;
314
+ --on-dark-surface-positive-minor: #0A2B10;
315
+ --on-dark-surface-positive-minor-hover: #0E3A16FF;
316
+ --on-dark-surface-positive-minor-active: #08210CFF;
317
+ --on-dark-surface-warning-minor: #3D1D0A;
318
+ --on-dark-surface-warning-minor-hover: #4F250DFF;
319
+ --on-dark-surface-warning-minor-active: #351909FF;
320
+ --on-dark-surface-negative-minor: #4A0D13;
321
+ --on-dark-surface-negative-minor-hover: #5B1018FF;
322
+ --on-dark-surface-negative-minor-active: #410B11FF;
323
+ --on-dark-surface-info-minor: #0C283B;
324
+ --on-dark-surface-info-minor-hover: #10344CFF;
325
+ --on-dark-surface-info-minor-active: #0A2333FF;
326
+ --on-dark-surface-transparent-positive: #1A9E3233;
327
+ --on-dark-surface-transparent-positive-hover: #1A9E3252;
328
+ --on-dark-surface-transparent-positive-active: #1A9E3224;
329
+ --on-dark-surface-transparent-warning: #FA5F0533;
330
+ --on-dark-surface-transparent-warning-hover: #FA5F0552;
331
+ --on-dark-surface-transparent-warning-active: #FA5F0524;
332
+ --on-dark-surface-transparent-negative: #FF293E33;
333
+ --on-dark-surface-transparent-negative-hover: #FF293E52;
334
+ --on-dark-surface-transparent-negative-active: #FF293E24;
335
+ --on-dark-surface-transparent-info: #118CDF33;
336
+ --on-dark-surface-transparent-info-hover: #118CDF52;
337
+ --on-dark-surface-transparent-info-active: #118CDF24;
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: #E8E8E8FF;
347
+ --on-light-surface-solid-tertiary-active: #D9D9D9FF;
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: #0D0D0DFF;
354
+ --on-light-surface-solid-default-active: #030303FF;
355
+ --on-light-surface-transparent-primary-hover: #08080812;
356
+ --on-light-surface-transparent-primary-active: #08080803;
357
+ --on-light-surface-transparent-secondary-hover: #0808081F;
358
+ --on-light-surface-transparent-secondary-active: #0808080A;
359
+ --on-light-surface-transparent-tertiary: #0808081F;
360
+ --on-light-surface-transparent-tertiary-hover: #0808083D;
361
+ --on-light-surface-transparent-tertiary-active: #0808080F;
362
+ --on-light-surface-transparent-deep: #080808A3;
363
+ --on-light-surface-transparent-deep-hover: #080808C2;
364
+ --on-light-surface-transparent-deep-active: #08080894;
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: #05996F;
373
+ --on-light-surface-accent-hover: #05AD7EFF;
374
+ --on-light-surface-accent-active: #048F68FF;
375
+ --on-light-surface-accent-minor: #8DFBDC;
376
+ --on-light-surface-accent-minor-hover: #A1FCE2FF;
377
+ --on-light-surface-accent-minor-active: #84FBD9FF;
378
+ --on-light-surface-transparent-accent: #05996F1F;
379
+ --on-light-surface-transparent-accent-hover: #05996F3D;
380
+ --on-light-surface-transparent-accent-active: #05996F0F;
381
+ --on-light-surface-positive: #1A9E32;
382
+ --on-light-surface-positive-hover: #1DAF37FF;
383
+ --on-light-surface-positive-active: #18952FFF;
384
+ --on-light-surface-warning: #FA5F05;
385
+ --on-light-surface-warning-hover: #FB7223FF;
386
+ --on-light-surface-warning-active: #F05B05FF;
387
+ --on-light-surface-negative: #FF293E;
388
+ --on-light-surface-negative-hover: #FF475AFF;
389
+ --on-light-surface-negative-active: #FF1F35FF;
390
+ --on-light-surface-info: #118CDF;
391
+ --on-light-surface-info-hover: #1798EEFF;
392
+ --on-light-surface-info-active: #1086D5FF;
393
+ --on-light-surface-positive-minor: #9EFAAF;
394
+ --on-light-surface-positive-minor-hover: #B1FBBFFF;
395
+ --on-light-surface-positive-minor-active: #94F9A7FF;
396
+ --on-light-surface-warning-minor: #FEE2D2;
397
+ --on-light-surface-warning-minor-hover: #FEE9DCFF;
398
+ --on-light-surface-warning-minor-active: #FEDCC8FF;
399
+ --on-light-surface-negative-minor: #FFE0E3;
400
+ --on-light-surface-negative-minor-hover: #FFEBEDFF;
401
+ --on-light-surface-negative-minor-active: #FFD6DAFF;
402
+ --on-light-surface-info-minor: #CFECFF;
403
+ --on-light-surface-info-minor-hover: #DBF1FFFF;
404
+ --on-light-surface-info-minor-active: #C7E9FFFF;
405
+ --on-light-surface-transparent-positive: #1A9E321F;
406
+ --on-light-surface-transparent-positive-hover: #1A9E323D;
407
+ --on-light-surface-transparent-positive-active: #1A9E320F;
408
+ --on-light-surface-transparent-warning: #FA5F051F;
409
+ --on-light-surface-transparent-warning-hover: #FA5F053D;
410
+ --on-light-surface-transparent-warning-active: #FA5F050F;
411
+ --on-light-surface-transparent-negative: #FF293E1F;
412
+ --on-light-surface-transparent-negative-hover: #FF293E3D;
413
+ --on-light-surface-transparent-negative-active: #FF293E0F;
414
+ --on-light-surface-transparent-info: #118CDF1F;
415
+ --on-light-surface-transparent-info-hover: #118CDF3D;
416
+ --on-light-surface-transparent-info-active: #118CDF0F;
417
+ --on-light-surface-transparent-primary: #08080808;
418
+ --on-light-surface-transparent-secondary: #0808080F;
419
+ --inverse-surface-solid-primary: #F5F5F5;
420
+ --inverse-surface-solid-primary-hover: #FAFAFAFF;
421
+ --inverse-surface-solid-primary-active: #F0F0F0FF;
422
+ --inverse-surface-solid-primary-brightness: #FFFFFFFF;
423
+ --inverse-surface-solid-secondary: #ECECEC;
424
+ --inverse-surface-solid-secondary-hover: #F7F7F7FF;
425
+ --inverse-surface-solid-secondary-active: #E8E8E8FF;
426
+ --inverse-surface-solid-tertiary: #DDDDDD;
427
+ --inverse-surface-solid-tertiary-hover: #E8E8E8FF;
428
+ --inverse-surface-solid-tertiary-active: #D9D9D9FF;
429
+ --inverse-surface-solid-card: #FFFFFFFF;
430
+ --inverse-surface-solid-card-hover: #FFFFFFFF;
431
+ --inverse-surface-solid-card-active: #FFFFFFFF;
432
+ --inverse-surface-solid-card-brightness: #FFFFFFFF;
433
+ --inverse-surface-solid-default: #080808;
434
+ --inverse-surface-solid-default-hover: #0D0D0DFF;
435
+ --inverse-surface-solid-default-active: #030303FF;
436
+ --inverse-surface-transparent-primary-hover: #08080812;
437
+ --inverse-surface-transparent-primary-active: #08080803;
438
+ --inverse-surface-transparent-secondary-hover: #0808081F;
439
+ --inverse-surface-transparent-secondary-active: #0808080A;
440
+ --inverse-surface-transparent-tertiary: #0808081F;
441
+ --inverse-surface-transparent-tertiary-hover: #0808083D;
442
+ --inverse-surface-transparent-tertiary-active: #0808080F;
443
+ --inverse-surface-transparent-deep: #080808A3;
444
+ --inverse-surface-transparent-deep-hover: #080808C2;
445
+ --inverse-surface-transparent-deep-active: #08080894;
446
+ --inverse-surface-transparent-card: #FFFFFFFF;
447
+ --inverse-surface-transparent-card-hover: #FFFFFFFF;
448
+ --inverse-surface-transparent-card-active: #FFFFFFFF;
449
+ --inverse-surface-transparent-card-brightness: #FFFFFFFF;
450
+ --inverse-surface-clear: #FFFFFF00;
451
+ --inverse-surface-clear-hover: #FFFFFFFF;
452
+ --inverse-surface-clear-active: #FFFFFFFF;
453
+ --inverse-surface-accent: #05996F;
454
+ --inverse-surface-accent-hover: #05AD7EFF;
455
+ --inverse-surface-accent-active: #048F68FF;
456
+ --inverse-surface-accent-minor: #8DFBDC;
457
+ --inverse-surface-accent-minor-hover: #A1FCE2FF;
458
+ --inverse-surface-accent-minor-active: #84FBD9FF;
459
+ --inverse-surface-transparent-accent: #05996F1F;
460
+ --inverse-surface-transparent-accent-hover: #05996F3D;
461
+ --inverse-surface-transparent-accent-active: #05996F0F;
462
+ --inverse-surface-positive: #1A9E32;
463
+ --inverse-surface-positive-hover: #1DAF37FF;
464
+ --inverse-surface-positive-active: #18952FFF;
465
+ --inverse-surface-warning: #FA5F05;
466
+ --inverse-surface-warning-hover: #FB7223FF;
467
+ --inverse-surface-warning-active: #F05B05FF;
468
+ --inverse-surface-negative: #FF293E;
469
+ --inverse-surface-negative-hover: #FF475AFF;
470
+ --inverse-surface-negative-active: #FF1F35FF;
471
+ --inverse-surface-info: #118CDF;
472
+ --inverse-surface-info-hover: #1798EEFF;
473
+ --inverse-surface-info-active: #1086D5FF;
474
+ --inverse-surface-positive-minor: #9EFAAF;
475
+ --inverse-surface-positive-minor-hover: #B1FBBFFF;
476
+ --inverse-surface-positive-minor-active: #94F9A7FF;
477
+ --inverse-surface-warning-minor: #FEE2D2;
478
+ --inverse-surface-warning-minor-hover: #FEE9DCFF;
479
+ --inverse-surface-warning-minor-active: #FEDCC8FF;
480
+ --inverse-surface-negative-minor: #FFE0E3;
481
+ --inverse-surface-negative-minor-hover: #FFEBEDFF;
482
+ --inverse-surface-negative-minor-active: #FFD6DAFF;
483
+ --inverse-surface-info-minor: #CFECFF;
484
+ --inverse-surface-info-minor-hover: #DBF1FFFF;
485
+ --inverse-surface-info-minor-active: #C7E9FFFF;
486
+ --inverse-surface-transparent-positive: #1A9E321F;
487
+ --inverse-surface-transparent-positive-hover: #1A9E323D;
488
+ --inverse-surface-transparent-positive-active: #1A9E320F;
489
+ --inverse-surface-transparent-warning: #FA5F051F;
490
+ --inverse-surface-transparent-warning-hover: #FA5F053D;
491
+ --inverse-surface-transparent-warning-active: #FA5F050F;
492
+ --inverse-surface-transparent-negative: #FF293E1F;
493
+ --inverse-surface-transparent-negative-hover: #FF293E3D;
494
+ --inverse-surface-transparent-negative-active: #FF293E0F;
495
+ --inverse-surface-transparent-info: #118CDF1F;
496
+ --inverse-surface-transparent-info-hover: #118CDF3D;
497
+ --inverse-surface-transparent-info-active: #118CDF0F;
498
+ --inverse-surface-transparent-primary: #08080808;
499
+ --inverse-surface-transparent-secondary: #0808080F;
500
+ --background-primary: #080808;
501
+ --dark-background-primary: #080808;
502
+ --light-background-primary: #F9F9F9;
503
+ --inverse-background-primary: #F9F9F9;
504
+ --overlay-soft: #0808088F;
505
+ --overlay-hard: #080808F5;
506
+ --overlay-blur: #08080847;
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: #F9F9F98F;
514
+ --inverse-overlay-hard: #F9F9F9F5;
515
+ --inverse-overlay-blur: #F9F9F947;
516
+ --outline-solid-primary: #262626;
517
+ --outline-solid-primary-hover: #FFFFFFFF;
518
+ --outline-solid-primary-active: #ADADADFF;
519
+ --outline-solid-secondary: #4E4E4E;
520
+ --outline-solid-secondary-hover: #FFFFFFFF;
521
+ --outline-solid-secondary-active: #8C8C8CFF;
522
+ --outline-solid-tertiary: #858585;
523
+ --outline-solid-tertiary-hover: #FFFFFFFF;
524
+ --outline-solid-tertiary-active: #616161FF;
525
+ --outline-solid-default: #F9F9F9;
526
+ --outline-solid-default-hover: #C7C7C7FF;
527
+ --outline-solid-default-active: #E0E0E0FF;
528
+ --outline-transparent-primary: #FFFFFF1F;
529
+ --outline-transparent-primary-hover: #FFFFFFFF;
530
+ --outline-transparent-primary-active: #FFFFFF25;
531
+ --outline-transparent-secondary: #FFFFFF47;
532
+ --outline-transparent-secondary-hover: #FFFFFFFF;
533
+ --outline-transparent-secondary-active: #FFFFFF56;
534
+ --outline-transparent-tertiary: #FFFFFF8F;
535
+ --outline-transparent-tertiary-hover: #FFFFFFFF;
536
+ --outline-transparent-tertiary-active: #FFFFFFAB;
537
+ --outline-clear: #FFFFFF00;
538
+ --outline-clear-hover: #FFFFFFFF;
539
+ --outline-clear-active: #FFFFFFFF;
540
+ --outline-accent: #00AC7B;
541
+ --outline-accent-hover: #00CC92FF;
542
+ --outline-accent-active: #008F66FF;
543
+ --outline-accent-minor: #0E5944;
544
+ --outline-accent-minor-hover: #168D6BFF;
545
+ --outline-accent-minor-active: #127357FF;
546
+ --outline-transparent-accent: #00AC7B47;
547
+ --outline-transparent-accent-hover: #00AD7CFF;
548
+ --outline-transparent-accent-active: #00AD7C56;
549
+ --outline-positive: #24B23E;
550
+ --outline-positive-hover: #2ACB47FF;
551
+ --outline-positive-active: #1F9835FF;
552
+ --outline-warning: #FF7024;
553
+ --outline-warning-hover: #FF8442FF;
554
+ --outline-warning-active: #FF5D05FF;
555
+ --outline-negative: #FF3D51;
556
+ --outline-negative-hover: #FF5C6CFF;
557
+ --outline-negative-active: #FF1F35FF;
558
+ --outline-info: #199AF0;
559
+ --outline-info-hover: #66BCF5FF;
560
+ --outline-info-active: #0E8ADDFF;
561
+ --outline-positive-minor: #095C18;
562
+ --outline-positive-minor-hover: #0F9527FF;
563
+ --outline-positive-minor-active: #0C7920FF;
564
+ --outline-warning-minor: #85380C;
565
+ --outline-warning-minor-hover: #BB4F11FF;
566
+ --outline-warning-minor-active: #9F440FFF;
567
+ --outline-negative-minor: #9C1422;
568
+ --outline-negative-minor-hover: #B91828FF;
569
+ --outline-negative-minor-active: #83111CFF;
570
+ --outline-info-minor: #0D5382;
571
+ --outline-info-minor-hover: #1277BAFF;
572
+ --outline-info-minor-active: #10659EFF;
573
+ --outline-transparent-positive: #24B23E47;
574
+ --outline-transparent-positive-hover: #24B23EFF;
575
+ --outline-transparent-positive-active: #24B23E56;
576
+ --outline-transparent-warning: #FF702447;
577
+ --outline-transparent-warning-hover: #FF7024FF;
578
+ --outline-transparent-warning-active: #FF702456;
579
+ --outline-transparent-negative: #FF3D5147;
580
+ --outline-transparent-negative-hover: #FF3D51FF;
581
+ --outline-transparent-negative-active: #FF3D5156;
582
+ --outline-transparent-info: #199AF047;
583
+ --outline-transparent-info-hover: #199AF0FF;
584
+ --outline-transparent-info-active: #199AF056;
585
+ --on-dark-outline-solid-primary: #262626;
586
+ --on-dark-outline-solid-primary-hover: #FFFFFFFF;
587
+ --on-dark-outline-solid-primary-active: #ADADADFF;
588
+ --on-dark-outline-solid-secondary: #4E4E4E;
589
+ --on-dark-outline-solid-secondary-hover: #FFFFFFFF;
590
+ --on-dark-outline-solid-secondary-active: #8C8C8CFF;
591
+ --on-dark-outline-solid-tertiary: #858585;
592
+ --on-dark-outline-solid-tertiary-hover: #FFFFFFFF;
593
+ --on-dark-outline-solid-tertiary-active: #616161FF;
594
+ --on-dark-outline-solid-default: #F9F9F9;
595
+ --on-dark-outline-solid-default-hover: #C7C7C7FF;
596
+ --on-dark-outline-solid-default-active: #E0E0E0FF;
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: #00AC7B;
610
+ --on-dark-outline-accent-hover: #00CC92FF;
611
+ --on-dark-outline-accent-active: #008F66FF;
612
+ --on-dark-outline-accent-minor: #0E5944;
613
+ --on-dark-outline-accent-minor-hover: #168D6BFF;
614
+ --on-dark-outline-accent-minor-active: #127357FF;
615
+ --on-dark-outline-transparent-accent: #00AC7B47;
616
+ --on-dark-outline-transparent-accent-hover: #00AD7CFF;
617
+ --on-dark-outline-transparent-accent-active: #00AD7C56;
618
+ --on-dark-outline-positive: #24B23E;
619
+ --on-dark-outline-positive-hover: #2ACB47FF;
620
+ --on-dark-outline-positive-active: #1F9835FF;
621
+ --on-dark-outline-warning: #FF7024;
622
+ --on-dark-outline-warning-hover: #FF8442FF;
623
+ --on-dark-outline-warning-active: #FF5D05FF;
624
+ --on-dark-outline-negative: #FF3D51;
625
+ --on-dark-outline-negative-hover: #FF5C6CFF;
626
+ --on-dark-outline-negative-active: #FF1F35FF;
627
+ --on-dark-outline-info: #199AF0;
628
+ --on-dark-outline-info-hover: #66BCF5FF;
629
+ --on-dark-outline-info-active: #0E8ADDFF;
630
+ --on-dark-outline-positive-minor: #095C18;
631
+ --on-dark-outline-positive-minor-hover: #0F9527FF;
632
+ --on-dark-outline-positive-minor-active: #0C7920FF;
633
+ --on-dark-outline-warning-minor: #85380C;
634
+ --on-dark-outline-warning-minor-hover: #BB4F11FF;
635
+ --on-dark-outline-warning-minor-active: #9F440FFF;
636
+ --on-dark-outline-negative-minor: #9C1422;
637
+ --on-dark-outline-negative-minor-hover: #B91828FF;
638
+ --on-dark-outline-negative-minor-active: #83111CFF;
639
+ --on-dark-outline-info-minor: #0D5382;
640
+ --on-dark-outline-info-minor-hover: #1277BAFF;
641
+ --on-dark-outline-info-minor-active: #10659EFF;
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: #ABABABFF;
656
+ --on-light-outline-solid-primary-active: #C4C4C4FF;
657
+ --on-light-outline-solid-secondary: #B3B3B3;
658
+ --on-light-outline-solid-secondary-hover: #FFFFFFFF;
659
+ --on-light-outline-solid-secondary-active: #3D3D3DFF;
660
+ --on-light-outline-solid-tertiary: #707070;
661
+ --on-light-outline-solid-tertiary-hover: #FFFFFFFF;
662
+ --on-light-outline-solid-tertiary-active: #737373FF;
663
+ --on-light-outline-solid-default: #080808;
664
+ --on-light-outline-solid-default-hover: #FFFFFFFF;
665
+ --on-light-outline-solid-default-active: #C7C7C7FF;
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: #0A8A66;
679
+ --on-light-outline-accent-hover: #0FC290FF;
680
+ --on-light-outline-accent-active: #0CA67BFF;
681
+ --on-light-outline-accent-minor: #14CC98;
682
+ --on-light-outline-accent-minor-hover: #17E8ADFF;
683
+ --on-light-outline-accent-minor-active: #11B083FF;
684
+ --on-light-outline-transparent-accent: #0A8A6633;
685
+ --on-light-outline-transparent-accent-hover: #0A8A66FF;
686
+ --on-light-outline-transparent-accent-active: #0A8A663D;
687
+ --on-light-outline-positive: #108E26;
688
+ --on-light-outline-positive-hover: #13AA2CFF;
689
+ --on-light-outline-positive-active: #0D731EFF;
690
+ --on-light-outline-warning: #E85702;
691
+ --on-light-outline-warning-hover: #FD650DFF;
692
+ --on-light-outline-warning-active: #CA4B02FF;
693
+ --on-light-outline-negative: #F31B31;
694
+ --on-light-outline-negative-hover: #F5384BFF;
695
+ --on-light-outline-negative-active: #E40C22FF;
696
+ --on-light-outline-info: #0B7ECB;
697
+ --on-light-outline-info-hover: #34A7F4FF;
698
+ --on-light-outline-info-active: #096CAEFF;
699
+ --on-light-outline-positive-minor: #28D247;
700
+ --on-light-outline-positive-minor-hover: #3EDA5BFF;
701
+ --on-light-outline-positive-minor-active: #23B83EFF;
702
+ --on-light-outline-warning-minor: #FD9C68;
703
+ --on-light-outline-warning-minor-hover: #FDB086FF;
704
+ --on-light-outline-warning-minor-active: #FC884AFF;
705
+ --on-light-outline-negative-minor: #FF8F9A;
706
+ --on-light-outline-negative-minor-hover: #FFADB6FF;
707
+ --on-light-outline-negative-minor-active: #FF707EFF;
708
+ --on-light-outline-info-minor: #52BAFF;
709
+ --on-light-outline-info-minor-hover: #A3DAFFFF;
710
+ --on-light-outline-info-minor-active: #33ADFFFF;
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: #DDDDDD;
724
+ --inverse-outline-solid-primary-hover: #ABABABFF;
725
+ --inverse-outline-solid-primary-active: #C4C4C4FF;
726
+ --inverse-outline-solid-secondary: #B3B3B3;
727
+ --inverse-outline-solid-secondary-hover: #FFFFFFFF;
728
+ --inverse-outline-solid-secondary-active: #3D3D3DFF;
729
+ --inverse-outline-solid-tertiary: #707070;
730
+ --inverse-outline-solid-tertiary-hover: #FFFFFFFF;
731
+ --inverse-outline-solid-tertiary-active: #737373FF;
732
+ --inverse-outline-solid-default: #080808;
733
+ --inverse-outline-solid-default-hover: #FFFFFFFF;
734
+ --inverse-outline-solid-default-active: #C7C7C7FF;
735
+ --inverse-outline-transparent-primary: #0808081F;
736
+ --inverse-outline-transparent-primary-hover: #080808FF;
737
+ --inverse-outline-transparent-primary-active: #08080825;
738
+ --inverse-outline-transparent-secondary: #08080847;
739
+ --inverse-outline-transparent-secondary-hover: #080808FF;
740
+ --inverse-outline-transparent-secondary-active: #08080856;
741
+ --inverse-outline-transparent-tertiary: #0808088F;
742
+ --inverse-outline-transparent-tertiary-hover: #080808FF;
743
+ --inverse-outline-transparent-tertiary-active: #080808AB;
744
+ --inverse-outline-clear: #FFFFFF00;
745
+ --inverse-outline-clear-hover: #FFFFFFFF;
746
+ --inverse-outline-clear-active: #FFFFFFFF;
747
+ --inverse-outline-accent: #0A8A66;
748
+ --inverse-outline-accent-hover: #0FC290FF;
749
+ --inverse-outline-accent-active: #0CA67BFF;
750
+ --inverse-outline-accent-minor: #14CC98;
751
+ --inverse-outline-accent-minor-hover: #17E8ADFF;
752
+ --inverse-outline-accent-minor-active: #11B083FF;
753
+ --inverse-outline-transparent-accent: #0A8A6633;
754
+ --inverse-outline-transparent-accent-hover: #0A8A66FF;
755
+ --inverse-outline-transparent-accent-active: #0A8A663D;
756
+ --inverse-outline-positive: #108E26;
757
+ --inverse-outline-positive-hover: #13AA2CFF;
758
+ --inverse-outline-positive-active: #0D731EFF;
759
+ --inverse-outline-warning: #E85702;
760
+ --inverse-outline-warning-hover: #FD650DFF;
761
+ --inverse-outline-warning-active: #CA4B02FF;
762
+ --inverse-outline-negative: #F31B31;
763
+ --inverse-outline-negative-hover: #F5384BFF;
764
+ --inverse-outline-negative-active: #E40C22FF;
765
+ --inverse-outline-info: #0B7ECB;
766
+ --inverse-outline-info-hover: #34A7F4FF;
767
+ --inverse-outline-info-active: #096CAEFF;
768
+ --inverse-outline-positive-minor: #28D247;
769
+ --inverse-outline-positive-minor-hover: #3EDA5BFF;
770
+ --inverse-outline-positive-minor-active: #23B83EFF;
771
+ --inverse-outline-warning-minor: #FD9C68;
772
+ --inverse-outline-warning-minor-hover: #FDB086FF;
773
+ --inverse-outline-warning-minor-active: #FC884AFF;
774
+ --inverse-outline-negative-minor: #FF8F9A;
775
+ --inverse-outline-negative-minor-hover: #FFADB6FF;
776
+ --inverse-outline-negative-minor-active: #FF707EFF;
777
+ --inverse-outline-info-minor: #52BAFF;
778
+ --inverse-outline-info-minor-hover: #A3DAFFFF;
779
+ --inverse-outline-info-minor-active: #33ADFFFF;
780
+ --inverse-outline-transparent-positive: #108E2633;
781
+ --inverse-outline-transparent-positive-hover: #108E25FF;
782
+ --inverse-outline-transparent-positive-active: #108E253D;
783
+ --inverse-outline-transparent-warning: #E8570233;
784
+ --inverse-outline-transparent-warning-hover: #E85702FF;
785
+ --inverse-outline-transparent-warning-active: #E857023D;
786
+ --inverse-outline-transparent-negative: #F31B3133;
787
+ --inverse-outline-transparent-negative-hover: #F31B31FF;
788
+ --inverse-outline-transparent-negative-active: #F31B313D;
789
+ --inverse-outline-transparent-info: #0B7ECB33;
790
+ --inverse-outline-transparent-info-hover: #0B7ECBFF;
791
+ --inverse-outline-transparent-info-active: #0B7ECB3D;
792
+ --data-yellow: #F3A912;
793
+ --data-yellow-minor: #A16B00;
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: #FFD37A;
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, #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%);
810
+ --surface-skeleton-gradient-hover: #FFFFFFFF;
811
+ --surface-skeleton-gradient-active: #FFFFFFFF;
812
+ --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%);
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, #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%);
828
+ --inverse-surface-skeleton-gradient-hover: #FFFFFFFF;
829
+ --inverse-surface-skeleton-gradient-active: #FFFFFFFF;
830
+ --inverse-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%);
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
+ }