@salutejs-ds/sdds_sbcom 0.1.13 → 0.1.15

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 (102) hide show
  1. package/components/Button/Button.config.d.ts +1 -1
  2. package/components/Button/Button.config.js +4 -4
  3. package/components/Button/Button.config.js.map +1 -1
  4. package/components/Button/Button.config_1b1uwtc.css +10 -0
  5. package/components/Button/Button.css +9 -9
  6. package/components/Button/Button.d.ts +1 -1
  7. package/components/Checkbox/Checkbox.config.js +1 -1
  8. package/components/Checkbox/Checkbox.config.js.map +1 -1
  9. package/components/Checkbox/Checkbox.config_by8n89.css +6 -0
  10. package/components/Checkbox/Checkbox.css +6 -6
  11. package/components/Counter/Counter.config.d.ts +4 -4
  12. package/components/Counter/Counter.config.js +9 -9
  13. package/components/Counter/Counter.config.js.map +1 -1
  14. package/components/Counter/Counter.config_1dmfqg0.css +11 -0
  15. package/components/Counter/Counter.css +10 -10
  16. package/components/Counter/Counter.d.ts +4 -4
  17. package/components/IconButton/IconButton.config.d.ts +3 -3
  18. package/components/IconButton/IconButton.config.js +9 -9
  19. package/components/IconButton/IconButton.config.js.map +1 -1
  20. package/components/IconButton/IconButton.config_108pkgf.css +9 -0
  21. package/components/IconButton/IconButton.css +8 -8
  22. package/components/IconButton/IconButton.d.ts +3 -3
  23. package/components/Link/Link.config.d.ts +1 -1
  24. package/components/Link/Link.config.js +4 -4
  25. package/components/Link/Link.config.js.map +1 -1
  26. package/components/Link/{Link.config_1y1mon9.css → Link.config_8uibyj.css} +4 -4
  27. package/components/Link/Link.css +8 -8
  28. package/components/Link/Link.d.ts +1 -1
  29. package/components/Radiobox/Radiobox.config.d.ts +1 -1
  30. package/components/Radiobox/Radiobox.config.js +4 -4
  31. package/components/Radiobox/Radiobox.config.js.map +1 -1
  32. package/components/Radiobox/Radiobox.config_1x15h52.css +6 -0
  33. package/components/Radiobox/Radiobox.css +6 -6
  34. package/components/Radiobox/Radiobox.d.ts +1 -1
  35. package/css/sdds_sbcom.module.css +245 -229
  36. package/css/sdds_sbcom__dark.css +139 -131
  37. package/css/sdds_sbcom__light.css +141 -133
  38. package/es/components/Button/Button.config.js +4 -4
  39. package/es/components/Button/Button.config.js.map +1 -1
  40. package/es/components/Button/Button.config_1b1uwtc.css +10 -0
  41. package/es/components/Button/Button.css +9 -9
  42. package/es/components/Checkbox/Checkbox.config.js +1 -1
  43. package/es/components/Checkbox/Checkbox.config.js.map +1 -1
  44. package/es/components/Checkbox/Checkbox.config_by8n89.css +6 -0
  45. package/es/components/Checkbox/Checkbox.css +6 -6
  46. package/es/components/Counter/Counter.config.js +9 -9
  47. package/es/components/Counter/Counter.config.js.map +1 -1
  48. package/es/components/Counter/Counter.config_1dmfqg0.css +11 -0
  49. package/es/components/Counter/Counter.css +10 -10
  50. package/es/components/IconButton/IconButton.config.js +9 -9
  51. package/es/components/IconButton/IconButton.config.js.map +1 -1
  52. package/es/components/IconButton/IconButton.config_108pkgf.css +9 -0
  53. package/es/components/IconButton/IconButton.css +8 -8
  54. package/es/components/Link/Link.config.js +4 -4
  55. package/es/components/Link/Link.config.js.map +1 -1
  56. package/es/components/Link/{Link.config_1y1mon9.css → Link.config_8uibyj.css} +4 -4
  57. package/es/components/Link/Link.css +8 -8
  58. package/es/components/Radiobox/Radiobox.config.js +4 -4
  59. package/es/components/Radiobox/Radiobox.config.js.map +1 -1
  60. package/es/components/Radiobox/Radiobox.config_1x15h52.css +6 -0
  61. package/es/components/Radiobox/Radiobox.css +6 -6
  62. package/es/index.css +55 -55
  63. package/es/index.js +1 -1
  64. package/es/theme/themes/sdds_sbcom__dark.js +1 -1
  65. package/es/theme/themes/sdds_sbcom__dark.js.map +1 -1
  66. package/es/theme/themes/sdds_sbcom__light.js +1 -1
  67. package/es/theme/themes/sdds_sbcom__light.js.map +1 -1
  68. package/es/theme/tokens/index.js +431 -407
  69. package/es/theme/tokens/index.js.map +1 -1
  70. package/index.css +55 -55
  71. package/index.js +8 -0
  72. package/index.js.map +1 -1
  73. package/package.json +1 -1
  74. package/styled-components/cjs/Button/Button.config.js +7 -7
  75. package/styled-components/cjs/Checkbox/Checkbox.config.js +5 -5
  76. package/styled-components/cjs/Counter/Counter.config.js +9 -9
  77. package/styled-components/cjs/IconButton/IconButton.config.js +8 -8
  78. package/styled-components/cjs/Link/Link.config.js +4 -4
  79. package/styled-components/cjs/Radiobox/Radiobox.config.js +5 -5
  80. package/styled-components/es/Button/Button.config.js +7 -7
  81. package/styled-components/es/Checkbox/Checkbox.config.js +5 -5
  82. package/styled-components/es/Counter/Counter.config.js +9 -9
  83. package/styled-components/es/IconButton/IconButton.config.js +8 -8
  84. package/styled-components/es/Link/Link.config.js +4 -4
  85. package/styled-components/es/Radiobox/Radiobox.config.js +5 -5
  86. package/theme/themes/sdds_sbcom__dark.js +1 -1
  87. package/theme/themes/sdds_sbcom__dark.js.map +1 -1
  88. package/theme/themes/sdds_sbcom__light.js +1 -1
  89. package/theme/themes/sdds_sbcom__light.js.map +1 -1
  90. package/theme/tokens/index.d.ts +363 -347
  91. package/theme/tokens/index.js +438 -406
  92. package/theme/tokens/index.js.map +1 -1
  93. package/components/Button/Button.config_1nf8fsa.css +0 -10
  94. package/components/Checkbox/Checkbox.config_1pgnntn.css +0 -6
  95. package/components/Counter/Counter.config_ebr9b5.css +0 -11
  96. package/components/IconButton/IconButton.config_145mdq5.css +0 -9
  97. package/components/Radiobox/Radiobox.config_jinig9.css +0 -6
  98. package/es/components/Button/Button.config_1nf8fsa.css +0 -10
  99. package/es/components/Checkbox/Checkbox.config_1pgnntn.css +0 -6
  100. package/es/components/Counter/Counter.config_ebr9b5.css +0 -11
  101. package/es/components/IconButton/IconButton.config_145mdq5.css +0 -9
  102. package/es/components/Radiobox/Radiobox.config_jinig9.css +0 -6
@@ -1 +1 @@
1
- {"version":3,"file":"sdds_sbcom__dark.js","sources":["../../src-css/theme/themes/sdds_sbcom__dark.ts"],"sourcesContent":["// Generated by robots, do not change this manually!\n\nexport const sdds_sbcom__dark = [`\n:root {\n --on-dark-personas-green-text-accent: #6CD5BB;\n --surface-transparent-accent-minor-hover: #0BA88866;\n --on-light-outline-primary-hover: #ADA39FFF;\n --inverse-outline-default-active: #E6E6E6FF;\n --inverse-personas-sea-blue-text-accent-active: #4BB4B4FF;\n --inverse-personas-violet-text-accent-active: #81288FFF;\n --on-dark-surface-transparent-navi-active: #2424248A;\n --inverse-outline-primary-active: #C4BEBAFF;\n --on-light-outline-default-hover: #CCCCCCFF;\n --on-dark-outline-default-hover: #666666FF;\n --on-dark-outline-default-active: #292929FF;\n --personas-green-text-accent-hover: #04C396FF;\n --personas-sea-blue-text-accent-hover: #00C5CCFF;\n --inverse-surface-accent-secondary-hover: #50C3A8FF;\n --on-light-surface-accent-secondary-active: #3CAF94FF;\n --surface-transparent-navi-active: #2424248A;\n --on-light-surface-transparent-accent-minor-active: #0BA88852;\n --on-light-personas-green-text-accent-active: #04AF87FF;\n --outline-default-active: #666666FF;\n --on-dark-outline-primary-active: #2B2827FF;\n --personas-olive-text-accent-active: #7DC07CFF;\n --inverse-personas-ochre-text-accent-active: #AA4A0EFF;\n --on-dark-personas-olive-text-accent-hover: #A6D4A5FF;\n --inverse-surface-transparent-navi-active: #FFFFFFAD;\n --on-light-personas-olive-text-accent-active: #179315FF;\n --on-light-personas-violet-text-accent-active: #81288FFF;\n --on-light-personas-ochre-text-accent-active: #AA4A0EFF;\n --on-dark-surface-accent-secondary-hover: #70CDB7FF;\n --inverse-personas-green-text-accent-hover: #8CDECAFF;\n --on-light-personas-pink-text-accent-hover: #E47777FF;\n --surface-accent-secondary-hover: #70CDB7FF;\n --personas-pink-text-accent-active: #D83B3BFF;\n --personas-indigo-text-accent-hover: #E8DAFCFF;\n --on-dark-personas-violet-text-accent-hover: #E9B6F2FF;\n --on-light-outline-primary: #DDD9D7;\n --inverse-outline-default: #FFFFFF;\n --on-dark-personas-blue-text-accent-hover: #C3DDF9FF;\n --on-dark-personas-blue-text-accent-active: #5DA3EFFF;\n --on-light-personas-indigo-text-accent-hover: #000000FF;\n --on-light-personas-indigo-text-accent-active: #5B2999FF;\n --on-light-personas-sea-blue-text-accent-hover: #00D9E0FF;\n --on-light-personas-sea-blue-text-accent-active: #00B1B8FF;\n --on-light-outline-default: #FFFFFF;\n --personas-ochre-text-accent-active: #F19F7EFF;\n --on-dark-surface-transparent-accent-minor-hover: #0BA88866;\n --inverse-background-hardline: #000000;\n --on-dark-surface-transparent-accent-minor-active: #0BA88838;\n --on-dark-personas-sea-blue-text-accent-hover: #FFFFFFFF;\n --surface-transparent-navi: #23232399;\n --on-light-surface-accent-secondary: #41BDA1;\n --personas-violet-text-accent-active: #892B97FF;\n --personas-blue-text-accent-hover: #C3DDF9FF;\n --outline-default: #FFFFFF;\n --text-primary-brightness-active: #FAFAFAC4;\n --surface-solid-card-brightness-hover: #303030FF;\n --surface-transparent-card-brightness-hover: #FAFAFA1F;\n --surface-solid-card-brightness-active: #212121FF;\n --surface-solid-primary-brightness-hover: #303030FF;\n --surface-transparent-card-brightness-active: #FAFAFA0A;\n --on-dark-surface-solid-primary-brightness-active: #212121FF;\n --on-dark-surface-transparent-card-brightness-hover: #FAFAFA1F;\n --on-dark-surface-transparent-card-brightness-active: #FAFAFA0A;\n --on-dark-surface-solid-card-brightness-hover: #303030FF;\n --on-dark-surface-solid-card-brightness-active: #212121FF;\n --on-light-surface-solid-primary-brightness-hover: #FFFFFFFF;\n --on-light-surface-solid-primary-brightness-active: #FFFFFFFF;\n --outline-primary: #DDD9D7;\n --inverse-personas-indigo-text-accent: #BD91F5;\n --inverse-personas-pink-text-accent: #F7A4A4;\n --on-light-outline-positive-active: #20801EFF;\n --personas-olive-text-accent: #93CB92;\n --inverse-personas-ochre-text-accent: #D15A11;\n --surface-solid-tertiary-active: #424242FF;\n --on-light-surface-solid-tertiary-active: #FFFFFFFF;\n --on-dark-personas-olive-text-accent: #93CB92;\n --on-light-surface-transparent-card-brightness-hover: #FFFFFFFF;\n --text-primary: #FFFFFFFC;\n --on-dark-text-accent-minor-hover: #60C7AFFF;\n --inverse-surface-transparent-navi: #FFFFFF99;\n --on-light-personas-olive-text-accent: #127210;\n --on-light-surface-transparent-card-brightness-active: #FFFFFFFF;\n --on-dark-surface-accent-minor-active: #043F34FF;\n --on-light-surface-solid-card-brightness-hover: #FFFFFFFF;\n --on-light-surface-solid-card-brightness-active: #FFFFFFFF;\n --inverse-surface-solid-primary-brightness-hover: #FFFFFFFF;\n --inverse-surface-solid-primary-brightness-active: #FFFFFFFF;\n --inverse-surface-transparent-card-brightness-hover: #FFFFFFFF;\n --on-light-personas-violet-text-accent: #9E32AF;\n --on-light-personas-ochre-text-accent: #D15A11;\n --on-dark-personas-indigo-text-accent: #BD91F5;\n --on-dark-surface-accent-secondary: #61C8B0;\n --inverse-personas-green-text-accent: #6CD5BB;\n --on-light-personas-pink-text-accent: #DE5555;\n --surface-accent-secondary: #61C8B0;\n --surface-accent-minor: #04473B;\n --on-dark-surface-solid-tertiary-active: #424242FF;\n --light-background-secondary: #F6F2F0;\n --inverse-surface-solid-tertiary: #FFFFFF;\n --on-light-surface-accent-minor: #D0F2E9;\n --inverse-surface-transparent-card-brightness-active: #FFFFFFFF;\n --on-light-outline-warning-active: #A3420AFF;\n --inverse-surface-accent-minor: #D0F2E9;\n --inverse-surface-solid-card-brightness-active: #FFFFFFFF;\n --on-dark-surface-accent-minor-hover: #055C4CFF;\n --on-light-surface-accent-minor-hover: #C7F0E5FF;\n --on-dark-personas-blue-text-accent: #79B3F2;\n --on-light-personas-indigo-text-accent: #7133BE;\n --on-light-personas-sea-blue-text-accent: #00898D;\n --inverse-personas-olive-text-accent: #127210;\n --personas-ochre-text-accent: #F4B49B;\n --on-dark-surface-transparent-accent-minor: #0BA68647;\n --on-dark-personas-violet-text-accent: #E19DED;\n --on-light-surface-transparent-navi: #FFFFFF99;\n --on-dark-personas-sea-blue-text-accent: #7BC8C8;\n --on-dark-personas-green-text-accent-hover: #84DCC6FF;\n --on-light-personas-blue-text-accent-active: #0D4F96FF;\n --on-light-outline-default-active: #E6E6E6FF;\n --personas-green-text-accent-active: #03A57FFF;\n --personas-sea-blue-text-accent-active: #00A8ADFF;\n --inverse-surface-accent-secondary-active: #3CAF94FF;\n --on-dark-personas-pink-text-accent-active: #F58A8AFF;\n --outline-primary-active: #665C57FF;\n --inverse-personas-indigo-text-accent-active: #A46AF1FF;\n --inverse-personas-pink-text-accent-active: #F48080FF;\n --on-dark-personas-olive-text-accent-active: #7DC07CFF;\n --on-dark-surface-accent-secondary-active: #59C5ACFF;\n --inverse-personas-green-text-accent-active: #4CCDACFF;\n --on-light-personas-pink-text-accent-active: #D73333FF;\n --personas-indigo-text-accent-active: #AA73F2FF;\n --on-dark-personas-violet-text-accent-active: #D982E8FF;\n --on-light-surface-transparent-navi-hover: #FFFFFFA8;\n --on-light-surface-transparent-navi-active: #FFFFFFAD;\n --inverse-personas-olive-text-accent-hover: #1DB71AFF;\n --personas-ochre-text-accent-hover: #F7C8B6FF;\n --inverse-surface-accent-secondary: #41BDA1;\n --light-background-hardline: #FFFFFF;\n --on-dark-personas-sea-blue-text-accent-active: #2D6C6CFF;\n --on-light-surface-transparent-accent-minor: #0BA6863D;\n --on-light-personas-green-text-accent: #038768;\n --text-primary-brightness-hover: #FAFAFA93;\n --on-dark-text-primary-brightness-hover: #FAFAFA93;\n --on-light-text-warning-active: #6F2D06FF;\n --on-light-outline-primary-active: #C4BEBAFF;\n --inverse-personas-blue-text-accent-active: #0D4F96FF;\n --inverse-surface-transparent-accent-minor-active: #0BA8885C;\n --inverse-personas-sea-blue-text-accent-hover: #000000FF;\n --inverse-personas-blue-text-accent-hover: #1477E1FF;\n --inverse-personas-violet-text-accent-hover: #B740C9FF;\n --inverse-surface-transparent-accent-minor-hover: #0BA88857;\n --on-light-personas-blue-text-accent-hover: #1477E1FF;\n --on-dark-surface-transparent-navi-hover: #242424B8;\n --on-light-surface-accent-secondary-hover: #50C3A8FF;\n --surface-transparent-navi-hover: #242424B8;\n --on-light-surface-transparent-accent-minor-hover: #0BA8884D;\n --on-light-personas-green-text-accent-hover: #04D7A6FF;\n --outline-default-hover: #858585FF;\n --on-dark-outline-primary-hover: #6B6461FF;\n --on-dark-personas-pink-text-accent-hover: #F26E6EFF;\n --outline-primary-hover: #91847EFF;\n --inverse-personas-indigo-text-accent-hover: #D2B4F8FF;\n --inverse-personas-pink-text-accent-hover: #FBCBCBFF;\n --personas-olive-text-accent-hover: #A6D4A5FF;\n --inverse-personas-ochre-text-accent-hover: #ED6C1DFF;\n --inverse-surface-transparent-navi-hover: #FFFFFFA8;\n --on-light-personas-olive-text-accent-hover: #1DB71AFF;\n --on-light-personas-violet-text-accent-hover: #B740C9FF;\n --on-light-personas-ochre-text-accent-hover: #ED6C1DFF;\n --on-dark-personas-indigo-text-accent-hover: #E8DAFCFF;\n --on-dark-personas-ochre-text-accent: #F4B49B;\n --on-dark-personas-green-text-accent-active: #54CFB0FF;\n --on-dark-personas-ochre-text-accent-active: #F19F7EFF;\n --surface-transparent-accent-minor-active: #0BA88838;\n --inverse-outline-default-hover: #CCCCCCFF;\n --personas-violet-text-accent: #9E32AF;\n --inverse-outline-primary-hover: #ADA39FFF;\n --surface-accent-secondary-active: #59C5ACFF;\n --surface-transparent-accent-minor: #0BA68647;\n --inverse-personas-sea-blue-text-accent: #7BC8C8;\n --on-dark-personas-pink-text-accent: #F7A4A4;\n --on-light-text-primary-brightness-hover: #17171793;\n --inverse-text-primary-brightness-hover: #17171793;\n --surface-solid-primary-brightness-active: #212121FF;\n --on-dark-surface-solid-primary-brightness-hover: #303030FF;\n --inverse-surface-solid-card-brightness-hover: #FFFFFFFF;\n --personas-pink-text-accent: #DE5555;\n --personas-blue-text-accent: #79B3F2;\n --personas-sea-blue-text-accent: #00898D;\n --personas-violet-text-accent-hover: #B438C7FF;\n --background-hardline: #000000;\n --inverse-personas-blue-text-accent: #1063BA;\n --inverse-personas-violet-text-accent: #9E32AF;\n --inverse-surface-transparent-accent-minor: #0BA68647;\n --on-light-personas-blue-text-accent: #1063BA;\n --on-dark-surface-transparent-navi: #23232399;\n --inverse-outline-primary: #DDD9D7;\n --inverse-personas-olive-text-accent-active: #179315FF;\n --on-dark-outline-default: #383838;\n --personas-green-text-accent: #038768;\n --personas-blue-text-accent-active: #5DA3EFFF;\n --dark-background-hardline: #000000;\n --on-dark-outline-primary: #3B3735;\n --on-dark-text-primary-brightness-active: #FAFAFAC4;\n --on-light-text-primary-brightness-active: #171717C4;\n --inverse-text-primary-brightness-active: #171717C4;\n --personas-indigo-text-accent: #BD91F5;\n --on-dark-personas-ochre-text-accent-hover: #F7C8B6FF;\n --on-dark-personas-indigo-text-accent-active: #AA73F2FF;\n --personas-pink-text-accent-hover: #E26E6EFF;\n --text-paragraph-active: #F5F1EF93;\n --text-accent: #61C8B0;\n --text-accent-hover: #77CFBBFF;\n --text-accent-active: #4ABFA4FF;\n --text-accent-minor: #61C8B07A;\n --text-accent-minor-hover: #60C7AFFF;\n --text-accent-minor-active: #60C7AF93;\n --text-positive: #50A84C;\n --text-positive-hover: #62B65DFF;\n --text-positive-active: #469442FF;\n --text-warning: #DA6828;\n --text-warning-hover: #DF7D43FF;\n --text-warning-active: #C45D21FF;\n --text-negative: #F57E83;\n --text-negative-hover: #F89BA0FF;\n --text-negative-active: #F3626AFF;\n --text-info: #70B2F5;\n --text-info-hover: #BCDBFAFF;\n --text-info-active: #53A3F3FF;\n --text-secondary-hover: #F5F1EFFF;\n --text-secondary: #F6F2F0A3;\n --text-primary-active: #FFFFFFCA;\n --text-secondary-active: #F5F1EFC4;\n --text-tertiary: #F6F2F03D;\n --text-tertiary-hover: #F5F1EFFF;\n --text-tertiary-active: #F5F1EF49;\n --text-primary-brightness: #FAFAFAF5;\n --text-paragraph: #F6F2F07A;\n --text-paragraph-hover: #F5F1EFFF;\n --on-dark-text-paragraph-active: #F5F1EF93;\n --on-dark-text-accent: #61C8B0ED;\n --on-dark-text-accent-hover: #60C7AF8E;\n --on-dark-text-accent-active: #60C7AFBE;\n --on-dark-text-accent-minor: #61C8B07A;\n --on-dark-text-accent-minor-active: #60C7AF93;\n --on-dark-text-positive: #50A84C;\n --on-dark-text-positive-hover: #62B65DFF;\n --on-dark-text-positive-active: #469442FF;\n --on-dark-text-warning: #DA6828;\n --on-dark-text-warning-hover: #DF7D43FF;\n --on-dark-text-warning-active: #C45D21FF;\n --on-dark-text-negative: #F57E83;\n --on-dark-text-negative-hover: #F89BA0FF;\n --on-dark-text-negative-active: #F3626AFF;\n --on-dark-text-info: #70B2F5;\n --on-dark-text-info-hover: #BCDBFAFF;\n --on-dark-text-info-active: #53A3F3FF;\n --on-dark-text-primary-active: #FFFFFFCA;\n --on-dark-text-tertiary-active: #F5F1EF49;\n --on-dark-text-primary: #FFFFFFFC;\n --on-dark-text-primary-brightness: #FAFAFAF5;\n --on-dark-text-secondary: #F6F2F0A3;\n --on-dark-text-secondary-hover: #F5F1EFFF;\n --on-dark-text-tertiary: #F6F2F03D;\n --on-dark-text-tertiary-hover: #F5F1EFFF;\n --on-dark-text-secondary-active: #F5F1EFC4;\n --on-dark-text-primary-hover: #FFFFFF97;\n --on-dark-text-paragraph: #F6F2F07A;\n --on-dark-text-paragraph-hover: #F5F1EFFF;\n --on-light-text-primary-brightness: #171717F5;\n --on-light-text-secondary: #15110FA3;\n --on-light-text-secondary-hover: #15110FFF;\n --on-light-text-secondary-active: #15110FC4;\n --on-light-text-tertiary: #15110F3D;\n --on-light-text-tertiary-hover: #15110FFF;\n --on-light-text-tertiary-active: #15110F49;\n --on-light-text-paragraph: #15110F66;\n --on-light-text-paragraph-hover: #15110FFF;\n --on-light-text-paragraph-active: #15110F7A;\n --on-light-text-accent: #0A8E73;\n --on-light-text-accent-hover: #0DB593FF;\n --on-light-text-accent-active: #076955FF;\n --on-light-text-accent-minor: #0A8E7366;\n --on-light-text-accent-minor-hover: #0A8F74FF;\n --on-light-text-accent-minor-active: #0A8F747A;\n --on-light-text-positive: #207F1F;\n --on-light-text-positive-hover: #29A027FF;\n --on-light-text-positive-active: #185E17FF;\n --on-light-text-warning: #973C09;\n --on-light-text-warning-hover: #BC4C0BFF;\n --on-light-text-primary: #15110FFC;\n --on-light-text-primary-hover: #15110F97;\n --on-light-text-primary-active: #15110FCA;\n --inverse-text-primary: #15110FFC;\n --inverse-text-primary-hover: #15110F97;\n --inverse-text-primary-active: #15110FCA;\n --inverse-text-primary-brightness: #171717F5;\n --inverse-text-secondary: #15110FA3;\n --inverse-text-secondary-hover: #15110FFF;\n --inverse-text-secondary-active: #15110FC4;\n --inverse-text-tertiary: #15110F3D;\n --inverse-text-tertiary-hover: #15110FFF;\n --inverse-text-tertiary-active: #15110F49;\n --inverse-text-paragraph: #15110F66;\n --inverse-text-paragraph-hover: #15110FFF;\n --inverse-text-paragraph-active: #15110F7A;\n --inverse-text-accent: #0A8E73;\n --inverse-text-accent-hover: #0DB593FF;\n --inverse-text-accent-active: #076955FF;\n --inverse-text-accent-minor: #0A8E7366;\n --inverse-text-accent-minor-hover: #0A8F74FF;\n --inverse-text-accent-minor-active: #0A8F747A;\n --on-light-text-negative-active: #AF181DFF;\n --on-light-text-negative: #D11D23;\n --on-light-text-info: #205EA5;\n --on-light-text-info-hover: #000000FF;\n --on-light-text-info-active: #194B85FF;\n --on-light-text-negative-hover: #E3353BFF;\n --inverse-text-negative-active: #AF181DFF;\n --inverse-text-info: #205EA5;\n --inverse-text-info-hover: #000000FF;\n --inverse-text-info-active: #194B85FF;\n --surface-solid-primary: #232323;\n --inverse-text-warning-active: #6F2D06FF;\n --surface-solid-primary-hover: #2E2E2EFF;\n --surface-solid-primary-active: #1F1F1FFF;\n --surface-solid-primary-brightness: #262626FF;\n --surface-solid-secondary: #292929;\n --surface-solid-secondary-hover: #333333FF;\n --surface-solid-secondary-active: #242424FF;\n --surface-solid-tertiary: #474747;\n --surface-solid-tertiary-hover: #525252FF;\n --inverse-text-positive: #207F1F;\n --inverse-text-positive-hover: #29A027FF;\n --inverse-text-warning: #973C09;\n --inverse-text-warning-hover: #BC4C0BFF;\n --inverse-text-positive-active: #185E17FF;\n --inverse-text-negative: #D11D23;\n --inverse-text-negative-hover: #E3353BFF;\n --surface-transparent-secondary-active: #FFFFFF1A;\n --surface-transparent-tertiary: #FFFFFF3D;\n --surface-transparent-tertiary-hover: #FFFFFF5C;\n --surface-transparent-tertiary-active: #FFFFFF2E;\n --surface-transparent-deep: #373737B8;\n --surface-transparent-deep-hover: #383838D6;\n --surface-transparent-deep-active: #383838A8;\n --surface-transparent-card: #23232380;\n --surface-transparent-card-hover: #2424249E;\n --surface-transparent-card-active: #24242470;\n --surface-transparent-card-brightness: #FAFAFA0F;\n --surface-clear: #FFFFFF00;\n --surface-clear-hover: #FFFFFF00;\n --surface-clear-active: #FFFFFF00;\n --surface-accent: #0BA686;\n --surface-accent-hover: #0CBB98FF;\n --surface-accent-active: #0A9E81FF;\n --surface-accent-minor-hover: #055C4CFF;\n --surface-accent-minor-active: #043F34FF;\n --surface-transparent-accent: #0BA68633;\n --surface-transparent-accent-hover: #0BA88852;\n --surface-transparent-accent-active: #0BA88824;\n --surface-solid-card-active: #1F1F1FFF;\n --surface-solid-card: #232323;\n --surface-solid-card-brightness: #262626FF;\n --surface-solid-default: #F6F2F0;\n --surface-solid-default-hover: #F9F7F5FF;\n --surface-transparent-primary: #FFFFFF14;\n --surface-transparent-primary-hover: #FFFFFF24;\n --surface-solid-default-active: #F2ECE9FF;\n --surface-solid-card-hover: #2E2E2EFF;\n --surface-transparent-primary-active: #FFFFFF0F;\n --surface-transparent-secondary: #FFFFFF29;\n --surface-transparent-secondary-hover: #FFFFFF47;\n --surface-warning-active: #F8A977FF;\n --surface-negative: #F8A6A9;\n --surface-negative-hover: #F9B8BAFF;\n --surface-negative-active: #F79C9FFF;\n --surface-info: #9BCAF8;\n --surface-info-hover: #AED4F9FF;\n --surface-info-active: #91C4F7FF;\n --surface-positive-active: #9FCF9BFF;\n --surface-positive: #A6D2A2;\n --surface-positive-hover: #B3D9B0FF;\n --surface-warning: #F8AD80;\n --surface-warning-hover: #F9BB94FF;\n --surface-transparent-negative: #F8A6A980;\n --surface-read-only: #F9F9F905;\n --surface-read-only-hover: #FAFAFA0F;\n --surface-read-only-active: #FAFAFA00;\n --on-dark-surface-solid-primary: #232323;\n --on-dark-surface-solid-primary-hover: #2E2E2EFF;\n --on-dark-surface-solid-primary-active: #1F1F1FFF;\n --on-dark-surface-solid-primary-brightness: #262626FF;\n --on-dark-surface-solid-secondary: #292929;\n --on-dark-surface-solid-secondary-hover: #333333FF;\n --on-dark-surface-solid-secondary-active: #242424FF;\n --on-dark-surface-solid-tertiary: #474747;\n --on-dark-surface-solid-tertiary-hover: #525252FF;\n --on-dark-surface-transparent-secondary-active: #FFFFFF1A;\n --on-dark-surface-transparent-tertiary: #FFFFFF3D;\n --on-dark-surface-transparent-tertiary-hover: #FFFFFF5C;\n --on-dark-surface-transparent-tertiary-active: #FFFFFF2E;\n --on-dark-surface-transparent-deep: #373737B8;\n --on-dark-surface-transparent-deep-hover: #383838D6;\n --on-dark-surface-transparent-deep-active: #383838A8;\n --on-dark-surface-transparent-card: #23232380;\n --on-dark-surface-transparent-card-hover: #2424249E;\n --on-dark-surface-transparent-card-active: #24242470;\n --on-dark-surface-transparent-card-brightness: #FAFAFA0F;\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: #0BA686;\n --on-dark-surface-accent-hover: #0CBB98FF;\n --on-dark-surface-accent-active: #0A9E81FF;\n --on-dark-surface-accent-minor: #04473B;\n --on-dark-surface-solid-card-active: #1F1F1FFF;\n --on-dark-surface-solid-card: #232323;\n --on-dark-surface-solid-card-brightness: #262626FF;\n --on-dark-surface-solid-default-hover: #F9F7F5FF;\n --on-dark-surface-solid-default-active: #F2ECE9FF;\n --on-dark-surface-transparent-primary: #FFFFFF14;\n --on-dark-surface-transparent-primary-hover: #FFFFFF24;\n --on-dark-surface-solid-card-hover: #2E2E2EFF;\n --on-dark-surface-transparent-primary-active: #FFFFFF0F;\n --on-dark-surface-transparent-secondary: #FFFFFF29;\n --on-dark-surface-transparent-secondary-hover: #FFFFFF47;\n --on-dark-surface-positive: #A6D2A2;\n --on-dark-surface-positive-hover: #B3D9B0FF;\n --on-dark-surface-positive-active: #9FCF9BFF;\n --on-dark-surface-warning: #F8AD80;\n --on-dark-surface-warning-hover: #F9BB94FF;\n --on-dark-surface-warning-active: #F8A977FF;\n --on-dark-surface-negative: #F8A6A9;\n --on-dark-surface-negative-hover: #F9B8BAFF;\n --on-dark-surface-negative-active: #F79C9FFF;\n --on-dark-surface-info: #9BCAF8;\n --on-dark-surface-info-hover: #AED4F9FF;\n --on-dark-surface-info-active: #91C4F7FF;\n --on-dark-surface-transparent-accent-active: #0BA88824;\n --on-dark-surface-transparent-accent: #0BA68633;\n --on-dark-surface-transparent-accent-hover: #0BA88852;\n --on-dark-surface-read-only: #F9F9F905;\n --on-dark-surface-read-only-hover: #FAFAFA0F;\n --on-dark-surface-read-only-active: #FAFAFA00;\n --on-light-surface-solid-primary: #FFFFFF;\n --on-light-surface-solid-primary-hover: #FFFFFFFF;\n --on-light-surface-solid-primary-active: #FFFFFFFF;\n --on-light-surface-solid-primary-brightness: #FFFFFFFF;\n --on-light-surface-solid-secondary: #FFFFFF;\n --on-light-surface-solid-secondary-hover: #FFFFFFFF;\n --on-light-surface-solid-secondary-active: #FFFFFFFF;\n --on-light-surface-solid-tertiary: #FFFFFF;\n --on-light-surface-solid-tertiary-hover: #FFFFFFFF;\n --on-dark-surface-transparent-negative: #F8A6A980;\n --on-light-surface-transparent-secondary-active: #15110F1F;\n --on-light-surface-transparent-tertiary: #15110F1F;\n --on-light-surface-transparent-tertiary-hover: #15110F2E;\n --on-light-surface-transparent-tertiary-active: #15110F33;\n --on-light-surface-transparent-deep: #FFFFFFB3;\n --on-light-surface-transparent-deep-hover: #FFFFFFC2;\n --on-light-surface-transparent-deep-active: #FFFFFFC7;\n --on-light-surface-transparent-card: #FFFFFF85;\n --on-light-surface-transparent-card-hover: #FFFFFF94;\n --on-light-surface-transparent-card-active: #FFFFFF99;\n --on-light-surface-transparent-card-brightness: #FFFFFFFF;\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: #0BA686;\n --on-light-surface-accent-hover: #0CBB98FF;\n --on-light-surface-accent-active: #099579FF;\n --on-light-surface-solid-card-active: #FFFFFFFF;\n --on-light-surface-solid-card: #FFFFFF;\n --on-light-surface-solid-card-brightness: #FFFFFFFF;\n --on-light-surface-solid-default: #15110F;\n --on-light-surface-solid-default-hover: #271F1CFF;\n --on-light-surface-transparent-primary: #15110F0A;\n --on-light-surface-transparent-primary-hover: #15110F0D;\n --on-light-surface-solid-default-active: #090706FF;\n --on-light-surface-solid-card-hover: #FFFFFFFF;\n --on-light-surface-transparent-primary-active: #15110F0F;\n --on-light-surface-transparent-secondary: #15110F14;\n --on-light-surface-transparent-secondary-hover: #15110F1A;\n --on-light-surface-positive: #239322;\n --on-light-surface-positive-hover: #28A126FF;\n --on-light-surface-positive-active: #20801EFF;\n --on-light-surface-warning: #BE4E0C;\n --on-light-surface-warning-hover: #D3560DFF;\n --on-light-surface-warning-active: #AD460BFF;\n --on-light-surface-negative: #E83439;\n --on-light-surface-negative-hover: #EC5156FF;\n --on-light-surface-negative-active: #E72329FF;\n --on-light-surface-info: #3776BC;\n --on-light-surface-info-hover: #4180C8FF;\n --on-light-surface-info-active: #326CAEFF;\n --on-light-surface-transparent-accent-active: #0BA88833;\n --on-light-surface-transparent-accent: #0BA6861F;\n --on-light-surface-transparent-accent-hover: #0BA8882E;\n --on-light-surface-transparent-negative: #E8343929;\n --on-light-surface-read-only: #F9F9F903;\n --on-light-surface-read-only-hover: #FAFAFA05;\n --on-light-surface-read-only-active: #FAFAFA08;\n --inverse-surface-solid-primary: #FFFFFF;\n --inverse-surface-solid-primary-hover: #FFFFFFFF;\n --inverse-surface-solid-primary-active: #FFFFFFFF;\n --inverse-surface-solid-primary-brightness: #FFFFFFFF;\n --inverse-surface-solid-secondary: #FFFFFF;\n --inverse-surface-solid-secondary-hover: #FFFFFFFF;\n --inverse-surface-solid-secondary-active: #FFFFFFFF;\n --inverse-surface-transparent-secondary-hover: #15110F1A;\n --inverse-surface-transparent-secondary-active: #15110F1F;\n --inverse-surface-transparent-tertiary: #15110F1F;\n --inverse-surface-transparent-tertiary-hover: #15110F2E;\n --inverse-surface-transparent-tertiary-active: #15110F33;\n --inverse-surface-transparent-deep: #FFFFFFB3;\n --inverse-surface-transparent-deep-hover: #FFFFFFC2;\n --inverse-surface-transparent-deep-active: #FFFFFFC7;\n --inverse-surface-transparent-card: #FFFFFF85;\n --inverse-surface-transparent-card-hover: #FFFFFF94;\n --inverse-surface-transparent-card-active: #FFFFFF99;\n --inverse-surface-transparent-card-brightness: #FFFFFFFF;\n --inverse-surface-clear: #FFFFFF00;\n --inverse-surface-clear-hover: #FFFFFF00;\n --inverse-surface-clear-active: #FFFFFF00;\n --inverse-surface-accent: #0BA686;\n --inverse-surface-solid-tertiary-active: #FFFFFFFF;\n --inverse-surface-solid-tertiary-hover: #FFFFFFFF;\n --inverse-surface-solid-card: #FFFFFF;\n --inverse-surface-solid-card-active: #FFFFFFFF;\n --inverse-surface-solid-card-hover: #FFFFFFFF;\n --inverse-surface-solid-default-hover: #271F1CFF;\n --inverse-surface-solid-default-active: #090706FF;\n --inverse-surface-solid-card-brightness: #FFFFFFFF;\n --inverse-surface-solid-default: #15110F;\n --inverse-surface-transparent-primary: #15110F0A;\n --inverse-surface-transparent-primary-hover: #15110F0D;\n --inverse-surface-transparent-primary-active: #15110F0F;\n --inverse-surface-transparent-secondary: #15110F14;\n --inverse-surface-positive: #239322;\n --inverse-surface-positive-hover: #28A126FF;\n --inverse-surface-positive-active: #20801EFF;\n --inverse-surface-warning: #BE4E0C;\n --inverse-surface-warning-hover: #D3560DFF;\n --inverse-surface-warning-active: #AD460BFF;\n --inverse-surface-negative: #E83439;\n --inverse-surface-negative-hover: #EC5156FF;\n --inverse-surface-negative-active: #E72329FF;\n --inverse-surface-info: #3776BC;\n --inverse-surface-info-hover: #4180C8FF;\n --inverse-surface-info-active: #326CAEFF;\n --inverse-surface-accent-minor-active: #BFEDE1FF;\n --inverse-surface-accent-hover: #0CBB98FF;\n --inverse-surface-transparent-accent: #0BA6861F;\n --inverse-surface-transparent-accent-hover: #0BA8882E;\n --inverse-surface-transparent-accent-active: #0BA88833;\n --inverse-surface-accent-active: #099579FF;\n --inverse-surface-transparent-negative: #E8343929;\n --inverse-surface-read-only: #F9F9F903;\n --inverse-surface-read-only-hover: #FAFAFA05;\n --inverse-surface-read-only-active: #FAFAFA08;\n --background-primary: #141413;\n --background-secondary: #0F0F0F;\n --background-tertiary: #141413;\n --dark-background-primary: #141413;\n --dark-background-secondary: #0F0F0F;\n --dark-background-tertiary: #141413;\n --light-background-primary: #EBE7E5;\n --inverse-overlay-soft: #0000003D;\n --inverse-overlay-hard: #00000052;\n --outline-transparent-primary: #FFFFFF1F;\n --outline-transparent-primary-hover: #FFFFFF4D;\n --outline-transparent-primary-active: #FFFFFF12;\n --outline-clear: #FFFFFF00;\n --inverse-background-secondary: #F6F2F0;\n --light-background-tertiary: #FFFFFF;\n --inverse-background-tertiary: #FFFFFF;\n --overlay-soft: #0000001F;\n --overlay-hard: #00000029;\n --on-dark-overlay-soft: #0000001F;\n --on-dark-overlay-hard: #00000029;\n --inverse-background-primary: #EBE7E5;\n --on-light-overlay-soft: #0000003D;\n --on-light-overlay-hard: #00000052;\n --outline-positive: #A6D2A2;\n --outline-positive-hover: #DBEDD9FF;\n --outline-positive-active: #92C88DFF;\n --outline-warning: #F8AD80;\n --outline-warning-hover: #FCE0CFFF;\n --outline-warning-active: #F79C64FF;\n --outline-negative: #F8A6A9;\n --outline-negative-hover: #F25A5FFF;\n --outline-negative-active: #EF343AFF;\n --outline-info: #9BCAF8;\n --outline-info-hover: #E7F2FDFF;\n --outline-info-active: #7EBAF6FF;\n --outline-clear-active: #FFFFFF00;\n --outline-clear-hover: #FFFFFF00;\n --on-dark-outline-transparent-primary: #FFFFFF1F;\n --on-dark-outline-transparent-primary-hover: #FFFFFF4D;\n --on-dark-outline-transparent-primary-active: #FFFFFF12;\n --on-dark-outline-positive: #A6D2A2;\n --on-dark-outline-positive-hover: #DBEDD9FF;\n --on-dark-outline-positive-active: #92C88DFF;\n --on-dark-outline-warning: #F8AD80;\n --on-dark-outline-warning-hover: #FCE0CFFF;\n --on-dark-outline-warning-active: #F79C64FF;\n --on-dark-outline-negative: #F8A6A9;\n --on-dark-outline-negative-hover: #F25A5FFF;\n --on-dark-outline-negative-active: #EF343AFF;\n --on-dark-outline-info: #9BCAF8;\n --on-dark-outline-info-hover: #E7F2FDFF;\n --on-dark-outline-info-active: #7EBAF6FF;\n --on-dark-outline-clear-active: #FFFFFF00;\n --on-dark-outline-clear: #FFFFFF00;\n --on-dark-outline-clear-hover: #FFFFFF00;\n --on-light-outline-clear: #FFFFFF00;\n --on-light-outline-clear-hover: #FFFFFF00;\n --on-light-outline-clear-active: #FFFFFF00;\n --on-light-outline-positive: #239322;\n --on-light-outline-positive-hover: #32CA2FFF;\n --on-light-outline-transparent-primary: #15110F3D;\n --on-light-outline-transparent-primary-hover: #15110F25;\n --on-light-outline-transparent-primary-active: #15110F62;\n --on-light-outline-negative: #E83439;\n --on-light-outline-warning: #BE4E0C;\n --on-light-outline-negative-hover: #F17E82FF;\n --on-light-outline-negative-active: #DC181FFF;\n --on-light-outline-info: #3776BC;\n --on-light-outline-info-active: #3067A6FF;\n --on-light-outline-info-hover: #81AADAFF;\n --on-light-outline-warning-hover: #F3813FFF;\n --inverse-outline-transparent-primary: #15110F3D;\n --inverse-outline-transparent-primary-hover: #15110F25;\n --inverse-outline-transparent-primary-active: #15110F62;\n --inverse-outline-clear: #FFFFFF00;\n --inverse-outline-clear-hover: #FFFFFF00;\n --inverse-outline-clear-active: #FFFFFF00;\n --inverse-outline-warning-active: #A3420AFF;\n --inverse-outline-negative: #E83439;\n --inverse-outline-negative-hover: #F17E82FF;\n --inverse-outline-negative-active: #DC181FFF;\n --inverse-outline-info: #3776BC;\n --inverse-outline-info-hover: #81AADAFF;\n --inverse-outline-info-active: #3067A6FF;\n --inverse-outline-positive-active: #20801EFF;\n --inverse-outline-positive: #239322;\n --inverse-outline-positive-hover: #32CA2FFF;\n --inverse-outline-warning: #BE4E0C;\n --inverse-outline-warning-hover: #F3813FFF;\n --text-primary-hover: #FFFFFF97;\n --on-dark-surface-solid-default: #F6F2F0;\n --on-light-surface-accent-minor-active: #BFEDE1FF;\n --inverse-surface-accent-minor-hover: #C7F0E5FF;\n color: var(--text-primary);\n background-color: var(--background-primary);\n}\n\n:root {\n --on-dark-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);\n --on-dark-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);\n --on-light-outline-white-gradient: linear-gradient(135.00deg, rgb(255, 255, 255) 0.0%, rgba(255, 255, 255, 0.16) 36.0%, rgba(255, 255, 255, 0.16) 66.0%, rgba(255, 255, 255, 0.8) 100.0%);\n --inverse-surface-skeleton-gradient: linear-gradient(180deg, #080808 0.0%, #080808 10.0%, #080808 20.0%, #080808 25.0%, #080808 30.0%, #080808 40.0%, #080808 50.0%, #080808 60.0%, #080808 70.0%, #080808 75.0%, #080808 80.0%, #080808 90.0%, #080808 100.0%);\n --on-dark-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(16, 99, 186) 100.0%);\n --inverse-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);\n --outline-white-gradient: linear-gradient(135.00deg, rgb(255, 255, 255) 0.0%, rgba(255, 255, 255, 0.16) 36.0%, rgba(255, 255, 255, 0.16) 66.0%, rgba(255, 255, 255, 0.8) 100.0%);\n --personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(26, 158, 127) 0.0%, rgb(3, 135, 104) 100.0%);\n --inverse-personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(27, 173, 178) 0.0%, rgb(0, 137, 141) 100.0%);\n --on-light-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(252, 153, 153) 0.0%, rgb(223, 105, 105) 100.0%);\n --inverse-text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(179, 49, 208) 8.0%, rgb(109, 78, 223) 56.0%, rgb(31, 185, 224) 100.0%);\n --on-dark-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(229, 128, 66) 0.0%, rgb(199, 90, 23) 100.0%);\n --personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(153, 215, 217) 0.0%, rgb(116, 198, 200) 100.0%);\n --inverse-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(222, 113, 113) 0.0%, rgb(208, 79, 79) 100.0%);\n --on-light-surface-skeleton-gradient: linear-gradient(180deg, #080808 0.0%, #080808 10.0%, #080808 20.0%, #080808 25.0%, #080808 30.0%, #080808 40.0%, #080808 50.0%, #080808 60.0%, #080808 70.0%, #080808 75.0%, #080808 80.0%, #080808 90.0%, #080808 100.0%);\n --inverse-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(248, 165, 133) 0.0%, rgb(228, 118, 76) 100.0%);\n --dark-background-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100.0%);\n --on-dark-personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(27, 173, 178) 0.0%, rgb(0, 137, 141) 100.0%);\n --on-dark-surface-skeleton-gradient: linear-gradient(0deg, #FFFFFF 0.0%, #FFFFFF 50.4%, #FFFFFF 100.0%, #FFFFFF 100.0%);\n --inverse-background-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100.0%);\n --inverse-overlay-gradient: linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);\n --personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(222, 113, 113) 0.0%, rgb(208, 79, 79) 100.0%);\n --on-light-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);\n --inverse-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);\n --on-light-text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(179, 49, 208) 8.0%, rgb(109, 78, 223) 56.0%, rgb(31, 185, 224) 100.0%);\n --light-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);\n --surface-skeleton-gradient: linear-gradient(0deg, #FFFFFF 0.0%, #FFFFFF 50.4%, #FFFFFF 100.0%, #FFFFFF 100.0%);\n --overlay-gradient: linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);\n --on-dark-overlay-gradient: linear-gradient(180deg, #000000 0.0%, #000000 100.0%);\n --background-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100.0%);\n --personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);\n --on-light-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(248, 165, 133) 0.0%, rgb(228, 118, 76) 100.0%);\n --surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);\n --inverse-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(26, 158, 127) 0.0%, rgb(3, 135, 104) 100.0%);\n --personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(229, 128, 66) 0.0%, rgb(199, 90, 23) 100.0%);\n --inverse-outline-white-gradient: linear-gradient(135.00deg, rgb(255, 255, 255) 0.0%, rgba(255, 255, 255, 0.16) 36.0%, rgba(255, 255, 255, 0.16) 66.0%, rgba(255, 255, 255, 0.8) 100.0%);\n --on-light-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(225, 157, 237) 0.0%, rgb(198, 122, 212) 100.0%);\n --personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);\n --on-dark-outline-white-gradient: linear-gradient(135.00deg, rgba(255, 255, 255, 0.8) 0.0%, rgba(255, 255, 255, 0.16) 36.0%, rgba(255, 255, 255, 0.16) 66.0%, rgba(255, 255, 255, 0.6) 100.0%);\n --inverse-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 179, 242) 0.0%, rgb(93, 153, 219) 100.0%);\n --on-light-personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(153, 215, 217) 0.0%, rgb(116, 198, 200) 100.0%);\n --inverse-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);\n --on-light-overlay-gradient: linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);\n --on-light-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(189, 145, 245) 0.0%, rgb(161, 117, 217) 100.0%);\n --on-light-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 179, 242) 0.0%, rgb(93, 153, 219) 100.0%);\n --on-dark-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(222, 113, 113) 0.0%, rgb(208, 79, 79) 100.0%);\n --on-dark-text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(202, 70, 227) 8.0%, rgb(169, 141, 245) 56.0%, rgb(54, 211, 245) 100.0%);\n --on-dark-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(26, 158, 127) 0.0%, rgb(3, 135, 104) 100.0%);\n --personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);\n --text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(202, 70, 227) 8.0%, rgb(169, 141, 245) 56.0%, rgb(54, 211, 245) 100.0%);\n --on-dark-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(33, 150, 31) 0.0%, rgb(18, 114, 16) 100.0%);\n --on-dark-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);\n --personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 179, 242) 0.0%, rgb(93, 153, 219) 100.0%);\n --inverse-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(225, 157, 237) 0.0%, rgb(198, 122, 212) 100.0%);\n --on-light-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);\n --on-light-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);\n --surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);\n --surface-accent-minor-gradient: linear-gradient(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);\n --on-dark-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);\n --on-dark-surface-accent-minor-gradient: linear-gradient(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);\n --on-light-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);\n --on-light-surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);\n --inverse-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);\n --inverse-surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);\n}\n\n:root {\n --shadow-down-hard-s: 0rem 0.25rem 0.75rem -0.1875rem #08080829, 0rem 0.0625rem 0.25rem -0.125rem #00000014;\n --shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;\n --shadow-down-soft-s: 0rem 0.25rem 0.875rem -0.25rem #08080814, 0rem 0.0625rem 0.25rem -0.0625rem #0000000A;\n --shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;\n --shadow-down-hard-m: 0rem 1rem 2rem -0.5rem #0000003D;\n --shadow-down-hard-l: 0rem 3.75rem 7rem -0.5rem #00000066;\n --shadow-up-hard-s: 0rem -0.25rem 0.75rem -0.1875rem #08080833, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;\n --shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;\n --shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;\n --shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;\n --shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;\n --shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;\n}\n\n:root {\n --border-radius-4xl: 2rem;\n --border-radius-5xl: 2.5rem;\n --border-radius-3xl: 1.75rem;\n --border-radius-xxs: 0.25rem;\n --border-radius-xs: 0.375rem;\n --border-radius-xxl: 1.5rem;\n --border-radius-s: 0.5rem;\n --border-radius-xl: 1.25rem;\n --border-radius-circle: 100rem;\n --border-radius-m: 0.75rem;\n --border-radius-l: 1rem;\n}\n\n:root {\n --spacing-16x: 2rem;\n --spacing-10x: 1.25rem;\n --spacing-12x: 1.5rem;\n --spacing-20x: 2.5rem;\n --spacing-24x: 3rem;\n --spacing-32x: 4rem;\n --spacing-40x: 5rem;\n --spacing-60x: 7.5rem;\n --spacing-4x: 0.5rem;\n --spacing-2x: 0.25rem;\n --spacing-0x: 0rem;\n --spacing-1x: 0.125rem;\n --spacing-3x: 0.375rem;\n --spacing-6x: 0.75rem;\n --spacing-8x: 1rem;\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: 'Roboto', sans-serif;\n --plasma-typo-body-font-family: 'Roboto', sans-serif;\n --plasma-typo-header-font-family: 'Roboto', sans-serif;\n --plasma-typo-text-font-family: 'Roboto', sans-serif;\n --plasma-typo-body-xxs-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xxs-bold-letter-spacing: normal;\n --plasma-typo-body-xxs-bold-font-style: normal;\n --plasma-typo-h2-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-h2-medium-letter-spacing: normal;\n --plasma-typo-h2-medium-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-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-font-family: var(--plasma-typo-display-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-display-font-family);\n --plasma-typo-h1-bold-letter-spacing: normal;\n --plasma-typo-h1-bold-font-style: normal;\n --plasma-typo-h1-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-h1-medium-letter-spacing: normal;\n --plasma-typo-h1-medium-font-style: normal;\n --plasma-typo-h2-font-family: var(--plasma-typo-display-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-display-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-display-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-display-font-family);\n --plasma-typo-h3-bold-letter-spacing: normal;\n --plasma-typo-h3-bold-font-style: normal;\n --plasma-typo-h3-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-h3-medium-letter-spacing: normal;\n --plasma-typo-h3-medium-font-style: normal;\n --plasma-typo-h4-font-family: var(--plasma-typo-display-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-display-font-family);\n --plasma-typo-h4-bold-letter-spacing: normal;\n --plasma-typo-h4-bold-font-style: normal;\n --plasma-typo-h4-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-h4-medium-letter-spacing: normal;\n --plasma-typo-h4-medium-font-style: normal;\n --plasma-typo-body-l-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-l-letter-spacing: normal;\n --plasma-typo-body-l-font-style: normal;\n --plasma-typo-body-l-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-l-bold-letter-spacing: normal;\n --plasma-typo-body-l-bold-font-style: normal;\n --plasma-typo-body-s-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-s-bold-letter-spacing: normal;\n --plasma-typo-body-s-bold-font-style: normal;\n --plasma-typo-body-l-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-l-medium-letter-spacing: normal;\n --plasma-typo-body-l-medium-font-style: normal;\n --plasma-typo-body-m-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-m-letter-spacing: normal;\n --plasma-typo-body-m-font-style: normal;\n --plasma-typo-body-s-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-s-medium-letter-spacing: normal;\n --plasma-typo-body-s-medium-font-style: normal;\n --plasma-typo-body-xs-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xs-letter-spacing: normal;\n --plasma-typo-body-xs-font-style: normal;\n --plasma-typo-body-xs-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xs-bold-letter-spacing: normal;\n --plasma-typo-body-xs-bold-font-style: normal;\n --plasma-typo-body-xs-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xs-medium-letter-spacing: normal;\n --plasma-typo-body-xs-medium-font-style: normal;\n --plasma-typo-body-xxs-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xxs-letter-spacing: normal;\n --plasma-typo-body-xxs-font-style: normal;\n --plasma-typo-body-m-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-m-bold-letter-spacing: normal;\n --plasma-typo-body-m-bold-font-style: normal;\n --plasma-typo-body-m-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-m-medium-letter-spacing: normal;\n --plasma-typo-body-m-medium-font-style: normal;\n --plasma-typo-body-s-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-s-letter-spacing: normal;\n --plasma-typo-body-s-font-style: normal;\n --plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xxs-medium-letter-spacing: normal;\n --plasma-typo-body-xxs-medium-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-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-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-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-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-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-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-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-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-body-xxs-bold-font-size: 0.6875rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.8125rem;\n --plasma-typo-h2-medium-font-size: 1.375rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 1.75rem;\n --plasma-typo-dspl-s-font-size: 2.125rem;\n --plasma-typo-dspl-s-font-weight: 400;\n --plasma-typo-dspl-s-line-height: 2.5625rem;\n --plasma-typo-dspl-s-bold-font-size: 2.125rem;\n --plasma-typo-dspl-s-bold-font-weight: 700;\n --plasma-typo-dspl-s-bold-line-height: 2.5625rem;\n --plasma-typo-dspl-s-medium-font-size: 2.125rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 2.5625rem;\n --plasma-typo-h1-font-size: 1.75rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 2.25rem;\n --plasma-typo-h1-bold-font-size: 1.75rem;\n --plasma-typo-h1-bold-font-weight: 700;\n --plasma-typo-h1-bold-line-height: 2.25rem;\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.25rem;\n --plasma-typo-h2-font-size: 1.375rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 1.75rem;\n --plasma-typo-h2-bold-font-size: 1.375rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 1.75rem;\n --plasma-typo-h3-font-size: 1.25rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.4375rem;\n --plasma-typo-h3-bold-font-size: 1.25rem;\n --plasma-typo-h3-bold-font-weight: 700;\n --plasma-typo-h3-bold-line-height: 1.4375rem;\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.4375rem;\n --plasma-typo-h4-font-size: 1rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.25rem;\n --plasma-typo-h4-bold-font-size: 1rem;\n --plasma-typo-h4-bold-font-weight: 700;\n --plasma-typo-h4-bold-line-height: 1.25rem;\n --plasma-typo-h4-medium-font-size: 1rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.25rem;\n --plasma-typo-body-l-font-size: 0.9375rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.25rem;\n --plasma-typo-body-l-bold-font-size: 0.9375rem;\n --plasma-typo-body-l-bold-font-weight: 700;\n --plasma-typo-body-l-bold-line-height: 1.25rem;\n --plasma-typo-body-s-bold-font-size: 0.8125rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 0.9375rem;\n --plasma-typo-body-l-medium-font-size: 0.9375rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.25rem;\n --plasma-typo-body-m-font-size: 0.875rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.125rem;\n --plasma-typo-body-s-medium-font-size: 0.8125rem;\n --plasma-typo-body-s-medium-font-weight: 500;\n --plasma-typo-body-s-medium-line-height: 0.9375rem;\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-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-font-size: 0.6875rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.8125rem;\n --plasma-typo-body-m-bold-font-size: 0.875rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.125rem;\n --plasma-typo-body-m-medium-font-size: 0.875rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.125rem;\n --plasma-typo-body-s-font-size: 0.8125rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 0.9375rem;\n --plasma-typo-body-xxs-medium-font-size: 0.6875rem;\n --plasma-typo-body-xxs-medium-font-weight: 500;\n --plasma-typo-body-xxs-medium-line-height: 0.8125rem;\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-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-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-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-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-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-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-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-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-s-font-size: 2.125rem;\n --plasma-typo-dspl-s-font-weight: 400;\n --plasma-typo-dspl-s-line-height: 2.5625rem;\n --plasma-typo-dspl-s-bold-font-size: 2.125rem;\n --plasma-typo-dspl-s-bold-font-weight: 700;\n --plasma-typo-dspl-s-bold-line-height: 2.5625rem;\n --plasma-typo-dspl-s-medium-font-size: 2.125rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 2.5625rem;\n --plasma-typo-h1-font-size: 1.75rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 2.25rem;\n --plasma-typo-h1-bold-font-size: 1.75rem;\n --plasma-typo-h1-bold-font-weight: 700;\n --plasma-typo-h1-bold-line-height: 2.25rem;\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.25rem;\n --plasma-typo-h2-font-size: 1.375rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 1.75rem;\n --plasma-typo-h2-bold-font-size: 1.375rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 1.75rem;\n --plasma-typo-h2-medium-font-size: 1.375rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 1.75rem;\n --plasma-typo-h3-font-size: 1.25rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.4375rem;\n --plasma-typo-h3-bold-font-size: 1.25rem;\n --plasma-typo-h3-bold-font-weight: 700;\n --plasma-typo-h3-bold-line-height: 1.4375rem;\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.4375rem;\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: 1rem;\n --plasma-typo-h4-bold-font-weight: 700;\n --plasma-typo-h4-bold-line-height: 1.25rem;\n --plasma-typo-h4-medium-font-size: 1rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.25rem;\n --plasma-typo-body-l-font-size: 0.9375rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.25rem;\n --plasma-typo-body-l-bold-font-size: 0.9375rem;\n --plasma-typo-body-l-bold-font-weight: 700;\n --plasma-typo-body-l-bold-line-height: 1.25rem;\n --plasma-typo-body-l-medium-font-size: 0.9375rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.125rem;\n --plasma-typo-body-m-font-size: 0.875rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.125rem;\n --plasma-typo-body-m-bold-font-size: 0.875rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.125rem;\n --plasma-typo-body-m-medium-font-size: 0.875rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.125rem;\n --plasma-typo-body-s-font-size: 0.8125rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 0.9375rem;\n --plasma-typo-body-s-bold-font-size: 0.8125rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 0.9375rem;\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-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-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-font-size: 0.6875rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.8125rem;\n --plasma-typo-body-xxs-bold-font-size: 0.6875rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.8125rem;\n --plasma-typo-body-xxs-medium-font-size: 0.6875rem;\n --plasma-typo-body-xxs-medium-font-weight: 500;\n --plasma-typo-body-xxs-medium-line-height: 0.8125rem;\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-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-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-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-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-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 --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-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-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 }\n}\n\n@media (min-width: 960px) {\n :root {\n --plasma-typo-dspl-s-font-size: 2.125rem;\n --plasma-typo-dspl-s-font-weight: 400;\n --plasma-typo-dspl-s-line-height: 2.5625rem;\n --plasma-typo-dspl-s-bold-font-size: 2.125rem;\n --plasma-typo-dspl-s-bold-font-weight: 700;\n --plasma-typo-dspl-s-bold-line-height: 2.5625rem;\n --plasma-typo-dspl-s-medium-font-size: 2.125rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 2.5625rem;\n --plasma-typo-h4-bold-font-size: 1rem;\n --plasma-typo-h4-bold-font-weight: 700;\n --plasma-typo-h4-bold-line-height: 1.25rem;\n --plasma-typo-h4-medium-font-size: 1rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.25rem;\n --plasma-typo-body-m-medium-font-size: 0.875rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.125rem;\n --plasma-typo-body-s-font-size: 0.8125rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 0.9375rem;\n --plasma-typo-body-s-bold-font-size: 0.8125rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 0.9375rem;\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: 0.9375rem;\n --plasma-typo-body-l-bold-font-weight: 700;\n --plasma-typo-body-l-bold-line-height: 1.25rem;\n --plasma-typo-body-l-medium-font-size: 0.9375rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.125rem;\n --plasma-typo-h1-font-size: 1.75rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 2.25rem;\n --plasma-typo-h1-bold-font-size: 1.75rem;\n --plasma-typo-h1-bold-font-weight: 700;\n --plasma-typo-h1-bold-line-height: 2.25rem;\n --plasma-typo-body-m-font-size: 0.875rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.125rem;\n --plasma-typo-body-m-bold-font-size: 0.875rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.125rem;\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.25rem;\n --plasma-typo-h2-font-size: 1.375rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 1.75rem;\n --plasma-typo-h2-bold-font-size: 1.375rem;\n --plasma-typo-h2-bold-font-weight: 700;\n --plasma-typo-h2-bold-line-height: 1.75rem;\n --plasma-typo-h2-medium-font-size: 1.375rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 1.75rem;\n --plasma-typo-h3-font-size: 1.25rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.4375rem;\n --plasma-typo-h3-bold-font-size: 1.25rem;\n --plasma-typo-h3-bold-font-weight: 700;\n --plasma-typo-h3-bold-line-height: 1.4375rem;\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.4375rem;\n --plasma-typo-h4-font-size: 1.25rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.625rem;\n --plasma-typo-text-l-font-size: 1.5rem;\n --plasma-typo-text-l-font-weight: 400;\n --plasma-typo-text-l-line-height: 2rem;\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: 2rem;\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-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 --plasma-typo-body-xxs-bold-font-size: 0.6875rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.8125rem;\n --plasma-typo-body-s-medium-font-size: 0.8125rem;\n --plasma-typo-body-s-medium-font-weight: 500;\n --plasma-typo-body-s-medium-line-height: 0.9375rem;\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-text-l-medium-font-size: 1.5rem;\n --plasma-typo-text-l-medium-font-weight: 500;\n --plasma-typo-text-l-medium-line-height: 2rem;\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.625rem;\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.625rem;\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.625rem;\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-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-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-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-font-size: 0.6875rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.8125rem;\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 }\n}`] as unknown as TemplateStringsArray;\n"],"names":["sdds_sbcom__dark"],"mappings":";;;;AAAA;;AAEO,IAAMA,gBAAgB,GAAG,CAmxCM,wslEAAA;;;;"}
1
+ {"version":3,"file":"sdds_sbcom__dark.js","sources":["../../src-css/theme/themes/sdds_sbcom__dark.ts"],"sourcesContent":["// Generated by robots, do not change this manually!\n\nexport const sdds_sbcom__dark = [`\n:root {\n --on-light-outline-primary-hover: #ADA39FFF;\n --inverse-outline-default-active: #E6E6E6FF;\n --inverse-personas-sea-blue-text-accent-active: #4BB4B4FF;\n --inverse-personas-violet-text-accent-active: #81288FFF;\n --on-light-outline-default-hover: #CCCCCCFF;\n --on-dark-outline-default-hover: #666666FF;\n --on-dark-outline-default-active: #292929FF;\n --personas-green-text-accent-hover: #04C396FF;\n --personas-sea-blue-text-accent-hover: #00C5CCFF;\n --inverse-surface-accent-secondary-hover: #50C3A8FF;\n --surface-transparent-navi-active: #2424248A;\n --on-light-surface-transparent-accent-minor-active: #0BA88852;\n --on-light-personas-green-text-accent-active: #04AF87FF;\n --outline-default-active: #666666FF;\n --on-dark-outline-primary-active: #2B2827FF;\n --personas-olive-text-accent-active: #7DC07CFF;\n --on-dark-personas-olive-text-accent-hover: #A6D4A5FF;\n --on-light-personas-violet-text-accent-active: #81288FFF;\n --on-light-personas-ochre-text-accent-active: #AA4A0EFF;\n --on-dark-surface-accent-secondary-hover: #70CDB7FF;\n --on-light-personas-pink-text-accent-hover: #E47777FF;\n --surface-accent-secondary-hover: #70CDB7FF;\n --personas-indigo-text-accent-hover: #E8DAFCFF;\n --on-dark-personas-violet-text-accent-hover: #E9B6F2FF;\n --on-light-outline-primary: #DDD9D7;\n --inverse-outline-default: #FFFFFF;\n --on-dark-personas-blue-text-accent-hover: #C3DDF9FF;\n --on-light-personas-indigo-text-accent-hover: #000000FF;\n --on-light-personas-sea-blue-text-accent-hover: #00D9E0FF;\n --personas-ochre-text-accent-active: #F19F7EFF;\n --inverse-background-hardline: #000000;\n --on-dark-personas-sea-blue-text-accent-hover: #FFFFFFFF;\n --surface-transparent-navi: #23232399;\n --personas-violet-text-accent-active: #892B97FF;\n --personas-blue-text-accent-hover: #C3DDF9FF;\n --outline-default: #FFFFFF;\n --text-primary-brightness-active: #FAFAFAC4;\n --surface-transparent-card-brightness-hover: #FAFAFA1F;\n --surface-solid-card-brightness-active: #212121FF;\n --surface-solid-primary-brightness-hover: #303030FF;\n --surface-transparent-card-brightness-active: #FAFAFA0A;\n --surface-solid-card-brightness-hover: #303030FF;\n --on-dark-surface-transparent-card-brightness-hover: #FAFAFA1F;\n --on-dark-surface-transparent-card-brightness-active: #FAFAFA0A;\n --on-dark-surface-solid-card-brightness-hover: #303030FF;\n --on-dark-surface-solid-card-brightness-active: #212121FF;\n --on-light-surface-solid-primary-brightness-hover: #FFFFFFFF;\n --on-light-surface-solid-primary-brightness-active: #FFFFFFFF;\n --inverse-personas-indigo-text-accent: #BD91F5;\n --inverse-personas-pink-text-accent: #F7A4A4;\n --personas-olive-text-accent: #93CB92;\n --on-light-outline-positive-active: #20801EFF;\n --inverse-personas-ochre-text-accent: #D15A11;\n --on-dark-personas-olive-text-accent: #93CB92;\n --surface-solid-tertiary-active: #424242FF;\n --on-light-surface-solid-tertiary-active: #FFFFFFFF;\n --inverse-surface-transparent-navi: #FFFFFF99;\n --on-light-surface-transparent-card-brightness-hover: #FFFFFFFF;\n --text-primary: #FFFFFFFC;\n --on-dark-text-accent-minor-hover: #60C7AFFF;\n --on-light-personas-olive-text-accent: #127210;\n --on-light-surface-transparent-card-brightness-active: #FFFFFFFF;\n --on-dark-surface-accent-minor-active: #043F34FF;\n --on-light-surface-solid-card-brightness-hover: #FFFFFFFF;\n --on-light-surface-solid-card-brightness-active: #FFFFFFFF;\n --inverse-surface-solid-primary-brightness-hover: #FFFFFFFF;\n --inverse-surface-solid-primary-brightness-active: #FFFFFFFF;\n --inverse-surface-transparent-card-brightness-hover: #FFFFFFFF;\n --outline-primary: #DDD9D7;\n --on-light-personas-ochre-text-accent: #D15A11;\n --on-dark-personas-indigo-text-accent: #BD91F5;\n --on-dark-surface-accent-secondary: #61C8B0;\n --inverse-personas-green-text-accent: #6CD5BB;\n --surface-accent-secondary: #61C8B0;\n --surface-accent-minor: #04473B;\n --on-dark-surface-solid-tertiary-active: #424242FF;\n --light-background-secondary: #F6F2F0;\n --inverse-surface-solid-tertiary: #FFFFFF;\n --on-light-surface-accent-minor: #D0F2E9;\n --inverse-surface-transparent-card-brightness-active: #FFFFFFFF;\n --on-light-outline-warning-active: #A3420AFF;\n --on-light-personas-violet-text-accent: #9E32AF;\n --inverse-surface-solid-card-brightness-active: #FFFFFFFF;\n --on-dark-surface-accent-minor-hover: #055C4CFF;\n --on-light-surface-accent-minor-hover: #C7F0E5FF;\n --inverse-surface-accent-minor: #D0F2E9;\n --on-light-personas-sea-blue-text-accent: #00898D;\n --personas-ochre-text-accent: #F4B49B;\n --on-dark-surface-transparent-accent-minor: #0BA68647;\n --on-dark-personas-violet-text-accent: #E19DED;\n --on-light-surface-transparent-navi: #FFFFFF99;\n --on-dark-personas-blue-text-accent: #79B3F2;\n --personas-green-text-accent-active: #03A57FFF;\n --personas-sea-blue-text-accent-active: #00A8ADFF;\n --inverse-surface-accent-secondary-active: #3CAF94FF;\n --on-dark-personas-pink-text-accent-active: #F58A8AFF;\n --outline-primary-active: #665C57FF;\n --inverse-personas-indigo-text-accent-active: #A46AF1FF;\n --inverse-personas-pink-text-accent-active: #F48080FF;\n --on-dark-personas-olive-text-accent-active: #7DC07CFF;\n --on-dark-surface-accent-secondary-active: #59C5ACFF;\n --inverse-personas-green-text-accent-active: #4CCDACFF;\n --on-light-personas-pink-text-accent-active: #D73333FF;\n --personas-indigo-text-accent-active: #AA73F2FF;\n --on-dark-personas-violet-text-accent-active: #D982E8FF;\n --on-light-surface-transparent-navi-hover: #FFFFFFA8;\n --on-light-surface-transparent-navi-active: #FFFFFFAD;\n --inverse-personas-olive-text-accent-hover: #1DB71AFF;\n --personas-ochre-text-accent-hover: #F7C8B6FF;\n --inverse-surface-accent-secondary: #41BDA1;\n --light-background-hardline: #FFFFFF;\n --on-dark-personas-sea-blue-text-accent-active: #2D6C6CFF;\n --on-light-surface-transparent-accent-minor: #0BA6863D;\n --on-light-personas-green-text-accent: #038768;\n --on-light-outline-primary-active: #C4BEBAFF;\n --inverse-personas-blue-text-accent-active: #0D4F96FF;\n --inverse-surface-transparent-accent-minor-active: #0BA8885C;\n --text-primary-brightness-hover: #FAFAFA93;\n --on-dark-personas-green-text-accent-hover: #84DCC6FF;\n --on-dark-text-primary-brightness-hover: #FAFAFA93;\n --on-dark-personas-sea-blue-text-accent: #7BC8C8;\n --on-light-personas-blue-text-accent-active: #0D4F96FF;\n --on-light-outline-default-active: #E6E6E6FF;\n --on-light-text-warning-active: #6F2D06FF;\n --on-light-personas-green-text-accent-hover: #04D7A6FF;\n --on-dark-personas-pink-text-accent-hover: #F26E6EFF;\n --outline-primary-hover: #91847EFF;\n --inverse-personas-indigo-text-accent-hover: #D2B4F8FF;\n --inverse-personas-pink-text-accent-hover: #FBCBCBFF;\n --personas-olive-text-accent-hover: #A6D4A5FF;\n --inverse-personas-ochre-text-accent-hover: #ED6C1DFF;\n --inverse-surface-transparent-navi-hover: #FFFFFFA8;\n --on-light-personas-olive-text-accent-hover: #1DB71AFF;\n --on-light-personas-violet-text-accent-hover: #B740C9FF;\n --on-light-personas-ochre-text-accent-hover: #ED6C1DFF;\n --on-dark-personas-indigo-text-accent-hover: #E8DAFCFF;\n --on-dark-personas-ochre-text-accent: #F4B49B;\n --on-dark-personas-green-text-accent-active: #54CFB0FF;\n --on-dark-personas-ochre-text-accent-active: #F19F7EFF;\n --surface-transparent-accent-minor-active: #0BA88838;\n --inverse-outline-default-hover: #CCCCCCFF;\n --personas-violet-text-accent: #9E32AF;\n --inverse-outline-primary-hover: #ADA39FFF;\n --inverse-personas-sea-blue-text-accent-hover: #000000FF;\n --inverse-personas-blue-text-accent-hover: #1477E1FF;\n --inverse-personas-violet-text-accent-hover: #B740C9FF;\n --inverse-surface-transparent-accent-minor-hover: #0BA88857;\n --on-light-personas-blue-text-accent-hover: #1477E1FF;\n --on-dark-surface-transparent-navi-hover: #242424B8;\n --on-light-surface-accent-secondary-hover: #50C3A8FF;\n --surface-transparent-navi-hover: #242424B8;\n --on-light-surface-transparent-accent-minor-hover: #0BA8884D;\n --outline-default-hover: #858585FF;\n --on-dark-outline-primary-hover: #6B6461FF;\n --inverse-surface-solid-card-brightness-hover: #FFFFFFFF;\n --inverse-personas-blue-text-accent: #1063BA;\n --personas-blue-text-accent-active: #5DA3EFFF;\n --surface-accent-secondary-active: #59C5ACFF;\n --surface-transparent-accent-minor: #0BA68647;\n --inverse-personas-sea-blue-text-accent: #7BC8C8;\n --on-dark-personas-pink-text-accent: #F7A4A4;\n --personas-pink-text-accent: #DE5555;\n --on-dark-surface-transparent-navi: #23232399;\n --inverse-outline-primary: #DDD9D7;\n --inverse-personas-olive-text-accent-active: #179315FF;\n --on-dark-outline-default: #383838;\n --personas-green-text-accent: #038768;\n --dark-background-hardline: #000000;\n --on-dark-outline-primary: #3B3735;\n --personas-blue-text-accent: #79B3F2;\n --personas-sea-blue-text-accent: #00898D;\n --personas-violet-text-accent-hover: #B438C7FF;\n --background-hardline: #000000;\n --on-light-text-primary-brightness-hover: #17171793;\n --inverse-text-primary-brightness-hover: #17171793;\n --surface-solid-primary-brightness-active: #212121FF;\n --on-dark-surface-solid-primary-brightness-hover: #303030FF;\n --inverse-personas-violet-text-accent: #9E32AF;\n --inverse-surface-transparent-accent-minor: #0BA68647;\n --on-light-personas-blue-text-accent: #1063BA;\n --on-dark-text-primary-brightness-active: #FAFAFAC4;\n --on-light-text-primary-brightness-active: #171717C4;\n --inverse-text-primary-brightness-active: #171717C4;\n --personas-indigo-text-accent: #BD91F5;\n --on-dark-personas-ochre-text-accent-hover: #F7C8B6FF;\n --on-dark-personas-indigo-text-accent-active: #AA73F2FF;\n --personas-pink-text-accent-hover: #E26E6EFF;\n --on-dark-personas-green-text-accent: #6CD5BB;\n --surface-transparent-accent-minor-hover: #0BA88866;\n --on-dark-surface-transparent-navi-active: #2424248A;\n --inverse-personas-ochre-text-accent-active: #AA4A0EFF;\n --inverse-surface-transparent-navi-active: #FFFFFFAD;\n --on-light-personas-olive-text-accent-active: #179315FF;\n --personas-pink-text-accent-active: #D83B3BFF;\n --on-dark-personas-blue-text-accent-active: #5DA3EFFF;\n --on-light-personas-sea-blue-text-accent-active: #00B1B8FF;\n --on-light-outline-default: #FFFFFF;\n --on-dark-surface-transparent-accent-minor-hover: #0BA88866;\n --on-light-surface-accent-secondary: #41BDA1;\n --on-light-personas-pink-text-accent: #DE5555;\n --inverse-personas-olive-text-accent: #127210;\n --inverse-outline-primary-active: #C4BEBAFF;\n --on-light-surface-accent-secondary-active: #3CAF94FF;\n --on-dark-surface-transparent-accent-minor-active: #0BA88838;\n --on-dark-surface-solid-primary-brightness-active: #212121FF;\n --on-light-personas-indigo-text-accent: #7133BE;\n --inverse-personas-green-text-accent-hover: #8CDECAFF;\n --on-light-personas-indigo-text-accent-active: #5B2999FF;\n --text-accent: #61C8B0;\n --text-accent-hover: #77CFBBFF;\n --text-accent-active: #4ABFA4FF;\n --text-accent-minor: #61C8B07A;\n --text-accent-minor-hover: #60C7AFFF;\n --text-accent-minor-active: #60C7AF93;\n --text-positive: #50A84C;\n --text-positive-hover: #62B65DFF;\n --text-positive-active: #469442FF;\n --text-warning: #DA6828;\n --text-warning-hover: #DF7D43FF;\n --text-warning-active: #C45D21FF;\n --text-negative: #F57E83;\n --text-negative-hover: #F89BA0FF;\n --text-negative-active: #F3626AFF;\n --text-info: #70B2F5;\n --text-info-hover: #BCDBFAFF;\n --text-info-active: #53A3F3FF;\n --text-secondary-hover: #F5F1EFFF;\n --text-secondary: #F6F2F0A3;\n --text-primary-active: #FFFFFFCA;\n --text-secondary-active: #F5F1EFC4;\n --text-tertiary: #F6F2F03D;\n --text-tertiary-hover: #F5F1EFFF;\n --text-tertiary-active: #F5F1EF49;\n --text-primary-brightness: #FAFAFAF5;\n --text-paragraph: #F6F2F07A;\n --text-paragraph-hover: #F5F1EFFF;\n --text-paragraph-active: #F5F1EF93;\n --on-dark-text-accent: #61C8B0ED;\n --on-dark-text-accent-hover: #60C7AF8E;\n --on-dark-text-accent-active: #60C7AFBE;\n --on-dark-text-accent-minor: #61C8B07A;\n --on-dark-text-accent-minor-active: #60C7AF93;\n --on-dark-text-positive: #50A84C;\n --on-dark-text-positive-hover: #62B65DFF;\n --on-dark-text-positive-active: #469442FF;\n --on-dark-text-warning: #DA6828;\n --on-dark-text-warning-hover: #DF7D43FF;\n --on-dark-text-warning-active: #C45D21FF;\n --on-dark-text-negative: #F57E83;\n --on-dark-text-negative-hover: #F89BA0FF;\n --on-dark-text-negative-active: #F3626AFF;\n --on-dark-text-info: #70B2F5;\n --on-dark-text-info-hover: #BCDBFAFF;\n --on-dark-text-info-active: #53A3F3FF;\n --on-dark-text-primary-active: #FFFFFFCA;\n --on-dark-text-tertiary-active: #F5F1EF49;\n --on-dark-text-primary: #FFFFFFFC;\n --on-dark-text-primary-brightness: #FAFAFAF5;\n --on-dark-text-secondary: #F6F2F0A3;\n --on-dark-text-secondary-hover: #F5F1EFFF;\n --on-dark-text-tertiary: #F6F2F03D;\n --on-dark-text-tertiary-hover: #F5F1EFFF;\n --on-dark-text-secondary-active: #F5F1EFC4;\n --on-dark-text-primary-hover: #FFFFFF97;\n --on-dark-text-paragraph: #F6F2F07A;\n --on-dark-text-paragraph-hover: #F5F1EFFF;\n --on-dark-text-paragraph-active: #F5F1EF93;\n --on-light-text-secondary: #15110FA3;\n --on-light-text-secondary-hover: #15110FFF;\n --on-light-text-secondary-active: #15110FC4;\n --on-light-text-tertiary: #15110F3D;\n --on-light-text-tertiary-hover: #15110FFF;\n --on-light-text-tertiary-active: #15110F49;\n --on-light-text-paragraph: #15110F66;\n --on-light-text-paragraph-hover: #15110FFF;\n --on-light-text-paragraph-active: #15110F7A;\n --on-light-text-accent: #0A8E73;\n --on-light-text-accent-hover: #0DB593FF;\n --on-light-text-accent-active: #076955FF;\n --on-light-text-accent-minor: #0A8E7366;\n --on-light-text-accent-minor-hover: #0A8F74FF;\n --on-light-text-accent-minor-active: #0A8F747A;\n --on-light-text-positive: #207F1F;\n --on-light-text-positive-hover: #29A027FF;\n --on-light-text-positive-active: #185E17FF;\n --on-light-text-warning: #973C09;\n --on-light-text-warning-hover: #BC4C0BFF;\n --on-light-text-primary: #15110FFC;\n --on-light-text-primary-hover: #15110F97;\n --on-light-text-primary-active: #15110FCA;\n --on-light-text-primary-brightness: #171717F5;\n --inverse-text-primary: #15110FFC;\n --inverse-text-primary-hover: #15110F97;\n --inverse-text-primary-active: #15110FCA;\n --inverse-text-primary-brightness: #171717F5;\n --inverse-text-secondary: #15110FA3;\n --inverse-text-secondary-hover: #15110FFF;\n --inverse-text-secondary-active: #15110FC4;\n --inverse-text-tertiary: #15110F3D;\n --inverse-text-tertiary-hover: #15110FFF;\n --inverse-text-tertiary-active: #15110F49;\n --inverse-text-paragraph: #15110F66;\n --inverse-text-paragraph-hover: #15110FFF;\n --inverse-text-paragraph-active: #15110F7A;\n --inverse-text-accent: #0A8E73;\n --inverse-text-accent-hover: #0DB593FF;\n --inverse-text-accent-active: #076955FF;\n --inverse-text-accent-minor: #0A8E7366;\n --inverse-text-accent-minor-hover: #0A8F74FF;\n --inverse-text-accent-minor-active: #0A8F747A;\n --on-light-text-negative-active: #AF181DFF;\n --on-light-text-negative: #D11D23;\n --on-light-text-info: #205EA5;\n --on-light-text-info-hover: #000000FF;\n --on-light-text-info-active: #194B85FF;\n --on-light-text-negative-hover: #E3353BFF;\n --inverse-text-info: #205EA5;\n --inverse-text-info-hover: #000000FF;\n --inverse-text-info-active: #194B85FF;\n --surface-solid-primary: #232323;\n --inverse-text-warning-active: #6F2D06FF;\n --surface-solid-primary-hover: #2E2E2EFF;\n --surface-solid-primary-active: #1F1F1FFF;\n --surface-solid-primary-brightness: #262626FF;\n --surface-solid-secondary: #292929;\n --surface-solid-secondary-hover: #333333FF;\n --surface-solid-secondary-active: #242424FF;\n --surface-solid-tertiary: #474747;\n --surface-solid-tertiary-hover: #525252FF;\n --inverse-text-positive: #207F1F;\n --inverse-text-positive-hover: #29A027FF;\n --inverse-text-warning: #973C09;\n --inverse-text-warning-hover: #BC4C0BFF;\n --inverse-text-positive-active: #185E17FF;\n --inverse-text-negative: #D11D23;\n --inverse-text-negative-hover: #E3353BFF;\n --inverse-text-negative-active: #AF181DFF;\n --surface-transparent-tertiary: #FFFFFF3D;\n --surface-transparent-tertiary-hover: #FFFFFF5C;\n --surface-transparent-tertiary-active: #FFFFFF2E;\n --surface-transparent-deep: #373737B8;\n --surface-transparent-deep-hover: #383838D6;\n --surface-transparent-deep-active: #383838A8;\n --surface-transparent-card: #23232380;\n --surface-transparent-card-hover: #2424249E;\n --surface-transparent-card-active: #24242470;\n --surface-transparent-card-brightness: #FAFAFA0F;\n --surface-clear: #FFFFFF00;\n --surface-clear-hover: #FFFFFF00;\n --surface-clear-active: #FFFFFF00;\n --surface-accent: #0BA686;\n --surface-accent-hover: #0CBB98FF;\n --surface-accent-active: #0A9E81FF;\n --surface-accent-minor-hover: #055C4CFF;\n --surface-accent-minor-active: #043F34FF;\n --surface-transparent-accent: #0BA68633;\n --surface-transparent-accent-hover: #0BA88852;\n --surface-transparent-accent-active: #0BA88824;\n --surface-solid-card-active: #1F1F1FFF;\n --surface-solid-card: #232323;\n --surface-solid-card-brightness: #262626FF;\n --surface-solid-default: #F6F2F0;\n --surface-solid-default-hover: #F9F7F5FF;\n --surface-transparent-primary: #FFFFFF14;\n --surface-transparent-primary-hover: #FFFFFF24;\n --surface-solid-default-active: #F2ECE9FF;\n --surface-solid-card-hover: #2E2E2EFF;\n --surface-transparent-primary-active: #FFFFFF0F;\n --surface-transparent-secondary: #FFFFFF29;\n --surface-transparent-secondary-hover: #FFFFFF47;\n --surface-transparent-secondary-active: #FFFFFF1A;\n --surface-negative: #F8A6A9;\n --surface-negative-hover: #F9B8BAFF;\n --surface-negative-active: #F79C9FFF;\n --surface-info: #9BCAF8;\n --surface-info-hover: #AED4F9FF;\n --surface-info-active: #91C4F7FF;\n --surface-positive-active: #9FCF9BFF;\n --surface-positive: #A6D2A2;\n --surface-positive-hover: #B3D9B0FF;\n --surface-warning: #F8AD80;\n --surface-warning-hover: #F9BB94FF;\n --surface-warning-active: #F8A977FF;\n --surface-transparent-negative-hover: #F8A5A89E;\n --surface-read-only: #F9F9F905;\n --surface-read-only-hover: #FAFAFA0F;\n --surface-read-only-active: #FAFAFA00;\n --on-dark-surface-solid-primary: #232323;\n --on-dark-surface-solid-primary-hover: #2E2E2EFF;\n --on-dark-surface-solid-primary-active: #1F1F1FFF;\n --on-dark-surface-solid-primary-brightness: #262626FF;\n --on-dark-surface-solid-secondary: #292929;\n --on-dark-surface-solid-secondary-hover: #333333FF;\n --on-dark-surface-solid-secondary-active: #242424FF;\n --on-dark-surface-solid-tertiary: #474747;\n --on-dark-surface-solid-tertiary-hover: #525252FF;\n --surface-transparent-negative-active: #F8A5A870;\n --surface-transparent-negative: #F8A6A980;\n --on-dark-surface-transparent-tertiary: #FFFFFF3D;\n --on-dark-surface-transparent-tertiary-hover: #FFFFFF5C;\n --on-dark-surface-transparent-tertiary-active: #FFFFFF2E;\n --on-dark-surface-transparent-deep: #373737B8;\n --on-dark-surface-transparent-deep-hover: #383838D6;\n --on-dark-surface-transparent-deep-active: #383838A8;\n --on-dark-surface-transparent-card: #23232380;\n --on-dark-surface-transparent-card-hover: #2424249E;\n --on-dark-surface-transparent-card-active: #24242470;\n --on-dark-surface-transparent-card-brightness: #FAFAFA0F;\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: #0BA686;\n --on-dark-surface-accent-hover: #0CBB98FF;\n --on-dark-surface-accent-active: #0A9E81FF;\n --on-dark-surface-accent-minor: #04473B;\n --on-dark-surface-solid-card-active: #1F1F1FFF;\n --on-dark-surface-solid-card: #232323;\n --on-dark-surface-solid-card-brightness: #262626FF;\n --on-dark-surface-solid-default-hover: #F9F7F5FF;\n --on-dark-surface-solid-default-active: #F2ECE9FF;\n --on-dark-surface-transparent-primary: #FFFFFF14;\n --on-dark-surface-transparent-primary-hover: #FFFFFF24;\n --on-dark-surface-solid-card-hover: #2E2E2EFF;\n --on-dark-surface-transparent-primary-active: #FFFFFF0F;\n --on-dark-surface-transparent-secondary: #FFFFFF29;\n --on-dark-surface-transparent-secondary-hover: #FFFFFF47;\n --on-dark-surface-transparent-secondary-active: #FFFFFF1A;\n --on-dark-surface-positive-hover: #B3D9B0FF;\n --on-dark-surface-positive-active: #9FCF9BFF;\n --on-dark-surface-warning: #F8AD80;\n --on-dark-surface-warning-hover: #F9BB94FF;\n --on-dark-surface-warning-active: #F8A977FF;\n --on-dark-surface-negative: #F8A6A9;\n --on-dark-surface-negative-hover: #F9B8BAFF;\n --on-dark-surface-negative-active: #F79C9FFF;\n --on-dark-surface-info: #9BCAF8;\n --on-dark-surface-info-hover: #AED4F9FF;\n --on-dark-surface-info-active: #91C4F7FF;\n --on-dark-surface-transparent-accent-active: #0BA88824;\n --on-dark-surface-transparent-accent: #0BA68633;\n --on-dark-surface-transparent-accent-hover: #0BA88852;\n --on-dark-surface-positive: #A6D2A2;\n --on-dark-surface-read-only: #F9F9F905;\n --on-dark-surface-read-only-hover: #FAFAFA0F;\n --on-dark-surface-read-only-active: #FAFAFA00;\n --on-light-surface-solid-primary: #FFFFFF;\n --on-light-surface-solid-primary-hover: #FFFFFFFF;\n --on-light-surface-solid-primary-active: #FFFFFFFF;\n --on-light-surface-solid-primary-brightness: #FFFFFFFF;\n --on-light-surface-solid-secondary: #FFFFFF;\n --on-light-surface-solid-secondary-hover: #FFFFFFFF;\n --on-light-surface-solid-secondary-active: #FFFFFFFF;\n --on-light-surface-solid-tertiary: #FFFFFF;\n --on-light-surface-solid-tertiary-hover: #FFFFFFFF;\n --on-dark-surface-transparent-negative-active: #F8A5A870;\n --on-dark-surface-transparent-negative: #F8A6A980;\n --on-dark-surface-transparent-negative-hover: #F8A5A89E;\n --on-light-surface-transparent-tertiary: #15110F1F;\n --on-light-surface-transparent-tertiary-hover: #15110F2E;\n --on-light-surface-transparent-tertiary-active: #15110F33;\n --on-light-surface-transparent-deep: #FFFFFFB3;\n --on-light-surface-transparent-deep-hover: #FFFFFFC2;\n --on-light-surface-transparent-deep-active: #FFFFFFC7;\n --on-light-surface-transparent-card: #FFFFFF85;\n --on-light-surface-transparent-card-hover: #FFFFFF94;\n --on-light-surface-transparent-card-active: #FFFFFF99;\n --on-light-surface-transparent-card-brightness: #FFFFFFFF;\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: #0BA686;\n --on-light-surface-accent-hover: #0CBB98FF;\n --on-light-surface-accent-active: #099579FF;\n --on-light-surface-solid-card-active: #FFFFFFFF;\n --on-light-surface-solid-card: #FFFFFF;\n --on-light-surface-solid-card-brightness: #FFFFFFFF;\n --on-light-surface-solid-default: #15110F;\n --on-light-surface-solid-default-hover: #271F1CFF;\n --on-light-surface-transparent-primary: #15110F0A;\n --on-light-surface-transparent-primary-hover: #15110F0D;\n --on-light-surface-solid-default-active: #090706FF;\n --on-light-surface-solid-card-hover: #FFFFFFFF;\n --on-light-surface-transparent-primary-active: #15110F0F;\n --on-light-surface-transparent-secondary: #15110F14;\n --on-light-surface-transparent-secondary-hover: #15110F1A;\n --on-light-surface-transparent-secondary-active: #15110F1F;\n --on-light-surface-positive: #239322;\n --on-light-surface-positive-hover: #28A126FF;\n --on-light-surface-positive-active: #20801EFF;\n --on-light-surface-warning: #BE4E0C;\n --on-light-surface-warning-hover: #D3560DFF;\n --on-light-surface-warning-active: #AD460BFF;\n --on-light-surface-negative: #E83439;\n --on-light-surface-negative-hover: #EC5156FF;\n --on-light-surface-negative-active: #E72329FF;\n --on-light-surface-info: #3776BC;\n --on-light-surface-info-hover: #4180C8FF;\n --on-light-surface-info-active: #326CAEFF;\n --on-light-surface-transparent-accent-active: #0BA88833;\n --on-light-surface-transparent-accent: #0BA6861F;\n --on-light-surface-transparent-accent-hover: #0BA8882E;\n --on-light-surface-transparent-negative-hover: #E9353B38;\n --on-light-surface-read-only: #F9F9F903;\n --on-light-surface-read-only-hover: #FAFAFA05;\n --on-light-surface-read-only-active: #FAFAFA08;\n --inverse-surface-solid-primary: #FFFFFF;\n --inverse-surface-solid-primary-hover: #FFFFFFFF;\n --inverse-surface-solid-primary-active: #FFFFFFFF;\n --inverse-surface-solid-primary-brightness: #FFFFFFFF;\n --inverse-surface-solid-secondary: #FFFFFF;\n --inverse-surface-solid-secondary-hover: #FFFFFFFF;\n --inverse-surface-solid-secondary-active: #FFFFFFFF;\n --on-light-surface-transparent-negative-active: #E9353B3D;\n --on-light-surface-transparent-negative: #E8343929;\n --inverse-surface-transparent-secondary-active: #15110F1F;\n --inverse-surface-transparent-tertiary: #15110F1F;\n --inverse-surface-transparent-tertiary-hover: #15110F2E;\n --inverse-surface-transparent-tertiary-active: #15110F33;\n --inverse-surface-transparent-deep: #FFFFFFB3;\n --inverse-surface-transparent-deep-hover: #FFFFFFC2;\n --inverse-surface-transparent-deep-active: #FFFFFFC7;\n --inverse-surface-transparent-card: #FFFFFF85;\n --inverse-surface-transparent-card-hover: #FFFFFF94;\n --inverse-surface-transparent-card-active: #FFFFFF99;\n --inverse-surface-transparent-card-brightness: #FFFFFFFF;\n --inverse-surface-clear: #FFFFFF00;\n --inverse-surface-clear-hover: #FFFFFF00;\n --inverse-surface-clear-active: #FFFFFF00;\n --inverse-surface-accent: #0BA686;\n --inverse-surface-solid-tertiary-active: #FFFFFFFF;\n --inverse-surface-solid-tertiary-hover: #FFFFFFFF;\n --inverse-surface-solid-card: #FFFFFF;\n --inverse-surface-solid-card-active: #FFFFFFFF;\n --inverse-surface-solid-card-hover: #FFFFFFFF;\n --inverse-surface-solid-default-hover: #271F1CFF;\n --inverse-surface-solid-default-active: #090706FF;\n --inverse-surface-solid-card-brightness: #FFFFFFFF;\n --inverse-surface-solid-default: #15110F;\n --inverse-surface-transparent-primary: #15110F0A;\n --inverse-surface-transparent-primary-hover: #15110F0D;\n --inverse-surface-transparent-primary-active: #15110F0F;\n --inverse-surface-transparent-secondary: #15110F14;\n --inverse-surface-transparent-secondary-hover: #15110F1A;\n --inverse-surface-positive: #239322;\n --inverse-surface-positive-hover: #28A126FF;\n --inverse-surface-positive-active: #20801EFF;\n --inverse-surface-warning: #BE4E0C;\n --inverse-surface-warning-hover: #D3560DFF;\n --inverse-surface-warning-active: #AD460BFF;\n --inverse-surface-negative: #E83439;\n --inverse-surface-negative-hover: #EC5156FF;\n --inverse-surface-negative-active: #E72329FF;\n --inverse-surface-info: #3776BC;\n --inverse-surface-info-hover: #4180C8FF;\n --inverse-surface-info-active: #326CAEFF;\n --inverse-surface-accent-minor-active: #BFEDE1FF;\n --inverse-surface-accent-hover: #0CBB98FF;\n --inverse-surface-transparent-accent: #0BA6861F;\n --inverse-surface-transparent-accent-hover: #0BA8882E;\n --inverse-surface-transparent-accent-active: #0BA88833;\n --inverse-surface-accent-active: #099579FF;\n --inverse-surface-transparent-negative-active: #E9353B3D;\n --inverse-surface-transparent-negative: #E8343929;\n --inverse-surface-read-only: #F9F9F903;\n --inverse-surface-read-only-hover: #FAFAFA05;\n --inverse-surface-read-only-active: #FAFAFA08;\n --background-primary: #141413;\n --background-secondary: #0F0F0F;\n --background-tertiary: #141413;\n --dark-background-primary: #141413;\n --dark-background-secondary: #0F0F0F;\n --dark-background-tertiary: #141413;\n --light-background-primary: #EBE7E5;\n --inverse-surface-transparent-negative-hover: #E9353B38;\n --inverse-overlay-soft: #0000003D;\n --inverse-overlay-hard: #00000052;\n --outline-transparent-primary: #FFFFFF1F;\n --outline-transparent-primary-hover: #FFFFFF4D;\n --outline-transparent-primary-active: #FFFFFF12;\n --outline-clear: #FFFFFF00;\n --inverse-background-secondary: #F6F2F0;\n --light-background-tertiary: #FFFFFF;\n --inverse-background-tertiary: #FFFFFF;\n --overlay-soft: #0000001F;\n --overlay-hard: #00000029;\n --on-dark-overlay-soft: #0000001F;\n --on-dark-overlay-hard: #00000029;\n --inverse-background-primary: #EBE7E5;\n --on-light-overlay-soft: #0000003D;\n --on-light-overlay-hard: #00000052;\n --outline-positive: #A6D2A2;\n --outline-positive-hover: #DBEDD9FF;\n --outline-positive-active: #92C88DFF;\n --outline-warning: #F8AD80;\n --outline-warning-hover: #FCE0CFFF;\n --outline-warning-active: #F79C64FF;\n --outline-negative: #F8A6A9;\n --outline-negative-hover: #F25A5FFF;\n --outline-negative-active: #EF343AFF;\n --outline-info: #9BCAF8;\n --outline-info-hover: #E7F2FDFF;\n --outline-info-active: #7EBAF6FF;\n --outline-clear-active: #FFFFFF00;\n --outline-clear-hover: #FFFFFF00;\n --on-dark-outline-transparent-primary: #FFFFFF1F;\n --on-dark-outline-transparent-primary-hover: #FFFFFF4D;\n --on-dark-outline-transparent-primary-active: #FFFFFF12;\n --on-dark-outline-positive: #A6D2A2;\n --on-dark-outline-positive-hover: #DBEDD9FF;\n --on-dark-outline-positive-active: #92C88DFF;\n --on-dark-outline-warning: #F8AD80;\n --on-dark-outline-warning-hover: #FCE0CFFF;\n --on-dark-outline-warning-active: #F79C64FF;\n --on-dark-outline-negative: #F8A6A9;\n --on-dark-outline-negative-hover: #F25A5FFF;\n --on-dark-outline-negative-active: #EF343AFF;\n --on-dark-outline-info: #9BCAF8;\n --on-dark-outline-info-hover: #E7F2FDFF;\n --on-dark-outline-info-active: #7EBAF6FF;\n --on-dark-outline-clear-active: #FFFFFF00;\n --on-dark-outline-clear: #FFFFFF00;\n --on-dark-outline-clear-hover: #FFFFFF00;\n --on-light-outline-clear: #FFFFFF00;\n --on-light-outline-clear-hover: #FFFFFF00;\n --on-light-outline-clear-active: #FFFFFF00;\n --on-light-outline-positive: #239322;\n --on-light-outline-positive-hover: #32CA2FFF;\n --on-light-outline-transparent-primary: #15110F3D;\n --on-light-outline-transparent-primary-hover: #15110F25;\n --on-light-outline-transparent-primary-active: #15110F62;\n --on-light-outline-negative: #E83439;\n --on-light-outline-warning: #BE4E0C;\n --on-light-outline-negative-hover: #F17E82FF;\n --on-light-outline-negative-active: #DC181FFF;\n --on-light-outline-info: #3776BC;\n --on-light-outline-info-active: #3067A6FF;\n --on-light-outline-info-hover: #81AADAFF;\n --on-light-outline-warning-hover: #F3813FFF;\n --inverse-outline-transparent-primary: #15110F3D;\n --inverse-outline-transparent-primary-hover: #15110F25;\n --inverse-outline-transparent-primary-active: #15110F62;\n --inverse-outline-clear: #FFFFFF00;\n --inverse-outline-clear-hover: #FFFFFF00;\n --inverse-outline-clear-active: #FFFFFF00;\n --inverse-outline-negative: #E83439;\n --inverse-outline-negative-hover: #F17E82FF;\n --inverse-outline-negative-active: #DC181FFF;\n --inverse-outline-info: #3776BC;\n --inverse-outline-info-hover: #81AADAFF;\n --inverse-outline-info-active: #3067A6FF;\n --inverse-outline-positive-active: #20801EFF;\n --inverse-outline-positive: #239322;\n --inverse-outline-positive-hover: #32CA2FFF;\n --inverse-outline-warning: #BE4E0C;\n --inverse-outline-warning-hover: #F3813FFF;\n --inverse-outline-warning-active: #A3420AFF;\n --text-primary-hover: #FFFFFF97;\n --on-dark-surface-solid-default: #F6F2F0;\n --on-light-surface-accent-minor-active: #BFEDE1FF;\n --inverse-surface-accent-minor-hover: #C7F0E5FF;\n color: var(--text-primary);\n background-color: var(--background-primary);\n}\n\n:root {\n --on-dark-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);\n --on-dark-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(16, 99, 186) 100.0%);\n --inverse-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(189, 145, 245) 0.0%, rgb(161, 117, 217) 100.0%);\n --outline-white-gradient: linear-gradient(135.00deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.16) 36.746%, rgba(255, 255, 255, 0.16) 66.734%, rgba(255, 255, 255, 0.6) 100%);\n --personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(26, 158, 127) 0.0%, rgb(3, 135, 104) 100.0%);\n --inverse-personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(153, 215, 217) 0.0%, rgb(116, 198, 200) 100.0%);\n --on-light-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(252, 153, 153) 0.0%, rgb(223, 105, 105) 100.0%);\n --inverse-text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(179, 49, 208) 8.0%, rgb(109, 78, 223) 56.0%, rgb(31, 185, 224) 100.0%);\n --on-dark-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(229, 128, 66) 0.0%, rgb(199, 90, 23) 100.0%);\n --personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(27, 173, 178) 0.0%, rgb(0, 137, 141) 100.0%);\n --inverse-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(252, 153, 153) 0.0%, rgb(223, 105, 105) 100.0%);\n --on-light-surface-skeleton-gradient: linear-gradient(90deg, #0808080F 0.0%, #0808080C 10.0%, #08080809 20.0%, #08080808 25.0%, #08080806 30.0%, #08080803 40.0%, #08080800 50.0%, #08080803 60.0%, #08080806 70.0%, #08080808 75.0%, #08080809 80.0%, #0808080C 90.0%, #0808080F 100.0%);\n --inverse-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(248, 165, 133) 0.0%, rgb(228, 118, 76) 100.0%);\n --dark-background-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100.0%);\n --on-dark-personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(27, 173, 178) 0.0%, rgb(0, 137, 141) 100.0%);\n --on-dark-surface-skeleton-gradient: linear-gradient(90deg, #FFFFFF00 0.0%, #FFFFFF3D 50.4%, #FFFFFF00 100.0%, #FFFFFF00 100.0%);\n --inverse-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);\n --inverse-overlay-gradient: linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);\n --personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(222, 113, 113) 0.0%, rgb(208, 79, 79) 100.0%);\n --on-light-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);\n --inverse-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);\n --on-light-text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(179, 49, 208) 8.0%, rgb(109, 78, 223) 56.0%, rgb(31, 185, 224) 100.0%);\n --light-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);\n --surface-skeleton-gradient: linear-gradient(90deg, #FFFFFF00 0.0%, #FFFFFF3D 50.4%, #FFFFFF00 100.0%, #FFFFFF00 100.0%);\n --overlay-gradient: linear-gradient(180.00deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);\n --on-dark-overlay-gradient: linear-gradient(180.00deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);\n --on-light-outline-white-gradient: linear-gradient(135.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.16) 36.746%, rgba(255, 255, 255, 0.16) 66.734%, rgba(255, 255, 255, 0.8) 100%);\n --background-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100.0%);\n --on-dark-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);\n --inverse-surface-skeleton-gradient: linear-gradient(90deg, #0808080F 0.0%, #0808080C 10.0%, #08080809 20.0%, #08080808 25.0%, #08080806 30.0%, #08080803 40.0%, #08080800 50.0%, #08080803 60.0%, #08080806 70.0%, #08080808 75.0%, #08080809 80.0%, #0808080C 90.0%, #0808080F 100.0%);\n --surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);\n --inverse-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);\n --personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(229, 128, 66) 0.0%, rgb(199, 90, 23) 100.0%);\n --inverse-outline-white-gradient: linear-gradient(135.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.16) 36.746%, rgba(255, 255, 255, 0.16) 66.734%, rgba(255, 255, 255, 0.8) 100%);\n --on-light-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(225, 157, 237) 0.0%, rgb(198, 122, 212) 100.0%);\n --personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);\n --on-dark-outline-white-gradient: linear-gradient(135.00deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.16) 36.746%, rgba(255, 255, 255, 0.16) 66.734%, rgba(255, 255, 255, 0.6) 100%);\n --inverse-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 179, 242) 0.0%, rgb(93, 153, 219) 100.0%);\n --on-light-personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(153, 215, 217) 0.0%, rgb(116, 198, 200) 100.0%);\n --inverse-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);\n --on-light-overlay-gradient: linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);\n --on-light-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(189, 145, 245) 0.0%, rgb(161, 117, 217) 100.0%);\n --on-light-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 179, 242) 0.0%, rgb(93, 153, 219) 100.0%);\n --on-dark-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(222, 113, 113) 0.0%, rgb(208, 79, 79) 100.0%);\n --on-dark-text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(202, 70, 227) 8.0%, rgb(169, 141, 245) 56.0%, rgb(54, 211, 245) 100.0%);\n --on-dark-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(26, 158, 127) 0.0%, rgb(3, 135, 104) 100.0%);\n --personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);\n --personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);\n --text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(202, 70, 227) 8.0%, rgb(169, 141, 245) 56.0%, rgb(54, 211, 245) 100.0%);\n --on-dark-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);\n --personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(16, 99, 186) 100.0%);\n --inverse-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(225, 157, 237) 0.0%, rgb(198, 122, 212) 100.0%);\n --on-light-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);\n --on-light-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);\n --on-light-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(248, 165, 133) 0.0%, rgb(228, 118, 76) 100.0%);\n --on-dark-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(33, 150, 31) 0.0%, rgb(18, 114, 16) 100.0%);\n --surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);\n --surface-accent-minor-gradient: linear-gradient(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);\n --on-dark-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);\n --on-dark-surface-accent-minor-gradient: linear-gradient(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);\n --on-light-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);\n --on-light-surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);\n --inverse-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);\n --inverse-surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);\n}\n\n:root {\n --shadow-down-hard-s: 0rem 0.25rem 0.75rem -0.1875rem #08080829, 0rem 0.0625rem 0.25rem -0.125rem #00000014;\n --shadow-down-soft-s: 0rem 0.25rem 0.875rem -0.25rem #08080814, 0rem 0.0625rem 0.25rem -0.0625rem #0000000A;\n --shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;\n --shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;\n --shadow-down-hard-m: 0rem 1rem 2rem -0.5rem #0000003D;\n --shadow-down-hard-l: 0rem 3.75rem 7rem -0.5rem #00000066;\n --shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;\n --shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;\n --shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;\n --shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;\n --shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;\n --shadow-up-hard-s: 0rem -0.25rem 0.75rem -0.1875rem #08080833, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;\n}\n\n:root {\n --border-radius-4xl: 2rem;\n --border-radius-3xl: 1.75rem;\n --border-radius-5xl: 2.5rem;\n --border-radius-xs: 0.375rem;\n --border-radius-xxl: 1.5rem;\n --border-radius-s: 0.5rem;\n --border-radius-xl: 1.25rem;\n --border-radius-circle: 100rem;\n --border-radius-m: 0.75rem;\n --border-radius-l: 1rem;\n --border-radius-xxs: 0.25rem;\n}\n\n:root {\n --spacing-16x: 2rem;\n --spacing-12x: 1.5rem;\n --spacing-20x: 2.5rem;\n --spacing-24x: 3rem;\n --spacing-32x: 4rem;\n --spacing-40x: 5rem;\n --spacing-60x: 7.5rem;\n --spacing-4x: 0.5rem;\n --spacing-2x: 0.25rem;\n --spacing-0x: 0rem;\n --spacing-1x: 0.125rem;\n --spacing-3x: 0.375rem;\n --spacing-6x: 0.75rem;\n --spacing-8x: 1rem;\n --spacing-10x: 1.25rem;\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: 'Roboto', sans-serif;\n --plasma-typo-body-font-family: 'Roboto', sans-serif;\n --plasma-typo-header-font-family: 'Roboto', sans-serif;\n --plasma-typo-text-font-family: 'Roboto', sans-serif;\n --plasma-typo-body-xxs-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xxs-bold-letter-spacing: normal;\n --plasma-typo-body-xxs-bold-font-style: normal;\n --plasma-typo-h2-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-h2-medium-letter-spacing: normal;\n --plasma-typo-h2-medium-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-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-font-family: var(--plasma-typo-display-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-display-font-family);\n --plasma-typo-h1-bold-letter-spacing: normal;\n --plasma-typo-h1-bold-font-style: normal;\n --plasma-typo-h1-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-h1-medium-letter-spacing: normal;\n --plasma-typo-h1-medium-font-style: normal;\n --plasma-typo-h2-font-family: var(--plasma-typo-display-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-display-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-display-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-display-font-family);\n --plasma-typo-h3-bold-letter-spacing: normal;\n --plasma-typo-h3-bold-font-style: normal;\n --plasma-typo-h3-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-h3-medium-letter-spacing: normal;\n --plasma-typo-h3-medium-font-style: normal;\n --plasma-typo-h4-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-h4-letter-spacing: normal;\n --plasma-typo-h4-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-h4-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-h4-bold-letter-spacing: normal;\n --plasma-typo-h4-bold-font-style: normal;\n --plasma-typo-h4-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-h4-medium-letter-spacing: normal;\n --plasma-typo-h4-medium-font-style: normal;\n --plasma-typo-body-l-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-l-letter-spacing: normal;\n --plasma-typo-body-l-font-style: normal;\n --plasma-typo-body-l-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-l-bold-letter-spacing: normal;\n --plasma-typo-body-l-bold-font-style: normal;\n --plasma-typo-body-s-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-s-bold-letter-spacing: normal;\n --plasma-typo-body-s-bold-font-style: normal;\n --plasma-typo-body-l-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-l-medium-letter-spacing: normal;\n --plasma-typo-body-l-medium-font-style: normal;\n --plasma-typo-body-m-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-m-letter-spacing: normal;\n --plasma-typo-body-m-font-style: normal;\n --plasma-typo-body-s-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-s-medium-letter-spacing: normal;\n --plasma-typo-body-s-medium-font-style: normal;\n --plasma-typo-body-xs-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xs-letter-spacing: normal;\n --plasma-typo-body-xs-font-style: normal;\n --plasma-typo-body-xs-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xs-bold-letter-spacing: normal;\n --plasma-typo-body-xs-bold-font-style: normal;\n --plasma-typo-body-xs-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xs-medium-letter-spacing: normal;\n --plasma-typo-body-xs-medium-font-style: normal;\n --plasma-typo-body-xxs-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xxs-letter-spacing: normal;\n --plasma-typo-body-xxs-font-style: normal;\n --plasma-typo-body-m-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-m-bold-letter-spacing: normal;\n --plasma-typo-body-m-bold-font-style: normal;\n --plasma-typo-body-m-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-m-medium-letter-spacing: normal;\n --plasma-typo-body-m-medium-font-style: normal;\n --plasma-typo-body-s-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-s-letter-spacing: normal;\n --plasma-typo-body-s-font-style: normal;\n --plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xxs-medium-letter-spacing: normal;\n --plasma-typo-body-xxs-medium-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-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-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-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-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-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-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-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-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-body-xxs-bold-font-size: 0.6875rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.8125rem;\n --plasma-typo-h2-medium-font-size: 1.375rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 1.75rem;\n --plasma-typo-dspl-s-bold-font-size: 2.125rem;\n --plasma-typo-dspl-s-bold-font-weight: 700;\n --plasma-typo-dspl-s-bold-line-height: 2.5625rem;\n --plasma-typo-dspl-s-medium-font-size: 2.125rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 2.5625rem;\n --plasma-typo-h1-font-size: 1.75rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 2.25rem;\n --plasma-typo-h1-bold-font-size: 1.75rem;\n --plasma-typo-h1-bold-font-weight: 700;\n --plasma-typo-h1-bold-line-height: 2.25rem;\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.25rem;\n --plasma-typo-h2-font-size: 1.375rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 1.75rem;\n --plasma-typo-h2-bold-font-size: 1.375rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 1.75rem;\n --plasma-typo-h3-font-size: 1.25rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.4375rem;\n --plasma-typo-h3-bold-font-size: 1.25rem;\n --plasma-typo-h3-bold-font-weight: 700;\n --plasma-typo-h3-bold-line-height: 1.4375rem;\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.4375rem;\n --plasma-typo-h4-font-size: 1rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.25rem;\n --plasma-typo-dspl-s-font-size: 2.125rem;\n --plasma-typo-dspl-s-font-weight: 400;\n --plasma-typo-dspl-s-line-height: 2.5625rem;\n --plasma-typo-h4-bold-font-size: 1rem;\n --plasma-typo-h4-bold-font-weight: 700;\n --plasma-typo-h4-bold-line-height: 1.25rem;\n --plasma-typo-h4-medium-font-size: 1rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.25rem;\n --plasma-typo-body-l-font-size: 0.9375rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.25rem;\n --plasma-typo-body-l-bold-font-size: 0.9375rem;\n --plasma-typo-body-l-bold-font-weight: 700;\n --plasma-typo-body-l-bold-line-height: 1.25rem;\n --plasma-typo-body-s-bold-font-size: 0.8125rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 0.9375rem;\n --plasma-typo-body-l-medium-font-size: 0.9375rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.25rem;\n --plasma-typo-body-m-font-size: 0.875rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.125rem;\n --plasma-typo-body-s-medium-font-size: 0.8125rem;\n --plasma-typo-body-s-medium-font-weight: 500;\n --plasma-typo-body-s-medium-line-height: 0.9375rem;\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-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-font-size: 0.6875rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.8125rem;\n --plasma-typo-body-m-bold-font-size: 0.875rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.125rem;\n --plasma-typo-body-m-medium-font-size: 0.875rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.125rem;\n --plasma-typo-body-s-font-size: 0.8125rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 0.9375rem;\n --plasma-typo-body-xxs-medium-font-size: 0.6875rem;\n --plasma-typo-body-xxs-medium-font-weight: 500;\n --plasma-typo-body-xxs-medium-line-height: 0.8125rem;\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-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-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-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-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-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-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-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-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-s-font-size: 2.125rem;\n --plasma-typo-dspl-s-font-weight: 400;\n --plasma-typo-dspl-s-line-height: 2.5625rem;\n --plasma-typo-dspl-s-bold-font-size: 2.125rem;\n --plasma-typo-dspl-s-bold-font-weight: 700;\n --plasma-typo-dspl-s-bold-line-height: 2.5625rem;\n --plasma-typo-dspl-s-medium-font-size: 2.125rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 2.5625rem;\n --plasma-typo-h1-font-size: 1.75rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 2.25rem;\n --plasma-typo-h1-bold-font-size: 1.75rem;\n --plasma-typo-h1-bold-font-weight: 700;\n --plasma-typo-h1-bold-line-height: 2.25rem;\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.25rem;\n --plasma-typo-h2-font-size: 1.375rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 1.75rem;\n --plasma-typo-h2-bold-font-size: 1.375rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 1.75rem;\n --plasma-typo-h2-medium-font-size: 1.375rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 1.75rem;\n --plasma-typo-h3-font-size: 1.25rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.4375rem;\n --plasma-typo-h3-bold-font-size: 1.25rem;\n --plasma-typo-h3-bold-font-weight: 700;\n --plasma-typo-h3-bold-line-height: 1.4375rem;\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.4375rem;\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: 1rem;\n --plasma-typo-h4-bold-font-weight: 700;\n --plasma-typo-h4-bold-line-height: 1.25rem;\n --plasma-typo-h4-medium-font-size: 1rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.25rem;\n --plasma-typo-body-l-font-size: 0.9375rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.25rem;\n --plasma-typo-body-l-bold-font-size: 0.9375rem;\n --plasma-typo-body-l-bold-font-weight: 700;\n --plasma-typo-body-l-bold-line-height: 1.25rem;\n --plasma-typo-body-l-medium-font-size: 0.9375rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.125rem;\n --plasma-typo-body-m-font-size: 0.875rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.125rem;\n --plasma-typo-body-m-bold-font-size: 0.875rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.125rem;\n --plasma-typo-body-m-medium-font-size: 0.875rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.125rem;\n --plasma-typo-body-s-font-size: 0.8125rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 0.9375rem;\n --plasma-typo-body-s-bold-font-size: 0.8125rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 0.9375rem;\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-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-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-font-size: 0.6875rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.8125rem;\n --plasma-typo-body-xxs-bold-font-size: 0.6875rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.8125rem;\n --plasma-typo-body-xxs-medium-font-size: 0.6875rem;\n --plasma-typo-body-xxs-medium-font-weight: 500;\n --plasma-typo-body-xxs-medium-line-height: 0.8125rem;\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-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-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-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-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-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-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-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 --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 }\n}\n\n@media (min-width: 960px) {\n :root {\n --plasma-typo-dspl-s-font-size: 2.125rem;\n --plasma-typo-dspl-s-font-weight: 400;\n --plasma-typo-dspl-s-line-height: 2.5625rem;\n --plasma-typo-dspl-s-bold-font-size: 2.125rem;\n --plasma-typo-dspl-s-bold-font-weight: 700;\n --plasma-typo-dspl-s-bold-line-height: 2.5625rem;\n --plasma-typo-dspl-s-medium-font-size: 2.125rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 2.5625rem;\n --plasma-typo-h3-bold-font-size: 1.25rem;\n --plasma-typo-h3-bold-font-weight: 700;\n --plasma-typo-h3-bold-line-height: 1.4375rem;\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.4375rem;\n --plasma-typo-h4-font-size: 1.25rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.625rem;\n --plasma-typo-h4-bold-font-size: 1rem;\n --plasma-typo-h4-bold-font-weight: 700;\n --plasma-typo-h4-bold-line-height: 1.25rem;\n --plasma-typo-h4-medium-font-size: 1rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.25rem;\n --plasma-typo-body-m-medium-font-size: 0.875rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.125rem;\n --plasma-typo-body-s-font-size: 0.8125rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 0.9375rem;\n --plasma-typo-body-s-bold-font-size: 0.8125rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 0.9375rem;\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: 0.9375rem;\n --plasma-typo-body-l-bold-font-weight: 700;\n --plasma-typo-body-l-bold-line-height: 1.25rem;\n --plasma-typo-body-l-medium-font-size: 0.9375rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.125rem;\n --plasma-typo-h1-font-size: 1.75rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 2.25rem;\n --plasma-typo-h1-bold-font-size: 1.75rem;\n --plasma-typo-h1-bold-font-weight: 700;\n --plasma-typo-h1-bold-line-height: 2.25rem;\n --plasma-typo-body-m-font-size: 0.875rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.125rem;\n --plasma-typo-body-m-bold-font-size: 0.875rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.125rem;\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.25rem;\n --plasma-typo-h2-font-size: 1.375rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 1.75rem;\n --plasma-typo-h2-bold-font-size: 1.375rem;\n --plasma-typo-h2-bold-font-weight: 700;\n --plasma-typo-h2-bold-line-height: 1.75rem;\n --plasma-typo-h2-medium-font-size: 1.375rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 1.75rem;\n --plasma-typo-h3-font-size: 1.25rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.4375rem;\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-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 --plasma-typo-body-xxs-bold-font-size: 0.6875rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.8125rem;\n --plasma-typo-body-s-medium-font-size: 0.8125rem;\n --plasma-typo-body-s-medium-font-weight: 500;\n --plasma-typo-body-s-medium-line-height: 0.9375rem;\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-text-l-medium-font-size: 1.5rem;\n --plasma-typo-text-l-medium-font-weight: 500;\n --plasma-typo-text-l-medium-line-height: 2rem;\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.625rem;\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.625rem;\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.625rem;\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-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-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-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-font-size: 0.6875rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.8125rem;\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-font-size: 1.5rem;\n --plasma-typo-text-l-font-weight: 400;\n --plasma-typo-text-l-line-height: 2rem;\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: 2rem;\n }\n}`] as unknown as TemplateStringsArray;\n"],"names":["sdds_sbcom__dark"],"mappings":";;;;AAAA;;AAEO,IAAMA,gBAAgB,GAAG,CA2xCM,ovmEAAA;;;;"}