@salutejs/sdds-themes 0.78.0-next-sbcom.0 → 0.78.1-dev.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 (44) hide show
  1. package/css/sdds_cs.module.css +155 -158
  2. package/css/sdds_cs__dark.css +155 -158
  3. package/css/sdds_cs__light.css +155 -158
  4. package/css/sdds_finai.module.css +484 -178
  5. package/css/sdds_finai__dark.css +239 -85
  6. package/css/sdds_finai__light.css +259 -105
  7. package/css/sdds_platform_ai.module.css +0 -16
  8. package/css/sdds_platform_ai__dark.css +0 -7
  9. package/css/sdds_platform_ai__light.css +0 -9
  10. package/es/themes/sdds_cs__dark.js +1 -1
  11. package/es/themes/sdds_cs__dark.js.map +1 -1
  12. package/es/themes/sdds_cs__light.js +1 -1
  13. package/es/themes/sdds_cs__light.js.map +1 -1
  14. package/es/themes/sdds_finai__dark.js +1 -1
  15. package/es/themes/sdds_finai__dark.js.map +1 -1
  16. package/es/themes/sdds_finai__light.js +1 -1
  17. package/es/themes/sdds_finai__light.js.map +1 -1
  18. package/es/themes/sdds_platform_ai__dark.js +1 -1
  19. package/es/themes/sdds_platform_ai__dark.js.map +1 -1
  20. package/es/themes/sdds_platform_ai__light.js +1 -1
  21. package/es/themes/sdds_platform_ai__light.js.map +1 -1
  22. package/es/tokens/sdds_finai/index.js +418 -110
  23. package/es/tokens/sdds_finai/index.js.map +1 -1
  24. package/es/tokens/sdds_platform_ai/index.js +2 -16
  25. package/es/tokens/sdds_platform_ai/index.js.map +1 -1
  26. package/package.json +4 -6
  27. package/themes/sdds_cs__dark.js +1 -1
  28. package/themes/sdds_cs__dark.js.map +1 -1
  29. package/themes/sdds_cs__light.js +1 -1
  30. package/themes/sdds_cs__light.js.map +1 -1
  31. package/themes/sdds_finai__dark.js +1 -1
  32. package/themes/sdds_finai__dark.js.map +1 -1
  33. package/themes/sdds_finai__light.js +1 -1
  34. package/themes/sdds_finai__light.js.map +1 -1
  35. package/themes/sdds_platform_ai__dark.js +1 -1
  36. package/themes/sdds_platform_ai__dark.js.map +1 -1
  37. package/themes/sdds_platform_ai__light.js +1 -1
  38. package/themes/sdds_platform_ai__light.js.map +1 -1
  39. package/tokens/sdds_finai/index.d.ts +416 -108
  40. package/tokens/sdds_finai/index.js +432 -121
  41. package/tokens/sdds_finai/index.js.map +1 -1
  42. package/tokens/sdds_platform_ai/index.d.ts +0 -14
  43. package/tokens/sdds_platform_ai/index.js +24 -38
  44. package/tokens/sdds_platform_ai/index.js.map +1 -1
@@ -39,9 +39,6 @@
39
39
  --text-accent: #24B23E;
40
40
  --text-accent-minor-hover: #0F9527FF;
41
41
  --text-accent-minor-active: #0C7920FF;
42
- --text-promo-hover: #CCCCCCFF;
43
- --text-promo-active: #E6E6E6FF;
44
- --text-promo: #FFFFFFFF;
45
42
  --text-positive-hover: #2ACB47FF;
46
43
  --text-positive-active: #1F9835FF;
47
44
  --text-positive: #24B23E;
@@ -232,9 +229,6 @@
232
229
  --surface-accent-minor-active: #08210CFF;
233
230
  --surface-transparent-accent-hover: #1A9E3252;
234
231
  --surface-transparent-accent-active: #1A9E3224;
235
- --surface-promo-hover: #FFFFFFFF;
236
- --surface-promo-active: #FFFFFFFF;
237
- --surface-promo: #FFFFFFFF;
238
232
  --surface-positive-hover: #1DAF37FF;
239
233
  --surface-positive-active: #18952FFF;
240
234
  --surface-positive: #1A9E32;
@@ -414,7 +408,6 @@
414
408
  --on-light-surface-accent-minor-active: #8BF99FFF;
415
409
  --on-light-surface-transparent-accent-hover: #1A9E322E;
416
410
  --on-light-surface-transparent-accent-active: #1A9E3233;
417
- --on-light-surface-promo: #FFFFFFFF;
418
411
  --on-light-surface-positive-hover: #1EB83AFF;
419
412
  --on-light-surface-positive-active: #178C2CFF;
420
413
  --on-light-surface-positive: #1A9E32;
@@ -1027,8 +1020,6 @@
1027
1020
  --text-accent-active: #B6FB37FF;
1028
1021
  --text-accent-minor-hover: #47DC62FF;
1029
1022
  --text-accent-minor-active: #21B03CFF;
1030
- --text-promo-hover: #A0F8DFFF;
1031
- --text-promo-active: #2EEFB9FF;
1032
1023
  --text-positive-hover: #24DB45FF;
1033
1024
  --text-positive-active: #178C2CFF;
1034
1025
  --text-warning-hover: #FD6B17FF;
@@ -1053,7 +1044,6 @@
1053
1044
  --text-warning-minor: #FD9C68;
1054
1045
  --text-negative-minor: #FF8F9A;
1055
1046
  --text-info-minor: #52BAFF;
1056
- --text-promo: #52F2C5;
1057
1047
  --text-accent: #C5FC5F;
1058
1048
  --text-primary: #080808;
1059
1049
  --text-secondary: #080808B3;
@@ -1221,8 +1211,6 @@
1221
1211
  --surface-accent-minor-active: #8BF99FFF;
1222
1212
  --surface-transparent-accent-hover: #108E252E;
1223
1213
  --surface-transparent-accent-active: #108E2533;
1224
- --surface-promo-hover: #58E4BAFF;
1225
- --surface-promo-active: #2CDDA8FF;
1226
1214
  --surface-positive-hover: #1EB83AFF;
1227
1215
  --surface-positive-active: #178C2CFF;
1228
1216
  --surface-positive: #1A9E32;
@@ -1266,7 +1254,6 @@
1266
1254
  --surface-transparent-negative-minor-hover: #FA5F0512;
1267
1255
  --surface-transparent-negative-minor-active: #FA5F0517;
1268
1256
  --surface-solid-default: #080808;
1269
- --surface-promo: #3FE0B1;
1270
1257
  --surface-negative: #F31B31;
1271
1258
  --surface-transparent-negative: #F31B311F;
1272
1259
  --surface-transparent-positive: #28D2471F;
@@ -1406,8 +1393,6 @@
1406
1393
  --on-light-surface-accent-minor-active: #8BF99FFF;
1407
1394
  --on-light-surface-transparent-accent-hover: #1A9E322E;
1408
1395
  --on-light-surface-transparent-accent-active: #1A9E3233;
1409
- --on-light-surface-promo-hover: #58E4BAFF;
1410
- --on-light-surface-promo-active: #2CDDA8FF;
1411
1396
  --on-light-surface-positive-hover: #1EB83AFF;
1412
1397
  --on-light-surface-positive-active: #178C2CFF;
1413
1398
  --on-light-surface-positive: #1A9E32;
@@ -1450,7 +1435,6 @@
1450
1435
  --on-light-surface-transparent-negative-minor-hover: #FA5F0512;
1451
1436
  --on-light-surface-transparent-negative-minor-active: #FA5F0517;
1452
1437
  --on-light-surface-solid-default: #080808;
1453
- --on-light-surface-promo: #3FE0B1;
1454
1438
  --on-light-surface-negative: #F31B31;
1455
1439
  --on-light-surface-transparent-positive: #28D2471F;
1456
1440
  --on-light-surface-transparent-negative: #F31B311F;
@@ -39,9 +39,6 @@
39
39
  --text-accent: #24B23E;
40
40
  --text-accent-minor-hover: #0F9527FF;
41
41
  --text-accent-minor-active: #0C7920FF;
42
- --text-promo-hover: #CCCCCCFF;
43
- --text-promo-active: #E6E6E6FF;
44
- --text-promo: #FFFFFFFF;
45
42
  --text-positive-hover: #2ACB47FF;
46
43
  --text-positive-active: #1F9835FF;
47
44
  --text-positive: #24B23E;
@@ -232,9 +229,6 @@
232
229
  --surface-accent-minor-active: #08210CFF;
233
230
  --surface-transparent-accent-hover: #1A9E3252;
234
231
  --surface-transparent-accent-active: #1A9E3224;
235
- --surface-promo-hover: #FFFFFFFF;
236
- --surface-promo-active: #FFFFFFFF;
237
- --surface-promo: #FFFFFFFF;
238
232
  --surface-positive-hover: #1DAF37FF;
239
233
  --surface-positive-active: #18952FFF;
240
234
  --surface-positive: #1A9E32;
@@ -414,7 +408,6 @@
414
408
  --on-light-surface-accent-minor-active: #8BF99FFF;
415
409
  --on-light-surface-transparent-accent-hover: #1A9E322E;
416
410
  --on-light-surface-transparent-accent-active: #1A9E3233;
417
- --on-light-surface-promo: #FFFFFFFF;
418
411
  --on-light-surface-positive-hover: #1EB83AFF;
419
412
  --on-light-surface-positive-active: #178C2CFF;
420
413
  --on-light-surface-positive: #1A9E32;
@@ -36,8 +36,6 @@
36
36
  --text-accent-active: #B6FB37FF;
37
37
  --text-accent-minor-hover: #47DC62FF;
38
38
  --text-accent-minor-active: #21B03CFF;
39
- --text-promo-hover: #A0F8DFFF;
40
- --text-promo-active: #2EEFB9FF;
41
39
  --text-positive-hover: #24DB45FF;
42
40
  --text-positive-active: #178C2CFF;
43
41
  --text-warning-hover: #FD6B17FF;
@@ -62,7 +60,6 @@
62
60
  --text-warning-minor: #FD9C68;
63
61
  --text-negative-minor: #FF8F9A;
64
62
  --text-info-minor: #52BAFF;
65
- --text-promo: #52F2C5;
66
63
  --text-accent: #C5FC5F;
67
64
  --text-primary: #080808;
68
65
  --text-secondary: #080808B3;
@@ -230,8 +227,6 @@
230
227
  --surface-accent-minor-active: #8BF99FFF;
231
228
  --surface-transparent-accent-hover: #108E252E;
232
229
  --surface-transparent-accent-active: #108E2533;
233
- --surface-promo-hover: #58E4BAFF;
234
- --surface-promo-active: #2CDDA8FF;
235
230
  --surface-positive-hover: #1EB83AFF;
236
231
  --surface-positive-active: #178C2CFF;
237
232
  --surface-positive: #1A9E32;
@@ -275,7 +270,6 @@
275
270
  --surface-transparent-negative-minor-hover: #FA5F0512;
276
271
  --surface-transparent-negative-minor-active: #FA5F0517;
277
272
  --surface-solid-default: #080808;
278
- --surface-promo: #3FE0B1;
279
273
  --surface-negative: #F31B31;
280
274
  --surface-transparent-negative: #F31B311F;
281
275
  --surface-transparent-positive: #28D2471F;
@@ -415,8 +409,6 @@
415
409
  --on-light-surface-accent-minor-active: #8BF99FFF;
416
410
  --on-light-surface-transparent-accent-hover: #1A9E322E;
417
411
  --on-light-surface-transparent-accent-active: #1A9E3233;
418
- --on-light-surface-promo-hover: #58E4BAFF;
419
- --on-light-surface-promo-active: #2CDDA8FF;
420
412
  --on-light-surface-positive-hover: #1EB83AFF;
421
413
  --on-light-surface-positive-active: #178C2CFF;
422
414
  --on-light-surface-positive: #1A9E32;
@@ -459,7 +451,6 @@
459
451
  --on-light-surface-transparent-negative-minor-hover: #FA5F0512;
460
452
  --on-light-surface-transparent-negative-minor-active: #FA5F0517;
461
453
  --on-light-surface-solid-default: #080808;
462
- --on-light-surface-promo: #3FE0B1;
463
454
  --on-light-surface-negative: #F31B31;
464
455
  --on-light-surface-transparent-positive: #28D2471F;
465
456
  --on-light-surface-transparent-negative: #F31B311F;
@@ -1,3 +1,3 @@
1
1
  // Generated by robots, do not change this manually!
2
- export var sdds_cs__dark = ["\n:root {\n --text-primary: #FFFFFFF5;\n --text-primary-brightness: #FFFFFFFF;\n --text-primary-hover: #FFFFFF93;\n --text-primary-active: #FFFFFFC4;\n --text-secondary: #FFFFFF8F;\n --text-secondary-hover: #FFFFFFFF;\n --text-secondary-active: #FFFFFFAB;\n --text-tertiary: #FFFFFF47;\n --text-tertiary-hover: #FFFFFFFF;\n --text-tertiary-active: #FFFFFF56;\n --text-accent: #0C9C0C;\n --text-accent-hover: #0EB90EFF;\n --text-accent-active: #0A800AFF;\n --text-accent-minor-hover: #23E723FF;\n --text-accent-minor-active: #14B814FF;\n --text-positive: #1A9E32;\n --text-positive-hover: #1EB83AFF;\n --text-positive-active: #15842AFF;\n --text-warning: #FA5F05;\n --text-warning-hover: #FB7223FF;\n --text-warning-active: #DC5304FF;\n --text-negative: #FF293E;\n --text-negative-hover: #FF475AFF;\n --text-negative-active: #FF0A23FF;\n --text-info: #118CDF;\n --text-info-hover: #50B1F2FF;\n --text-info-active: #0F7BC2FF;\n --text-accent-minor: #17D317;\n --on-dark-text-primary: #FFFFFFF5;\n --on-dark-text-primary-brightness: #FFFFFFFF;\n --on-dark-text-primary-hover: #FFFFFF93;\n --on-dark-text-primary-active: #FFFFFFC4;\n --on-dark-text-secondary: #FFFFFF8F;\n --on-dark-text-secondary-hover: #FFFFFFFF;\n --on-dark-text-secondary-active: #FFFFFFAB;\n --on-dark-text-tertiary: #FFFFFF47;\n --on-dark-text-tertiary-hover: #FFFFFFFF;\n --on-dark-text-tertiary-active: #FFFFFF56;\n --on-dark-text-accent: #0C9C0C;\n --on-dark-text-accent-hover: #0EB90EFF;\n --on-dark-text-accent-active: #0A800AFF;\n --on-dark-text-accent-minor-hover: #23E723FF;\n --on-dark-text-accent-minor-active: #14B814FF;\n --on-dark-text-positive: #1A9E32;\n --on-dark-text-positive-hover: #1EB83AFF;\n --on-dark-text-positive-active: #15842AFF;\n --on-dark-text-warning: #FA5F05;\n --on-dark-text-warning-hover: #FB7223FF;\n --on-dark-text-warning-active: #DC5304FF;\n --on-dark-text-negative: #FF293E;\n --on-dark-text-negative-hover: #FF475AFF;\n --on-dark-text-negative-active: #FF0A23FF;\n --on-dark-text-info: #118CDF;\n --on-dark-text-info-hover: #50B1F2FF;\n --on-dark-text-info-active: #0F7BC2FF;\n --on-dark-text-accent-minor: #17D317;\n --on-light-text-primary: #060A0CF5;\n --on-light-text-primary-brightness: #191BF6FF;\n --on-light-text-primary-hover: #070B0E93;\n --on-light-text-primary-active: #070B0EC4;\n --on-light-text-secondary: #060A0C8F;\n --on-light-text-secondary-hover: #070B0EFF;\n --on-light-text-secondary-active: #070B0EAB;\n --on-light-text-tertiary: #060A0C47;\n --on-light-text-tertiary-hover: #070B0EFF;\n --on-light-text-tertiary-active: #070B0E56;\n --on-light-text-accent: #108210;\n --on-light-text-accent-hover: #17BA17FF;\n --on-light-text-accent-active: #149F14FF;\n --on-light-text-accent-minor-hover: #0EB90EFF;\n --on-light-text-accent-minor-active: #0A800AFF;\n --on-light-text-positive: #108E26;\n --on-light-text-positive-hover: #13AA2CFF;\n --on-light-text-positive-active: #0D731EFF;\n --on-light-text-warning: #E85702;\n --on-light-text-warning-hover: #FD650DFF;\n --on-light-text-warning-active: #CA4B02FF;\n --on-light-text-negative: #F31B31;\n --on-light-text-negative-hover: #F5384BFF;\n --on-light-text-negative-active: #E40C22FF;\n --on-light-text-info: #0B7ECB;\n --on-light-text-info-hover: #34A7F4FF;\n --on-light-text-info-active: #096CAEFF;\n --on-light-text-accent-minor: #0C9C0C;\n --inverse-text-primary: #060A0CF5;\n --inverse-text-primary-brightness: #191BF6FF;\n --inverse-text-primary-hover: #070B0E93;\n --inverse-text-primary-active: #070B0EC4;\n --inverse-text-secondary: #060A0C8F;\n --inverse-text-secondary-hover: #070B0EFF;\n --inverse-text-secondary-active: #070B0EAB;\n --inverse-text-tertiary: #060A0C47;\n --inverse-text-tertiary-hover: #070B0EFF;\n --inverse-text-tertiary-active: #070B0E56;\n --inverse-text-accent: #108210;\n --inverse-text-accent-hover: #17BA17FF;\n --inverse-text-accent-active: #149F14FF;\n --inverse-text-accent-minor-hover: #0EB90EFF;\n --inverse-text-accent-minor-active: #0A800AFF;\n --inverse-text-positive: #108E26;\n --inverse-text-positive-hover: #13AA2CFF;\n --inverse-text-positive-active: #0D731EFF;\n --inverse-text-warning: #E85702;\n --inverse-text-warning-hover: #FD650DFF;\n --inverse-text-warning-active: #CA4B02FF;\n --inverse-text-negative: #F31B31;\n --inverse-text-negative-hover: #F5384BFF;\n --inverse-text-negative-active: #E40C22FF;\n --inverse-text-accent-minor: #0C9C0C;\n --surface-solid-primary: #13181B;\n --surface-solid-primary-brightness: #212629FF;\n --surface-solid-primary-hover: #171D21FF;\n --surface-solid-primary-active: #0F1315FF;\n --surface-solid-secondary: #23292D;\n --surface-solid-secondary-hover: #2C343AFF;\n --surface-solid-secondary-active: #1F2528FF;\n --surface-solid-tertiary: #30373C;\n --surface-solid-tertiary-hover: #394147FF;\n --surface-solid-tertiary-active: #2B3136FF;\n --surface-solid-card: #13181B;\n --surface-solid-card-brightness: #212629FF;\n --surface-solid-card-hover: #171D21FF;\n --surface-solid-card-active: #0F1315FF;\n --surface-solid-default: #F7F9FB;\n --surface-solid-default-hover: #FFFFFFFF;\n --surface-solid-default-active: #F1F5F8FF;\n --surface-clear: #FFFFFF00;\n --surface-clear-hover: #FFFFFF00;\n --surface-clear-active: #FFFFFF00;\n --surface-accent: #0C9C0C;\n --surface-accent-hover: #0DAF0DFF;\n --surface-accent-active: #0B930BFF;\n --surface-transparent-accent: #0C9C0C47;\n --surface-transparent-accent-hover: #0C9D0C66;\n --surface-transparent-accent-active: #0C9D0C38;\n --surface-positive: #1A9E32;\n --surface-positive-hover: #1DAF37FF;\n --surface-positive-active: #18952FFF;\n --surface-warning: #FA5F05;\n --surface-warning-hover: #FB7223FF;\n --surface-warning-active: #F05B05FF;\n --surface-negative: #FF293E;\n --surface-negative-hover: #FF475AFF;\n --surface-negative-active: #FF1F35FF;\n --surface-info: #118CDF;\n --surface-info-hover: #1798EEFF;\n --surface-info-active: #1086D5FF;\n --surface-warning-minor: #3D1D0A;\n --surface-warning-minor-hover: #4F250DFF;\n --surface-warning-minor-active: #351909FF;\n --surface-negative-minor: #4A0D13;\n --surface-negative-minor-hover: #5B1018FF;\n --surface-negative-minor-active: #410B11FF;\n --surface-info-minor: #0C283B;\n --surface-info-minor-hover: #10344CFF;\n --surface-info-minor-active: #0A2333FF;\n --on-dark-surface-solid-primary: #13181B;\n --on-dark-surface-solid-primary-brightness: #212629FF;\n --on-dark-surface-solid-primary-hover: #171D21FF;\n --on-dark-surface-solid-primary-active: #0F1315FF;\n --on-dark-surface-solid-secondary: #23292D;\n --on-dark-surface-solid-secondary-hover: #2C343AFF;\n --on-dark-surface-solid-secondary-active: #1F2528FF;\n --on-dark-surface-solid-tertiary: #30373C;\n --on-dark-surface-solid-tertiary-hover: #394147FF;\n --on-dark-surface-solid-tertiary-active: #2B3136FF;\n --on-dark-surface-solid-card: #13181B;\n --on-dark-surface-solid-card-brightness: #212629FF;\n --on-dark-surface-solid-card-hover: #171D21FF;\n --on-dark-surface-solid-card-active: #0F1315FF;\n --on-dark-surface-solid-default: #F7F9FB;\n --on-dark-surface-solid-default-hover: #FFFFFFFF;\n --on-dark-surface-solid-default-active: #F1F5F8FF;\n --on-dark-surface-clear: #FFFFFF00;\n --on-dark-surface-clear-hover: #FFFFFF00;\n --on-dark-surface-clear-active: #FFFFFF00;\n --on-dark-surface-accent: #0C9C0C;\n --on-dark-surface-accent-hover: #0DAF0DFF;\n --on-dark-surface-accent-active: #0B930BFF;\n --on-dark-surface-transparent-accent: #0C9C0C47;\n --on-dark-surface-transparent-accent-hover: #0C9D0C66;\n --on-dark-surface-transparent-accent-active: #0C9D0C38;\n --on-dark-surface-promo: #FFFFFFFF;\n --on-dark-surface-promo-hover: #FFFFFFFF;\n --on-dark-surface-promo-active: #FFFFFFFF;\n --on-dark-surface-positive: #1A9E32;\n --on-dark-surface-positive-hover: #1DAF37FF;\n --on-dark-surface-positive-active: #18952FFF;\n --on-dark-surface-warning: #FA5F05;\n --on-dark-surface-warning-hover: #FB7223FF;\n --on-dark-surface-warning-active: #F05B05FF;\n --on-dark-surface-negative: #FF293E;\n --on-dark-surface-negative-hover: #FF475AFF;\n --on-dark-surface-negative-active: #FF1F35FF;\n --on-dark-surface-info: #118CDF;\n --on-dark-surface-info-hover: #1798EEFF;\n --on-dark-surface-info-active: #1086D5FF;\n --on-dark-surface-warning-minor: #3D1D0A;\n --on-dark-surface-warning-minor-hover: #4F250DFF;\n --on-dark-surface-warning-minor-active: #351909FF;\n --on-dark-surface-negative-minor: #4A0D13;\n --on-dark-surface-negative-minor-hover: #5B1018FF;\n --on-dark-surface-negative-minor-active: #410B11FF;\n --on-dark-surface-info-minor: #0C283B;\n --on-dark-surface-info-minor-hover: #10344CFF;\n --on-dark-surface-info-minor-active: #0A2333FF;\n --on-light-surface-solid-primary: #F2F5F8;\n --on-light-surface-solid-primary-brightness: #F3F6F8FF;\n --on-light-surface-solid-primary-hover: #F8FAFBFF;\n --on-light-surface-solid-primary-active: #EBF0F4FF;\n --on-light-surface-solid-secondary: #E8EEF2;\n --on-light-surface-solid-secondary-hover: #F5F8F9FF;\n --on-light-surface-solid-secondary-active: #E2E9EEFF;\n --on-light-surface-solid-tertiary: #D5DFE6;\n --on-light-surface-solid-tertiary-hover: #E2E9EEFF;\n --on-light-surface-solid-tertiary-active: #CFDAE2FF;\n --on-light-surface-solid-card: #FFFFFFFF;\n --on-light-surface-solid-card-brightness: #FFFFFFFF;\n --on-light-surface-solid-card-hover: #FFFFFFFF;\n --on-light-surface-solid-card-active: #FFFFFFFF;\n --on-light-surface-solid-default: #060A0C;\n --on-light-surface-solid-default-hover: #0A1114FF;\n --on-light-surface-solid-default-active: #030607FF;\n --on-light-surface-clear: #FFFFFF00;\n --on-light-surface-clear-hover: #FFFFFF00;\n --on-light-surface-clear-active: #FFFFFF00;\n --on-light-surface-accent: #108210;\n --on-light-surface-accent-hover: #139613FF;\n --on-light-surface-accent-active: #0F7B0FFF;\n --on-light-surface-transparent-accent: #10821047;\n --on-light-surface-transparent-accent-hover: #10841066;\n --on-light-surface-transparent-accent-active: #10841038;\n --on-light-surface-positive: #1A9E32;\n --on-light-surface-positive-hover: #1DAF37FF;\n --on-light-surface-positive-active: #18952FFF;\n --on-light-surface-warning: #FA5F05;\n --on-light-surface-warning-hover: #FB7223FF;\n --on-light-surface-warning-active: #F05B05FF;\n --on-light-surface-negative: #FF293E;\n --on-light-surface-negative-hover: #FF475AFF;\n --on-light-surface-negative-active: #FF1F35FF;\n --on-light-surface-info: #118CDF;\n --on-light-surface-info-hover: #1798EEFF;\n --on-light-surface-info-active: #1086D5FF;\n --on-light-surface-warning-minor: #FFD1B8;\n --on-light-surface-warning-minor-hover: #FFDECCFF;\n --on-light-surface-warning-minor-active: #FFCAADFF;\n --on-light-surface-negative-minor: #FECDD2;\n --on-light-surface-negative-minor-hover: #FED7DBFF;\n --on-light-surface-negative-minor-active: #FEC3C9FF;\n --on-light-surface-info-minor: #B0DFFF;\n --on-light-surface-info-minor-hover: #C7E9FFFF;\n --on-light-surface-info-minor-active: #A8DCFFFF;\n --inverse-surface-solid-primary: #F2F5F8;\n --inverse-surface-solid-primary-brightness: #F3F6F8FF;\n --inverse-surface-solid-primary-hover: #F8FAFBFF;\n --inverse-surface-solid-primary-active: #EBF0F4FF;\n --inverse-surface-solid-secondary: #E8EEF2;\n --inverse-surface-solid-secondary-hover: #F5F8F9FF;\n --inverse-surface-solid-secondary-active: #E2E9EEFF;\n --inverse-surface-solid-tertiary: #D5DFE6;\n --inverse-surface-solid-tertiary-hover: #E2E9EEFF;\n --inverse-surface-solid-tertiary-active: #CFDAE2FF;\n --inverse-surface-solid-card: #FFFFFFFF;\n --inverse-surface-solid-card-brightness: #FFFFFFFF;\n --inverse-surface-solid-card-hover: #FFFFFFFF;\n --inverse-surface-solid-card-active: #FFFFFFFF;\n --inverse-surface-solid-default: #060A0C;\n --inverse-surface-solid-default-hover: #0A1114FF;\n --inverse-surface-solid-default-active: #030607FF;\n --inverse-surface-clear: #FFFFFF00;\n --inverse-surface-clear-hover: #FFFFFF00;\n --inverse-surface-clear-active: #FFFFFF00;\n --inverse-surface-accent: #108210;\n --inverse-surface-accent-hover: #139613FF;\n --inverse-surface-accent-active: #0F7B0FFF;\n --inverse-surface-transparent-accent: #10821047;\n --inverse-surface-transparent-accent-hover: #10841066;\n --inverse-surface-transparent-accent-active: #10841038;\n --inverse-surface-positive: #1A9E32;\n --inverse-surface-positive-hover: #1DAF37FF;\n --inverse-surface-positive-active: #18952FFF;\n --inverse-surface-warning: #FA5F05;\n --inverse-surface-warning-hover: #FB7223FF;\n --inverse-surface-warning-active: #F05B05FF;\n --inverse-surface-negative: #FF293E;\n --inverse-surface-negative-hover: #FF475AFF;\n --inverse-surface-negative-active: #FF1F35FF;\n --inverse-surface-info: #118CDF;\n --inverse-surface-info-hover: #1798EEFF;\n --inverse-surface-info-active: #1086D5FF;\n --inverse-surface-warning-minor: #FFD1B8;\n --inverse-surface-warning-minor-hover: #FFDECCFF;\n --inverse-surface-warning-minor-active: #FFCAADFF;\n --inverse-surface-negative-minor: #FECDD2;\n --inverse-surface-negative-minor-hover: #FED7DBFF;\n --inverse-surface-negative-minor-active: #FEC3C9FF;\n --inverse-surface-info-minor: #B0DFFF;\n --inverse-surface-info-minor-hover: #C7E9FFFF;\n --inverse-surface-info-minor-active: #A8DCFFFF;\n --background-primary: #060A0C;\n --background-primary-brightness: #15191BFF;\n --dark-background-primary: #060A0C;\n --light-background-primary: #F7F9FB;\n --inverse-background-primary: #F7F9FB;\n --inverse-background-primary-brightness: #F7F9FBFF;\n --outline-solid-primary: #23292D;\n --outline-solid-primary-hover: #2C343AFF;\n --outline-solid-primary-active: #1F2528FF;\n --outline-solid-secondary: #30373C;\n --outline-solid-secondary-hover: #394147FF;\n --outline-solid-secondary-active: #2B3136FF;\n --outline-clear: #FFFFFF00;\n --outline-clear-hover: #FFFFFFFF;\n --outline-clear-active: #FFFFFFFF;\n --outline-accent: #0C9C0C;\n --outline-accent-hover: #0DAF0DFF;\n --outline-accent-active: #0B930BFF;\n --outline-positive: #1A9E32;\n --outline-positive-hover: #1DAF37FF;\n --outline-positive-active: #18952FFF;\n --outline-negative: #FF293E;\n --outline-negative-hover: #FF475AFF;\n --outline-negative-active: #FF1F35FF;\n --outline-info: #118CDF;\n --outline-info-hover: #1798EEFF;\n --outline-info-active: #1086D5FF;\n --on-dark-outline-solid-primary: #23292D;\n --on-dark-outline-solid-primary-hover: #2C343AFF;\n --on-dark-outline-solid-primary-active: #1F2528FF;\n --on-dark-outline-solid-secondary: #30373C;\n --on-dark-outline-solid-secondary-hover: #394147FF;\n --on-dark-outline-solid-secondary-active: #2B3136FF;\n --on-dark-outline-clear: #FFFFFF00;\n --on-dark-outline-clear-hover: #FFFFFFFF;\n --on-dark-outline-clear-active: #FFFFFFFF;\n --on-dark-outline-accent: #0C9C0C;\n --on-dark-outline-accent-hover: #0DAF0DFF;\n --on-dark-outline-accent-active: #0B930BFF;\n --on-dark-outline-positive: #1A9E32;\n --on-dark-outline-positive-hover: #1DAF37FF;\n --on-dark-outline-positive-active: #18952FFF;\n --on-dark-outline-negative: #FF293E;\n --on-dark-outline-negative-hover: #FF475AFF;\n --on-dark-outline-negative-active: #FF1F35FF;\n --on-dark-outline-info: #118CDF;\n --on-dark-outline-info-hover: #1798EEFF;\n --on-dark-outline-info-active: #1086D5FF;\n --on-light-outline-solid-primary: #D5DFE6;\n --on-light-outline-solid-primary-hover: #E2E9EEFF;\n --on-light-outline-solid-primary-active: #CFDAE2FF;\n --on-light-outline-solid-secondary: #ADB9C2;\n --on-light-outline-solid-secondary-hover: #B9C3CBFF;\n --on-light-outline-solid-secondary-active: #A7B4BEFF;\n --on-light-outline-clear: #FFFFFF00;\n --on-light-outline-clear-hover: #FFFFFFFF;\n --on-light-outline-clear-active: #FFFFFFFF;\n --on-light-outline-accent: #108210;\n --on-light-outline-accent-hover: #139613FF;\n --on-light-outline-accent-active: #0F7B0FFF;\n --on-light-outline-positive: #108E26;\n --on-light-outline-positive-hover: #12A12AFF;\n --on-light-outline-positive-active: #0F8523FF;\n --on-light-outline-negative: #F31B31;\n --on-light-outline-negative-hover: #F5384BFF;\n --on-light-outline-negative-active: #F31228FF;\n --on-light-outline-info: #0B7ECB;\n --on-light-outline-info-hover: #0C8ADFFF;\n --on-light-outline-info-active: #0A78C2FF;\n --inverse-outline-solid-primary: #D5DFE6;\n --inverse-outline-solid-primary-hover: #E2E9EEFF;\n --inverse-outline-solid-primary-active: #CFDAE2FF;\n --inverse-outline-solid-secondary: #ADB9C2;\n --inverse-outline-solid-secondary-hover: #B9C3CBFF;\n --inverse-outline-solid-secondary-active: #A7B4BEFF;\n --inverse-outline-clear: #FFFFFF00;\n --inverse-outline-clear-hover: #FFFFFFFF;\n --inverse-outline-clear-active: #FFFFFFFF;\n --inverse-outline-accent: #108210;\n --inverse-outline-accent-hover: #139613FF;\n --inverse-outline-accent-active: #0F7B0FFF;\n --inverse-outline-positive: #108E26;\n --inverse-outline-positive-hover: #12A12AFF;\n --inverse-outline-positive-active: #0F8523FF;\n --inverse-outline-negative: #F31B31;\n --inverse-outline-negative-hover: #F5384BFF;\n --inverse-outline-negative-active: #F31228FF;\n --inverse-outline-info: #0B7ECB;\n --inverse-outline-info-hover: #0C8ADFFF;\n --inverse-outline-info-active: #0A78C2FF;\n --data-yellow: #F3A912;\n --data-yellow-hover: #F4B22FFF;\n --data-yellow-active: #EDA20CFF;\n --data-yellow-minor: #A16B00;\n --data-yellow-minor-hover: #B87A00FF;\n --data-yellow-minor-active: #996600FF;\n --data-yellow-transparent: #F3A9128F;\n --data-yellow-transparent-hover: #F3A812AD;\n --data-yellow-transparent-active: #F3A81280;\n --on-dark-data-yellow: #F3A912;\n --on-dark-data-yellow-hover: #F4B22FFF;\n --on-dark-data-yellow-active: #EDA20CFF;\n --on-dark-data-yellow-minor: #A16B00;\n --on-dark-data-yellow-minor-hover: #B87A00FF;\n --on-dark-data-yellow-minor-active: #996600FF;\n --on-dark-data-yellow-transparent: #F3A9128F;\n --on-dark-data-yellow-transparent-hover: #F3A812AD;\n --on-dark-data-yellow-transparent-active: #F3A81280;\n --on-light-data-yellow: #F3A912;\n --on-light-data-yellow-hover: #F4B22FFF;\n --on-light-data-yellow-active: #EDA20CFF;\n --on-light-data-yellow-minor: #FFD37A;\n --on-light-data-yellow-minor-hover: #FFDA8FFF;\n --on-light-data-yellow-minor-active: #FFCF70FF;\n --on-light-data-yellow-transparent: #F3A9128F;\n --on-light-data-yellow-transparent-hover: #F3A812AD;\n --on-light-data-yellow-transparent-active: #F3A81280;\n --inverse-data-yellow: #F3A912;\n --inverse-data-yellow-hover: #F4B22FFF;\n --inverse-data-yellow-active: #EDA20CFF;\n --inverse-data-yellow-minor: #FFD37A;\n --inverse-data-yellow-minor-hover: #FFDA8FFF;\n --inverse-data-yellow-minor-active: #FFCF70FF;\n --inverse-data-yellow-transparent: #F3A9128F;\n --inverse-data-yellow-transparent-hover: #F3A812AD;\n --inverse-data-yellow-transparent-active: #F3A81280;\n color: var(--text-primary);\n background-color: var(--background-primary);\n}\n\n:root {\n --inverse-text-promo-minor-gradient: #FFFFFF;\n --inverse-text-promo-minor-gradient-hover: #CCCCCCFF;\n --inverse-text-promo-minor-gradient-active: #E6E6E6FF;\n --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%);\n --surface-skeleton-gradient-hover: #FFFFFFFF;\n --surface-skeleton-gradient-active: #FFFFFFFF;\n --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%);\n --surface-skeleton-deep-gradient-hover: #FFFFFFFF;\n --surface-skeleton-deep-gradient-active: #FFFFFFFF;\n --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%);\n --on-dark-surface-skeleton-gradient-hover: #FFFFFFFF;\n --on-dark-surface-skeleton-gradient-active: #FFFFFFFF;\n --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%);\n --on-dark-surface-skeleton-deep-gradient-hover: #FFFFFFFF;\n --on-dark-surface-skeleton-deep-gradient-active: #FFFFFFFF;\n --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%);\n --on-light-surface-skeleton-gradient-hover: #FFFFFFFF;\n --on-light-surface-skeleton-gradient-active: #FFFFFFFF;\n --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%);\n --on-light-surface-skeleton-deep-gradient-hover: #FFFFFFFF;\n --on-light-surface-skeleton-deep-gradient-active: #FFFFFFFF;\n --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%);\n --inverse-surface-skeleton-gradient-hover: #FFFFFFFF;\n --inverse-surface-skeleton-gradient-active: #FFFFFFFF;\n --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%);\n --inverse-surface-skeleton-deep-gradient-hover: #FFFFFFFF;\n --inverse-surface-skeleton-deep-gradient-active: #FFFFFFFF;\n}\n\n:root {\n --shadow-down-soft-s: 0px 4px 14px -4px #08080814, 0px 1px 4px -1px #0000000A;\n --shadow-down-soft-m: 0px 24px 48px -8px #00000014;\n --shadow-down-soft-l: 0px 60px 112px -8px #00000014;\n --shadow-down-hard-s: 0px 4px 12px -3px #08080829, 0px 1px 4px -2px #00000014;\n --shadow-down-hard-m: 0px 16px 32px -8px #0000003D;\n --shadow-down-hard-l: 0px 60px 112px -8px #00000066;\n --shadow-up-soft-s: 0px -4px 14px -4px #08080814, 0px -1px 4px -1px #00000008;\n --shadow-up-soft-m: 0px -24px 48px -8px #00000014;\n --shadow-up-soft-l: 0px -60px 112px -8px #00000014;\n --shadow-up-hard-s: 0px -4px 12px -3px #08080833, 0px -1px 4px -1px #00000008;\n --shadow-up-hard-m: 0px -16px 32px -8px #0000003D;\n --shadow-up-hard-l: 0px -60px 112px -8px #00000066;\n}\n\n:root {\n --border-radius-xxs: 4px;\n --border-radius-xs: 8px;\n --border-radius-s: 12px;\n --border-radius-m: 16px;\n --border-radius-l: 20px;\n --border-radius-xl: 24px;\n --border-radius-xxl: 32px;\n}\n\n:root {\n --spacing-0x: 0px;\n --spacing-1x: 2px;\n --spacing-2x: 4px;\n --spacing-3x: 6px;\n --spacing-4x: 8px;\n --spacing-6x: 12px;\n --spacing-8x: 16px;\n --spacing-10x: 20px;\n --spacing-12x: 24px;\n --spacing-16x: 32px;\n --spacing-20x: 40px;\n --spacing-24x: 48px;\n --spacing-32x: 64px;\n --spacing-40x: 80px;\n --spacing-60x: 120px;\n}\n\n:root {\n font-size: 16px;\n --plasma-typo-overflow-wrap: break-word;\n --plasma-typo-hyphens: auto;\n --plasma-typo-display-font-family: 'SB Sans Display', sans-serif;\n --plasma-typo-body-font-family: 'SB Sans Text', sans-serif;\n --plasma-typo-header-font-family: 'SB Sans Display', sans-serif;\n --plasma-typo-text-font-family: 'SB Sans Text', sans-serif;\n --plasma-typo-dspl-l-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-l-letter-spacing: normal;\n --plasma-typo-dspl-l-font-style: normal;\n --plasma-typo-dspl-l-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-l-bold-letter-spacing: normal;\n --plasma-typo-dspl-l-bold-font-style: normal;\n --plasma-typo-dspl-m-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-m-letter-spacing: normal;\n --plasma-typo-dspl-m-font-style: normal;\n --plasma-typo-dspl-m-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-m-bold-letter-spacing: normal;\n --plasma-typo-dspl-m-bold-font-style: normal;\n --plasma-typo-dspl-s-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-s-letter-spacing: normal;\n --plasma-typo-dspl-s-font-style: normal;\n --plasma-typo-dspl-s-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-s-bold-letter-spacing: normal;\n --plasma-typo-dspl-s-bold-font-style: normal;\n --plasma-typo-h1-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h1-letter-spacing: normal;\n --plasma-typo-h1-font-style: normal;\n --plasma-typo-h1-bold-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h1-bold-letter-spacing: normal;\n --plasma-typo-h1-bold-font-style: normal;\n --plasma-typo-h2-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h2-letter-spacing: normal;\n --plasma-typo-h2-font-style: normal;\n --plasma-typo-h2-bold-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h2-bold-letter-spacing: normal;\n --plasma-typo-h2-bold-font-style: normal;\n --plasma-typo-h3-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h3-letter-spacing: normal;\n --plasma-typo-h3-font-style: normal;\n --plasma-typo-h3-bold-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h3-bold-letter-spacing: normal;\n --plasma-typo-h3-bold-font-style: normal;\n --plasma-typo-h4-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h4-letter-spacing: normal;\n --plasma-typo-h4-font-style: normal;\n --plasma-typo-h4-bold-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h4-bold-letter-spacing: normal;\n --plasma-typo-h4-bold-font-style: normal;\n --plasma-typo-h5-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h5-letter-spacing: normal;\n --plasma-typo-h5-font-style: normal;\n --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h5-bold-letter-spacing: normal;\n --plasma-typo-h5-bold-font-style: normal;\n --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-l-letter-spacing: -0.02em;\n --plasma-typo-body-l-font-style: normal;\n --plasma-typo-body-l-bold-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-l-bold-letter-spacing: -0.02em;\n --plasma-typo-body-l-bold-font-style: normal;\n --plasma-typo-body-m-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-m-letter-spacing: -0.02em;\n --plasma-typo-body-m-font-style: normal;\n --plasma-typo-body-m-bold-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-m-bold-letter-spacing: -0.02em;\n --plasma-typo-body-m-bold-font-style: normal;\n --plasma-typo-body-s-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-s-letter-spacing: -0.02em;\n --plasma-typo-body-s-font-style: normal;\n --plasma-typo-body-s-bold-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-s-bold-letter-spacing: -0.02em;\n --plasma-typo-body-s-bold-font-style: normal;\n --plasma-typo-body-xs-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-xs-letter-spacing: -0.02em;\n --plasma-typo-body-xs-font-style: normal;\n --plasma-typo-body-xs-bold-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-xs-bold-letter-spacing: -0.02em;\n --plasma-typo-body-xs-bold-font-style: normal;\n --plasma-typo-body-xxs-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-xxs-letter-spacing: -0.02em;\n --plasma-typo-body-xxs-font-style: normal;\n --plasma-typo-body-xxs-bold-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-xxs-bold-letter-spacing: -0.02em;\n --plasma-typo-body-xxs-bold-font-style: normal;\n --plasma-typo-text-l-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-l-letter-spacing: -0.02em;\n --plasma-typo-text-l-font-style: normal;\n --plasma-typo-text-l-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-l-bold-letter-spacing: -0.02em;\n --plasma-typo-text-l-bold-font-style: normal;\n --plasma-typo-text-m-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-m-letter-spacing: -0.02em;\n --plasma-typo-text-m-font-style: normal;\n --plasma-typo-text-m-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-m-bold-letter-spacing: -0.02em;\n --plasma-typo-text-m-bold-font-style: normal;\n --plasma-typo-text-s-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-s-letter-spacing: -0.02em;\n --plasma-typo-text-s-font-style: normal;\n --plasma-typo-text-s-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-s-bold-letter-spacing: -0.02em;\n --plasma-typo-text-s-bold-font-style: normal;\n --plasma-typo-text-xs-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-xs-letter-spacing: -0.02em;\n --plasma-typo-text-xs-font-style: normal;\n --plasma-typo-text-xs-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-xs-bold-letter-spacing: -0.02em;\n --plasma-typo-text-xs-bold-font-style: normal;\n --plasma-typo-dspl-l-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-l-medium-letter-spacing: normal;\n --plasma-typo-dspl-l-medium-font-style: normal;\n --plasma-typo-dspl-m-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-m-medium-letter-spacing: normal;\n --plasma-typo-dspl-m-medium-font-style: normal;\n --plasma-typo-dspl-s-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-s-medium-letter-spacing: normal;\n --plasma-typo-dspl-s-medium-font-style: normal;\n --plasma-typo-h1-medium-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h1-medium-letter-spacing: normal;\n --plasma-typo-h1-medium-font-style: normal;\n --plasma-typo-h2-medium-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h2-medium-letter-spacing: normal;\n --plasma-typo-h2-medium-font-style: normal;\n --plasma-typo-h3-medium-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h3-medium-letter-spacing: normal;\n --plasma-typo-h3-medium-font-style: normal;\n --plasma-typo-h4-medium-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h4-medium-letter-spacing: normal;\n --plasma-typo-h4-medium-font-style: normal;\n --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h5-medium-letter-spacing: normal;\n --plasma-typo-h5-medium-font-style: normal;\n --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-l-medium-letter-spacing: -0.02em;\n --plasma-typo-body-l-medium-font-style: normal;\n --plasma-typo-body-m-medium-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-m-medium-letter-spacing: -0.02em;\n --plasma-typo-body-m-medium-font-style: normal;\n --plasma-typo-body-s-medium-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-s-medium-letter-spacing: -0.02em;\n --plasma-typo-body-s-medium-font-style: normal;\n --plasma-typo-body-xs-medium-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-xs-medium-letter-spacing: -0.02em;\n --plasma-typo-body-xs-medium-font-style: normal;\n --plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-xxs-medium-letter-spacing: -0.02em;\n --plasma-typo-body-xxs-medium-font-style: normal;\n --plasma-typo-text-l-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-l-medium-letter-spacing: -0.02em;\n --plasma-typo-text-l-medium-font-style: normal;\n --plasma-typo-text-m-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-m-medium-letter-spacing: -0.02em;\n --plasma-typo-text-m-medium-font-style: normal;\n --plasma-typo-text-s-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-s-medium-letter-spacing: -0.02em;\n --plasma-typo-text-s-medium-font-style: normal;\n --plasma-typo-text-xs-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-xs-medium-letter-spacing: -0.02em;\n --plasma-typo-text-xs-medium-font-style: normal;\n}\n\n@media (max-width: 559px) {\n :root {\n --plasma-typo-dspl-l-font-size: 8rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 8rem;\n --plasma-typo-dspl-l-bold-font-size: 8rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 8rem;\n --plasma-typo-dspl-m-font-size: 5.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 6rem;\n --plasma-typo-dspl-m-bold-font-size: 5.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 6rem;\n --plasma-typo-dspl-s-font-size: 4rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 4.5rem;\n --plasma-typo-dspl-s-bold-font-size: 4rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 4.5rem;\n --plasma-typo-h1-font-size: 2.5rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 3rem;\n --plasma-typo-h1-bold-font-size: 2.5rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 3rem;\n --plasma-typo-h2-font-size: 2rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.625rem;\n --plasma-typo-h2-bold-font-size: 2rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 2.625rem;\n --plasma-typo-h3-font-size: 1.5rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 2.125rem;\n --plasma-typo-h3-bold-font-size: 1.5rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 2.125rem;\n --plasma-typo-h4-font-size: 1.25rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.875rem;\n --plasma-typo-h4-bold-font-size: 1.25rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.875rem;\n --plasma-typo-h5-font-size: 1.125rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.75rem;\n --plasma-typo-h5-bold-font-size: 1.125rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.75rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.625rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.625rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.5rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.5rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.25rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.25rem;\n --plasma-typo-body-xs-font-size: 0.75rem;\n --plasma-typo-body-xs-font-weight: 400;\n --plasma-typo-body-xs-line-height: 1rem;\n --plasma-typo-body-xs-bold-font-size: 0.75rem;\n --plasma-typo-body-xs-bold-font-weight: 600;\n --plasma-typo-body-xs-bold-line-height: 1rem;\n --plasma-typo-body-xxs-font-size: 0.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.875rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.875rem;\n --plasma-typo-text-l-font-size: 1.5rem;\n --plasma-typo-text-l-font-weight: 400;\n --plasma-typo-text-l-line-height: 2.25rem;\n --plasma-typo-text-l-bold-font-size: 1.5rem;\n --plasma-typo-text-l-bold-font-weight: 600;\n --plasma-typo-text-l-bold-line-height: 2.25rem;\n --plasma-typo-text-m-font-size: 1.125rem;\n --plasma-typo-text-m-font-weight: 400;\n --plasma-typo-text-m-line-height: 1.75rem;\n --plasma-typo-text-m-bold-font-size: 1.125rem;\n --plasma-typo-text-m-bold-font-weight: 600;\n --plasma-typo-text-m-bold-line-height: 1.75rem;\n --plasma-typo-text-s-font-size: 0.875rem;\n --plasma-typo-text-s-font-weight: 400;\n --plasma-typo-text-s-line-height: 1.25rem;\n --plasma-typo-text-s-bold-font-size: 0.875rem;\n --plasma-typo-text-s-bold-font-weight: 600;\n --plasma-typo-text-s-bold-line-height: 1.25rem;\n --plasma-typo-text-xs-font-size: 0.75rem;\n --plasma-typo-text-xs-font-weight: 400;\n --plasma-typo-text-xs-line-height: 1.125rem;\n --plasma-typo-text-xs-bold-font-size: 0.75rem;\n --plasma-typo-text-xs-bold-font-weight: 600;\n --plasma-typo-text-xs-bold-line-height: 1.125rem;\n --plasma-typo-dspl-l-medium-font-size: 8rem;\n --plasma-typo-dspl-l-medium-font-weight: 500;\n --plasma-typo-dspl-l-medium-line-height: 8rem;\n --plasma-typo-dspl-m-medium-font-size: 5.5rem;\n --plasma-typo-dspl-m-medium-font-weight: 500;\n --plasma-typo-dspl-m-medium-line-height: 6rem;\n --plasma-typo-dspl-s-medium-font-size: 4rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 4.5rem;\n --plasma-typo-h1-medium-font-size: 2.5rem;\n --plasma-typo-h1-medium-font-weight: 500;\n --plasma-typo-h1-medium-line-height: 3rem;\n --plasma-typo-h2-medium-font-size: 2rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 2.625rem;\n --plasma-typo-h3-medium-font-size: 1.5rem;\n --plasma-typo-h3-medium-font-weight: 500;\n --plasma-typo-h3-medium-line-height: 2.125rem;\n --plasma-typo-h4-medium-font-size: 1.25rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.875rem;\n --plasma-typo-h5-medium-font-size: 1.125rem;\n --plasma-typo-h5-medium-font-weight: 500;\n --plasma-typo-h5-medium-line-height: 1.75rem;\n --plasma-typo-body-l-medium-font-size: 1.125rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.625rem;\n --plasma-typo-body-m-medium-font-size: 1rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.5rem;\n --plasma-typo-body-s-medium-font-size: 0.875rem;\n --plasma-typo-body-s-medium-font-weight: 500;\n --plasma-typo-body-s-medium-line-height: 1.25rem;\n --plasma-typo-body-xs-medium-font-size: 0.75rem;\n --plasma-typo-body-xs-medium-font-weight: 500;\n --plasma-typo-body-xs-medium-line-height: 1rem;\n --plasma-typo-body-xxs-medium-font-size: 0.625rem;\n --plasma-typo-body-xxs-medium-font-weight: 500;\n --plasma-typo-body-xxs-medium-line-height: 0.875rem;\n --plasma-typo-text-l-medium-font-size: 1.5rem;\n --plasma-typo-text-l-medium-font-weight: 500;\n --plasma-typo-text-l-medium-line-height: 2.25rem;\n --plasma-typo-text-m-medium-font-size: 1.125rem;\n --plasma-typo-text-m-medium-font-weight: 500;\n --plasma-typo-text-m-medium-line-height: 1.75rem;\n --plasma-typo-text-s-medium-font-size: 0.875rem;\n --plasma-typo-text-s-medium-font-weight: 500;\n --plasma-typo-text-s-medium-line-height: 1.25rem;\n --plasma-typo-text-xs-medium-font-size: 0.75rem;\n --plasma-typo-text-xs-medium-font-weight: 500;\n --plasma-typo-text-xs-medium-line-height: 1.125rem;\n }\n}\n\n@media (min-width: 560px) and (max-width: 959px) {\n :root {\n --plasma-typo-dspl-l-font-size: 8rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 8rem;\n --plasma-typo-dspl-l-bold-font-size: 8rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 8rem;\n --plasma-typo-dspl-m-font-size: 5.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 6rem;\n --plasma-typo-dspl-m-bold-font-size: 5.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 6rem;\n --plasma-typo-dspl-s-font-size: 4rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 4.5rem;\n --plasma-typo-dspl-s-bold-font-size: 4rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 4.5rem;\n --plasma-typo-h1-font-size: 2.5rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 3rem;\n --plasma-typo-h1-bold-font-size: 2.5rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 3rem;\n --plasma-typo-h2-font-size: 2rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.625rem;\n --plasma-typo-h2-bold-font-size: 2rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 2.625rem;\n --plasma-typo-h3-font-size: 1.5rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 2.125rem;\n --plasma-typo-h3-bold-font-size: 1.5rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 2.125rem;\n --plasma-typo-h4-font-size: 1.25rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.875rem;\n --plasma-typo-h4-bold-font-size: 1.25rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.875rem;\n --plasma-typo-h5-font-size: 1.125rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.75rem;\n --plasma-typo-h5-bold-font-size: 1.125rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.75rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.625rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.625rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.5rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.5rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.25rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.25rem;\n --plasma-typo-body-xs-font-size: 0.75rem;\n --plasma-typo-body-xs-font-weight: 400;\n --plasma-typo-body-xs-line-height: 1rem;\n --plasma-typo-body-xs-bold-font-size: 0.75rem;\n --plasma-typo-body-xs-bold-font-weight: 600;\n --plasma-typo-body-xs-bold-line-height: 1rem;\n --plasma-typo-body-xxs-font-size: 0.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.875rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.875rem;\n --plasma-typo-text-l-font-size: 1.5rem;\n --plasma-typo-text-l-font-weight: 400;\n --plasma-typo-text-l-line-height: 2.25rem;\n --plasma-typo-text-l-bold-font-size: 1.5rem;\n --plasma-typo-text-l-bold-font-weight: 600;\n --plasma-typo-text-l-bold-line-height: 2.25rem;\n --plasma-typo-text-m-font-size: 1.125rem;\n --plasma-typo-text-m-font-weight: 400;\n --plasma-typo-text-m-line-height: 1.75rem;\n --plasma-typo-text-m-bold-font-size: 1.125rem;\n --plasma-typo-text-m-bold-font-weight: 600;\n --plasma-typo-text-m-bold-line-height: 1.75rem;\n --plasma-typo-text-s-font-size: 0.875rem;\n --plasma-typo-text-s-font-weight: 400;\n --plasma-typo-text-s-line-height: 1.25rem;\n --plasma-typo-text-s-bold-font-size: 0.875rem;\n --plasma-typo-text-s-bold-font-weight: 600;\n --plasma-typo-text-s-bold-line-height: 1.25rem;\n --plasma-typo-text-xs-font-size: 0.75rem;\n --plasma-typo-text-xs-font-weight: 400;\n --plasma-typo-text-xs-line-height: 1.125rem;\n --plasma-typo-text-xs-bold-font-size: 0.75rem;\n --plasma-typo-text-xs-bold-font-weight: 600;\n --plasma-typo-text-xs-bold-line-height: 1.125rem;\n --plasma-typo-dspl-l-medium-font-size: 8rem;\n --plasma-typo-dspl-l-medium-font-weight: 500;\n --plasma-typo-dspl-l-medium-line-height: 8rem;\n --plasma-typo-dspl-m-medium-font-size: 5.5rem;\n --plasma-typo-dspl-m-medium-font-weight: 500;\n --plasma-typo-dspl-m-medium-line-height: 6rem;\n --plasma-typo-dspl-s-medium-font-size: 4rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 4.5rem;\n --plasma-typo-h1-medium-font-size: 2.5rem;\n --plasma-typo-h1-medium-font-weight: 500;\n --plasma-typo-h1-medium-line-height: 3rem;\n --plasma-typo-h2-medium-font-size: 2rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 2.625rem;\n --plasma-typo-h3-medium-font-size: 1.5rem;\n --plasma-typo-h3-medium-font-weight: 500;\n --plasma-typo-h3-medium-line-height: 2.125rem;\n --plasma-typo-h4-medium-font-size: 1.25rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.875rem;\n --plasma-typo-h5-medium-font-size: 1.125rem;\n --plasma-typo-h5-medium-font-weight: 500;\n --plasma-typo-h5-medium-line-height: 1.75rem;\n --plasma-typo-body-l-medium-font-size: 1.125rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.625rem;\n --plasma-typo-body-m-medium-font-size: 1rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.5rem;\n --plasma-typo-body-s-medium-font-size: 0.875rem;\n --plasma-typo-body-s-medium-font-weight: 500;\n --plasma-typo-body-s-medium-line-height: 1.25rem;\n --plasma-typo-body-xs-medium-font-size: 0.75rem;\n --plasma-typo-body-xs-medium-font-weight: 500;\n --plasma-typo-body-xs-medium-line-height: 1rem;\n --plasma-typo-body-xxs-medium-font-size: 0.625rem;\n --plasma-typo-body-xxs-medium-font-weight: 500;\n --plasma-typo-body-xxs-medium-line-height: 0.875rem;\n --plasma-typo-text-l-medium-font-size: 1.5rem;\n --plasma-typo-text-l-medium-font-weight: 500;\n --plasma-typo-text-l-medium-line-height: 2.25rem;\n --plasma-typo-text-m-medium-font-size: 1.125rem;\n --plasma-typo-text-m-medium-font-weight: 500;\n --plasma-typo-text-m-medium-line-height: 1.75rem;\n --plasma-typo-text-s-medium-font-size: 0.875rem;\n --plasma-typo-text-s-medium-font-weight: 500;\n --plasma-typo-text-s-medium-line-height: 1.25rem;\n --plasma-typo-text-xs-medium-font-size: 0.75rem;\n --plasma-typo-text-xs-medium-font-weight: 500;\n --plasma-typo-text-xs-medium-line-height: 1.125rem;\n }\n}\n\n@media (min-width: 960px) {\n :root {\n --plasma-typo-dspl-l-font-size: 8rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 8rem;\n --plasma-typo-dspl-l-bold-font-size: 8rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 8rem;\n --plasma-typo-dspl-m-font-size: 5.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 6rem;\n --plasma-typo-dspl-m-bold-font-size: 5.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 6rem;\n --plasma-typo-dspl-s-font-size: 4rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 4.5rem;\n --plasma-typo-dspl-s-bold-font-size: 4rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 4.5rem;\n --plasma-typo-h1-font-size: 2.5rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 3rem;\n --plasma-typo-h1-bold-font-size: 2.5rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 3rem;\n --plasma-typo-h2-font-size: 2rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.625rem;\n --plasma-typo-h2-bold-font-size: 2rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 2.625rem;\n --plasma-typo-h3-font-size: 1.5rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 2.125rem;\n --plasma-typo-h3-bold-font-size: 1.5rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 2.125rem;\n --plasma-typo-h4-font-size: 1.25rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.875rem;\n --plasma-typo-h4-bold-font-size: 1.25rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.875rem;\n --plasma-typo-h5-font-size: 1.125rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.75rem;\n --plasma-typo-h5-bold-font-size: 1.125rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.75rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.625rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.625rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.5rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.5rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.25rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.25rem;\n --plasma-typo-body-xs-font-size: 0.75rem;\n --plasma-typo-body-xs-font-weight: 400;\n --plasma-typo-body-xs-line-height: 1rem;\n --plasma-typo-body-xs-bold-font-size: 0.75rem;\n --plasma-typo-body-xs-bold-font-weight: 600;\n --plasma-typo-body-xs-bold-line-height: 1rem;\n --plasma-typo-body-xxs-font-size: 0.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.875rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.875rem;\n --plasma-typo-text-l-font-size: 1.5rem;\n --plasma-typo-text-l-font-weight: 400;\n --plasma-typo-text-l-line-height: 2.25rem;\n --plasma-typo-text-l-bold-font-size: 1.5rem;\n --plasma-typo-text-l-bold-font-weight: 600;\n --plasma-typo-text-l-bold-line-height: 2.25rem;\n --plasma-typo-text-m-font-size: 1.125rem;\n --plasma-typo-text-m-font-weight: 400;\n --plasma-typo-text-m-line-height: 1.75rem;\n --plasma-typo-text-m-bold-font-size: 1.125rem;\n --plasma-typo-text-m-bold-font-weight: 600;\n --plasma-typo-text-m-bold-line-height: 1.75rem;\n --plasma-typo-text-s-font-size: 0.875rem;\n --plasma-typo-text-s-font-weight: 400;\n --plasma-typo-text-s-line-height: 1.25rem;\n --plasma-typo-text-s-bold-font-size: 0.875rem;\n --plasma-typo-text-s-bold-font-weight: 600;\n --plasma-typo-text-s-bold-line-height: 1.25rem;\n --plasma-typo-text-xs-font-size: 0.75rem;\n --plasma-typo-text-xs-font-weight: 400;\n --plasma-typo-text-xs-line-height: 1.125rem;\n --plasma-typo-text-xs-bold-font-size: 0.75rem;\n --plasma-typo-text-xs-bold-font-weight: 600;\n --plasma-typo-text-xs-bold-line-height: 1.125rem;\n --plasma-typo-dspl-l-medium-font-size: 8rem;\n --plasma-typo-dspl-l-medium-font-weight: 500;\n --plasma-typo-dspl-l-medium-line-height: 8rem;\n --plasma-typo-dspl-m-medium-font-size: 5.5rem;\n --plasma-typo-dspl-m-medium-font-weight: 500;\n --plasma-typo-dspl-m-medium-line-height: 6rem;\n --plasma-typo-dspl-s-medium-font-size: 4rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 4.5rem;\n --plasma-typo-h1-medium-font-size: 2.5rem;\n --plasma-typo-h1-medium-font-weight: 500;\n --plasma-typo-h1-medium-line-height: 3rem;\n --plasma-typo-h2-medium-font-size: 2rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 2.625rem;\n --plasma-typo-h3-medium-font-size: 1.5rem;\n --plasma-typo-h3-medium-font-weight: 500;\n --plasma-typo-h3-medium-line-height: 2.125rem;\n --plasma-typo-h4-medium-font-size: 1.25rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.875rem;\n --plasma-typo-h5-medium-font-size: 1.125rem;\n --plasma-typo-h5-medium-font-weight: 500;\n --plasma-typo-h5-medium-line-height: 1.75rem;\n --plasma-typo-body-l-medium-font-size: 1.125rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.625rem;\n --plasma-typo-body-m-medium-font-size: 1rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.5rem;\n --plasma-typo-body-s-medium-font-size: 0.875rem;\n --plasma-typo-body-s-medium-font-weight: 500;\n --plasma-typo-body-s-medium-line-height: 1.25rem;\n --plasma-typo-body-xs-medium-font-size: 0.75rem;\n --plasma-typo-body-xs-medium-font-weight: 500;\n --plasma-typo-body-xs-medium-line-height: 1rem;\n --plasma-typo-body-xxs-medium-font-size: 0.625rem;\n --plasma-typo-body-xxs-medium-font-weight: 500;\n --plasma-typo-body-xxs-medium-line-height: 0.875rem;\n --plasma-typo-text-l-medium-font-size: 1.5rem;\n --plasma-typo-text-l-medium-font-weight: 500;\n --plasma-typo-text-l-medium-line-height: 2.25rem;\n --plasma-typo-text-m-medium-font-size: 1.125rem;\n --plasma-typo-text-m-medium-font-weight: 500;\n --plasma-typo-text-m-medium-line-height: 1.75rem;\n --plasma-typo-text-s-medium-font-size: 0.875rem;\n --plasma-typo-text-s-medium-font-weight: 500;\n --plasma-typo-text-s-medium-line-height: 1.25rem;\n --plasma-typo-text-xs-medium-font-size: 0.75rem;\n --plasma-typo-text-xs-medium-font-weight: 500;\n --plasma-typo-text-xs-medium-line-height: 1.125rem;\n }\n}"];
2
+ export var sdds_cs__dark = ["\n:root {\n --text-primary: #FFFFFFF5;\n --text-primary-brightness: #FFFFFFFF;\n --text-primary-hover: #FFFFFF93;\n --text-primary-active: #FFFFFFC4;\n --text-secondary: #FFFFFF8F;\n --text-secondary-hover: #FFFFFFFF;\n --text-secondary-active: #FFFFFFAB;\n --text-tertiary: #FFFFFF47;\n --text-tertiary-hover: #FFFFFFFF;\n --text-tertiary-active: #FFFFFF56;\n --text-accent: #0C9C0C;\n --text-accent-hover: #0EB90EFF;\n --text-accent-active: #0A800AFF;\n --text-accent-minor-hover: #23E723FF;\n --text-accent-minor-active: #14B814FF;\n --text-positive: #1A9E32;\n --text-positive-hover: #1EB83AFF;\n --text-positive-active: #15842AFF;\n --text-warning: #FA5F05;\n --text-warning-hover: #FB7223FF;\n --text-warning-active: #DC5304FF;\n --text-negative: #FF293E;\n --text-negative-hover: #FF475AFF;\n --text-negative-active: #FF0A23FF;\n --text-info: #118CDF;\n --text-info-hover: #50B1F2FF;\n --text-info-active: #0F7BC2FF;\n --text-accent-minor: #17D317;\n --on-dark-text-primary: #FFFFFFF5;\n --on-dark-text-primary-brightness: #FFFFFFFF;\n --on-dark-text-primary-hover: #FFFFFF93;\n --on-dark-text-primary-active: #FFFFFFC4;\n --on-dark-text-secondary: #FFFFFF8F;\n --on-dark-text-secondary-hover: #FFFFFFFF;\n --on-dark-text-secondary-active: #FFFFFFAB;\n --on-dark-text-tertiary: #FFFFFF47;\n --on-dark-text-tertiary-hover: #FFFFFFFF;\n --on-dark-text-tertiary-active: #FFFFFF56;\n --on-dark-text-accent: #0C9C0C;\n --on-dark-text-accent-hover: #0EB90EFF;\n --on-dark-text-accent-active: #0A800AFF;\n --on-dark-text-accent-minor-hover: #23E723FF;\n --on-dark-text-accent-minor-active: #14B814FF;\n --on-dark-text-positive: #1A9E32;\n --on-dark-text-positive-hover: #1EB83AFF;\n --on-dark-text-positive-active: #15842AFF;\n --on-dark-text-warning: #FA5F05;\n --on-dark-text-warning-hover: #FB7223FF;\n --on-dark-text-warning-active: #DC5304FF;\n --on-dark-text-negative: #FF293E;\n --on-dark-text-negative-hover: #FF475AFF;\n --on-dark-text-negative-active: #FF0A23FF;\n --on-dark-text-info: #118CDF;\n --on-dark-text-info-hover: #50B1F2FF;\n --on-dark-text-info-active: #0F7BC2FF;\n --on-dark-text-accent-minor: #17D317;\n --on-light-text-primary: #060A0CF5;\n --on-light-text-primary-brightness: #191BF6FF;\n --on-light-text-primary-hover: #070B0E93;\n --on-light-text-primary-active: #070B0EC4;\n --on-light-text-secondary: #060A0C8F;\n --on-light-text-secondary-hover: #070B0EFF;\n --on-light-text-secondary-active: #070B0EAB;\n --on-light-text-tertiary: #060A0C47;\n --on-light-text-tertiary-hover: #070B0EFF;\n --on-light-text-tertiary-active: #070B0E56;\n --on-light-text-accent: #108210;\n --on-light-text-accent-hover: #17BA17FF;\n --on-light-text-accent-active: #149F14FF;\n --on-light-text-accent-minor-hover: #0EB90EFF;\n --on-light-text-accent-minor-active: #0A800AFF;\n --on-light-text-positive: #108E26;\n --on-light-text-positive-hover: #13AA2CFF;\n --on-light-text-positive-active: #0D731EFF;\n --on-light-text-warning: #E85702;\n --on-light-text-warning-hover: #FD650DFF;\n --on-light-text-warning-active: #CA4B02FF;\n --on-light-text-negative: #F31B31;\n --on-light-text-negative-hover: #F5384BFF;\n --on-light-text-negative-active: #E40C22FF;\n --on-light-text-info: #0B7ECB;\n --on-light-text-info-hover: #34A7F4FF;\n --on-light-text-info-active: #096CAEFF;\n --on-light-text-accent-minor: #0C9C0C;\n --inverse-text-primary: #060A0CF5;\n --inverse-text-primary-brightness: #191BF6FF;\n --inverse-text-primary-hover: #070B0E93;\n --inverse-text-primary-active: #070B0EC4;\n --inverse-text-secondary: #060A0C8F;\n --inverse-text-secondary-hover: #070B0EFF;\n --inverse-text-secondary-active: #070B0EAB;\n --inverse-text-tertiary: #060A0C47;\n --inverse-text-tertiary-hover: #070B0EFF;\n --inverse-text-tertiary-active: #070B0E56;\n --inverse-text-accent: #108210;\n --inverse-text-accent-hover: #17BA17FF;\n --inverse-text-accent-active: #149F14FF;\n --inverse-text-accent-minor-hover: #0EB90EFF;\n --inverse-text-accent-minor-active: #0A800AFF;\n --inverse-text-positive: #108E26;\n --inverse-text-positive-hover: #13AA2CFF;\n --inverse-text-positive-active: #0D731EFF;\n --inverse-text-warning: #E85702;\n --inverse-text-warning-hover: #FD650DFF;\n --inverse-text-warning-active: #CA4B02FF;\n --inverse-text-negative: #F31B31;\n --inverse-text-negative-hover: #F5384BFF;\n --inverse-text-negative-active: #E40C22FF;\n --inverse-text-accent-minor: #0C9C0C;\n --surface-solid-primary: #13181B;\n --surface-solid-primary-brightness: #212629FF;\n --surface-solid-primary-hover: #171D21FF;\n --surface-solid-primary-active: #0F1315FF;\n --surface-solid-secondary: #23292D;\n --surface-solid-secondary-hover: #2C343AFF;\n --surface-solid-secondary-active: #1F2528FF;\n --surface-solid-tertiary: #30373C;\n --surface-solid-tertiary-hover: #394147FF;\n --surface-solid-tertiary-active: #2B3136FF;\n --surface-solid-card: #13181B;\n --surface-solid-card-brightness: #212629FF;\n --surface-solid-card-hover: #171D21FF;\n --surface-solid-card-active: #0F1315FF;\n --surface-solid-default: #F7F9FB;\n --surface-solid-default-hover: #FFFFFFFF;\n --surface-solid-default-active: #F1F5F8FF;\n --surface-clear: #FFFFFF00;\n --surface-clear-hover: #FFFFFF00;\n --surface-clear-active: #FFFFFF00;\n --surface-accent: #0C9C0C;\n --surface-accent-hover: #0DAF0DFF;\n --surface-accent-active: #0B930BFF;\n --surface-transparent-accent: #0C9C0C47;\n --surface-transparent-accent-hover: #0C9D0C66;\n --surface-transparent-accent-active: #0C9D0C38;\n --surface-positive: #1A9E32;\n --surface-positive-hover: #1DAF37FF;\n --surface-positive-active: #18952FFF;\n --surface-warning: #FA5F05;\n --surface-warning-hover: #FB7223FF;\n --surface-warning-active: #F05B05FF;\n --surface-negative: #FF293E;\n --surface-negative-hover: #FF475AFF;\n --surface-negative-active: #FF1F35FF;\n --surface-info: #118CDF;\n --surface-info-hover: #1798EEFF;\n --surface-info-active: #1086D5FF;\n --surface-warning-minor: #3D1D0A;\n --surface-warning-minor-hover: #4F250DFF;\n --surface-warning-minor-active: #351909FF;\n --surface-negative-minor: #4A0D13;\n --surface-negative-minor-hover: #5B1018FF;\n --surface-negative-minor-active: #410B11FF;\n --surface-info-minor: #0C283B;\n --surface-info-minor-hover: #10344CFF;\n --surface-info-minor-active: #0A2333FF;\n --on-dark-surface-solid-primary: #13181B;\n --on-dark-surface-solid-primary-brightness: #212629FF;\n --on-dark-surface-solid-primary-hover: #171D21FF;\n --on-dark-surface-solid-primary-active: #0F1315FF;\n --on-dark-surface-solid-secondary: #23292D;\n --on-dark-surface-solid-secondary-hover: #2C343AFF;\n --on-dark-surface-solid-secondary-active: #1F2528FF;\n --on-dark-surface-solid-tertiary: #30373C;\n --on-dark-surface-solid-tertiary-hover: #394147FF;\n --on-dark-surface-solid-tertiary-active: #2B3136FF;\n --on-dark-surface-solid-card: #13181B;\n --on-dark-surface-solid-card-brightness: #212629FF;\n --on-dark-surface-solid-card-hover: #171D21FF;\n --on-dark-surface-solid-card-active: #0F1315FF;\n --on-dark-surface-solid-default: #F7F9FB;\n --on-dark-surface-solid-default-hover: #FFFFFFFF;\n --on-dark-surface-solid-default-active: #F1F5F8FF;\n --on-dark-surface-clear: #FFFFFF00;\n --on-dark-surface-clear-hover: #FFFFFF00;\n --on-dark-surface-clear-active: #FFFFFF00;\n --on-dark-surface-accent: #0C9C0C;\n --on-dark-surface-accent-hover: #0DAF0DFF;\n --on-dark-surface-accent-active: #0B930BFF;\n --on-dark-surface-transparent-accent: #0C9C0C47;\n --on-dark-surface-transparent-accent-hover: #0C9D0C66;\n --on-dark-surface-transparent-accent-active: #0C9D0C38;\n --on-dark-surface-promo: #FFFFFFFF;\n --on-dark-surface-promo-hover: #FFFFFFFF;\n --on-dark-surface-promo-active: #FFFFFFFF;\n --on-dark-surface-positive: #1A9E32;\n --on-dark-surface-positive-hover: #1DAF37FF;\n --on-dark-surface-positive-active: #18952FFF;\n --on-dark-surface-warning: #FA5F05;\n --on-dark-surface-warning-hover: #FB7223FF;\n --on-dark-surface-warning-active: #F05B05FF;\n --on-dark-surface-negative: #FF293E;\n --on-dark-surface-negative-hover: #FF475AFF;\n --on-dark-surface-negative-active: #FF1F35FF;\n --on-dark-surface-info: #118CDF;\n --on-dark-surface-info-hover: #1798EEFF;\n --on-dark-surface-info-active: #1086D5FF;\n --on-dark-surface-warning-minor: #3D1D0A;\n --on-dark-surface-warning-minor-hover: #4F250DFF;\n --on-dark-surface-warning-minor-active: #351909FF;\n --on-dark-surface-negative-minor: #4A0D13;\n --on-dark-surface-negative-minor-hover: #5B1018FF;\n --on-dark-surface-negative-minor-active: #410B11FF;\n --on-dark-surface-info-minor: #0C283B;\n --on-dark-surface-info-minor-hover: #10344CFF;\n --on-dark-surface-info-minor-active: #0A2333FF;\n --on-light-surface-solid-primary: #F2F5F8;\n --on-light-surface-solid-primary-brightness: #F3F6F8FF;\n --on-light-surface-solid-primary-hover: #F8FAFBFF;\n --on-light-surface-solid-primary-active: #EBF0F4FF;\n --on-light-surface-solid-secondary: #E8EEF2;\n --on-light-surface-solid-secondary-hover: #F5F8F9FF;\n --on-light-surface-solid-secondary-active: #E2E9EEFF;\n --on-light-surface-solid-tertiary: #D5DFE6;\n --on-light-surface-solid-tertiary-hover: #E2E9EEFF;\n --on-light-surface-solid-tertiary-active: #CFDAE2FF;\n --on-light-surface-solid-card: #FFFFFFFF;\n --on-light-surface-solid-card-brightness: #FFFFFFFF;\n --on-light-surface-solid-card-hover: #FFFFFFFF;\n --on-light-surface-solid-card-active: #FFFFFFFF;\n --on-light-surface-solid-default: #060A0C;\n --on-light-surface-solid-default-hover: #0A1114FF;\n --on-light-surface-solid-default-active: #030607FF;\n --on-light-surface-clear: #FFFFFF00;\n --on-light-surface-clear-hover: #FFFFFF00;\n --on-light-surface-clear-active: #FFFFFF00;\n --on-light-surface-accent: #108210;\n --on-light-surface-accent-hover: #139613FF;\n --on-light-surface-accent-active: #0F7B0FFF;\n --on-light-surface-transparent-accent: #10821047;\n --on-light-surface-transparent-accent-hover: #10841066;\n --on-light-surface-transparent-accent-active: #10841038;\n --on-light-surface-positive: #1A9E32;\n --on-light-surface-positive-hover: #1DAF37FF;\n --on-light-surface-positive-active: #18952FFF;\n --on-light-surface-warning: #FA5F05;\n --on-light-surface-warning-hover: #FB7223FF;\n --on-light-surface-warning-active: #F05B05FF;\n --on-light-surface-negative: #FF293E;\n --on-light-surface-negative-hover: #FF475AFF;\n --on-light-surface-negative-active: #FF1F35FF;\n --on-light-surface-info: #118CDF;\n --on-light-surface-info-hover: #1798EEFF;\n --on-light-surface-info-active: #1086D5FF;\n --on-light-surface-warning-minor: #FFD1B8;\n --on-light-surface-warning-minor-hover: #FFDECCFF;\n --on-light-surface-warning-minor-active: #FFCAADFF;\n --on-light-surface-negative-minor: #FECDD2;\n --on-light-surface-negative-minor-hover: #FED7DBFF;\n --on-light-surface-negative-minor-active: #FEC3C9FF;\n --on-light-surface-info-minor: #B0DFFF;\n --on-light-surface-info-minor-hover: #C7E9FFFF;\n --on-light-surface-info-minor-active: #A8DCFFFF;\n --inverse-surface-solid-primary: #F2F5F8;\n --inverse-surface-solid-primary-brightness: #F3F6F8FF;\n --inverse-surface-solid-primary-hover: #F8FAFBFF;\n --inverse-surface-solid-primary-active: #EBF0F4FF;\n --inverse-surface-solid-secondary: #E8EEF2;\n --inverse-surface-solid-secondary-hover: #F5F8F9FF;\n --inverse-surface-solid-secondary-active: #E2E9EEFF;\n --inverse-surface-solid-tertiary: #D5DFE6;\n --inverse-surface-solid-tertiary-hover: #E2E9EEFF;\n --inverse-surface-solid-tertiary-active: #CFDAE2FF;\n --inverse-surface-solid-card: #FFFFFFFF;\n --inverse-surface-solid-card-brightness: #FFFFFFFF;\n --inverse-surface-solid-card-hover: #FFFFFFFF;\n --inverse-surface-solid-card-active: #FFFFFFFF;\n --inverse-surface-solid-default: #060A0C;\n --inverse-surface-solid-default-hover: #0A1114FF;\n --inverse-surface-solid-default-active: #030607FF;\n --inverse-surface-clear: #FFFFFF00;\n --inverse-surface-clear-hover: #FFFFFF00;\n --inverse-surface-clear-active: #FFFFFF00;\n --inverse-surface-accent: #108210;\n --inverse-surface-accent-hover: #139613FF;\n --inverse-surface-accent-active: #0F7B0FFF;\n --inverse-surface-transparent-accent: #10821047;\n --inverse-surface-transparent-accent-hover: #10841066;\n --inverse-surface-transparent-accent-active: #10841038;\n --inverse-surface-positive: #1A9E32;\n --inverse-surface-positive-hover: #1DAF37FF;\n --inverse-surface-positive-active: #18952FFF;\n --inverse-surface-warning: #FA5F05;\n --inverse-surface-warning-hover: #FB7223FF;\n --inverse-surface-warning-active: #F05B05FF;\n --inverse-surface-negative: #FF293E;\n --inverse-surface-negative-hover: #FF475AFF;\n --inverse-surface-negative-active: #FF1F35FF;\n --inverse-surface-info: #118CDF;\n --inverse-surface-info-hover: #1798EEFF;\n --inverse-surface-info-active: #1086D5FF;\n --inverse-surface-warning-minor: #FFD1B8;\n --inverse-surface-warning-minor-hover: #FFDECCFF;\n --inverse-surface-warning-minor-active: #FFCAADFF;\n --inverse-surface-negative-minor: #FECDD2;\n --inverse-surface-negative-minor-hover: #FED7DBFF;\n --inverse-surface-negative-minor-active: #FEC3C9FF;\n --inverse-surface-info-minor: #B0DFFF;\n --inverse-surface-info-minor-hover: #C7E9FFFF;\n --inverse-surface-info-minor-active: #A8DCFFFF;\n --background-primary: #060A0C;\n --background-primary-brightness: #15191BFF;\n --dark-background-primary: #060A0C;\n --light-background-primary: #F7F9FB;\n --inverse-background-primary: #F7F9FB;\n --inverse-background-primary-brightness: #F7F9FBFF;\n --outline-solid-primary: #23292D;\n --outline-solid-primary-hover: #2C343AFF;\n --outline-solid-primary-active: #1F2528FF;\n --outline-solid-secondary: #30373C;\n --outline-solid-secondary-hover: #394147FF;\n --outline-solid-secondary-active: #2B3136FF;\n --outline-clear: #FFFFFF00;\n --outline-clear-hover: #FFFFFFFF;\n --outline-clear-active: #FFFFFFFF;\n --outline-accent: #0C9C0C;\n --outline-accent-hover: #0DAF0DFF;\n --outline-accent-active: #0B930BFF;\n --outline-positive: #1A9E32;\n --outline-positive-hover: #1DAF37FF;\n --outline-positive-active: #18952FFF;\n --outline-negative: #FF293E;\n --outline-negative-hover: #FF475AFF;\n --outline-negative-active: #FF1F35FF;\n --outline-info: #118CDF;\n --outline-info-hover: #1798EEFF;\n --outline-info-active: #1086D5FF;\n --on-dark-outline-solid-primary: #23292D;\n --on-dark-outline-solid-primary-hover: #2C343AFF;\n --on-dark-outline-solid-primary-active: #1F2528FF;\n --on-dark-outline-solid-secondary: #30373C;\n --on-dark-outline-solid-secondary-hover: #394147FF;\n --on-dark-outline-solid-secondary-active: #2B3136FF;\n --on-dark-outline-clear: #FFFFFF00;\n --on-dark-outline-clear-hover: #FFFFFFFF;\n --on-dark-outline-clear-active: #FFFFFFFF;\n --on-dark-outline-accent: #0C9C0C;\n --on-dark-outline-accent-hover: #0DAF0DFF;\n --on-dark-outline-accent-active: #0B930BFF;\n --on-dark-outline-positive: #1A9E32;\n --on-dark-outline-positive-hover: #1DAF37FF;\n --on-dark-outline-positive-active: #18952FFF;\n --on-dark-outline-negative: #FF293E;\n --on-dark-outline-negative-hover: #FF475AFF;\n --on-dark-outline-negative-active: #FF1F35FF;\n --on-dark-outline-info: #118CDF;\n --on-dark-outline-info-hover: #1798EEFF;\n --on-dark-outline-info-active: #1086D5FF;\n --on-light-outline-solid-primary: #D5DFE6;\n --on-light-outline-solid-primary-hover: #E2E9EEFF;\n --on-light-outline-solid-primary-active: #CFDAE2FF;\n --on-light-outline-solid-secondary: #ADB9C2;\n --on-light-outline-solid-secondary-hover: #B9C3CBFF;\n --on-light-outline-solid-secondary-active: #A7B4BEFF;\n --on-light-outline-clear: #FFFFFF00;\n --on-light-outline-clear-hover: #FFFFFFFF;\n --on-light-outline-clear-active: #FFFFFFFF;\n --on-light-outline-accent: #108210;\n --on-light-outline-accent-hover: #139613FF;\n --on-light-outline-accent-active: #0F7B0FFF;\n --on-light-outline-positive: #108E26;\n --on-light-outline-positive-hover: #12A12AFF;\n --on-light-outline-positive-active: #0F8523FF;\n --on-light-outline-negative: #F31B31;\n --on-light-outline-negative-hover: #F5384BFF;\n --on-light-outline-negative-active: #F31228FF;\n --on-light-outline-info: #0B7ECB;\n --on-light-outline-info-hover: #0C8ADFFF;\n --on-light-outline-info-active: #0A78C2FF;\n --inverse-outline-solid-primary: #D5DFE6;\n --inverse-outline-solid-primary-hover: #E2E9EEFF;\n --inverse-outline-solid-primary-active: #CFDAE2FF;\n --inverse-outline-solid-secondary: #ADB9C2;\n --inverse-outline-solid-secondary-hover: #B9C3CBFF;\n --inverse-outline-solid-secondary-active: #A7B4BEFF;\n --inverse-outline-clear: #FFFFFF00;\n --inverse-outline-clear-hover: #FFFFFFFF;\n --inverse-outline-clear-active: #FFFFFFFF;\n --inverse-outline-accent: #108210;\n --inverse-outline-accent-hover: #139613FF;\n --inverse-outline-accent-active: #0F7B0FFF;\n --inverse-outline-positive: #108E26;\n --inverse-outline-positive-hover: #12A12AFF;\n --inverse-outline-positive-active: #0F8523FF;\n --inverse-outline-negative: #F31B31;\n --inverse-outline-negative-hover: #F5384BFF;\n --inverse-outline-negative-active: #F31228FF;\n --inverse-outline-info: #0B7ECB;\n --inverse-outline-info-hover: #0C8ADFFF;\n --inverse-outline-info-active: #0A78C2FF;\n --data-yellow: #F3A912;\n --data-yellow-hover: #F4B22FFF;\n --data-yellow-active: #EDA20CFF;\n --data-yellow-minor: #A16B00;\n --data-yellow-minor-hover: #B87A00FF;\n --data-yellow-minor-active: #996600FF;\n --data-yellow-transparent: #F3A9128F;\n --data-yellow-transparent-hover: #F3A812AD;\n --data-yellow-transparent-active: #F3A81280;\n --on-dark-data-yellow: #F3A912;\n --on-dark-data-yellow-hover: #F4B22FFF;\n --on-dark-data-yellow-active: #EDA20CFF;\n --on-dark-data-yellow-minor: #A16B00;\n --on-dark-data-yellow-minor-hover: #B87A00FF;\n --on-dark-data-yellow-minor-active: #996600FF;\n --on-dark-data-yellow-transparent: #F3A9128F;\n --on-dark-data-yellow-transparent-hover: #F3A812AD;\n --on-dark-data-yellow-transparent-active: #F3A81280;\n --on-light-data-yellow: #F3A912;\n --on-light-data-yellow-hover: #F4B22FFF;\n --on-light-data-yellow-active: #EDA20CFF;\n --on-light-data-yellow-minor: #FFD37A;\n --on-light-data-yellow-minor-hover: #FFDA8FFF;\n --on-light-data-yellow-minor-active: #FFCF70FF;\n --on-light-data-yellow-transparent: #F3A9128F;\n --on-light-data-yellow-transparent-hover: #F3A812AD;\n --on-light-data-yellow-transparent-active: #F3A81280;\n --inverse-data-yellow: #F3A912;\n --inverse-data-yellow-hover: #F4B22FFF;\n --inverse-data-yellow-active: #EDA20CFF;\n --inverse-data-yellow-minor: #FFD37A;\n --inverse-data-yellow-minor-hover: #FFDA8FFF;\n --inverse-data-yellow-minor-active: #FFCF70FF;\n --inverse-data-yellow-transparent: #F3A9128F;\n --inverse-data-yellow-transparent-hover: #F3A812AD;\n --inverse-data-yellow-transparent-active: #F3A81280;\n color: var(--text-primary);\n background-color: var(--background-primary);\n}\n\n:root {\n --inverse-text-promo-minor-gradient: #FFFFFF;\n --inverse-text-promo-minor-gradient-hover: #CCCCCCFF;\n --inverse-text-promo-minor-gradient-active: #E6E6E6FF;\n --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%);\n --surface-skeleton-gradient-hover: #FFFFFFFF;\n --surface-skeleton-gradient-active: #FFFFFFFF;\n --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%);\n --surface-skeleton-deep-gradient-hover: #FFFFFFFF;\n --surface-skeleton-deep-gradient-active: #FFFFFFFF;\n --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%);\n --on-dark-surface-skeleton-gradient-hover: #FFFFFFFF;\n --on-dark-surface-skeleton-gradient-active: #FFFFFFFF;\n --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%);\n --on-dark-surface-skeleton-deep-gradient-hover: #FFFFFFFF;\n --on-dark-surface-skeleton-deep-gradient-active: #FFFFFFFF;\n --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%);\n --on-light-surface-skeleton-gradient-hover: #FFFFFFFF;\n --on-light-surface-skeleton-gradient-active: #FFFFFFFF;\n --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%);\n --on-light-surface-skeleton-deep-gradient-hover: #FFFFFFFF;\n --on-light-surface-skeleton-deep-gradient-active: #FFFFFFFF;\n --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%);\n --inverse-surface-skeleton-gradient-hover: #FFFFFFFF;\n --inverse-surface-skeleton-gradient-active: #FFFFFFFF;\n --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%);\n --inverse-surface-skeleton-deep-gradient-hover: #FFFFFFFF;\n --inverse-surface-skeleton-deep-gradient-active: #FFFFFFFF;\n}\n\n:root {\n --shadow-down-soft-s: 0px 4px 14px -4px #08080814, 0px 1px 4px -1px #0000000A;\n --shadow-down-soft-m: 0px 24px 48px -8px #00000014;\n --shadow-down-soft-l: 0px 60px 112px -8px #00000014;\n --shadow-down-hard-s: 0px 4px 12px -3px #08080829, 0px 1px 4px -2px #00000014;\n --shadow-down-hard-m: 0px 16px 32px -8px #0000003D;\n --shadow-down-hard-l: 0px 60px 112px -8px #00000066;\n --shadow-up-soft-s: 0px -4px 14px -4px #08080814, 0px -1px 4px -1px #00000008;\n --shadow-up-soft-m: 0px -24px 48px -8px #00000014;\n --shadow-up-soft-l: 0px -60px 112px -8px #00000014;\n --shadow-up-hard-s: 0px -4px 12px -3px #08080833, 0px -1px 4px -1px #00000008;\n --shadow-up-hard-m: 0px -16px 32px -8px #0000003D;\n --shadow-up-hard-l: 0px -60px 112px -8px #00000066;\n}\n\n:root {\n --border-radius-xxs: 4px;\n --border-radius-xs: 8px;\n --border-radius-s: 12px;\n --border-radius-m: 16px;\n --border-radius-l: 20px;\n --border-radius-xl: 24px;\n --border-radius-xxl: 32px;\n}\n\n:root {\n --spacing-0x: 0px;\n --spacing-1x: 2px;\n --spacing-2x: 4px;\n --spacing-3x: 6px;\n --spacing-4x: 8px;\n --spacing-6x: 12px;\n --spacing-8x: 16px;\n --spacing-10x: 20px;\n --spacing-12x: 24px;\n --spacing-16x: 32px;\n --spacing-20x: 40px;\n --spacing-24x: 48px;\n --spacing-32x: 64px;\n --spacing-40x: 80px;\n --spacing-60x: 120px;\n}\n\n:root {\n font-size: 16px;\n --plasma-typo-overflow-wrap: break-word;\n --plasma-typo-hyphens: auto;\n --plasma-typo-display-font-family: 'SB Sans Display', sans-serif;\n --plasma-typo-body-font-family: 'SB Sans Text', sans-serif;\n --plasma-typo-header-font-family: 'SB Sans Display', sans-serif;\n --plasma-typo-text-font-family: 'SB Sans Text', sans-serif;\n --plasma-typo-dspl-l-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-l-letter-spacing: normal;\n --plasma-typo-dspl-l-font-style: normal;\n --plasma-typo-dspl-l-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-l-bold-letter-spacing: normal;\n --plasma-typo-dspl-l-bold-font-style: normal;\n --plasma-typo-dspl-m-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-m-letter-spacing: normal;\n --plasma-typo-dspl-m-font-style: normal;\n --plasma-typo-dspl-m-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-m-bold-letter-spacing: normal;\n --plasma-typo-dspl-m-bold-font-style: normal;\n --plasma-typo-dspl-s-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-s-letter-spacing: normal;\n --plasma-typo-dspl-s-font-style: normal;\n --plasma-typo-dspl-s-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-s-bold-letter-spacing: normal;\n --plasma-typo-dspl-s-bold-font-style: normal;\n --plasma-typo-h1-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h1-letter-spacing: normal;\n --plasma-typo-h1-font-style: normal;\n --plasma-typo-h1-bold-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h1-bold-letter-spacing: normal;\n --plasma-typo-h1-bold-font-style: normal;\n --plasma-typo-h2-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h2-letter-spacing: normal;\n --plasma-typo-h2-font-style: normal;\n --plasma-typo-h2-bold-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h2-bold-letter-spacing: normal;\n --plasma-typo-h2-bold-font-style: normal;\n --plasma-typo-h3-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h3-letter-spacing: normal;\n --plasma-typo-h3-font-style: normal;\n --plasma-typo-h3-bold-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h3-bold-letter-spacing: normal;\n --plasma-typo-h3-bold-font-style: normal;\n --plasma-typo-h4-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h4-letter-spacing: normal;\n --plasma-typo-h4-font-style: normal;\n --plasma-typo-h4-bold-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h4-bold-letter-spacing: normal;\n --plasma-typo-h4-bold-font-style: normal;\n --plasma-typo-h5-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h5-letter-spacing: normal;\n --plasma-typo-h5-font-style: normal;\n --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h5-bold-letter-spacing: normal;\n --plasma-typo-h5-bold-font-style: normal;\n --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-l-letter-spacing: -0.02em;\n --plasma-typo-body-l-font-style: normal;\n --plasma-typo-body-l-bold-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-l-bold-letter-spacing: -0.02em;\n --plasma-typo-body-l-bold-font-style: normal;\n --plasma-typo-body-m-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-m-letter-spacing: -0.02em;\n --plasma-typo-body-m-font-style: normal;\n --plasma-typo-body-m-bold-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-m-bold-letter-spacing: -0.02em;\n --plasma-typo-body-m-bold-font-style: normal;\n --plasma-typo-body-s-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-s-letter-spacing: -0.02em;\n --plasma-typo-body-s-font-style: normal;\n --plasma-typo-body-s-bold-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-s-bold-letter-spacing: -0.02em;\n --plasma-typo-body-s-bold-font-style: normal;\n --plasma-typo-body-xs-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-xs-letter-spacing: -0.02em;\n --plasma-typo-body-xs-font-style: normal;\n --plasma-typo-body-xs-bold-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-xs-bold-letter-spacing: -0.02em;\n --plasma-typo-body-xs-bold-font-style: normal;\n --plasma-typo-body-xxs-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-xxs-letter-spacing: -0.02em;\n --plasma-typo-body-xxs-font-style: normal;\n --plasma-typo-body-xxs-bold-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-xxs-bold-letter-spacing: -0.02em;\n --plasma-typo-body-xxs-bold-font-style: normal;\n --plasma-typo-text-l-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-l-letter-spacing: -0.02em;\n --plasma-typo-text-l-font-style: normal;\n --plasma-typo-text-l-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-l-bold-letter-spacing: -0.02em;\n --plasma-typo-text-l-bold-font-style: normal;\n --plasma-typo-text-m-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-m-letter-spacing: -0.02em;\n --plasma-typo-text-m-font-style: normal;\n --plasma-typo-text-m-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-m-bold-letter-spacing: -0.02em;\n --plasma-typo-text-m-bold-font-style: normal;\n --plasma-typo-text-s-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-s-letter-spacing: -0.02em;\n --plasma-typo-text-s-font-style: normal;\n --plasma-typo-text-s-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-s-bold-letter-spacing: -0.02em;\n --plasma-typo-text-s-bold-font-style: normal;\n --plasma-typo-text-xs-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-xs-letter-spacing: -0.02em;\n --plasma-typo-text-xs-font-style: normal;\n --plasma-typo-text-xs-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-xs-bold-letter-spacing: -0.02em;\n --plasma-typo-text-xs-bold-font-style: normal;\n --plasma-typo-dspl-l-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-l-medium-letter-spacing: normal;\n --plasma-typo-dspl-l-medium-font-style: normal;\n --plasma-typo-dspl-m-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-m-medium-letter-spacing: normal;\n --plasma-typo-dspl-m-medium-font-style: normal;\n --plasma-typo-dspl-s-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-s-medium-letter-spacing: normal;\n --plasma-typo-dspl-s-medium-font-style: normal;\n --plasma-typo-h1-medium-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h1-medium-letter-spacing: normal;\n --plasma-typo-h1-medium-font-style: normal;\n --plasma-typo-h2-medium-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h2-medium-letter-spacing: normal;\n --plasma-typo-h2-medium-font-style: normal;\n --plasma-typo-h3-medium-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h3-medium-letter-spacing: normal;\n --plasma-typo-h3-medium-font-style: normal;\n --plasma-typo-h4-medium-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h4-medium-letter-spacing: normal;\n --plasma-typo-h4-medium-font-style: normal;\n --plasma-typo-h5-medium-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h5-medium-letter-spacing: normal;\n --plasma-typo-h5-medium-font-style: normal;\n --plasma-typo-body-l-medium-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-l-medium-letter-spacing: -0.02em;\n --plasma-typo-body-l-medium-font-style: normal;\n --plasma-typo-body-m-medium-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-m-medium-letter-spacing: -0.02em;\n --plasma-typo-body-m-medium-font-style: normal;\n --plasma-typo-body-s-medium-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-s-medium-letter-spacing: -0.02em;\n --plasma-typo-body-s-medium-font-style: normal;\n --plasma-typo-body-xs-medium-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-xs-medium-letter-spacing: -0.02em;\n --plasma-typo-body-xs-medium-font-style: normal;\n --plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-xxs-medium-letter-spacing: -0.02em;\n --plasma-typo-body-xxs-medium-font-style: normal;\n --plasma-typo-text-l-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-l-medium-letter-spacing: -0.02em;\n --plasma-typo-text-l-medium-font-style: normal;\n --plasma-typo-text-m-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-m-medium-letter-spacing: -0.02em;\n --plasma-typo-text-m-medium-font-style: normal;\n --plasma-typo-text-s-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-s-medium-letter-spacing: -0.02em;\n --plasma-typo-text-s-medium-font-style: normal;\n --plasma-typo-text-xs-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-xs-medium-letter-spacing: -0.02em;\n --plasma-typo-text-xs-medium-font-style: normal;\n}\n\n@media (max-width: 559px) {\n :root {\n --plasma-typo-dspl-l-font-size: 5.5rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 5.75rem;\n --plasma-typo-dspl-l-bold-font-size: 5.5rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 5.75rem;\n --plasma-typo-dspl-m-font-size: 3.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 3.875rem;\n --plasma-typo-dspl-m-bold-font-size: 3.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 3.875rem;\n --plasma-typo-dspl-s-font-size: 2.5rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 2.875rem;\n --plasma-typo-dspl-s-bold-font-size: 2.5rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 2.875rem;\n --plasma-typo-h1-font-size: 1.75rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 2.125rem;\n --plasma-typo-h1-bold-font-size: 1.75rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 2.125rem;\n --plasma-typo-h2-font-size: 1.5rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 1.875rem;\n --plasma-typo-h2-bold-font-size: 1.5rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 1.875rem;\n --plasma-typo-h3-font-size: 1.25rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.625rem;\n --plasma-typo-h3-bold-font-size: 1.25rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 1.625rem;\n --plasma-typo-h4-font-size: 1.125rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.5rem;\n --plasma-typo-h4-bold-font-size: 1.125rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.5rem;\n --plasma-typo-h5-font-size: 1rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.375rem;\n --plasma-typo-h5-bold-font-size: 1rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.375rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.375rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.375rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.25rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.25rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.125rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.125rem;\n --plasma-typo-body-xs-font-size: 0.75rem;\n --plasma-typo-body-xs-font-weight: 400;\n --plasma-typo-body-xs-line-height: 0.875rem;\n --plasma-typo-body-xs-bold-font-size: 0.75rem;\n --plasma-typo-body-xs-bold-font-weight: 600;\n --plasma-typo-body-xs-bold-line-height: 0.875rem;\n --plasma-typo-body-xxs-font-size: 0.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.75rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.75rem;\n --plasma-typo-text-l-font-size: 1.125rem;\n --plasma-typo-text-l-font-weight: 400;\n --plasma-typo-text-l-line-height: 1.625rem;\n --plasma-typo-text-l-bold-font-size: 1.125rem;\n --plasma-typo-text-l-bold-font-weight: 600;\n --plasma-typo-text-l-bold-line-height: 1.625rem;\n --plasma-typo-text-m-font-size: 1rem;\n --plasma-typo-text-m-font-weight: 400;\n --plasma-typo-text-m-line-height: 1.5rem;\n --plasma-typo-text-m-bold-font-size: 1rem;\n --plasma-typo-text-m-bold-font-weight: 600;\n --plasma-typo-text-m-bold-line-height: 1.5rem;\n --plasma-typo-text-s-font-size: 0.875rem;\n --plasma-typo-text-s-font-weight: 400;\n --plasma-typo-text-s-line-height: 1.25rem;\n --plasma-typo-text-s-bold-font-size: 0.875rem;\n --plasma-typo-text-s-bold-font-weight: 600;\n --plasma-typo-text-s-bold-line-height: 1.25rem;\n --plasma-typo-text-xs-font-size: 0.75rem;\n --plasma-typo-text-xs-font-weight: 400;\n --plasma-typo-text-xs-line-height: 1rem;\n --plasma-typo-text-xs-bold-font-size: 0.75rem;\n --plasma-typo-text-xs-bold-font-weight: 600;\n --plasma-typo-text-xs-bold-line-height: 1rem;\n --plasma-typo-dspl-l-medium-font-size: 5.5rem;\n --plasma-typo-dspl-l-medium-font-weight: 500;\n --plasma-typo-dspl-l-medium-line-height: 5.75rem;\n --plasma-typo-dspl-m-medium-font-size: 3.5rem;\n --plasma-typo-dspl-m-medium-font-weight: 500;\n --plasma-typo-dspl-m-medium-line-height: 3.875rem;\n --plasma-typo-dspl-s-medium-font-size: 2.5rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 2.875rem;\n --plasma-typo-h1-medium-font-size: 1.75rem;\n --plasma-typo-h1-medium-font-weight: 500;\n --plasma-typo-h1-medium-line-height: 2.125rem;\n --plasma-typo-h2-medium-font-size: 1.5rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 1.875rem;\n --plasma-typo-h3-medium-font-size: 1.25rem;\n --plasma-typo-h3-medium-font-weight: 500;\n --plasma-typo-h3-medium-line-height: 1.625rem;\n --plasma-typo-h4-medium-font-size: 1.125rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.5rem;\n --plasma-typo-h5-medium-font-size: 1rem;\n --plasma-typo-h5-medium-font-weight: 500;\n --plasma-typo-h5-medium-line-height: 1.375rem;\n --plasma-typo-body-l-medium-font-size: 1.125rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.375rem;\n --plasma-typo-body-m-medium-font-size: 1rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.25rem;\n --plasma-typo-body-s-medium-font-size: 0.875rem;\n --plasma-typo-body-s-medium-font-weight: 500;\n --plasma-typo-body-s-medium-line-height: 1.125rem;\n --plasma-typo-body-xs-medium-font-size: 0.75rem;\n --plasma-typo-body-xs-medium-font-weight: 500;\n --plasma-typo-body-xs-medium-line-height: 0.875rem;\n --plasma-typo-body-xxs-medium-font-size: 0.625rem;\n --plasma-typo-body-xxs-medium-font-weight: 500;\n --plasma-typo-body-xxs-medium-line-height: 0.75rem;\n --plasma-typo-text-l-medium-font-size: 1.125rem;\n --plasma-typo-text-l-medium-font-weight: 500;\n --plasma-typo-text-l-medium-line-height: 1.625rem;\n --plasma-typo-text-m-medium-font-size: 1rem;\n --plasma-typo-text-m-medium-font-weight: 500;\n --plasma-typo-text-m-medium-line-height: 1.5rem;\n --plasma-typo-text-s-medium-font-size: 0.875rem;\n --plasma-typo-text-s-medium-font-weight: 500;\n --plasma-typo-text-s-medium-line-height: 1.25rem;\n --plasma-typo-text-xs-medium-font-size: 0.75rem;\n --plasma-typo-text-xs-medium-font-weight: 500;\n --plasma-typo-text-xs-medium-line-height: 1rem;\n }\n}\n\n@media (min-width: 560px) and (max-width: 959px) {\n :root {\n --plasma-typo-dspl-l-font-size: 7rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 7rem;\n --plasma-typo-dspl-l-bold-font-size: 7rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 7rem;\n --plasma-typo-dspl-m-font-size: 4.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 4.75rem;\n --plasma-typo-dspl-m-bold-font-size: 4.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 4.75rem;\n --plasma-typo-dspl-s-font-size: 3rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 3.375rem;\n --plasma-typo-dspl-s-bold-font-size: 3rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 3.375rem;\n --plasma-typo-h1-font-size: 2.5rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 2.875rem;\n --plasma-typo-h1-bold-font-size: 2.5rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 2.875rem;\n --plasma-typo-h2-font-size: 1.75rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.125rem;\n --plasma-typo-h2-bold-font-size: 1.75rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 2.125rem;\n --plasma-typo-h3-font-size: 1.25rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.625rem;\n --plasma-typo-h3-bold-font-size: 1.25rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 1.625rem;\n --plasma-typo-h4-font-size: 1.125rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.5rem;\n --plasma-typo-h4-bold-font-size: 1.125rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.5rem;\n --plasma-typo-h5-font-size: 1rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.375rem;\n --plasma-typo-h5-bold-font-size: 1rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.375rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.375rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.375rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.25rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.25rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.125rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.125rem;\n --plasma-typo-body-xs-font-size: 0.75rem;\n --plasma-typo-body-xs-font-weight: 400;\n --plasma-typo-body-xs-line-height: 0.875rem;\n --plasma-typo-body-xs-bold-font-size: 0.75rem;\n --plasma-typo-body-xs-bold-font-weight: 600;\n --plasma-typo-body-xs-bold-line-height: 0.875rem;\n --plasma-typo-body-xxs-font-size: 0.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.75rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.75rem;\n --plasma-typo-text-l-font-size: 1.25rem;\n --plasma-typo-text-l-font-weight: 400;\n --plasma-typo-text-l-line-height: 1.75rem;\n --plasma-typo-text-l-bold-font-size: 1.25rem;\n --plasma-typo-text-l-bold-font-weight: 600;\n --plasma-typo-text-l-bold-line-height: 1.75rem;\n --plasma-typo-text-m-font-size: 1rem;\n --plasma-typo-text-m-font-weight: 400;\n --plasma-typo-text-m-line-height: 1.5rem;\n --plasma-typo-text-m-bold-font-size: 1rem;\n --plasma-typo-text-m-bold-font-weight: 600;\n --plasma-typo-text-m-bold-line-height: 1.5rem;\n --plasma-typo-text-s-font-size: 0.875rem;\n --plasma-typo-text-s-font-weight: 400;\n --plasma-typo-text-s-line-height: 1.25rem;\n --plasma-typo-text-s-bold-font-size: 0.875rem;\n --plasma-typo-text-s-bold-font-weight: 600;\n --plasma-typo-text-s-bold-line-height: 1.25rem;\n --plasma-typo-text-xs-font-size: 0.75rem;\n --plasma-typo-text-xs-font-weight: 400;\n --plasma-typo-text-xs-line-height: 1rem;\n --plasma-typo-text-xs-bold-font-size: 0.75rem;\n --plasma-typo-text-xs-bold-font-weight: 600;\n --plasma-typo-text-xs-bold-line-height: 1rem;\n --plasma-typo-dspl-l-medium-font-size: 7rem;\n --plasma-typo-dspl-l-medium-font-weight: 500;\n --plasma-typo-dspl-l-medium-line-height: 7rem;\n --plasma-typo-dspl-m-medium-font-size: 4.5rem;\n --plasma-typo-dspl-m-medium-font-weight: 500;\n --plasma-typo-dspl-m-medium-line-height: 4.75rem;\n --plasma-typo-dspl-s-medium-font-size: 3rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 3.375rem;\n --plasma-typo-h1-medium-font-size: 2.5rem;\n --plasma-typo-h1-medium-font-weight: 500;\n --plasma-typo-h1-medium-line-height: 2.875rem;\n --plasma-typo-h2-medium-font-size: 1.75rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 2.125rem;\n --plasma-typo-h3-medium-font-size: 1.25rem;\n --plasma-typo-h3-medium-font-weight: 500;\n --plasma-typo-h3-medium-line-height: 1.625rem;\n --plasma-typo-h4-medium-font-size: 1.125rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.5rem;\n --plasma-typo-h5-medium-font-size: 1rem;\n --plasma-typo-h5-medium-font-weight: 500;\n --plasma-typo-h5-medium-line-height: 1.375rem;\n --plasma-typo-body-l-medium-font-size: 1.125rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.375rem;\n --plasma-typo-body-m-medium-font-size: 1rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.25rem;\n --plasma-typo-body-s-medium-font-size: 0.875rem;\n --plasma-typo-body-s-medium-font-weight: 500;\n --plasma-typo-body-s-medium-line-height: 1.125rem;\n --plasma-typo-body-xs-medium-font-size: 0.75rem;\n --plasma-typo-body-xs-medium-font-weight: 500;\n --plasma-typo-body-xs-medium-line-height: 0.875rem;\n --plasma-typo-body-xxs-medium-font-size: 0.625rem;\n --plasma-typo-body-xxs-medium-font-weight: 500;\n --plasma-typo-body-xxs-medium-line-height: 0.75rem;\n --plasma-typo-text-l-medium-font-size: 1.25rem;\n --plasma-typo-text-l-medium-font-weight: 500;\n --plasma-typo-text-l-medium-line-height: 1.75rem;\n --plasma-typo-text-m-medium-font-size: 1rem;\n --plasma-typo-text-m-medium-font-weight: 500;\n --plasma-typo-text-m-medium-line-height: 1.5rem;\n --plasma-typo-text-s-medium-font-size: 0.875rem;\n --plasma-typo-text-s-medium-font-weight: 500;\n --plasma-typo-text-s-medium-line-height: 1.25rem;\n --plasma-typo-text-xs-medium-font-size: 0.75rem;\n --plasma-typo-text-xs-medium-font-weight: 500;\n --plasma-typo-text-xs-medium-line-height: 1rem;\n }\n}\n\n@media (min-width: 960px) {\n :root {\n --plasma-typo-dspl-l-font-size: 8rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 8rem;\n --plasma-typo-dspl-l-bold-font-size: 8rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 8rem;\n --plasma-typo-dspl-m-font-size: 5.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 6rem;\n --plasma-typo-dspl-m-bold-font-size: 5.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 6rem;\n --plasma-typo-dspl-s-font-size: 4rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 4.5rem;\n --plasma-typo-dspl-s-bold-font-size: 4rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 4.5rem;\n --plasma-typo-h1-font-size: 2.5rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 3rem;\n --plasma-typo-h1-bold-font-size: 2.5rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 3rem;\n --plasma-typo-h2-font-size: 2rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.625rem;\n --plasma-typo-h2-bold-font-size: 2rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 2.625rem;\n --plasma-typo-h3-font-size: 1.5rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 2.125rem;\n --plasma-typo-h3-bold-font-size: 1.5rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 2.125rem;\n --plasma-typo-h4-font-size: 1.25rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.875rem;\n --plasma-typo-h4-bold-font-size: 1.25rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.875rem;\n --plasma-typo-h5-font-size: 1.125rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.75rem;\n --plasma-typo-h5-bold-font-size: 1.125rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.75rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.625rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.625rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.5rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.5rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.25rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.25rem;\n --plasma-typo-body-xs-font-size: 0.75rem;\n --plasma-typo-body-xs-font-weight: 400;\n --plasma-typo-body-xs-line-height: 1rem;\n --plasma-typo-body-xs-bold-font-size: 0.75rem;\n --plasma-typo-body-xs-bold-font-weight: 600;\n --plasma-typo-body-xs-bold-line-height: 1rem;\n --plasma-typo-body-xxs-font-size: 0.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.875rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.875rem;\n --plasma-typo-text-l-font-size: 1.5rem;\n --plasma-typo-text-l-font-weight: 400;\n --plasma-typo-text-l-line-height: 2.25rem;\n --plasma-typo-text-l-bold-font-size: 1.5rem;\n --plasma-typo-text-l-bold-font-weight: 600;\n --plasma-typo-text-l-bold-line-height: 2.25rem;\n --plasma-typo-text-m-font-size: 1.125rem;\n --plasma-typo-text-m-font-weight: 400;\n --plasma-typo-text-m-line-height: 1.75rem;\n --plasma-typo-text-m-bold-font-size: 1.125rem;\n --plasma-typo-text-m-bold-font-weight: 600;\n --plasma-typo-text-m-bold-line-height: 1.75rem;\n --plasma-typo-text-s-font-size: 0.875rem;\n --plasma-typo-text-s-font-weight: 400;\n --plasma-typo-text-s-line-height: 1.375rem;\n --plasma-typo-text-s-bold-font-size: 0.875rem;\n --plasma-typo-text-s-bold-font-weight: 600;\n --plasma-typo-text-s-bold-line-height: 1.375rem;\n --plasma-typo-text-xs-font-size: 0.75rem;\n --plasma-typo-text-xs-font-weight: 400;\n --plasma-typo-text-xs-line-height: 1.125rem;\n --plasma-typo-text-xs-bold-font-size: 0.75rem;\n --plasma-typo-text-xs-bold-font-weight: 600;\n --plasma-typo-text-xs-bold-line-height: 1.125rem;\n --plasma-typo-dspl-l-medium-font-size: 8rem;\n --plasma-typo-dspl-l-medium-font-weight: 500;\n --plasma-typo-dspl-l-medium-line-height: 8rem;\n --plasma-typo-dspl-s-medium-font-size: 4rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 4.5rem;\n --plasma-typo-h1-medium-font-size: 2.5rem;\n --plasma-typo-h1-medium-font-weight: 500;\n --plasma-typo-h1-medium-line-height: 3rem;\n --plasma-typo-h2-medium-font-size: 2rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 2.625rem;\n --plasma-typo-h3-medium-font-size: 1.5rem;\n --plasma-typo-h3-medium-font-weight: 500;\n --plasma-typo-h3-medium-line-height: 2.125rem;\n --plasma-typo-h4-medium-font-size: 1.25rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.875rem;\n --plasma-typo-h5-medium-font-size: 1.125rem;\n --plasma-typo-h5-medium-font-weight: 500;\n --plasma-typo-h5-medium-line-height: 1.75rem;\n --plasma-typo-body-l-medium-font-size: 1.125rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.625rem;\n --plasma-typo-body-m-medium-font-size: 1rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.5rem;\n --plasma-typo-body-s-medium-font-size: 0.875rem;\n --plasma-typo-body-s-medium-font-weight: 500;\n --plasma-typo-body-s-medium-line-height: 1.25rem;\n --plasma-typo-body-xs-medium-font-size: 0.75rem;\n --plasma-typo-body-xs-medium-font-weight: 500;\n --plasma-typo-body-xs-medium-line-height: 1rem;\n --plasma-typo-body-xxs-medium-font-size: 0.625rem;\n --plasma-typo-body-xxs-medium-font-weight: 500;\n --plasma-typo-body-xxs-medium-line-height: 0.875rem;\n --plasma-typo-text-l-medium-font-size: 1.5rem;\n --plasma-typo-text-l-medium-font-weight: 500;\n --plasma-typo-text-l-medium-line-height: 2.25rem;\n --plasma-typo-text-m-medium-font-size: 1.125rem;\n --plasma-typo-text-m-medium-font-weight: 500;\n --plasma-typo-text-m-medium-line-height: 1.75rem;\n --plasma-typo-text-s-medium-font-size: 0.875rem;\n --plasma-typo-text-s-medium-font-weight: 500;\n --plasma-typo-text-s-medium-line-height: 1.25rem;\n --plasma-typo-text-xs-medium-font-size: 0.75rem;\n --plasma-typo-text-xs-medium-font-weight: 500;\n --plasma-typo-text-xs-medium-line-height: 1.125rem;\n }\n}"];
3
3
  //# sourceMappingURL=sdds_cs__dark.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"sdds_cs__dark.js","sourceRoot":"","sources":["../../src/themes/sdds_cs__dark.ts"],"names":[],"mappings":"AAAA,oDAAoD;AAEpD,MAAM,CAAC,IAAM,aAAa,GAAG,CAAC,48sDAonC5B,CAAoC,CAAC"}
1
+ {"version":3,"file":"sdds_cs__dark.js","sourceRoot":"","sources":["../../src/themes/sdds_cs__dark.ts"],"names":[],"mappings":"AAAA,oDAAoD;AAEpD,MAAM,CAAC,IAAM,aAAa,GAAG,CAAC,q3sDAinC5B,CAAoC,CAAC"}