@salutejs-ds/yvvyschshol 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +21 -0
- package/components/Button/Button.config.d.ts +26 -0
- package/components/Button/Button.config.js +34 -0
- package/components/Button/Button.config.js.map +1 -0
- package/components/Button/Button.config_1foruvm.css +11 -0
- package/components/Button/Button.css +11 -0
- package/components/Button/Button.d.ts +65 -0
- package/components/Button/Button.js +17 -0
- package/components/Button/Button.js.map +1 -0
- package/components/Button/index.d.ts +1 -0
- package/components/Checkbox/Checkbox.config.d.ts +18 -0
- package/components/Checkbox/Checkbox.config.js +26 -0
- package/components/Checkbox/Checkbox.config.js.map +1 -0
- package/components/Checkbox/Checkbox.config_x21b7j.css +6 -0
- package/components/Checkbox/Checkbox.css +6 -0
- package/components/Checkbox/Checkbox.d.ts +14 -0
- package/components/Checkbox/Checkbox.js +17 -0
- package/components/Checkbox/Checkbox.js.map +1 -0
- package/components/Checkbox/index.d.ts +1 -0
- package/components/IconButton/IconButton.config.d.ts +24 -0
- package/components/IconButton/IconButton.config.js +32 -0
- package/components/IconButton/IconButton.config.js.map +1 -0
- package/components/IconButton/IconButton.config_1c5nicw.css +9 -0
- package/components/IconButton/IconButton.css +9 -0
- package/components/IconButton/IconButton.d.ts +63 -0
- package/components/IconButton/IconButton.js +17 -0
- package/components/IconButton/IconButton.js.map +1 -0
- package/components/IconButton/index.d.ts +1 -0
- package/components/Link/Link.config.d.ts +20 -0
- package/components/Link/Link.config.js +28 -0
- package/components/Link/Link.config.js.map +1 -0
- package/components/Link/Link.config_1rhi0cx.css +8 -0
- package/components/Link/Link.css +8 -0
- package/components/Link/Link.d.ts +16 -0
- package/components/Link/Link.js +17 -0
- package/components/Link/Link.js.map +1 -0
- package/components/Link/index.d.ts +1 -0
- package/components/Radiobox/Radiobox.config.d.ts +18 -0
- package/components/Radiobox/Radiobox.config.js +26 -0
- package/components/Radiobox/Radiobox.config.js.map +1 -0
- package/components/Radiobox/Radiobox.config_mh8bje.css +6 -0
- package/components/Radiobox/Radiobox.css +6 -0
- package/components/Radiobox/Radiobox.d.ts +14 -0
- package/components/Radiobox/Radiobox.js +17 -0
- package/components/Radiobox/Radiobox.js.map +1 -0
- package/components/Radiobox/index.d.ts +1 -0
- package/css/yvvyschshol.module.css +2352 -0
- package/css/yvvyschshol__dark.css +1517 -0
- package/css/yvvyschshol__light.css +1517 -0
- package/es/components/Button/Button.config.js +30 -0
- package/es/components/Button/Button.config.js.map +1 -0
- package/es/components/Button/Button.config_1foruvm.css +11 -0
- package/es/components/Button/Button.css +11 -0
- package/es/components/Button/Button.js +13 -0
- package/es/components/Button/Button.js.map +1 -0
- package/es/components/Checkbox/Checkbox.config.js +22 -0
- package/es/components/Checkbox/Checkbox.config.js.map +1 -0
- package/es/components/Checkbox/Checkbox.config_x21b7j.css +6 -0
- package/es/components/Checkbox/Checkbox.css +6 -0
- package/es/components/Checkbox/Checkbox.js +13 -0
- package/es/components/Checkbox/Checkbox.js.map +1 -0
- package/es/components/IconButton/IconButton.config.js +28 -0
- package/es/components/IconButton/IconButton.config.js.map +1 -0
- package/es/components/IconButton/IconButton.config_1c5nicw.css +9 -0
- package/es/components/IconButton/IconButton.css +9 -0
- package/es/components/IconButton/IconButton.js +13 -0
- package/es/components/IconButton/IconButton.js.map +1 -0
- package/es/components/Link/Link.config.js +24 -0
- package/es/components/Link/Link.config.js.map +1 -0
- package/es/components/Link/Link.config_1rhi0cx.css +8 -0
- package/es/components/Link/Link.css +8 -0
- package/es/components/Link/Link.js +13 -0
- package/es/components/Link/Link.js.map +1 -0
- package/es/components/Radiobox/Radiobox.config.js +22 -0
- package/es/components/Radiobox/Radiobox.config.js.map +1 -0
- package/es/components/Radiobox/Radiobox.config_mh8bje.css +6 -0
- package/es/components/Radiobox/Radiobox.css +6 -0
- package/es/components/Radiobox/Radiobox.js +13 -0
- package/es/components/Radiobox/Radiobox.js.map +1 -0
- package/es/index.css +44 -0
- package/es/index.js +9 -0
- package/es/index.js.map +1 -0
- package/es/theme/themes/yvvyschshol__dark.js +6 -0
- package/es/theme/themes/yvvyschshol__dark.js.map +1 -0
- package/es/theme/themes/yvvyschshol__light.js +6 -0
- package/es/theme/themes/yvvyschshol__light.js.map +1 -0
- package/es/theme/tokens/index.js +3101 -0
- package/es/theme/tokens/index.js.map +1 -0
- package/index.css +44 -0
- package/index.d.ts +6 -0
- package/index.js +936 -0
- package/index.js.map +1 -0
- package/package.json +99 -0
- package/styled-components/cjs/Button/Button.config.js +35 -0
- package/styled-components/cjs/Button/Button.js +15 -0
- package/styled-components/cjs/Button/index.js +12 -0
- package/styled-components/cjs/Checkbox/Checkbox.config.js +27 -0
- package/styled-components/cjs/Checkbox/Checkbox.js +15 -0
- package/styled-components/cjs/Checkbox/index.js +12 -0
- package/styled-components/cjs/IconButton/IconButton.config.js +33 -0
- package/styled-components/cjs/IconButton/IconButton.js +15 -0
- package/styled-components/cjs/IconButton/index.js +12 -0
- package/styled-components/cjs/Link/Link.config.js +29 -0
- package/styled-components/cjs/Link/Link.js +15 -0
- package/styled-components/cjs/Link/index.js +12 -0
- package/styled-components/cjs/Radiobox/Radiobox.config.js +27 -0
- package/styled-components/cjs/Radiobox/Radiobox.js +15 -0
- package/styled-components/cjs/Radiobox/index.js +12 -0
- package/styled-components/es/Button/Button.config.js +29 -0
- package/styled-components/es/Button/Button.js +9 -0
- package/styled-components/es/Button/index.js +1 -0
- package/styled-components/es/Checkbox/Checkbox.config.js +21 -0
- package/styled-components/es/Checkbox/Checkbox.js +9 -0
- package/styled-components/es/Checkbox/index.js +1 -0
- package/styled-components/es/IconButton/IconButton.config.js +27 -0
- package/styled-components/es/IconButton/IconButton.js +9 -0
- package/styled-components/es/IconButton/index.js +1 -0
- package/styled-components/es/Link/Link.config.js +23 -0
- package/styled-components/es/Link/Link.js +9 -0
- package/styled-components/es/Link/index.js +1 -0
- package/styled-components/es/Radiobox/Radiobox.config.js +21 -0
- package/styled-components/es/Radiobox/Radiobox.js +9 -0
- package/styled-components/es/Radiobox/index.js +1 -0
- package/styled-components/package.json +5 -0
- package/theme/index.d.ts +2 -0
- package/theme/themes/index.d.ts +2 -0
- package/theme/themes/yvvyschshol__dark.d.ts +1 -0
- package/theme/themes/yvvyschshol__dark.js +10 -0
- package/theme/themes/yvvyschshol__dark.js.map +1 -0
- package/theme/themes/yvvyschshol__light.d.ts +1 -0
- package/theme/themes/yvvyschshol__light.js +10 -0
- package/theme/themes/yvvyschshol__light.js.map +1 -0
- package/theme/tokens/index.d.ts +2185 -0
- package/theme/tokens/index.js +4017 -0
- package/theme/tokens/index.js.map +1 -0
package/es/index.js
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { yvvyschshol__dark } from './theme/themes/yvvyschshol__dark.js';
|
|
2
|
+
export { yvvyschshol__light } from './theme/themes/yvvyschshol__light.js';
|
|
3
|
+
export { backgroundPrimary, bodyL, bodyLBold, bodyLMedium, bodyM, bodyMBold, bodyMMedium, bodyS, bodySBold, bodySMedium, bodyXS, bodyXSBold, bodyXSMedium, bodyXXS, bodyXXSBold, bodyXXSMedium, borderRadiusCircle, borderRadiusL, borderRadiusM, borderRadiusS, borderRadiusXl, borderRadiusXs, borderRadiusXxl, borderRadiusXxs, darkBackgroundPrimary, dataYellow, dataYellowActive, dataYellowHover, dataYellowMinor, dataYellowMinorActive, dataYellowMinorHover, dataYellowTransparent, dataYellowTransparentActive, dataYellowTransparentHover, dsplL, dsplLBold, dsplLMedium, dsplM, dsplMBold, dsplMMedium, dsplS, dsplSBold, dsplSMedium, h1, h1Bold, h1Medium, h2, h2Bold, h2Medium, h3, h3Bold, h3Medium, h4, h4Bold, h4Medium, h5, h5Bold, h5Medium, inverseBackgroundPrimary, inverseDataYellow, inverseDataYellowActive, inverseDataYellowHover, inverseDataYellowMinor, inverseDataYellowMinorActive, inverseDataYellowMinorHover, inverseDataYellowTransparent, inverseDataYellowTransparentActive, inverseDataYellowTransparentHover, inverseOutlineAccent, inverseOutlineAccentActive, inverseOutlineAccentHover, inverseOutlineAccentMinor, inverseOutlineAccentMinorActive, inverseOutlineAccentMinorHover, inverseOutlineClear, inverseOutlineClearActive, inverseOutlineClearHover, inverseOutlineInfo, inverseOutlineInfoActive, inverseOutlineInfoHover, inverseOutlineInfoMinor, inverseOutlineInfoMinorActive, inverseOutlineInfoMinorHover, inverseOutlineNegative, inverseOutlineNegativeActive, inverseOutlineNegativeHover, inverseOutlineNegativeMinor, inverseOutlineNegativeMinorActive, inverseOutlineNegativeMinorHover, inverseOutlinePositive, inverseOutlinePositiveActive, inverseOutlinePositiveHover, inverseOutlinePositiveMinor, inverseOutlinePositiveMinorActive, inverseOutlinePositiveMinorHover, inverseOutlineSolidDefault, inverseOutlineSolidDefaultActive, inverseOutlineSolidDefaultHover, inverseOutlineSolidPrimary, inverseOutlineSolidPrimaryActive, inverseOutlineSolidPrimaryHover, inverseOutlineSolidSecondary, inverseOutlineSolidSecondaryActive, inverseOutlineSolidSecondaryHover, inverseOutlineSolidTertiary, inverseOutlineSolidTertiaryActive, inverseOutlineSolidTertiaryHover, inverseOutlineTransparentAccent, inverseOutlineTransparentAccentActive, inverseOutlineTransparentAccentHover, inverseOutlineTransparentInfo, inverseOutlineTransparentInfoActive, inverseOutlineTransparentInfoHover, inverseOutlineTransparentNegative, inverseOutlineTransparentNegativeActive, inverseOutlineTransparentNegativeHover, inverseOutlineTransparentPositive, inverseOutlineTransparentPositiveActive, inverseOutlineTransparentPositiveHover, inverseOutlineTransparentPrimary, inverseOutlineTransparentPrimaryActive, inverseOutlineTransparentPrimaryHover, inverseOutlineTransparentSecondary, inverseOutlineTransparentSecondaryActive, inverseOutlineTransparentSecondaryHover, inverseOutlineTransparentTertiary, inverseOutlineTransparentTertiaryActive, inverseOutlineTransparentTertiaryHover, inverseOutlineTransparentWarning, inverseOutlineTransparentWarningActive, inverseOutlineTransparentWarningHover, inverseOutlineWarning, inverseOutlineWarningActive, inverseOutlineWarningHover, inverseOutlineWarningMinor, inverseOutlineWarningMinorActive, inverseOutlineWarningMinorHover, inverseOverlayBlur, inverseOverlayHard, inverseOverlaySoft, inverseSurfaceAccent, inverseSurfaceAccentActive, inverseSurfaceAccentHover, inverseSurfaceAccentMinor, inverseSurfaceAccentMinorActive, inverseSurfaceAccentMinorHover, inverseSurfaceClear, inverseSurfaceClearActive, inverseSurfaceClearHover, inverseSurfaceInfo, inverseSurfaceInfoActive, inverseSurfaceInfoHover, inverseSurfaceInfoMinor, inverseSurfaceInfoMinorActive, inverseSurfaceInfoMinorHover, inverseSurfaceNegative, inverseSurfaceNegativeActive, inverseSurfaceNegativeHover, inverseSurfaceNegativeMinor, inverseSurfaceNegativeMinorActive, inverseSurfaceNegativeMinorHover, inverseSurfacePositive, inverseSurfacePositiveActive, inverseSurfacePositiveHover, inverseSurfacePositiveMinor, inverseSurfacePositiveMinorActive, inverseSurfacePositiveMinorHover, inverseSurfaceSolidCard, inverseSurfaceSolidCardActive, inverseSurfaceSolidCardBrightness, inverseSurfaceSolidCardHover, inverseSurfaceSolidDefault, inverseSurfaceSolidDefaultActive, inverseSurfaceSolidDefaultHover, inverseSurfaceSolidPrimary, inverseSurfaceSolidPrimaryActive, inverseSurfaceSolidPrimaryBrightness, inverseSurfaceSolidPrimaryHover, inverseSurfaceSolidSecondary, inverseSurfaceSolidSecondaryActive, inverseSurfaceSolidSecondaryHover, inverseSurfaceSolidTertiary, inverseSurfaceSolidTertiaryActive, inverseSurfaceSolidTertiaryHover, inverseSurfaceTransparentAccent, inverseSurfaceTransparentAccentActive, inverseSurfaceTransparentAccentHover, inverseSurfaceTransparentCard, inverseSurfaceTransparentCardActive, inverseSurfaceTransparentCardBrightness, inverseSurfaceTransparentCardHover, inverseSurfaceTransparentDeep, inverseSurfaceTransparentDeepActive, inverseSurfaceTransparentDeepHover, inverseSurfaceTransparentInfo, inverseSurfaceTransparentInfoActive, inverseSurfaceTransparentInfoHover, inverseSurfaceTransparentNegative, inverseSurfaceTransparentNegativeActive, inverseSurfaceTransparentNegativeHover, inverseSurfaceTransparentPositive, inverseSurfaceTransparentPositiveActive, inverseSurfaceTransparentPositiveHover, inverseSurfaceTransparentPrimary, inverseSurfaceTransparentPrimaryActive, inverseSurfaceTransparentPrimaryHover, inverseSurfaceTransparentSecondary, inverseSurfaceTransparentSecondaryActive, inverseSurfaceTransparentSecondaryHover, inverseSurfaceTransparentTertiary, inverseSurfaceTransparentTertiaryActive, inverseSurfaceTransparentTertiaryHover, inverseSurfaceTransparentWarning, inverseSurfaceTransparentWarningActive, inverseSurfaceTransparentWarningHover, inverseSurfaceWarning, inverseSurfaceWarningActive, inverseSurfaceWarningHover, inverseSurfaceWarningMinor, inverseSurfaceWarningMinorActive, inverseSurfaceWarningMinorHover, inverseTextAccent, inverseTextAccentActive, inverseTextAccentHover, inverseTextAccentMinor, inverseTextAccentMinorActive, inverseTextAccentMinorHover, inverseTextInfo, inverseTextInfoActive, inverseTextInfoHover, inverseTextInfoMinor, inverseTextInfoMinorActive, inverseTextInfoMinorHover, inverseTextNegative, inverseTextNegativeActive, inverseTextNegativeHover, inverseTextNegativeMinor, inverseTextNegativeMinorActive, inverseTextNegativeMinorHover, inverseTextParagraph, inverseTextParagraphActive, inverseTextParagraphHover, inverseTextPositive, inverseTextPositiveActive, inverseTextPositiveHover, inverseTextPositiveMinor, inverseTextPositiveMinorActive, inverseTextPositiveMinorHover, inverseTextPrimary, inverseTextPrimaryActive, inverseTextPrimaryBrightness, inverseTextPrimaryHover, inverseTextSecondary, inverseTextSecondaryActive, inverseTextSecondaryHover, inverseTextTertiary, inverseTextTertiaryActive, inverseTextTertiaryHover, inverseTextWarning, inverseTextWarningActive, inverseTextWarningHover, inverseTextWarningMinor, inverseTextWarningMinorActive, inverseTextWarningMinorHover, lightBackgroundPrimary, onDarkDataYellow, onDarkDataYellowActive, onDarkDataYellowHover, onDarkDataYellowMinor, onDarkDataYellowMinorActive, onDarkDataYellowMinorHover, onDarkDataYellowTransparent, onDarkDataYellowTransparentActive, onDarkDataYellowTransparentHover, onDarkOutlineAccent, onDarkOutlineAccentActive, onDarkOutlineAccentHover, onDarkOutlineAccentMinor, onDarkOutlineAccentMinorActive, onDarkOutlineAccentMinorHover, onDarkOutlineClear, onDarkOutlineClearActive, onDarkOutlineClearHover, onDarkOutlineInfo, onDarkOutlineInfoActive, onDarkOutlineInfoHover, onDarkOutlineInfoMinor, onDarkOutlineInfoMinorActive, onDarkOutlineInfoMinorHover, onDarkOutlineNegative, onDarkOutlineNegativeActive, onDarkOutlineNegativeHover, onDarkOutlineNegativeMinor, onDarkOutlineNegativeMinorActive, onDarkOutlineNegativeMinorHover, onDarkOutlinePositive, onDarkOutlinePositiveActive, onDarkOutlinePositiveHover, onDarkOutlinePositiveMinor, onDarkOutlinePositiveMinorActive, onDarkOutlinePositiveMinorHover, onDarkOutlineSolidDefault, onDarkOutlineSolidDefaultActive, onDarkOutlineSolidDefaultHover, onDarkOutlineSolidPrimary, onDarkOutlineSolidPrimaryActive, onDarkOutlineSolidPrimaryHover, onDarkOutlineSolidSecondary, onDarkOutlineSolidSecondaryActive, onDarkOutlineSolidSecondaryHover, onDarkOutlineSolidTertiary, onDarkOutlineSolidTertiaryActive, onDarkOutlineSolidTertiaryHover, onDarkOutlineTransparentAccent, onDarkOutlineTransparentAccentActive, onDarkOutlineTransparentAccentHover, onDarkOutlineTransparentInfo, onDarkOutlineTransparentInfoActive, onDarkOutlineTransparentInfoHover, onDarkOutlineTransparentNegative, onDarkOutlineTransparentNegativeActive, onDarkOutlineTransparentNegativeHover, onDarkOutlineTransparentPositive, onDarkOutlineTransparentPositiveActive, onDarkOutlineTransparentPositiveHover, onDarkOutlineTransparentPrimary, onDarkOutlineTransparentPrimaryActive, onDarkOutlineTransparentPrimaryHover, onDarkOutlineTransparentSecondary, onDarkOutlineTransparentSecondaryActive, onDarkOutlineTransparentSecondaryHover, onDarkOutlineTransparentTertiary, onDarkOutlineTransparentTertiaryActive, onDarkOutlineTransparentTertiaryHover, onDarkOutlineTransparentWarning, onDarkOutlineTransparentWarningActive, onDarkOutlineTransparentWarningHover, onDarkOutlineWarning, onDarkOutlineWarningActive, onDarkOutlineWarningHover, onDarkOutlineWarningMinor, onDarkOutlineWarningMinorActive, onDarkOutlineWarningMinorHover, onDarkOverlayBlur, onDarkOverlayHard, onDarkOverlaySoft, onDarkSurfaceAccent, onDarkSurfaceAccentActive, onDarkSurfaceAccentHover, onDarkSurfaceAccentMinor, onDarkSurfaceAccentMinorActive, onDarkSurfaceAccentMinorHover, onDarkSurfaceClear, onDarkSurfaceClearActive, onDarkSurfaceClearHover, onDarkSurfaceInfo, onDarkSurfaceInfoActive, onDarkSurfaceInfoHover, onDarkSurfaceInfoMinor, onDarkSurfaceInfoMinorActive, onDarkSurfaceInfoMinorHover, onDarkSurfaceNegative, onDarkSurfaceNegativeActive, onDarkSurfaceNegativeHover, onDarkSurfaceNegativeMinor, onDarkSurfaceNegativeMinorActive, onDarkSurfaceNegativeMinorHover, onDarkSurfacePositive, onDarkSurfacePositiveActive, onDarkSurfacePositiveHover, onDarkSurfacePositiveMinor, onDarkSurfacePositiveMinorActive, onDarkSurfacePositiveMinorHover, onDarkSurfaceSolidCard, onDarkSurfaceSolidCardActive, onDarkSurfaceSolidCardBrightness, onDarkSurfaceSolidCardHover, onDarkSurfaceSolidDefault, onDarkSurfaceSolidDefaultActive, onDarkSurfaceSolidDefaultHover, onDarkSurfaceSolidPrimary, onDarkSurfaceSolidPrimaryActive, onDarkSurfaceSolidPrimaryBrightness, onDarkSurfaceSolidPrimaryHover, onDarkSurfaceSolidSecondary, onDarkSurfaceSolidSecondaryActive, onDarkSurfaceSolidSecondaryHover, onDarkSurfaceSolidTertiary, onDarkSurfaceSolidTertiaryActive, onDarkSurfaceSolidTertiaryHover, onDarkSurfaceTransparentAccent, onDarkSurfaceTransparentAccentActive, onDarkSurfaceTransparentAccentHover, onDarkSurfaceTransparentCard, onDarkSurfaceTransparentCardActive, onDarkSurfaceTransparentCardBrightness, onDarkSurfaceTransparentCardHover, onDarkSurfaceTransparentDeep, onDarkSurfaceTransparentDeepActive, onDarkSurfaceTransparentDeepHover, onDarkSurfaceTransparentInfo, onDarkSurfaceTransparentInfoActive, onDarkSurfaceTransparentInfoHover, onDarkSurfaceTransparentNegative, onDarkSurfaceTransparentNegativeActive, onDarkSurfaceTransparentNegativeHover, onDarkSurfaceTransparentPositive, onDarkSurfaceTransparentPositiveActive, onDarkSurfaceTransparentPositiveHover, onDarkSurfaceTransparentPrimary, onDarkSurfaceTransparentPrimaryActive, onDarkSurfaceTransparentPrimaryHover, onDarkSurfaceTransparentSecondary, onDarkSurfaceTransparentSecondaryActive, onDarkSurfaceTransparentSecondaryHover, onDarkSurfaceTransparentTertiary, onDarkSurfaceTransparentTertiaryActive, onDarkSurfaceTransparentTertiaryHover, onDarkSurfaceTransparentWarning, onDarkSurfaceTransparentWarningActive, onDarkSurfaceTransparentWarningHover, onDarkSurfaceWarning, onDarkSurfaceWarningActive, onDarkSurfaceWarningHover, onDarkSurfaceWarningMinor, onDarkSurfaceWarningMinorActive, onDarkSurfaceWarningMinorHover, onDarkTextAccent, onDarkTextAccentActive, onDarkTextAccentHover, onDarkTextAccentMinor, onDarkTextAccentMinorActive, onDarkTextAccentMinorHover, onDarkTextInfo, onDarkTextInfoActive, onDarkTextInfoHover, onDarkTextInfoMinor, onDarkTextInfoMinorActive, onDarkTextInfoMinorHover, onDarkTextNegative, onDarkTextNegativeActive, onDarkTextNegativeHover, onDarkTextNegativeMinor, onDarkTextNegativeMinorActive, onDarkTextNegativeMinorHover, onDarkTextParagraph, onDarkTextParagraphActive, onDarkTextParagraphHover, onDarkTextPositive, onDarkTextPositiveActive, onDarkTextPositiveHover, onDarkTextPositiveMinor, onDarkTextPositiveMinorActive, onDarkTextPositiveMinorHover, onDarkTextPrimary, onDarkTextPrimaryActive, onDarkTextPrimaryBrightness, onDarkTextPrimaryHover, onDarkTextSecondary, onDarkTextSecondaryActive, onDarkTextSecondaryHover, onDarkTextTertiary, onDarkTextTertiaryActive, onDarkTextTertiaryHover, onDarkTextWarning, onDarkTextWarningActive, onDarkTextWarningHover, onDarkTextWarningMinor, onDarkTextWarningMinorActive, onDarkTextWarningMinorHover, onLightDataYellow, onLightDataYellowActive, onLightDataYellowHover, onLightDataYellowMinor, onLightDataYellowMinorActive, onLightDataYellowMinorHover, onLightDataYellowTransparent, onLightDataYellowTransparentActive, onLightDataYellowTransparentHover, onLightOutlineAccent, onLightOutlineAccentActive, onLightOutlineAccentHover, onLightOutlineAccentMinor, onLightOutlineAccentMinorActive, onLightOutlineAccentMinorHover, onLightOutlineClear, onLightOutlineClearActive, onLightOutlineClearHover, onLightOutlineInfo, onLightOutlineInfoActive, onLightOutlineInfoHover, onLightOutlineInfoMinor, onLightOutlineInfoMinorActive, onLightOutlineInfoMinorHover, onLightOutlineNegative, onLightOutlineNegativeActive, onLightOutlineNegativeHover, onLightOutlineNegativeMinor, onLightOutlineNegativeMinorActive, onLightOutlineNegativeMinorHover, onLightOutlinePositive, onLightOutlinePositiveActive, onLightOutlinePositiveHover, onLightOutlinePositiveMinor, onLightOutlinePositiveMinorActive, onLightOutlinePositiveMinorHover, onLightOutlineSolidDefault, onLightOutlineSolidDefaultActive, onLightOutlineSolidDefaultHover, onLightOutlineSolidPrimary, onLightOutlineSolidPrimaryActive, onLightOutlineSolidPrimaryHover, onLightOutlineSolidSecondary, onLightOutlineSolidSecondaryActive, onLightOutlineSolidSecondaryHover, onLightOutlineSolidTertiary, onLightOutlineSolidTertiaryActive, onLightOutlineSolidTertiaryHover, onLightOutlineTransparentAccent, onLightOutlineTransparentAccentActive, onLightOutlineTransparentAccentHover, onLightOutlineTransparentInfo, onLightOutlineTransparentInfoActive, onLightOutlineTransparentInfoHover, onLightOutlineTransparentNegative, onLightOutlineTransparentNegativeActive, onLightOutlineTransparentNegativeHover, onLightOutlineTransparentPositive, onLightOutlineTransparentPositiveActive, onLightOutlineTransparentPositiveHover, onLightOutlineTransparentPrimary, onLightOutlineTransparentPrimaryActive, onLightOutlineTransparentPrimaryHover, onLightOutlineTransparentSecondary, onLightOutlineTransparentSecondaryActive, onLightOutlineTransparentSecondaryHover, onLightOutlineTransparentTertiary, onLightOutlineTransparentTertiaryActive, onLightOutlineTransparentTertiaryHover, onLightOutlineTransparentWarning, onLightOutlineTransparentWarningActive, onLightOutlineTransparentWarningHover, onLightOutlineWarning, onLightOutlineWarningActive, onLightOutlineWarningHover, onLightOutlineWarningMinor, onLightOutlineWarningMinorActive, onLightOutlineWarningMinorHover, onLightOverlayBlur, onLightOverlayHard, onLightOverlaySoft, onLightSurfaceAccent, onLightSurfaceAccentActive, onLightSurfaceAccentHover, onLightSurfaceAccentMinor, onLightSurfaceAccentMinorActive, onLightSurfaceAccentMinorHover, onLightSurfaceClear, onLightSurfaceClearActive, onLightSurfaceClearHover, onLightSurfaceInfo, onLightSurfaceInfoActive, onLightSurfaceInfoHover, onLightSurfaceInfoMinor, onLightSurfaceInfoMinorActive, onLightSurfaceInfoMinorHover, onLightSurfaceNegative, onLightSurfaceNegativeActive, onLightSurfaceNegativeHover, onLightSurfaceNegativeMinor, onLightSurfaceNegativeMinorActive, onLightSurfaceNegativeMinorHover, onLightSurfacePositive, onLightSurfacePositiveActive, onLightSurfacePositiveHover, onLightSurfacePositiveMinor, onLightSurfacePositiveMinorActive, onLightSurfacePositiveMinorHover, onLightSurfaceSolidCard, onLightSurfaceSolidCardActive, onLightSurfaceSolidCardBrightness, onLightSurfaceSolidCardHover, onLightSurfaceSolidDefault, onLightSurfaceSolidDefaultActive, onLightSurfaceSolidDefaultHover, onLightSurfaceSolidPrimary, onLightSurfaceSolidPrimaryActive, onLightSurfaceSolidPrimaryBrightness, onLightSurfaceSolidPrimaryHover, onLightSurfaceSolidSecondary, onLightSurfaceSolidSecondaryActive, onLightSurfaceSolidSecondaryHover, onLightSurfaceSolidTertiary, onLightSurfaceSolidTertiaryActive, onLightSurfaceSolidTertiaryHover, onLightSurfaceTransparentAccent, onLightSurfaceTransparentAccentActive, onLightSurfaceTransparentAccentHover, onLightSurfaceTransparentCard, onLightSurfaceTransparentCardActive, onLightSurfaceTransparentCardBrightness, onLightSurfaceTransparentCardHover, onLightSurfaceTransparentDeep, onLightSurfaceTransparentDeepActive, onLightSurfaceTransparentDeepHover, onLightSurfaceTransparentInfo, onLightSurfaceTransparentInfoActive, onLightSurfaceTransparentInfoHover, onLightSurfaceTransparentNegative, onLightSurfaceTransparentNegativeActive, onLightSurfaceTransparentNegativeHover, onLightSurfaceTransparentPositive, onLightSurfaceTransparentPositiveActive, onLightSurfaceTransparentPositiveHover, onLightSurfaceTransparentPrimary, onLightSurfaceTransparentPrimaryActive, onLightSurfaceTransparentPrimaryHover, onLightSurfaceTransparentSecondary, onLightSurfaceTransparentSecondaryActive, onLightSurfaceTransparentSecondaryHover, onLightSurfaceTransparentTertiary, onLightSurfaceTransparentTertiaryActive, onLightSurfaceTransparentTertiaryHover, onLightSurfaceTransparentWarning, onLightSurfaceTransparentWarningActive, onLightSurfaceTransparentWarningHover, onLightSurfaceWarning, onLightSurfaceWarningActive, onLightSurfaceWarningHover, onLightSurfaceWarningMinor, onLightSurfaceWarningMinorActive, onLightSurfaceWarningMinorHover, onLightTextAccent, onLightTextAccentActive, onLightTextAccentHover, onLightTextAccentMinor, onLightTextAccentMinorActive, onLightTextAccentMinorHover, onLightTextInfo, onLightTextInfoActive, onLightTextInfoHover, onLightTextInfoMinor, onLightTextInfoMinorActive, onLightTextInfoMinorHover, onLightTextNegative, onLightTextNegativeActive, onLightTextNegativeHover, onLightTextNegativeMinor, onLightTextNegativeMinorActive, onLightTextNegativeMinorHover, onLightTextParagraph, onLightTextParagraphActive, onLightTextParagraphHover, onLightTextPositive, onLightTextPositiveActive, onLightTextPositiveHover, onLightTextPositiveMinor, onLightTextPositiveMinorActive, onLightTextPositiveMinorHover, onLightTextPrimary, onLightTextPrimaryActive, onLightTextPrimaryBrightness, onLightTextPrimaryHover, onLightTextSecondary, onLightTextSecondaryActive, onLightTextSecondaryHover, onLightTextTertiary, onLightTextTertiaryActive, onLightTextTertiaryHover, onLightTextWarning, onLightTextWarningActive, onLightTextWarningHover, onLightTextWarningMinor, onLightTextWarningMinorActive, onLightTextWarningMinorHover, outlineAccent, outlineAccentActive, outlineAccentHover, outlineAccentMinor, outlineAccentMinorActive, outlineAccentMinorHover, outlineClear, outlineClearActive, outlineClearHover, outlineInfo, outlineInfoActive, outlineInfoHover, outlineInfoMinor, outlineInfoMinorActive, outlineInfoMinorHover, outlineNegative, outlineNegativeActive, outlineNegativeHover, outlineNegativeMinor, outlineNegativeMinorActive, outlineNegativeMinorHover, outlinePositive, outlinePositiveActive, outlinePositiveHover, outlinePositiveMinor, outlinePositiveMinorActive, outlinePositiveMinorHover, outlineSolidDefault, outlineSolidDefaultActive, outlineSolidDefaultHover, outlineSolidPrimary, outlineSolidPrimaryActive, outlineSolidPrimaryHover, outlineSolidSecondary, outlineSolidSecondaryActive, outlineSolidSecondaryHover, outlineSolidTertiary, outlineSolidTertiaryActive, outlineSolidTertiaryHover, outlineTransparentAccent, outlineTransparentAccentActive, outlineTransparentAccentHover, outlineTransparentInfo, outlineTransparentInfoActive, outlineTransparentInfoHover, outlineTransparentNegative, outlineTransparentNegativeActive, outlineTransparentNegativeHover, outlineTransparentPositive, outlineTransparentPositiveActive, outlineTransparentPositiveHover, outlineTransparentPrimary, outlineTransparentPrimaryActive, outlineTransparentPrimaryHover, outlineTransparentSecondary, outlineTransparentSecondaryActive, outlineTransparentSecondaryHover, outlineTransparentTertiary, outlineTransparentTertiaryActive, outlineTransparentTertiaryHover, outlineTransparentWarning, outlineTransparentWarningActive, outlineTransparentWarningHover, outlineWarning, outlineWarningActive, outlineWarningHover, outlineWarningMinor, outlineWarningMinorActive, outlineWarningMinorHover, overlayBlur, overlayHard, overlaySoft, shadowDownHardL, shadowDownHardM, shadowDownHardS, shadowDownSoftL, shadowDownSoftM, shadowDownSoftS, shadowUpHardL, shadowUpHardM, shadowUpHardS, shadowUpSoftL, shadowUpSoftM, shadowUpSoftS, spacing0x, spacing10x, spacing12x, spacing16x, spacing1x, spacing20x, spacing24x, spacing2x, spacing32x, spacing3x, spacing40x, spacing4x, spacing60x, spacing6x, spacing8x, surfaceAccent, surfaceAccentActive, surfaceAccentHover, surfaceAccentMinor, surfaceAccentMinorActive, surfaceAccentMinorHover, surfaceClear, surfaceClearActive, surfaceClearHover, surfaceInfo, surfaceInfoActive, surfaceInfoHover, surfaceInfoMinor, surfaceInfoMinorActive, surfaceInfoMinorHover, surfaceNegative, surfaceNegativeActive, surfaceNegativeHover, surfaceNegativeMinor, surfaceNegativeMinorActive, surfaceNegativeMinorHover, surfacePositive, surfacePositiveActive, surfacePositiveHover, surfacePositiveMinor, surfacePositiveMinorActive, surfacePositiveMinorHover, surfaceSolidCard, surfaceSolidCardActive, surfaceSolidCardBrightness, surfaceSolidCardHover, surfaceSolidDefault, surfaceSolidDefaultActive, surfaceSolidDefaultHover, surfaceSolidPrimary, surfaceSolidPrimaryActive, surfaceSolidPrimaryBrightness, surfaceSolidPrimaryHover, surfaceSolidSecondary, surfaceSolidSecondaryActive, surfaceSolidSecondaryHover, surfaceSolidTertiary, surfaceSolidTertiaryActive, surfaceSolidTertiaryHover, surfaceTransparentAccent, surfaceTransparentAccentActive, surfaceTransparentAccentHover, surfaceTransparentCard, surfaceTransparentCardActive, surfaceTransparentCardBrightness, surfaceTransparentCardHover, surfaceTransparentDeep, surfaceTransparentDeepActive, surfaceTransparentDeepHover, surfaceTransparentInfo, surfaceTransparentInfoActive, surfaceTransparentInfoHover, surfaceTransparentNegative, surfaceTransparentNegativeActive, surfaceTransparentNegativeHover, surfaceTransparentPositive, surfaceTransparentPositiveActive, surfaceTransparentPositiveHover, surfaceTransparentPrimary, surfaceTransparentPrimaryActive, surfaceTransparentPrimaryHover, surfaceTransparentSecondary, surfaceTransparentSecondaryActive, surfaceTransparentSecondaryHover, surfaceTransparentTertiary, surfaceTransparentTertiaryActive, surfaceTransparentTertiaryHover, surfaceTransparentWarning, surfaceTransparentWarningActive, surfaceTransparentWarningHover, surfaceWarning, surfaceWarningActive, surfaceWarningHover, surfaceWarningMinor, surfaceWarningMinorActive, surfaceWarningMinorHover, textAccentActive, textAccentHover, textAccentMinor, textAccentMinorActive, textAccentMinorHover, textInfo, textInfoActive, textInfoHover, textInfoMinor, textInfoMinorActive, textInfoMinorHover, textL, textLBold, textLMedium, textM, textMBold, textMMedium, textNegative, textNegativeActive, textNegativeHover, textNegativeMinor, textNegativeMinorActive, textNegativeMinorHover, textNewItem, textNewItemActive, textNewItemHover, textParagraph, textParagraphActive, textParagraphHover, textPositive, textPositiveActive, textPositiveHover, textPositiveMinor, textPositiveMinorActive, textPositiveMinorHover, textPrimary, textPrimaryActive, textPrimaryBrightness, textPrimaryHover, textS, textSBold, textSMedium, textSecondary, textSecondaryActive, textSecondaryHover, textTertiary, textTertiaryActive, textTertiaryHover, textWarning, textWarningActive, textWarningHover, textWarningMinor, textWarningMinorActive, textWarningMinorHover, textXS, textXSBold, textXSMedium, viewContainer } from './theme/tokens/index.js';
|
|
4
|
+
export { Button } from './components/Button/Button.js';
|
|
5
|
+
export { Checkbox } from './components/Checkbox/Checkbox.js';
|
|
6
|
+
export { IconButton } from './components/IconButton/IconButton.js';
|
|
7
|
+
export { Link } from './components/Link/Link.js';
|
|
8
|
+
export { Radiobox } from './components/Radiobox/Radiobox.js';
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
package/es/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Generated by robots, do not change this manually!
|
|
2
|
+
|
|
3
|
+
var yvvyschshol__dark = ["\n:root {\n --text-primary: #000000F5;\n --text-primary-hover: #F8F9FC93;\n --text-primary-active: #F8F9FCC4;\n --text-primary-brightness: #F8F9FCF5;\n --text-secondary: #0000008F;\n --text-secondary-hover: #F8F9FCFF;\n --text-secondary-active: #F8F9FCAB;\n --text-tertiary: #00000047;\n --text-tertiary-hover: #F8F9FCFF;\n --text-tertiary-active: #F8F9FC56;\n --text-paragraph: #000000CC;\n --text-paragraph-hover: #F8F9FC7A;\n --text-paragraph-active: #F8F9FCA3;\n --text-accent-hover: #12DFE2FF;\n --text-accent-active: #0A797BFF;\n --text-accent-minor: #0C585A;\n --text-accent-minor-hover: #148B90FF;\n --text-accent-minor-active: #107175FF;\n --text-positive: #1A9E32;\n --text-positive-hover: #1EB83AFF;\n --text-positive-active: #15842AFF;\n --text-warning: #FA5F05;\n --text-warning-hover: #FB7223FF;\n --text-warning-active: #DC5304FF;\n --text-negative: #FF293E;\n --text-negative-hover: #FF475AFF;\n --text-negative-active: #FF0A23FF;\n --text-info: #118CDF;\n --text-info-hover: #50B1F2FF;\n --text-info-active: #0F7BC2FF;\n --text-positive-minor: #095C18;\n --text-positive-minor-hover: #0F9527FF;\n --text-positive-minor-active: #0C7920FF;\n --text-warning-minor: #85380C;\n --text-warning-minor-hover: #BB4F11FF;\n --text-warning-minor-active: #9F440FFF;\n --text-negative-minor: #9C1422;\n --text-negative-minor-hover: #B91828FF;\n --text-negative-minor-active: #83111CFF;\n --text-info-minor: #0D5382;\n --text-info-minor-hover: #1277BAFF;\n --text-info-minor-active: #10659EFF;\n --on-dark-text-primary: #000000F5;\n --on-dark-text-primary-hover: #F8F9FC93;\n --on-dark-text-primary-active: #F8F9FCC4;\n --on-dark-text-primary-brightness: #F8F9FCF5;\n --on-dark-text-secondary: #0000008F;\n --on-dark-text-secondary-hover: #F8F9FCFF;\n --on-dark-text-secondary-active: #F8F9FCAB;\n --on-dark-text-tertiary: #00000047;\n --on-dark-text-tertiary-hover: #F8F9FCFF;\n --on-dark-text-tertiary-active: #F8F9FC56;\n --on-dark-text-paragraph: #000000CC;\n --on-dark-text-paragraph-hover: #F8F9FC7A;\n --on-dark-text-paragraph-active: #F8F9FCA3;\n --on-dark-text-accent: #0C9597;\n --on-dark-text-accent-hover: #12DFE2FF;\n --on-dark-text-accent-active: #0A797BFF;\n --on-dark-text-accent-minor: #0C585A;\n --on-dark-text-accent-minor-hover: #148B90FF;\n --on-dark-text-accent-minor-active: #107175FF;\n --on-dark-text-positive: #1A9E32;\n --on-dark-text-positive-hover: #1EB83AFF;\n --on-dark-text-positive-active: #15842AFF;\n --on-dark-text-warning: #FA5F05;\n --on-dark-text-warning-hover: #FB7223FF;\n --on-dark-text-warning-active: #DC5304FF;\n --on-dark-text-negative: #FF293E;\n --on-dark-text-negative-hover: #FF475AFF;\n --on-dark-text-negative-active: #FF0A23FF;\n --on-dark-text-info: #118CDF;\n --on-dark-text-info-hover: #50B1F2FF;\n --on-dark-text-info-active: #0F7BC2FF;\n --on-dark-text-positive-minor: #095C18;\n --on-dark-text-positive-minor-hover: #0F9527FF;\n --on-dark-text-positive-minor-active: #0C7920FF;\n --on-dark-text-warning-minor: #85380C;\n --on-dark-text-warning-minor-hover: #BB4F11FF;\n --on-dark-text-warning-minor-active: #9F440FFF;\n --on-dark-text-negative-minor: #9C1422;\n --on-dark-text-negative-minor-hover: #B91828FF;\n --on-dark-text-negative-minor-active: #83111CFF;\n --on-dark-text-info-minor: #0D5382;\n --on-dark-text-info-minor-hover: #1277BAFF;\n --on-dark-text-info-minor-active: #10659EFF;\n --on-light-text-primary: #000000F5;\n --on-light-text-primary-hover: #16181D93;\n --on-light-text-primary-active: #16181DC4;\n --on-light-text-primary-brightness: #16181DF5;\n --on-light-text-secondary: #0000008F;\n --on-light-text-secondary-hover: #16181DFF;\n --on-light-text-secondary-active: #16181DAB;\n --on-light-text-tertiary: #00000047;\n --on-light-text-tertiary-hover: #16181DFF;\n --on-light-text-tertiary-active: #16181D56;\n --on-light-text-paragraph: #000000CC;\n --on-light-text-paragraph-hover: #16181D7A;\n --on-light-text-paragraph-active: #16181DA3;\n --on-light-text-accent: #0C8688;\n --on-light-text-accent-hover: #12D0D3FF;\n --on-light-text-accent-active: #0FABAEFF;\n --on-light-text-accent-minor: #04C6C9;\n --on-light-text-accent-minor-hover: #05ECF0FF;\n --on-light-text-accent-minor-active: #039DA0FF;\n --on-light-text-positive: #108E26;\n --on-light-text-positive-hover: #14B32EFF;\n --on-light-text-positive-active: #0C6A1BFF;\n --on-light-text-warning: #E85702;\n --on-light-text-warning-hover: #FD6B17FF;\n --on-light-text-warning-active: #C04802FF;\n --on-light-text-negative: #F31B31;\n --on-light-text-negative-hover: #F54254FF;\n --on-light-text-negative-active: #DA0B20FF;\n --on-light-text-info: #0B7ECB;\n --on-light-text-info-hover: #0D96F2FF;\n --on-light-text-info-active: #0966A5FF;\n --on-light-text-positive-minor: #28D247;\n --on-light-text-positive-minor-hover: #47DC62FF;\n --on-light-text-positive-minor-active: #21B03CFF;\n --on-light-text-warning-minor: #FD9C68;\n --on-light-text-warning-minor-hover: #FDB790FF;\n --on-light-text-warning-minor-active: #FC8240FF;\n --on-light-text-negative-minor: #FF8F9A;\n --on-light-text-negative-minor-hover: #FFB8BFFF;\n --on-light-text-negative-minor-active: #FF6675FF;\n --on-light-text-info-minor: #52BAFF;\n --on-light-text-info-minor-hover: #7ACAFFFF;\n --on-light-text-info-minor-active: #29A9FFFF;\n --inverse-text-primary: #000000F5;\n --inverse-text-primary-hover: #16181D93;\n --inverse-text-primary-active: #16181DC4;\n --inverse-text-primary-brightness: #16181DF5;\n --inverse-text-secondary: #0000008F;\n --inverse-text-secondary-hover: #16181DFF;\n --inverse-text-secondary-active: #16181DAB;\n --inverse-text-tertiary: #00000047;\n --inverse-text-tertiary-hover: #16181DFF;\n --inverse-text-tertiary-active: #16181D56;\n --inverse-text-paragraph: #000000CC;\n --inverse-text-paragraph-hover: #16181D7A;\n --inverse-text-paragraph-active: #16181DA3;\n --inverse-text-accent: #0C8688;\n --inverse-text-accent-hover: #12D0D3FF;\n --inverse-text-accent-active: #0FABAEFF;\n --inverse-text-accent-minor: #04C6C9;\n --inverse-text-accent-minor-hover: #05ECF0FF;\n --inverse-text-accent-minor-active: #039DA0FF;\n --inverse-text-positive: #108E26;\n --inverse-text-positive-hover: #14B32EFF;\n --inverse-text-positive-active: #0C6A1BFF;\n --inverse-text-warning: #E85702;\n --inverse-text-warning-hover: #FD6B17FF;\n --inverse-text-warning-active: #C04802FF;\n --inverse-text-negative: #F31B31;\n --inverse-text-negative-hover: #F54254FF;\n --inverse-text-negative-active: #DA0B20FF;\n --inverse-text-info: #0B7ECB;\n --inverse-text-info-hover: #0D96F2FF;\n --inverse-text-info-active: #0966A5FF;\n --inverse-text-positive-minor: #28D247;\n --inverse-text-positive-minor-hover: #47DC62FF;\n --inverse-text-positive-minor-active: #21B03CFF;\n --inverse-text-warning-minor: #FD9C68;\n --inverse-text-warning-minor-hover: #FDB790FF;\n --inverse-text-warning-minor-active: #FC8240FF;\n --inverse-text-negative-minor: #FF8F9A;\n --inverse-text-negative-minor-hover: #FFB8BFFF;\n --inverse-text-negative-minor-active: #FF6675FF;\n --inverse-text-info-minor: #52BAFF;\n --inverse-text-info-minor-hover: #7ACAFFFF;\n --inverse-text-info-minor-active: #29A9FFFF;\n --surface-solid-primary: undefined;\n --surface-solid-primary-hover: #1F2229FF;\n --surface-solid-primary-active: #121317FF;\n --surface-solid-primary-brightness: #23262FFF;\n --surface-solid-secondary: undefined;\n --surface-solid-secondary-hover: #2E2F38FF;\n --surface-solid-secondary-active: #202127FF;\n --surface-solid-tertiary: undefined;\n --surface-solid-tertiary-hover: #3B3F4AFF;\n --surface-solid-tertiary-active: #2D3039FF;\n --surface-solid-card: undefined;\n --surface-solid-card-hover: #1F2229FF;\n --surface-solid-card-active: #121317FF;\n --surface-solid-card-brightness: #23262FFF;\n --surface-solid-default: undefined;\n --surface-solid-default-hover: #FFFFFFFF;\n --surface-solid-default-active: #F1F3F8FF;\n --surface-transparent-primary: #0000000F;\n --surface-transparent-primary-hover: #F8F9FC1F;\n --surface-transparent-primary-active: #F8F9FC0A;\n --surface-transparent-secondary: #0000001F;\n --surface-transparent-secondary-hover: #F8F9FC3D;\n --surface-transparent-secondary-active: #F8F9FC0F;\n --surface-transparent-tertiary: #00000033;\n --surface-transparent-tertiary-hover: #F8F9FC52;\n --surface-transparent-tertiary-active: #F8F9FC24;\n --surface-transparent-deep: #000000A3;\n --surface-transparent-deep-hover: #F8F9FCC2;\n --surface-transparent-deep-active: #F8F9FC94;\n --surface-transparent-card: #0000000F;\n --surface-transparent-card-hover: #F8F9FC1F;\n --surface-transparent-card-active: #F8F9FC0A;\n --surface-transparent-card-brightness: #F8F9FC0F;\n --surface-clear: #FFFFFF00;\n --surface-clear-hover: #FFFFFF00;\n --surface-clear-active: #FFFFFF00;\n --surface-accent: #0C8688;\n --surface-accent-hover: #0D989BFF;\n --surface-accent-active: #0B7D7FFF;\n --surface-accent-minor: #0D2A2B;\n --surface-accent-minor-hover: #123A3BFF;\n --surface-accent-minor-active: #0B2323FF;\n --surface-transparent-accent: #0C868833;\n --surface-transparent-accent-hover: #0C868852;\n --surface-transparent-accent-active: #0C868824;\n --surface-positive: #108E26;\n --surface-positive-hover: #12A12AFF;\n --surface-positive-active: #0F8523FF;\n --surface-warning: #E85702;\n --surface-warning-hover: #FC5E03FF;\n --surface-warning-active: #DE5302FF;\n --surface-negative: #F31B31;\n --surface-negative-hover: #F5384BFF;\n --surface-negative-active: #F31228FF;\n --surface-info: #0B7ECB;\n --surface-info-hover: #0C8ADFFF;\n --surface-info-active: #0A78C2FF;\n --surface-positive-minor: #0A2B10;\n --surface-positive-minor-hover: #0E3A16FF;\n --surface-positive-minor-active: #08210CFF;\n --surface-warning-minor: #3D1D0A;\n --surface-warning-minor-hover: #4F250DFF;\n --surface-warning-minor-active: #351909FF;\n --surface-negative-minor: #4A0D13;\n --surface-negative-minor-hover: #5B1018FF;\n --surface-negative-minor-active: #410B11FF;\n --surface-info-minor: #0C283B;\n --surface-info-minor-hover: #10344CFF;\n --surface-info-minor-active: #0A2333FF;\n --surface-transparent-positive: #108E2633;\n --surface-transparent-positive-hover: #108E2552;\n --surface-transparent-positive-active: #108E2524;\n --surface-transparent-warning: #E8570233;\n --surface-transparent-warning-hover: #E8570252;\n --surface-transparent-warning-active: #E8570224;\n --surface-transparent-negative: #F31B3133;\n --surface-transparent-negative-hover: #F31B3152;\n --surface-transparent-negative-active: #F31B3124;\n --surface-transparent-info: #0B7ECB33;\n --surface-transparent-info-hover: #0B7ECB52;\n --surface-transparent-info-active: #0B7ECB24;\n --on-dark-surface-solid-primary: undefined;\n --on-dark-surface-solid-primary-hover: #1F2229FF;\n --on-dark-surface-solid-primary-active: #121317FF;\n --on-dark-surface-solid-primary-brightness: #23262FFF;\n --on-dark-surface-solid-secondary: undefined;\n --on-dark-surface-solid-secondary-hover: #2E2F38FF;\n --on-dark-surface-solid-secondary-active: #202127FF;\n --on-dark-surface-solid-tertiary: undefined;\n --on-dark-surface-solid-tertiary-hover: #3B3F4AFF;\n --on-dark-surface-solid-tertiary-active: #2D3039FF;\n --on-dark-surface-solid-card: undefined;\n --on-dark-surface-solid-card-hover: #1F2229FF;\n --on-dark-surface-solid-card-active: #121317FF;\n --on-dark-surface-solid-card-brightness: #23262FFF;\n --on-dark-surface-solid-default: undefined;\n --on-dark-surface-solid-default-hover: #FFFFFFFF;\n --on-dark-surface-solid-default-active: #F1F3F8FF;\n --on-dark-surface-transparent-primary: #0000000F;\n --on-dark-surface-transparent-primary-hover: #F8F9FC1F;\n --on-dark-surface-transparent-primary-active: #F8F9FC0A;\n --on-dark-surface-transparent-secondary: #0000001F;\n --on-dark-surface-transparent-secondary-hover: #F8F9FC3D;\n --on-dark-surface-transparent-secondary-active: #F8F9FC0F;\n --on-dark-surface-transparent-tertiary: #00000033;\n --on-dark-surface-transparent-tertiary-hover: #F8F9FC52;\n --on-dark-surface-transparent-tertiary-active: #F8F9FC24;\n --on-dark-surface-transparent-deep: #000000A3;\n --on-dark-surface-transparent-deep-hover: #F8F9FCC2;\n --on-dark-surface-transparent-deep-active: #F8F9FC94;\n --on-dark-surface-transparent-card: #0000000F;\n --on-dark-surface-transparent-card-hover: #F8F9FC1F;\n --on-dark-surface-transparent-card-active: #F8F9FC0A;\n --on-dark-surface-transparent-card-brightness: #F8F9FC0F;\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: #0C8688;\n --on-dark-surface-accent-hover: #0D989BFF;\n --on-dark-surface-accent-active: #0B7D7FFF;\n --on-dark-surface-accent-minor: #0D2A2B;\n --on-dark-surface-accent-minor-hover: #123A3BFF;\n --on-dark-surface-accent-minor-active: #0B2323FF;\n --on-dark-surface-transparent-accent: #0C868833;\n --on-dark-surface-transparent-accent-hover: #0C868852;\n --on-dark-surface-transparent-accent-active: #0C868824;\n --on-dark-surface-positive: #108E26;\n --on-dark-surface-positive-hover: #12A12AFF;\n --on-dark-surface-positive-active: #0F8523FF;\n --on-dark-surface-warning: #E85702;\n --on-dark-surface-warning-hover: #FC5E03FF;\n --on-dark-surface-warning-active: #DE5302FF;\n --on-dark-surface-negative: #F31B31;\n --on-dark-surface-negative-hover: #F5384BFF;\n --on-dark-surface-negative-active: #F31228FF;\n --on-dark-surface-info: #0B7ECB;\n --on-dark-surface-info-hover: #0C8ADFFF;\n --on-dark-surface-info-active: #0A78C2FF;\n --on-dark-surface-positive-minor: #0A2B10;\n --on-dark-surface-positive-minor-hover: #0E3A16FF;\n --on-dark-surface-positive-minor-active: #08210CFF;\n --on-dark-surface-warning-minor: #3D1D0A;\n --on-dark-surface-warning-minor-hover: #4F250DFF;\n --on-dark-surface-warning-minor-active: #351909FF;\n --on-dark-surface-negative-minor: #4A0D13;\n --on-dark-surface-negative-minor-hover: #5B1018FF;\n --on-dark-surface-negative-minor-active: #410B11FF;\n --on-dark-surface-info-minor: #0C283B;\n --on-dark-surface-info-minor-hover: #10344CFF;\n --on-dark-surface-info-minor-active: #0A2333FF;\n --on-dark-surface-transparent-positive: #108E2633;\n --on-dark-surface-transparent-positive-hover: #108E2552;\n --on-dark-surface-transparent-positive-active: #108E2524;\n --on-dark-surface-transparent-warning: #E8570233;\n --on-dark-surface-transparent-warning-hover: #E8570252;\n --on-dark-surface-transparent-warning-active: #E8570224;\n --on-dark-surface-transparent-negative: #F31B3133;\n --on-dark-surface-transparent-negative-hover: #F31B3152;\n --on-dark-surface-transparent-negative-active: #F31B3124;\n --on-dark-surface-transparent-info: #0B7ECB33;\n --on-dark-surface-transparent-info-hover: #0B7ECB52;\n --on-dark-surface-transparent-info-active: #0B7ECB24;\n --on-light-surface-solid-primary: undefined;\n --on-light-surface-solid-primary-hover: #FBFCFEFF;\n --on-light-surface-solid-primary-active: #ECEEF8FF;\n --on-light-surface-solid-primary-brightness: #FFFFFFFF;\n --on-light-surface-solid-secondary: undefined;\n --on-light-surface-solid-secondary-hover: #F9F9FBFF;\n --on-light-surface-solid-secondary-active: #E5E6F0FF;\n --on-light-surface-solid-tertiary: undefined;\n --on-light-surface-solid-tertiary-hover: #E5E8F0FF;\n --on-light-surface-solid-tertiary-active: #CCD1E1FF;\n --on-light-surface-solid-card: #FFFFFF;\n --on-light-surface-solid-card-hover: #FFFFFFFF;\n --on-light-surface-solid-card-active: #FFFFFFFF;\n --on-light-surface-solid-card-brightness: #FFFFFFFF;\n --on-light-surface-solid-default: undefined;\n --on-light-surface-solid-default-hover: #14171FFF;\n --on-light-surface-solid-default-active: #040506FF;\n --on-light-surface-transparent-primary: #0000000A;\n --on-light-surface-transparent-primary-hover: #08090C05;\n --on-light-surface-transparent-primary-active: #08090C0F;\n --on-light-surface-transparent-secondary: #00000014;\n --on-light-surface-transparent-secondary-hover: #08090C0A;\n --on-light-surface-transparent-secondary-active: #08090C1F;\n --on-light-surface-transparent-tertiary: #0000001F;\n --on-light-surface-transparent-tertiary-hover: #08090C0A;\n --on-light-surface-transparent-tertiary-active: #08090C29;\n --on-light-surface-transparent-deep: #000000A3;\n --on-light-surface-transparent-deep-hover: #08090C8F;\n --on-light-surface-transparent-deep-active: #08090CAD;\n --on-light-surface-transparent-card: #FFFFFF;\n --on-light-surface-transparent-card-hover: #FFFFFFFF;\n --on-light-surface-transparent-card-active: #FFFFFFFF;\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: #0C9597;\n --on-light-surface-accent-hover: #0EA7AAFF;\n --on-light-surface-accent-active: #0B8284FF;\n --on-light-surface-accent-minor: #88F9FB;\n --on-light-surface-accent-minor-hover: #9DFAFBFF;\n --on-light-surface-accent-minor-active: #75F8FAFF;\n --on-light-surface-transparent-accent: #0C95971F;\n --on-light-surface-transparent-accent-hover: #0C95970A;\n --on-light-surface-transparent-accent-active: #0C959729;\n --on-light-surface-positive: #1A9E32;\n --on-light-surface-positive-hover: #1EB83AFF;\n --on-light-surface-positive-active: #178C2CFF;\n --on-light-surface-warning: #FA5F05;\n --on-light-surface-warning-hover: #FB782DFF;\n --on-light-surface-warning-active: #E65705FF;\n --on-light-surface-negative: #FF293E;\n --on-light-surface-negative-hover: #FF5263FF;\n --on-light-surface-negative-active: #FF142CFF;\n --on-light-surface-info: #118CDF;\n --on-light-surface-info-hover: #1798EEFF;\n --on-light-surface-info-active: #0F81CCFF;\n --on-light-surface-positive-minor: #9EFAAF;\n --on-light-surface-positive-minor-hover: #B1FBBFFF;\n --on-light-surface-positive-minor-active: #8BF99FFF;\n --on-light-surface-warning-minor: #FEE2D2;\n --on-light-surface-warning-minor-hover: #FEEFE6FF;\n --on-light-surface-warning-minor-active: #FEDCC8FF;\n --on-light-surface-negative-minor: #FFE0E3;\n --on-light-surface-negative-minor-hover: #FFF5F6FF;\n --on-light-surface-negative-minor-active: #FFD6DAFF;\n --on-light-surface-info-minor: #CFECFF;\n --on-light-surface-info-minor-hover: #E5F5FFFF;\n --on-light-surface-info-minor-active: #C7E9FFFF;\n --on-light-surface-transparent-positive: #1A9E321F;\n --on-light-surface-transparent-positive-hover: #1A9E320A;\n --on-light-surface-transparent-positive-active: #1A9E3229;\n --on-light-surface-transparent-warning: #FA5F051F;\n --on-light-surface-transparent-warning-hover: #FA5F050A;\n --on-light-surface-transparent-warning-active: #FA5F0529;\n --on-light-surface-transparent-negative: #FF293E1F;\n --on-light-surface-transparent-negative-hover: #FF293E0A;\n --on-light-surface-transparent-negative-active: #FF293E29;\n --on-light-surface-transparent-info: #118CDF1F;\n --on-light-surface-transparent-info-hover: #118CDF0A;\n --on-light-surface-transparent-info-active: #118CDF29;\n --inverse-surface-solid-primary: undefined;\n --inverse-surface-solid-primary-hover: #FBFCFEFF;\n --inverse-surface-solid-primary-active: #ECEEF8FF;\n --inverse-surface-solid-primary-brightness: #FFFFFFFF;\n --inverse-surface-solid-secondary: undefined;\n --inverse-surface-solid-secondary-hover: #F9F9FBFF;\n --inverse-surface-solid-secondary-active: #E5E6F0FF;\n --inverse-surface-solid-tertiary: undefined;\n --inverse-surface-solid-tertiary-hover: #E5E8F0FF;\n --inverse-surface-solid-tertiary-active: #CCD1E1FF;\n --inverse-surface-solid-card: #FFFFFF;\n --inverse-surface-solid-card-hover: #FFFFFFFF;\n --inverse-surface-solid-card-active: #FFFFFFFF;\n --inverse-surface-solid-card-brightness: #FFFFFFFF;\n --inverse-surface-solid-default: undefined;\n --inverse-surface-solid-default-hover: #14171FFF;\n --inverse-surface-solid-default-active: #040506FF;\n --inverse-surface-transparent-primary: #0000000A;\n --inverse-surface-transparent-primary-hover: #08090C05;\n --inverse-surface-transparent-primary-active: #08090C0F;\n --inverse-surface-transparent-secondary: #00000014;\n --inverse-surface-transparent-secondary-hover: #08090C0A;\n --inverse-surface-transparent-secondary-active: #08090C1F;\n --inverse-surface-transparent-tertiary: #0000001F;\n --inverse-surface-transparent-tertiary-hover: #08090C0A;\n --inverse-surface-transparent-tertiary-active: #08090C29;\n --inverse-surface-transparent-deep: #000000A3;\n --inverse-surface-transparent-deep-hover: #08090C8F;\n --inverse-surface-transparent-deep-active: #08090CAD;\n --inverse-surface-transparent-card: #FFFFFF;\n --inverse-surface-transparent-card-hover: #FFFFFFFF;\n --inverse-surface-transparent-card-active: #FFFFFFFF;\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: #0C9597;\n --inverse-surface-accent-hover: #0EA7AAFF;\n --inverse-surface-accent-active: #0B8284FF;\n --inverse-surface-accent-minor: #88F9FB;\n --inverse-surface-accent-minor-hover: #9DFAFBFF;\n --inverse-surface-accent-minor-active: #75F8FAFF;\n --inverse-surface-transparent-accent: #0C95971F;\n --inverse-surface-transparent-accent-hover: #0C95970A;\n --inverse-surface-transparent-accent-active: #0C959729;\n --inverse-surface-positive: #1A9E32;\n --inverse-surface-positive-hover: #1EB83AFF;\n --inverse-surface-positive-active: #178C2CFF;\n --inverse-surface-warning: #FA5F05;\n --inverse-surface-warning-hover: #FB782DFF;\n --inverse-surface-warning-active: #E65705FF;\n --inverse-surface-negative: #FF293E;\n --inverse-surface-negative-hover: #FF5263FF;\n --inverse-surface-negative-active: #FF142CFF;\n --inverse-surface-info: #118CDF;\n --inverse-surface-info-hover: #1798EEFF;\n --inverse-surface-info-active: #0F81CCFF;\n --inverse-surface-positive-minor: #9EFAAF;\n --inverse-surface-positive-minor-hover: #B1FBBFFF;\n --inverse-surface-positive-minor-active: #8BF99FFF;\n --inverse-surface-warning-minor: #FEE2D2;\n --inverse-surface-warning-minor-hover: #FEEFE6FF;\n --inverse-surface-warning-minor-active: #FEDCC8FF;\n --inverse-surface-negative-minor: #FFE0E3;\n --inverse-surface-negative-minor-hover: #FFF5F6FF;\n --inverse-surface-negative-minor-active: #FFD6DAFF;\n --inverse-surface-info-minor: #CFECFF;\n --inverse-surface-info-minor-hover: #E5F5FFFF;\n --inverse-surface-info-minor-active: #C7E9FFFF;\n --inverse-surface-transparent-positive: #1A9E321F;\n --inverse-surface-transparent-positive-hover: #1A9E320A;\n --inverse-surface-transparent-positive-active: #1A9E3229;\n --inverse-surface-transparent-warning: #FA5F051F;\n --inverse-surface-transparent-warning-hover: #FA5F050A;\n --inverse-surface-transparent-warning-active: #FA5F0529;\n --inverse-surface-transparent-negative: #FF293E1F;\n --inverse-surface-transparent-negative-hover: #FF293E0A;\n --inverse-surface-transparent-negative-active: #FF293E29;\n --inverse-surface-transparent-info: #118CDF1F;\n --inverse-surface-transparent-info-hover: #118CDF0A;\n --inverse-surface-transparent-info-active: #118CDF29;\n --background-primary: undefined;\n --dark-background-primary: undefined;\n --light-background-primary: undefined;\n --inverse-background-primary: undefined;\n --overlay-soft: #0000008F;\n --overlay-hard: #000000F5;\n --overlay-blur: #00000047;\n --on-dark-overlay-soft: #0000008F;\n --on-dark-overlay-hard: #000000F5;\n --on-dark-overlay-blur: #00000047;\n --on-light-overlay-soft: #0000008F;\n --on-light-overlay-hard: #000000F5;\n --on-light-overlay-blur: #00000047;\n --inverse-overlay-soft: #0000008F;\n --inverse-overlay-hard: #000000F5;\n --inverse-overlay-blur: #00000047;\n --outline-solid-primary: undefined;\n --outline-solid-primary-hover: #FFFFFFFF;\n --outline-solid-primary-active: #A2A4B3FF;\n --outline-solid-secondary: undefined;\n --outline-solid-secondary-hover: #FFFFFFFF;\n --outline-solid-secondary-active: #808293FF;\n --outline-solid-tertiary: undefined;\n --outline-solid-tertiary-hover: #FFFFFFFF;\n --outline-solid-tertiary-active: #585A65FF;\n --outline-solid-default: undefined;\n --outline-solid-default-hover: #D0D5E7FF;\n --outline-solid-default-active: #E4E7F1FF;\n --outline-transparent-primary: #0000001F;\n --outline-transparent-primary-hover: #F8F9FCFF;\n --outline-transparent-primary-active: #F8F9FC25;\n --outline-transparent-secondary: #00000047;\n --outline-transparent-secondary-hover: #F8F9FCFF;\n --outline-transparent-secondary-active: #F8F9FC56;\n --outline-transparent-tertiary: #0000008F;\n --outline-transparent-tertiary-hover: #F8F9FCFF;\n --outline-transparent-tertiary-active: #F8F9FCAB;\n --outline-clear: #FFFFFF00;\n --outline-clear-hover: #FFFFFF00;\n --outline-clear-active: #FFFFFF00;\n --outline-accent: #0C9597;\n --outline-accent-hover: #12DFE2FF;\n --outline-accent-active: #0A797BFF;\n --outline-accent-minor: #0C585A;\n --outline-accent-minor-hover: #148B90FF;\n --outline-accent-minor-active: #107175FF;\n --outline-transparent-accent: #0C959700;\n --outline-transparent-accent-hover: #0C959700;\n --outline-transparent-accent-active: #0C959700;\n --outline-positive: #1A9E32;\n --outline-positive-hover: #1EB83AFF;\n --outline-positive-active: #15842AFF;\n --outline-warning: #FA5F05;\n --outline-warning-hover: #FB7223FF;\n --outline-warning-active: #DC5304FF;\n --outline-negative: #FF293E;\n --outline-negative-hover: #FF475AFF;\n --outline-negative-active: #FF0A23FF;\n --outline-info: #118CDF;\n --outline-info-hover: #50B1F2FF;\n --outline-info-active: #0F7BC2FF;\n --outline-positive-minor: #095C18;\n --outline-positive-minor-hover: #0F9527FF;\n --outline-positive-minor-active: #0C7920FF;\n --outline-warning-minor: #85380C;\n --outline-warning-minor-hover: #BB4F11FF;\n --outline-warning-minor-active: #9F440FFF;\n --outline-negative-minor: #9C1422;\n --outline-negative-minor-hover: #B91828FF;\n --outline-negative-minor-active: #83111CFF;\n --outline-info-minor: #0D5382;\n --outline-info-minor-hover: #1277BAFF;\n --outline-info-minor-active: #10659EFF;\n --outline-transparent-positive: #1A9E3247;\n --outline-transparent-positive-hover: #1A9E32FF;\n --outline-transparent-positive-active: #1A9E3256;\n --outline-transparent-warning: #FA5F0547;\n --outline-transparent-warning-hover: #FA5F05FF;\n --outline-transparent-warning-active: #FA5F0556;\n --outline-transparent-negative: #FF293E47;\n --outline-transparent-negative-hover: #FF293EFF;\n --outline-transparent-negative-active: #FF293E56;\n --outline-transparent-info: #118CDF47;\n --outline-transparent-info-hover: #118CDFFF;\n --outline-transparent-info-active: #118CDF56;\n --on-dark-outline-solid-primary: undefined;\n --on-dark-outline-solid-primary-hover: #FFFFFFFF;\n --on-dark-outline-solid-primary-active: #A2A4B3FF;\n --on-dark-outline-solid-secondary: undefined;\n --on-dark-outline-solid-secondary-hover: #FFFFFFFF;\n --on-dark-outline-solid-secondary-active: #808293FF;\n --on-dark-outline-solid-tertiary: undefined;\n --on-dark-outline-solid-tertiary-hover: #FFFFFFFF;\n --on-dark-outline-solid-tertiary-active: #585A65FF;\n --on-dark-outline-solid-default: undefined;\n --on-dark-outline-solid-default-hover: #D0D5E7FF;\n --on-dark-outline-solid-default-active: #E4E7F1FF;\n --on-dark-outline-transparent-primary: #0000001F;\n --on-dark-outline-transparent-primary-hover: #F8F9FCFF;\n --on-dark-outline-transparent-primary-active: #F8F9FC25;\n --on-dark-outline-transparent-secondary: #00000047;\n --on-dark-outline-transparent-secondary-hover: #F8F9FCFF;\n --on-dark-outline-transparent-secondary-active: #F8F9FC56;\n --on-dark-outline-transparent-tertiary: #0000008F;\n --on-dark-outline-transparent-tertiary-hover: #F8F9FCFF;\n --on-dark-outline-transparent-tertiary-active: #F8F9FCAB;\n --on-dark-outline-clear: #FFFFFF00;\n --on-dark-outline-clear-hover: #FFFFFF00;\n --on-dark-outline-clear-active: #FFFFFF00;\n --on-dark-outline-accent: #0C9597;\n --on-dark-outline-accent-hover: #12DFE2FF;\n --on-dark-outline-accent-active: #0A797BFF;\n --on-dark-outline-accent-minor: #0C585A;\n --on-dark-outline-accent-minor-hover: #148B90FF;\n --on-dark-outline-accent-minor-active: #107175FF;\n --on-dark-outline-transparent-accent: #0C959700;\n --on-dark-outline-transparent-accent-hover: #0C959700;\n --on-dark-outline-transparent-accent-active: #0C959700;\n --on-dark-outline-positive: #1A9E32;\n --on-dark-outline-positive-hover: #1EB83AFF;\n --on-dark-outline-positive-active: #15842AFF;\n --on-dark-outline-warning: #FA5F05;\n --on-dark-outline-warning-hover: #FB7223FF;\n --on-dark-outline-warning-active: #DC5304FF;\n --on-dark-outline-negative: #FF293E;\n --on-dark-outline-negative-hover: #FF475AFF;\n --on-dark-outline-negative-active: #FF0A23FF;\n --on-dark-outline-info: #118CDF;\n --on-dark-outline-info-hover: #50B1F2FF;\n --on-dark-outline-info-active: #0F7BC2FF;\n --on-dark-outline-positive-minor: #095C18;\n --on-dark-outline-positive-minor-hover: #0F9527FF;\n --on-dark-outline-positive-minor-active: #0C7920FF;\n --on-dark-outline-warning-minor: #85380C;\n --on-dark-outline-warning-minor-hover: #BB4F11FF;\n --on-dark-outline-warning-minor-active: #9F440FFF;\n --on-dark-outline-negative-minor: #9C1422;\n --on-dark-outline-negative-minor-hover: #B91828FF;\n --on-dark-outline-negative-minor-active: #83111CFF;\n --on-dark-outline-info-minor: #0D5382;\n --on-dark-outline-info-minor-hover: #1277BAFF;\n --on-dark-outline-info-minor-active: #10659EFF;\n --on-dark-outline-transparent-positive: #1A9E3247;\n --on-dark-outline-transparent-positive-hover: #1A9E32FF;\n --on-dark-outline-transparent-positive-active: #1A9E3256;\n --on-dark-outline-transparent-warning: #FA5F0547;\n --on-dark-outline-transparent-warning-hover: #FA5F05FF;\n --on-dark-outline-transparent-warning-active: #FA5F0556;\n --on-dark-outline-transparent-negative: #FF293E47;\n --on-dark-outline-transparent-negative-hover: #FF293EFF;\n --on-dark-outline-transparent-negative-active: #FF293E56;\n --on-dark-outline-transparent-info: #118CDF47;\n --on-dark-outline-transparent-info-hover: #118CDFFF;\n --on-dark-outline-transparent-info-active: #118CDF56;\n --on-light-outline-solid-primary: undefined;\n --on-light-outline-solid-primary-hover: #000000FF;\n --on-light-outline-solid-primary-active: #9FA9C6FF;\n --on-light-outline-solid-secondary: undefined;\n --on-light-outline-solid-secondary-hover: #000000FF;\n --on-light-outline-solid-secondary-active: #858BA3FF;\n --on-light-outline-solid-tertiary: undefined;\n --on-light-outline-solid-tertiary-hover: #000000FF;\n --on-light-outline-solid-tertiary-active: #575A66FF;\n --on-light-outline-solid-default: undefined;\n --on-light-outline-solid-default-hover: #485270FF;\n --on-light-outline-solid-default-active: #282D3EFF;\n --on-light-outline-transparent-primary: #0000001F;\n --on-light-outline-transparent-primary-hover: #08090CFF;\n --on-light-outline-transparent-primary-active: #08090C25;\n --on-light-outline-transparent-secondary: #00000047;\n --on-light-outline-transparent-secondary-hover: #08090CFF;\n --on-light-outline-transparent-secondary-active: #08090C56;\n --on-light-outline-transparent-tertiary: #0000008F;\n --on-light-outline-transparent-tertiary-hover: #08090CFF;\n --on-light-outline-transparent-tertiary-active: #08090CAB;\n --on-light-outline-clear: #FFFFFF00;\n --on-light-outline-clear-hover: #FFFFFF00;\n --on-light-outline-clear-active: #FFFFFF00;\n --on-light-outline-accent: #0C8688;\n --on-light-outline-accent-hover: #12D0D3FF;\n --on-light-outline-accent-active: #0FABAEFF;\n --on-light-outline-accent-minor: #04C6C9;\n --on-light-outline-accent-minor-hover: #05ECF0FF;\n --on-light-outline-accent-minor-active: #039DA0FF;\n --on-light-outline-transparent-accent: #0C868800;\n --on-light-outline-transparent-accent-hover: #0C868800;\n --on-light-outline-transparent-accent-active: #0C868800;\n --on-light-outline-positive: #108E26;\n --on-light-outline-positive-hover: #14B32EFF;\n --on-light-outline-positive-active: #0C6A1BFF;\n --on-light-outline-warning: #E85702;\n --on-light-outline-warning-hover: #FD6B17FF;\n --on-light-outline-warning-active: #C04802FF;\n --on-light-outline-negative: #F31B31;\n --on-light-outline-negative-hover: #F54254FF;\n --on-light-outline-negative-active: #DA0B20FF;\n --on-light-outline-info: #0B7ECB;\n --on-light-outline-info-hover: #0D96F2FF;\n --on-light-outline-info-active: #0966A5FF;\n --on-light-outline-positive-minor: #28D247;\n --on-light-outline-positive-minor-hover: #47DC62FF;\n --on-light-outline-positive-minor-active: #21B03CFF;\n --on-light-outline-warning-minor: #FD9C68;\n --on-light-outline-warning-minor-hover: #FDB790FF;\n --on-light-outline-warning-minor-active: #FC8240FF;\n --on-light-outline-negative-minor: #FF8F9A;\n --on-light-outline-negative-minor-hover: #FFB8BFFF;\n --on-light-outline-negative-minor-active: #FF6675FF;\n --on-light-outline-info-minor: #52BAFF;\n --on-light-outline-info-minor-hover: #7ACAFFFF;\n --on-light-outline-info-minor-active: #29A9FFFF;\n --on-light-outline-transparent-positive: #108E2633;\n --on-light-outline-transparent-positive-hover: #108E25FF;\n --on-light-outline-transparent-positive-active: #108E253D;\n --on-light-outline-transparent-warning: #E8570233;\n --on-light-outline-transparent-warning-hover: #E85702FF;\n --on-light-outline-transparent-warning-active: #E857023D;\n --on-light-outline-transparent-negative: #F31B3133;\n --on-light-outline-transparent-negative-hover: #F31B31FF;\n --on-light-outline-transparent-negative-active: #F31B313D;\n --on-light-outline-transparent-info: #0B7ECB33;\n --on-light-outline-transparent-info-hover: #0B7ECBFF;\n --on-light-outline-transparent-info-active: #0B7ECB3D;\n --inverse-outline-solid-primary: undefined;\n --inverse-outline-solid-primary-hover: #000000FF;\n --inverse-outline-solid-primary-active: #9FA9C6FF;\n --inverse-outline-solid-secondary: undefined;\n --inverse-outline-solid-secondary-hover: #000000FF;\n --inverse-outline-solid-secondary-active: #858BA3FF;\n --inverse-outline-solid-tertiary: undefined;\n --inverse-outline-solid-tertiary-hover: #000000FF;\n --inverse-outline-solid-tertiary-active: #575A66FF;\n --inverse-outline-solid-default: undefined;\n --inverse-outline-solid-default-hover: #485270FF;\n --inverse-outline-solid-default-active: #282D3EFF;\n --inverse-outline-transparent-primary: #0000001F;\n --inverse-outline-transparent-primary-hover: #08090CFF;\n --inverse-outline-transparent-primary-active: #08090C25;\n --inverse-outline-transparent-secondary: #00000047;\n --inverse-outline-transparent-secondary-hover: #08090CFF;\n --inverse-outline-transparent-secondary-active: #08090C56;\n --inverse-outline-transparent-tertiary: #0000008F;\n --inverse-outline-transparent-tertiary-hover: #08090CFF;\n --inverse-outline-transparent-tertiary-active: #08090CAB;\n --inverse-outline-clear: #FFFFFF00;\n --inverse-outline-clear-hover: #FFFFFF00;\n --inverse-outline-clear-active: #FFFFFF00;\n --inverse-outline-accent: #0C8688;\n --inverse-outline-accent-hover: #12D0D3FF;\n --inverse-outline-accent-active: #0FABAEFF;\n --inverse-outline-accent-minor: #04C6C9;\n --inverse-outline-accent-minor-hover: #05ECF0FF;\n --inverse-outline-accent-minor-active: #039DA0FF;\n --inverse-outline-transparent-accent: #0C868800;\n --inverse-outline-transparent-accent-hover: #0C868800;\n --inverse-outline-transparent-accent-active: #0C868800;\n --inverse-outline-positive: #108E26;\n --inverse-outline-positive-hover: #14B32EFF;\n --inverse-outline-positive-active: #0C6A1BFF;\n --inverse-outline-warning: #E85702;\n --inverse-outline-warning-hover: #FD6B17FF;\n --inverse-outline-warning-active: #C04802FF;\n --inverse-outline-negative: #F31B31;\n --inverse-outline-negative-hover: #F54254FF;\n --inverse-outline-negative-active: #DA0B20FF;\n --inverse-outline-info: #0B7ECB;\n --inverse-outline-info-hover: #0D96F2FF;\n --inverse-outline-info-active: #0966A5FF;\n --inverse-outline-positive-minor: #28D247;\n --inverse-outline-positive-minor-hover: #47DC62FF;\n --inverse-outline-positive-minor-active: #21B03CFF;\n --inverse-outline-warning-minor: #FD9C68;\n --inverse-outline-warning-minor-hover: #FDB790FF;\n --inverse-outline-warning-minor-active: #FC8240FF;\n --inverse-outline-negative-minor: #FF8F9A;\n --inverse-outline-negative-minor-hover: #FFB8BFFF;\n --inverse-outline-negative-minor-active: #FF6675FF;\n --inverse-outline-info-minor: #52BAFF;\n --inverse-outline-info-minor-hover: #7ACAFFFF;\n --inverse-outline-info-minor-active: #29A9FFFF;\n --inverse-outline-transparent-positive: #108E2633;\n --inverse-outline-transparent-positive-hover: #108E25FF;\n --inverse-outline-transparent-positive-active: #108E253D;\n --inverse-outline-transparent-warning: #E8570233;\n --inverse-outline-transparent-warning-hover: #E85702FF;\n --inverse-outline-transparent-warning-active: #E857023D;\n --inverse-outline-transparent-negative: #F31B3133;\n --inverse-outline-transparent-negative-hover: #F31B31FF;\n --inverse-outline-transparent-negative-active: #F31B313D;\n --inverse-outline-transparent-info: #0B7ECB33;\n --inverse-outline-transparent-info-hover: #0B7ECBFF;\n --inverse-outline-transparent-info-active: #0B7ECB3D;\n --data-yellow: #F3A912;\n --data-yellow-hover: #F4B22FFF;\n --data-yellow-active: #EDA20CFF;\n --data-yellow-minor: #A16B00;\n --data-yellow-minor-hover: #B87A00FF;\n --data-yellow-minor-active: #996600FF;\n --data-yellow-transparent: #F3A9128F;\n --data-yellow-transparent-hover: #F3A812AD;\n --data-yellow-transparent-active: #F3A81280;\n --on-dark-data-yellow: #F3A912;\n --on-dark-data-yellow-hover: #F4B22FFF;\n --on-dark-data-yellow-active: #EDA20CFF;\n --on-dark-data-yellow-minor: #A16B00;\n --on-dark-data-yellow-minor-hover: #B87A00FF;\n --on-dark-data-yellow-minor-active: #996600FF;\n --on-dark-data-yellow-transparent: #F3A9128F;\n --on-dark-data-yellow-transparent-hover: #F3A812AD;\n --on-dark-data-yellow-transparent-active: #F3A81280;\n --on-light-data-yellow: #F3A912;\n --on-light-data-yellow-hover: #F5B638FF;\n --on-light-data-yellow-active: #E49C0CFF;\n --on-light-data-yellow-minor: #FFD37A;\n --on-light-data-yellow-minor-hover: #FFDA8FFF;\n --on-light-data-yellow-minor-active: #FFCC66FF;\n --on-light-data-yellow-transparent: #F3A9128F;\n --on-light-data-yellow-transparent-hover: #F3A8127A;\n --on-light-data-yellow-transparent-active: #F3A81299;\n --inverse-data-yellow: #F3A912;\n --inverse-data-yellow-hover: #F5B638FF;\n --inverse-data-yellow-active: #E49C0CFF;\n --inverse-data-yellow-minor: #FFD37A;\n --inverse-data-yellow-minor-hover: #FFDA8FFF;\n --inverse-data-yellow-minor-active: #FFCC66FF;\n --inverse-data-yellow-transparent: #F3A9128F;\n --inverse-data-yellow-transparent-hover: #F3A8127A;\n --inverse-data-yellow-transparent-active: #F3A81299;\n --text-new-item: #F9F9F9;\n --text-new-item-active: #E0E0E0FF;\n --text-new-item-hover: #C7C7C7FF;\n color: var(--text-primary);\n background-color: var(--background-primary);\n}\n\n:root {\n\n}\n\n:root {\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-s: 0rem 0.25rem 0.75rem -0.1875rem #08080829, 0rem 0.0625rem 0.25rem -0.125rem #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-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 --shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;\n --shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;\n}\n\n:root {\n --border-radius-xxs: 0.25rem;\n --border-radius-xs: 0.375rem;\n --border-radius-s: 0.5rem;\n --border-radius-m: 6.25rem;\n --border-radius-l: 1rem;\n --border-radius-xl: 1.25rem;\n --border-radius-xxl: 2rem;\n --border-radius-circle: 100rem;\n}\n\n:root {\n --spacing-0x: 0rem;\n --spacing-1x: 0.125rem;\n --spacing-2x: 0.25rem;\n --spacing-3x: 0.375rem;\n --spacing-4x: 0.5rem;\n --spacing-6x: 0.75rem;\n --spacing-8x: 1rem;\n --spacing-10x: 1.25rem;\n --spacing-12x: 1.5rem;\n --spacing-16x: 2rem;\n --spacing-20x: 2.5rem;\n --spacing-24x: 3rem;\n --spacing-32x: 4rem;\n --spacing-40x: 5rem;\n --spacing-60x: 7.5rem;\n}\n\n:root {\n font-size: 16px;\n --plasma-typo-overflow-wrap: break-word;\n --plasma-typo-hyphens: auto;\n --plasma-typo-display-font-family: 'SB Sans Display', sans-serif;\n --plasma-typo-body-font-family: 'SB Sans Text', sans-serif;\n --plasma-typo-header-font-family: 'SB Sans Display', sans-serif;\n --plasma-typo-text-font-family: 'SB Sans Text', sans-serif;\n --plasma-typo-dspl-l-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-l-letter-spacing: normal;\n --plasma-typo-dspl-l-font-style: normal;\n --plasma-typo-dspl-l-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-l-bold-letter-spacing: normal;\n --plasma-typo-dspl-l-bold-font-style: normal;\n --plasma-typo-dspl-l-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-l-medium-letter-spacing: normal;\n --plasma-typo-dspl-l-medium-font-style: normal;\n --plasma-typo-dspl-m-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-m-letter-spacing: normal;\n --plasma-typo-dspl-m-font-style: normal;\n --plasma-typo-dspl-m-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-m-bold-letter-spacing: normal;\n --plasma-typo-dspl-m-bold-font-style: normal;\n --plasma-typo-dspl-m-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-m-medium-letter-spacing: normal;\n --plasma-typo-dspl-m-medium-font-style: normal;\n --plasma-typo-dspl-s-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-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-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-h5-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-h5-letter-spacing: normal;\n --plasma-typo-h5-font-style: normal;\n --plasma-typo-h5-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-h5-bold-letter-spacing: normal;\n --plasma-typo-h5-bold-font-style: normal;\n --plasma-typo-h5-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-h5-medium-letter-spacing: normal;\n --plasma-typo-h5-medium-font-style: normal;\n --plasma-typo-body-l-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-l-letter-spacing: -0.02em;\n --plasma-typo-body-l-font-style: normal;\n --plasma-typo-body-l-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-l-bold-letter-spacing: -0.02em;\n --plasma-typo-body-l-bold-font-style: normal;\n --plasma-typo-body-l-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-l-medium-letter-spacing: -0.02em;\n --plasma-typo-body-l-medium-font-style: normal;\n --plasma-typo-body-m-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-m-letter-spacing: -0.02em;\n --plasma-typo-body-m-font-style: normal;\n --plasma-typo-body-m-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-m-bold-letter-spacing: -0.02em;\n --plasma-typo-body-m-bold-font-style: normal;\n --plasma-typo-body-m-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-m-medium-letter-spacing: -0.02em;\n --plasma-typo-body-m-medium-font-style: normal;\n --plasma-typo-body-s-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-s-letter-spacing: -0.02em;\n --plasma-typo-body-s-font-style: normal;\n --plasma-typo-body-s-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-s-bold-letter-spacing: -0.02em;\n --plasma-typo-body-s-bold-font-style: normal;\n --plasma-typo-body-s-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-s-medium-letter-spacing: -0.02em;\n --plasma-typo-body-s-medium-font-style: normal;\n --plasma-typo-body-xs-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xs-letter-spacing: -0.02em;\n --plasma-typo-body-xs-font-style: normal;\n --plasma-typo-body-xs-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xs-bold-letter-spacing: -0.02em;\n --plasma-typo-body-xs-bold-font-style: normal;\n --plasma-typo-body-xs-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xs-medium-letter-spacing: -0.02em;\n --plasma-typo-body-xs-medium-font-style: normal;\n --plasma-typo-body-xxs-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xxs-letter-spacing: -0.02em;\n --plasma-typo-body-xxs-font-style: normal;\n --plasma-typo-body-xxs-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xxs-bold-letter-spacing: -0.02em;\n --plasma-typo-body-xxs-bold-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: -0.02em;\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-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-l-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-l-medium-letter-spacing: -0.02em;\n --plasma-typo-text-l-medium-font-style: normal;\n --plasma-typo-text-m-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-m-letter-spacing: -0.02em;\n --plasma-typo-text-m-font-style: normal;\n --plasma-typo-text-m-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-m-bold-letter-spacing: -0.02em;\n --plasma-typo-text-m-bold-font-style: normal;\n --plasma-typo-text-m-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-m-medium-letter-spacing: -0.02em;\n --plasma-typo-text-m-medium-font-style: normal;\n --plasma-typo-text-s-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-s-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-s-medium-letter-spacing: -0.02em;\n --plasma-typo-text-s-medium-font-style: normal;\n --plasma-typo-text-xs-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-dspl-l-font-size: 5.5rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 5.75rem;\n --plasma-typo-dspl-l-bold-font-size: 5.5rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 5.75rem;\n --plasma-typo-dspl-l-medium-font-size: 5.5rem;\n --plasma-typo-dspl-l-medium-font-weight: 500;\n --plasma-typo-dspl-l-medium-line-height: 5.75rem;\n --plasma-typo-dspl-m-font-size: 3.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 3.875rem;\n --plasma-typo-dspl-m-bold-font-size: 3.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 3.875rem;\n --plasma-typo-dspl-m-medium-font-size: 3.5rem;\n --plasma-typo-dspl-m-medium-font-weight: 500;\n --plasma-typo-dspl-m-medium-line-height: 3.875rem;\n --plasma-typo-dspl-s-font-size: 2.5rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 2.875rem;\n --plasma-typo-dspl-s-bold-font-size: 2.5rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 2.875rem;\n --plasma-typo-dspl-s-medium-font-size: 2.5rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 2.875rem;\n --plasma-typo-h1-font-size: 1.75rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 2.125rem;\n --plasma-typo-h1-bold-font-size: 1.75rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 2.125rem;\n --plasma-typo-h1-medium-font-size: 1.75rem;\n --plasma-typo-h1-medium-font-weight: 500;\n --plasma-typo-h1-medium-line-height: 2.125rem;\n --plasma-typo-h2-font-size: 1.5rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 1.875rem;\n --plasma-typo-h2-bold-font-size: 1.5rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 1.875rem;\n --plasma-typo-h2-medium-font-size: 1.5rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 1.875rem;\n --plasma-typo-h3-font-size: 1.25rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.625rem;\n --plasma-typo-h3-bold-font-size: 1.25rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 1.625rem;\n --plasma-typo-h3-medium-font-size: 1.25rem;\n --plasma-typo-h3-medium-font-weight: 500;\n --plasma-typo-h3-medium-line-height: 1.625rem;\n --plasma-typo-h4-font-size: 1.125rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.5rem;\n --plasma-typo-h4-bold-font-size: 1.125rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.5rem;\n --plasma-typo-h4-medium-font-size: 1.125rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.5rem;\n --plasma-typo-h5-font-size: 1rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.375rem;\n --plasma-typo-h5-bold-font-size: 1rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.375rem;\n --plasma-typo-h5-medium-font-size: 1rem;\n --plasma-typo-h5-medium-font-weight: 500;\n --plasma-typo-h5-medium-line-height: 1.375rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.375rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.375rem;\n --plasma-typo-body-l-medium-font-size: 1.125rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.375rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.25rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.25rem;\n --plasma-typo-body-m-medium-font-size: 1rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.25rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.125rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.125rem;\n --plasma-typo-body-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.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.75rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.75rem;\n --plasma-typo-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.125rem;\n --plasma-typo-text-l-font-weight: 400;\n --plasma-typo-text-l-line-height: 1.625rem;\n --plasma-typo-text-l-bold-font-size: 1.125rem;\n --plasma-typo-text-l-bold-font-weight: 600;\n --plasma-typo-text-l-bold-line-height: 1.625rem;\n --plasma-typo-text-l-medium-font-size: 1.125rem;\n --plasma-typo-text-l-medium-font-weight: 500;\n --plasma-typo-text-l-medium-line-height: 1.625rem;\n --plasma-typo-text-m-font-size: 1rem;\n --plasma-typo-text-m-font-weight: 400;\n --plasma-typo-text-m-line-height: 1.5rem;\n --plasma-typo-text-m-bold-font-size: 1rem;\n --plasma-typo-text-m-bold-font-weight: 600;\n --plasma-typo-text-m-bold-line-height: 1.5rem;\n --plasma-typo-text-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 }\n}\n\n@media (min-width: 560px) and (max-width: 959px) {\n :root {\n --plasma-typo-dspl-l-font-size: 7rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 7rem;\n --plasma-typo-dspl-l-bold-font-size: 7rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 7rem;\n --plasma-typo-dspl-l-medium-font-size: 7rem;\n --plasma-typo-dspl-l-medium-font-weight: 500;\n --plasma-typo-dspl-l-medium-line-height: 7rem;\n --plasma-typo-dspl-m-font-size: 4.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 4.75rem;\n --plasma-typo-dspl-m-bold-font-size: 4.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 4.75rem;\n --plasma-typo-dspl-m-medium-font-size: 4.5rem;\n --plasma-typo-dspl-m-medium-font-weight: 500;\n --plasma-typo-dspl-m-medium-line-height: 4.75rem;\n --plasma-typo-dspl-s-font-size: 3rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 3.375rem;\n --plasma-typo-dspl-s-bold-font-size: 3rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 3.375rem;\n --plasma-typo-dspl-s-medium-font-size: 3rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 3.375rem;\n --plasma-typo-h1-font-size: 2.5rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 2.875rem;\n --plasma-typo-h1-bold-font-size: 2.5rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 2.875rem;\n --plasma-typo-h1-medium-font-size: 2.5rem;\n --plasma-typo-h1-medium-font-weight: 500;\n --plasma-typo-h1-medium-line-height: 2.875rem;\n --plasma-typo-h2-font-size: 1.75rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.125rem;\n --plasma-typo-h2-bold-font-size: 1.75rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 2.125rem;\n --plasma-typo-h2-medium-font-size: 1.75rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 2.125rem;\n --plasma-typo-h3-font-size: 1.25rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.625rem;\n --plasma-typo-h3-bold-font-size: 1.25rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 1.625rem;\n --plasma-typo-h3-medium-font-size: 1.25rem;\n --plasma-typo-h3-medium-font-weight: 500;\n --plasma-typo-h3-medium-line-height: 1.625rem;\n --plasma-typo-h4-font-size: 1.125rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.5rem;\n --plasma-typo-h4-bold-font-size: 1.125rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.5rem;\n --plasma-typo-h4-medium-font-size: 1.125rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.5rem;\n --plasma-typo-h5-font-size: 1rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.375rem;\n --plasma-typo-h5-bold-font-size: 1rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.375rem;\n --plasma-typo-h5-medium-font-size: 1rem;\n --plasma-typo-h5-medium-font-weight: 500;\n --plasma-typo-h5-medium-line-height: 1.375rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.375rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.375rem;\n --plasma-typo-body-l-medium-font-size: 1.125rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.375rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.25rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.25rem;\n --plasma-typo-body-m-medium-font-size: 1rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.25rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.125rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.125rem;\n --plasma-typo-body-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.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.75rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.75rem;\n --plasma-typo-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.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-font-size: 1rem;\n --plasma-typo-text-m-font-weight: 400;\n --plasma-typo-text-m-line-height: 1.5rem;\n --plasma-typo-text-m-bold-font-size: 1rem;\n --plasma-typo-text-m-bold-font-weight: 600;\n --plasma-typo-text-m-bold-line-height: 1.5rem;\n --plasma-typo-text-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 }\n}\n\n@media (min-width: 960px) {\n :root {\n --plasma-typo-dspl-l-font-size: 8rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 8rem;\n --plasma-typo-dspl-l-bold-font-size: 8rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 8rem;\n --plasma-typo-dspl-l-medium-font-size: 8rem;\n --plasma-typo-dspl-l-medium-font-weight: 500;\n --plasma-typo-dspl-l-medium-line-height: 8rem;\n --plasma-typo-dspl-m-font-size: 5.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 5.75rem;\n --plasma-typo-dspl-m-bold-font-size: 5.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 5.75rem;\n --plasma-typo-dspl-m-medium-font-size: 5.5rem;\n --plasma-typo-dspl-m-medium-font-weight: 500;\n --plasma-typo-dspl-m-medium-line-height: 5.75rem;\n --plasma-typo-dspl-s-font-size: 4rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 4.25rem;\n --plasma-typo-dspl-s-bold-font-size: 4rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 4.25rem;\n --plasma-typo-dspl-s-medium-font-size: 4rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 4.25rem;\n --plasma-typo-h1-font-size: 3rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 3.375rem;\n --plasma-typo-h1-bold-font-size: 3rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 3.375rem;\n --plasma-typo-h1-medium-font-size: 3rem;\n --plasma-typo-h1-medium-font-weight: 500;\n --plasma-typo-h1-medium-line-height: 3.375rem;\n --plasma-typo-h2-font-size: 2rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.375rem;\n --plasma-typo-h2-bold-font-size: 2rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 2.375rem;\n --plasma-typo-h2-medium-font-size: 2rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 2.375rem;\n --plasma-typo-h3-font-size: 1.5rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.875rem;\n --plasma-typo-h3-bold-font-size: 1.5rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 1.875rem;\n --plasma-typo-h3-medium-font-size: 1.5rem;\n --plasma-typo-h3-medium-font-weight: 500;\n --plasma-typo-h3-medium-line-height: 1.875rem;\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: 1.25rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.625rem;\n --plasma-typo-h4-medium-font-size: 1.25rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.625rem;\n --plasma-typo-h5-font-size: 1.125rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.5rem;\n --plasma-typo-h5-bold-font-size: 1.125rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.5rem;\n --plasma-typo-h5-medium-font-size: 1.125rem;\n --plasma-typo-h5-medium-font-weight: 500;\n --plasma-typo-h5-medium-line-height: 1.5rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.375rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.375rem;\n --plasma-typo-body-l-medium-font-size: 1.125rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.375rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.25rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.25rem;\n --plasma-typo-body-m-medium-font-size: 1rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.25rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.125rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.125rem;\n --plasma-typo-body-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.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.75rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.75rem;\n --plasma-typo-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 --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-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}"];
|
|
4
|
+
|
|
5
|
+
export { yvvyschshol__dark };
|
|
6
|
+
//# sourceMappingURL=yvvyschshol__dark.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"yvvyschshol__dark.js","sources":["../../../src-css/theme/themes/yvvyschshol__dark.ts"],"sourcesContent":["// Generated by robots, do not change this manually!\n\nexport const yvvyschshol__dark = [`\n:root {\n --text-primary: #000000F5;\n --text-primary-hover: #F8F9FC93;\n --text-primary-active: #F8F9FCC4;\n --text-primary-brightness: #F8F9FCF5;\n --text-secondary: #0000008F;\n --text-secondary-hover: #F8F9FCFF;\n --text-secondary-active: #F8F9FCAB;\n --text-tertiary: #00000047;\n --text-tertiary-hover: #F8F9FCFF;\n --text-tertiary-active: #F8F9FC56;\n --text-paragraph: #000000CC;\n --text-paragraph-hover: #F8F9FC7A;\n --text-paragraph-active: #F8F9FCA3;\n --text-accent-hover: #12DFE2FF;\n --text-accent-active: #0A797BFF;\n --text-accent-minor: #0C585A;\n --text-accent-minor-hover: #148B90FF;\n --text-accent-minor-active: #107175FF;\n --text-positive: #1A9E32;\n --text-positive-hover: #1EB83AFF;\n --text-positive-active: #15842AFF;\n --text-warning: #FA5F05;\n --text-warning-hover: #FB7223FF;\n --text-warning-active: #DC5304FF;\n --text-negative: #FF293E;\n --text-negative-hover: #FF475AFF;\n --text-negative-active: #FF0A23FF;\n --text-info: #118CDF;\n --text-info-hover: #50B1F2FF;\n --text-info-active: #0F7BC2FF;\n --text-positive-minor: #095C18;\n --text-positive-minor-hover: #0F9527FF;\n --text-positive-minor-active: #0C7920FF;\n --text-warning-minor: #85380C;\n --text-warning-minor-hover: #BB4F11FF;\n --text-warning-minor-active: #9F440FFF;\n --text-negative-minor: #9C1422;\n --text-negative-minor-hover: #B91828FF;\n --text-negative-minor-active: #83111CFF;\n --text-info-minor: #0D5382;\n --text-info-minor-hover: #1277BAFF;\n --text-info-minor-active: #10659EFF;\n --on-dark-text-primary: #000000F5;\n --on-dark-text-primary-hover: #F8F9FC93;\n --on-dark-text-primary-active: #F8F9FCC4;\n --on-dark-text-primary-brightness: #F8F9FCF5;\n --on-dark-text-secondary: #0000008F;\n --on-dark-text-secondary-hover: #F8F9FCFF;\n --on-dark-text-secondary-active: #F8F9FCAB;\n --on-dark-text-tertiary: #00000047;\n --on-dark-text-tertiary-hover: #F8F9FCFF;\n --on-dark-text-tertiary-active: #F8F9FC56;\n --on-dark-text-paragraph: #000000CC;\n --on-dark-text-paragraph-hover: #F8F9FC7A;\n --on-dark-text-paragraph-active: #F8F9FCA3;\n --on-dark-text-accent: #0C9597;\n --on-dark-text-accent-hover: #12DFE2FF;\n --on-dark-text-accent-active: #0A797BFF;\n --on-dark-text-accent-minor: #0C585A;\n --on-dark-text-accent-minor-hover: #148B90FF;\n --on-dark-text-accent-minor-active: #107175FF;\n --on-dark-text-positive: #1A9E32;\n --on-dark-text-positive-hover: #1EB83AFF;\n --on-dark-text-positive-active: #15842AFF;\n --on-dark-text-warning: #FA5F05;\n --on-dark-text-warning-hover: #FB7223FF;\n --on-dark-text-warning-active: #DC5304FF;\n --on-dark-text-negative: #FF293E;\n --on-dark-text-negative-hover: #FF475AFF;\n --on-dark-text-negative-active: #FF0A23FF;\n --on-dark-text-info: #118CDF;\n --on-dark-text-info-hover: #50B1F2FF;\n --on-dark-text-info-active: #0F7BC2FF;\n --on-dark-text-positive-minor: #095C18;\n --on-dark-text-positive-minor-hover: #0F9527FF;\n --on-dark-text-positive-minor-active: #0C7920FF;\n --on-dark-text-warning-minor: #85380C;\n --on-dark-text-warning-minor-hover: #BB4F11FF;\n --on-dark-text-warning-minor-active: #9F440FFF;\n --on-dark-text-negative-minor: #9C1422;\n --on-dark-text-negative-minor-hover: #B91828FF;\n --on-dark-text-negative-minor-active: #83111CFF;\n --on-dark-text-info-minor: #0D5382;\n --on-dark-text-info-minor-hover: #1277BAFF;\n --on-dark-text-info-minor-active: #10659EFF;\n --on-light-text-primary: #000000F5;\n --on-light-text-primary-hover: #16181D93;\n --on-light-text-primary-active: #16181DC4;\n --on-light-text-primary-brightness: #16181DF5;\n --on-light-text-secondary: #0000008F;\n --on-light-text-secondary-hover: #16181DFF;\n --on-light-text-secondary-active: #16181DAB;\n --on-light-text-tertiary: #00000047;\n --on-light-text-tertiary-hover: #16181DFF;\n --on-light-text-tertiary-active: #16181D56;\n --on-light-text-paragraph: #000000CC;\n --on-light-text-paragraph-hover: #16181D7A;\n --on-light-text-paragraph-active: #16181DA3;\n --on-light-text-accent: #0C8688;\n --on-light-text-accent-hover: #12D0D3FF;\n --on-light-text-accent-active: #0FABAEFF;\n --on-light-text-accent-minor: #04C6C9;\n --on-light-text-accent-minor-hover: #05ECF0FF;\n --on-light-text-accent-minor-active: #039DA0FF;\n --on-light-text-positive: #108E26;\n --on-light-text-positive-hover: #14B32EFF;\n --on-light-text-positive-active: #0C6A1BFF;\n --on-light-text-warning: #E85702;\n --on-light-text-warning-hover: #FD6B17FF;\n --on-light-text-warning-active: #C04802FF;\n --on-light-text-negative: #F31B31;\n --on-light-text-negative-hover: #F54254FF;\n --on-light-text-negative-active: #DA0B20FF;\n --on-light-text-info: #0B7ECB;\n --on-light-text-info-hover: #0D96F2FF;\n --on-light-text-info-active: #0966A5FF;\n --on-light-text-positive-minor: #28D247;\n --on-light-text-positive-minor-hover: #47DC62FF;\n --on-light-text-positive-minor-active: #21B03CFF;\n --on-light-text-warning-minor: #FD9C68;\n --on-light-text-warning-minor-hover: #FDB790FF;\n --on-light-text-warning-minor-active: #FC8240FF;\n --on-light-text-negative-minor: #FF8F9A;\n --on-light-text-negative-minor-hover: #FFB8BFFF;\n --on-light-text-negative-minor-active: #FF6675FF;\n --on-light-text-info-minor: #52BAFF;\n --on-light-text-info-minor-hover: #7ACAFFFF;\n --on-light-text-info-minor-active: #29A9FFFF;\n --inverse-text-primary: #000000F5;\n --inverse-text-primary-hover: #16181D93;\n --inverse-text-primary-active: #16181DC4;\n --inverse-text-primary-brightness: #16181DF5;\n --inverse-text-secondary: #0000008F;\n --inverse-text-secondary-hover: #16181DFF;\n --inverse-text-secondary-active: #16181DAB;\n --inverse-text-tertiary: #00000047;\n --inverse-text-tertiary-hover: #16181DFF;\n --inverse-text-tertiary-active: #16181D56;\n --inverse-text-paragraph: #000000CC;\n --inverse-text-paragraph-hover: #16181D7A;\n --inverse-text-paragraph-active: #16181DA3;\n --inverse-text-accent: #0C8688;\n --inverse-text-accent-hover: #12D0D3FF;\n --inverse-text-accent-active: #0FABAEFF;\n --inverse-text-accent-minor: #04C6C9;\n --inverse-text-accent-minor-hover: #05ECF0FF;\n --inverse-text-accent-minor-active: #039DA0FF;\n --inverse-text-positive: #108E26;\n --inverse-text-positive-hover: #14B32EFF;\n --inverse-text-positive-active: #0C6A1BFF;\n --inverse-text-warning: #E85702;\n --inverse-text-warning-hover: #FD6B17FF;\n --inverse-text-warning-active: #C04802FF;\n --inverse-text-negative: #F31B31;\n --inverse-text-negative-hover: #F54254FF;\n --inverse-text-negative-active: #DA0B20FF;\n --inverse-text-info: #0B7ECB;\n --inverse-text-info-hover: #0D96F2FF;\n --inverse-text-info-active: #0966A5FF;\n --inverse-text-positive-minor: #28D247;\n --inverse-text-positive-minor-hover: #47DC62FF;\n --inverse-text-positive-minor-active: #21B03CFF;\n --inverse-text-warning-minor: #FD9C68;\n --inverse-text-warning-minor-hover: #FDB790FF;\n --inverse-text-warning-minor-active: #FC8240FF;\n --inverse-text-negative-minor: #FF8F9A;\n --inverse-text-negative-minor-hover: #FFB8BFFF;\n --inverse-text-negative-minor-active: #FF6675FF;\n --inverse-text-info-minor: #52BAFF;\n --inverse-text-info-minor-hover: #7ACAFFFF;\n --inverse-text-info-minor-active: #29A9FFFF;\n --surface-solid-primary: undefined;\n --surface-solid-primary-hover: #1F2229FF;\n --surface-solid-primary-active: #121317FF;\n --surface-solid-primary-brightness: #23262FFF;\n --surface-solid-secondary: undefined;\n --surface-solid-secondary-hover: #2E2F38FF;\n --surface-solid-secondary-active: #202127FF;\n --surface-solid-tertiary: undefined;\n --surface-solid-tertiary-hover: #3B3F4AFF;\n --surface-solid-tertiary-active: #2D3039FF;\n --surface-solid-card: undefined;\n --surface-solid-card-hover: #1F2229FF;\n --surface-solid-card-active: #121317FF;\n --surface-solid-card-brightness: #23262FFF;\n --surface-solid-default: undefined;\n --surface-solid-default-hover: #FFFFFFFF;\n --surface-solid-default-active: #F1F3F8FF;\n --surface-transparent-primary: #0000000F;\n --surface-transparent-primary-hover: #F8F9FC1F;\n --surface-transparent-primary-active: #F8F9FC0A;\n --surface-transparent-secondary: #0000001F;\n --surface-transparent-secondary-hover: #F8F9FC3D;\n --surface-transparent-secondary-active: #F8F9FC0F;\n --surface-transparent-tertiary: #00000033;\n --surface-transparent-tertiary-hover: #F8F9FC52;\n --surface-transparent-tertiary-active: #F8F9FC24;\n --surface-transparent-deep: #000000A3;\n --surface-transparent-deep-hover: #F8F9FCC2;\n --surface-transparent-deep-active: #F8F9FC94;\n --surface-transparent-card: #0000000F;\n --surface-transparent-card-hover: #F8F9FC1F;\n --surface-transparent-card-active: #F8F9FC0A;\n --surface-transparent-card-brightness: #F8F9FC0F;\n --surface-clear: #FFFFFF00;\n --surface-clear-hover: #FFFFFF00;\n --surface-clear-active: #FFFFFF00;\n --surface-accent: #0C8688;\n --surface-accent-hover: #0D989BFF;\n --surface-accent-active: #0B7D7FFF;\n --surface-accent-minor: #0D2A2B;\n --surface-accent-minor-hover: #123A3BFF;\n --surface-accent-minor-active: #0B2323FF;\n --surface-transparent-accent: #0C868833;\n --surface-transparent-accent-hover: #0C868852;\n --surface-transparent-accent-active: #0C868824;\n --surface-positive: #108E26;\n --surface-positive-hover: #12A12AFF;\n --surface-positive-active: #0F8523FF;\n --surface-warning: #E85702;\n --surface-warning-hover: #FC5E03FF;\n --surface-warning-active: #DE5302FF;\n --surface-negative: #F31B31;\n --surface-negative-hover: #F5384BFF;\n --surface-negative-active: #F31228FF;\n --surface-info: #0B7ECB;\n --surface-info-hover: #0C8ADFFF;\n --surface-info-active: #0A78C2FF;\n --surface-positive-minor: #0A2B10;\n --surface-positive-minor-hover: #0E3A16FF;\n --surface-positive-minor-active: #08210CFF;\n --surface-warning-minor: #3D1D0A;\n --surface-warning-minor-hover: #4F250DFF;\n --surface-warning-minor-active: #351909FF;\n --surface-negative-minor: #4A0D13;\n --surface-negative-minor-hover: #5B1018FF;\n --surface-negative-minor-active: #410B11FF;\n --surface-info-minor: #0C283B;\n --surface-info-minor-hover: #10344CFF;\n --surface-info-minor-active: #0A2333FF;\n --surface-transparent-positive: #108E2633;\n --surface-transparent-positive-hover: #108E2552;\n --surface-transparent-positive-active: #108E2524;\n --surface-transparent-warning: #E8570233;\n --surface-transparent-warning-hover: #E8570252;\n --surface-transparent-warning-active: #E8570224;\n --surface-transparent-negative: #F31B3133;\n --surface-transparent-negative-hover: #F31B3152;\n --surface-transparent-negative-active: #F31B3124;\n --surface-transparent-info: #0B7ECB33;\n --surface-transparent-info-hover: #0B7ECB52;\n --surface-transparent-info-active: #0B7ECB24;\n --on-dark-surface-solid-primary: undefined;\n --on-dark-surface-solid-primary-hover: #1F2229FF;\n --on-dark-surface-solid-primary-active: #121317FF;\n --on-dark-surface-solid-primary-brightness: #23262FFF;\n --on-dark-surface-solid-secondary: undefined;\n --on-dark-surface-solid-secondary-hover: #2E2F38FF;\n --on-dark-surface-solid-secondary-active: #202127FF;\n --on-dark-surface-solid-tertiary: undefined;\n --on-dark-surface-solid-tertiary-hover: #3B3F4AFF;\n --on-dark-surface-solid-tertiary-active: #2D3039FF;\n --on-dark-surface-solid-card: undefined;\n --on-dark-surface-solid-card-hover: #1F2229FF;\n --on-dark-surface-solid-card-active: #121317FF;\n --on-dark-surface-solid-card-brightness: #23262FFF;\n --on-dark-surface-solid-default: undefined;\n --on-dark-surface-solid-default-hover: #FFFFFFFF;\n --on-dark-surface-solid-default-active: #F1F3F8FF;\n --on-dark-surface-transparent-primary: #0000000F;\n --on-dark-surface-transparent-primary-hover: #F8F9FC1F;\n --on-dark-surface-transparent-primary-active: #F8F9FC0A;\n --on-dark-surface-transparent-secondary: #0000001F;\n --on-dark-surface-transparent-secondary-hover: #F8F9FC3D;\n --on-dark-surface-transparent-secondary-active: #F8F9FC0F;\n --on-dark-surface-transparent-tertiary: #00000033;\n --on-dark-surface-transparent-tertiary-hover: #F8F9FC52;\n --on-dark-surface-transparent-tertiary-active: #F8F9FC24;\n --on-dark-surface-transparent-deep: #000000A3;\n --on-dark-surface-transparent-deep-hover: #F8F9FCC2;\n --on-dark-surface-transparent-deep-active: #F8F9FC94;\n --on-dark-surface-transparent-card: #0000000F;\n --on-dark-surface-transparent-card-hover: #F8F9FC1F;\n --on-dark-surface-transparent-card-active: #F8F9FC0A;\n --on-dark-surface-transparent-card-brightness: #F8F9FC0F;\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: #0C8688;\n --on-dark-surface-accent-hover: #0D989BFF;\n --on-dark-surface-accent-active: #0B7D7FFF;\n --on-dark-surface-accent-minor: #0D2A2B;\n --on-dark-surface-accent-minor-hover: #123A3BFF;\n --on-dark-surface-accent-minor-active: #0B2323FF;\n --on-dark-surface-transparent-accent: #0C868833;\n --on-dark-surface-transparent-accent-hover: #0C868852;\n --on-dark-surface-transparent-accent-active: #0C868824;\n --on-dark-surface-positive: #108E26;\n --on-dark-surface-positive-hover: #12A12AFF;\n --on-dark-surface-positive-active: #0F8523FF;\n --on-dark-surface-warning: #E85702;\n --on-dark-surface-warning-hover: #FC5E03FF;\n --on-dark-surface-warning-active: #DE5302FF;\n --on-dark-surface-negative: #F31B31;\n --on-dark-surface-negative-hover: #F5384BFF;\n --on-dark-surface-negative-active: #F31228FF;\n --on-dark-surface-info: #0B7ECB;\n --on-dark-surface-info-hover: #0C8ADFFF;\n --on-dark-surface-info-active: #0A78C2FF;\n --on-dark-surface-positive-minor: #0A2B10;\n --on-dark-surface-positive-minor-hover: #0E3A16FF;\n --on-dark-surface-positive-minor-active: #08210CFF;\n --on-dark-surface-warning-minor: #3D1D0A;\n --on-dark-surface-warning-minor-hover: #4F250DFF;\n --on-dark-surface-warning-minor-active: #351909FF;\n --on-dark-surface-negative-minor: #4A0D13;\n --on-dark-surface-negative-minor-hover: #5B1018FF;\n --on-dark-surface-negative-minor-active: #410B11FF;\n --on-dark-surface-info-minor: #0C283B;\n --on-dark-surface-info-minor-hover: #10344CFF;\n --on-dark-surface-info-minor-active: #0A2333FF;\n --on-dark-surface-transparent-positive: #108E2633;\n --on-dark-surface-transparent-positive-hover: #108E2552;\n --on-dark-surface-transparent-positive-active: #108E2524;\n --on-dark-surface-transparent-warning: #E8570233;\n --on-dark-surface-transparent-warning-hover: #E8570252;\n --on-dark-surface-transparent-warning-active: #E8570224;\n --on-dark-surface-transparent-negative: #F31B3133;\n --on-dark-surface-transparent-negative-hover: #F31B3152;\n --on-dark-surface-transparent-negative-active: #F31B3124;\n --on-dark-surface-transparent-info: #0B7ECB33;\n --on-dark-surface-transparent-info-hover: #0B7ECB52;\n --on-dark-surface-transparent-info-active: #0B7ECB24;\n --on-light-surface-solid-primary: undefined;\n --on-light-surface-solid-primary-hover: #FBFCFEFF;\n --on-light-surface-solid-primary-active: #ECEEF8FF;\n --on-light-surface-solid-primary-brightness: #FFFFFFFF;\n --on-light-surface-solid-secondary: undefined;\n --on-light-surface-solid-secondary-hover: #F9F9FBFF;\n --on-light-surface-solid-secondary-active: #E5E6F0FF;\n --on-light-surface-solid-tertiary: undefined;\n --on-light-surface-solid-tertiary-hover: #E5E8F0FF;\n --on-light-surface-solid-tertiary-active: #CCD1E1FF;\n --on-light-surface-solid-card: #FFFFFF;\n --on-light-surface-solid-card-hover: #FFFFFFFF;\n --on-light-surface-solid-card-active: #FFFFFFFF;\n --on-light-surface-solid-card-brightness: #FFFFFFFF;\n --on-light-surface-solid-default: undefined;\n --on-light-surface-solid-default-hover: #14171FFF;\n --on-light-surface-solid-default-active: #040506FF;\n --on-light-surface-transparent-primary: #0000000A;\n --on-light-surface-transparent-primary-hover: #08090C05;\n --on-light-surface-transparent-primary-active: #08090C0F;\n --on-light-surface-transparent-secondary: #00000014;\n --on-light-surface-transparent-secondary-hover: #08090C0A;\n --on-light-surface-transparent-secondary-active: #08090C1F;\n --on-light-surface-transparent-tertiary: #0000001F;\n --on-light-surface-transparent-tertiary-hover: #08090C0A;\n --on-light-surface-transparent-tertiary-active: #08090C29;\n --on-light-surface-transparent-deep: #000000A3;\n --on-light-surface-transparent-deep-hover: #08090C8F;\n --on-light-surface-transparent-deep-active: #08090CAD;\n --on-light-surface-transparent-card: #FFFFFF;\n --on-light-surface-transparent-card-hover: #FFFFFFFF;\n --on-light-surface-transparent-card-active: #FFFFFFFF;\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: #0C9597;\n --on-light-surface-accent-hover: #0EA7AAFF;\n --on-light-surface-accent-active: #0B8284FF;\n --on-light-surface-accent-minor: #88F9FB;\n --on-light-surface-accent-minor-hover: #9DFAFBFF;\n --on-light-surface-accent-minor-active: #75F8FAFF;\n --on-light-surface-transparent-accent: #0C95971F;\n --on-light-surface-transparent-accent-hover: #0C95970A;\n --on-light-surface-transparent-accent-active: #0C959729;\n --on-light-surface-positive: #1A9E32;\n --on-light-surface-positive-hover: #1EB83AFF;\n --on-light-surface-positive-active: #178C2CFF;\n --on-light-surface-warning: #FA5F05;\n --on-light-surface-warning-hover: #FB782DFF;\n --on-light-surface-warning-active: #E65705FF;\n --on-light-surface-negative: #FF293E;\n --on-light-surface-negative-hover: #FF5263FF;\n --on-light-surface-negative-active: #FF142CFF;\n --on-light-surface-info: #118CDF;\n --on-light-surface-info-hover: #1798EEFF;\n --on-light-surface-info-active: #0F81CCFF;\n --on-light-surface-positive-minor: #9EFAAF;\n --on-light-surface-positive-minor-hover: #B1FBBFFF;\n --on-light-surface-positive-minor-active: #8BF99FFF;\n --on-light-surface-warning-minor: #FEE2D2;\n --on-light-surface-warning-minor-hover: #FEEFE6FF;\n --on-light-surface-warning-minor-active: #FEDCC8FF;\n --on-light-surface-negative-minor: #FFE0E3;\n --on-light-surface-negative-minor-hover: #FFF5F6FF;\n --on-light-surface-negative-minor-active: #FFD6DAFF;\n --on-light-surface-info-minor: #CFECFF;\n --on-light-surface-info-minor-hover: #E5F5FFFF;\n --on-light-surface-info-minor-active: #C7E9FFFF;\n --on-light-surface-transparent-positive: #1A9E321F;\n --on-light-surface-transparent-positive-hover: #1A9E320A;\n --on-light-surface-transparent-positive-active: #1A9E3229;\n --on-light-surface-transparent-warning: #FA5F051F;\n --on-light-surface-transparent-warning-hover: #FA5F050A;\n --on-light-surface-transparent-warning-active: #FA5F0529;\n --on-light-surface-transparent-negative: #FF293E1F;\n --on-light-surface-transparent-negative-hover: #FF293E0A;\n --on-light-surface-transparent-negative-active: #FF293E29;\n --on-light-surface-transparent-info: #118CDF1F;\n --on-light-surface-transparent-info-hover: #118CDF0A;\n --on-light-surface-transparent-info-active: #118CDF29;\n --inverse-surface-solid-primary: undefined;\n --inverse-surface-solid-primary-hover: #FBFCFEFF;\n --inverse-surface-solid-primary-active: #ECEEF8FF;\n --inverse-surface-solid-primary-brightness: #FFFFFFFF;\n --inverse-surface-solid-secondary: undefined;\n --inverse-surface-solid-secondary-hover: #F9F9FBFF;\n --inverse-surface-solid-secondary-active: #E5E6F0FF;\n --inverse-surface-solid-tertiary: undefined;\n --inverse-surface-solid-tertiary-hover: #E5E8F0FF;\n --inverse-surface-solid-tertiary-active: #CCD1E1FF;\n --inverse-surface-solid-card: #FFFFFF;\n --inverse-surface-solid-card-hover: #FFFFFFFF;\n --inverse-surface-solid-card-active: #FFFFFFFF;\n --inverse-surface-solid-card-brightness: #FFFFFFFF;\n --inverse-surface-solid-default: undefined;\n --inverse-surface-solid-default-hover: #14171FFF;\n --inverse-surface-solid-default-active: #040506FF;\n --inverse-surface-transparent-primary: #0000000A;\n --inverse-surface-transparent-primary-hover: #08090C05;\n --inverse-surface-transparent-primary-active: #08090C0F;\n --inverse-surface-transparent-secondary: #00000014;\n --inverse-surface-transparent-secondary-hover: #08090C0A;\n --inverse-surface-transparent-secondary-active: #08090C1F;\n --inverse-surface-transparent-tertiary: #0000001F;\n --inverse-surface-transparent-tertiary-hover: #08090C0A;\n --inverse-surface-transparent-tertiary-active: #08090C29;\n --inverse-surface-transparent-deep: #000000A3;\n --inverse-surface-transparent-deep-hover: #08090C8F;\n --inverse-surface-transparent-deep-active: #08090CAD;\n --inverse-surface-transparent-card: #FFFFFF;\n --inverse-surface-transparent-card-hover: #FFFFFFFF;\n --inverse-surface-transparent-card-active: #FFFFFFFF;\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: #0C9597;\n --inverse-surface-accent-hover: #0EA7AAFF;\n --inverse-surface-accent-active: #0B8284FF;\n --inverse-surface-accent-minor: #88F9FB;\n --inverse-surface-accent-minor-hover: #9DFAFBFF;\n --inverse-surface-accent-minor-active: #75F8FAFF;\n --inverse-surface-transparent-accent: #0C95971F;\n --inverse-surface-transparent-accent-hover: #0C95970A;\n --inverse-surface-transparent-accent-active: #0C959729;\n --inverse-surface-positive: #1A9E32;\n --inverse-surface-positive-hover: #1EB83AFF;\n --inverse-surface-positive-active: #178C2CFF;\n --inverse-surface-warning: #FA5F05;\n --inverse-surface-warning-hover: #FB782DFF;\n --inverse-surface-warning-active: #E65705FF;\n --inverse-surface-negative: #FF293E;\n --inverse-surface-negative-hover: #FF5263FF;\n --inverse-surface-negative-active: #FF142CFF;\n --inverse-surface-info: #118CDF;\n --inverse-surface-info-hover: #1798EEFF;\n --inverse-surface-info-active: #0F81CCFF;\n --inverse-surface-positive-minor: #9EFAAF;\n --inverse-surface-positive-minor-hover: #B1FBBFFF;\n --inverse-surface-positive-minor-active: #8BF99FFF;\n --inverse-surface-warning-minor: #FEE2D2;\n --inverse-surface-warning-minor-hover: #FEEFE6FF;\n --inverse-surface-warning-minor-active: #FEDCC8FF;\n --inverse-surface-negative-minor: #FFE0E3;\n --inverse-surface-negative-minor-hover: #FFF5F6FF;\n --inverse-surface-negative-minor-active: #FFD6DAFF;\n --inverse-surface-info-minor: #CFECFF;\n --inverse-surface-info-minor-hover: #E5F5FFFF;\n --inverse-surface-info-minor-active: #C7E9FFFF;\n --inverse-surface-transparent-positive: #1A9E321F;\n --inverse-surface-transparent-positive-hover: #1A9E320A;\n --inverse-surface-transparent-positive-active: #1A9E3229;\n --inverse-surface-transparent-warning: #FA5F051F;\n --inverse-surface-transparent-warning-hover: #FA5F050A;\n --inverse-surface-transparent-warning-active: #FA5F0529;\n --inverse-surface-transparent-negative: #FF293E1F;\n --inverse-surface-transparent-negative-hover: #FF293E0A;\n --inverse-surface-transparent-negative-active: #FF293E29;\n --inverse-surface-transparent-info: #118CDF1F;\n --inverse-surface-transparent-info-hover: #118CDF0A;\n --inverse-surface-transparent-info-active: #118CDF29;\n --background-primary: undefined;\n --dark-background-primary: undefined;\n --light-background-primary: undefined;\n --inverse-background-primary: undefined;\n --overlay-soft: #0000008F;\n --overlay-hard: #000000F5;\n --overlay-blur: #00000047;\n --on-dark-overlay-soft: #0000008F;\n --on-dark-overlay-hard: #000000F5;\n --on-dark-overlay-blur: #00000047;\n --on-light-overlay-soft: #0000008F;\n --on-light-overlay-hard: #000000F5;\n --on-light-overlay-blur: #00000047;\n --inverse-overlay-soft: #0000008F;\n --inverse-overlay-hard: #000000F5;\n --inverse-overlay-blur: #00000047;\n --outline-solid-primary: undefined;\n --outline-solid-primary-hover: #FFFFFFFF;\n --outline-solid-primary-active: #A2A4B3FF;\n --outline-solid-secondary: undefined;\n --outline-solid-secondary-hover: #FFFFFFFF;\n --outline-solid-secondary-active: #808293FF;\n --outline-solid-tertiary: undefined;\n --outline-solid-tertiary-hover: #FFFFFFFF;\n --outline-solid-tertiary-active: #585A65FF;\n --outline-solid-default: undefined;\n --outline-solid-default-hover: #D0D5E7FF;\n --outline-solid-default-active: #E4E7F1FF;\n --outline-transparent-primary: #0000001F;\n --outline-transparent-primary-hover: #F8F9FCFF;\n --outline-transparent-primary-active: #F8F9FC25;\n --outline-transparent-secondary: #00000047;\n --outline-transparent-secondary-hover: #F8F9FCFF;\n --outline-transparent-secondary-active: #F8F9FC56;\n --outline-transparent-tertiary: #0000008F;\n --outline-transparent-tertiary-hover: #F8F9FCFF;\n --outline-transparent-tertiary-active: #F8F9FCAB;\n --outline-clear: #FFFFFF00;\n --outline-clear-hover: #FFFFFF00;\n --outline-clear-active: #FFFFFF00;\n --outline-accent: #0C9597;\n --outline-accent-hover: #12DFE2FF;\n --outline-accent-active: #0A797BFF;\n --outline-accent-minor: #0C585A;\n --outline-accent-minor-hover: #148B90FF;\n --outline-accent-minor-active: #107175FF;\n --outline-transparent-accent: #0C959700;\n --outline-transparent-accent-hover: #0C959700;\n --outline-transparent-accent-active: #0C959700;\n --outline-positive: #1A9E32;\n --outline-positive-hover: #1EB83AFF;\n --outline-positive-active: #15842AFF;\n --outline-warning: #FA5F05;\n --outline-warning-hover: #FB7223FF;\n --outline-warning-active: #DC5304FF;\n --outline-negative: #FF293E;\n --outline-negative-hover: #FF475AFF;\n --outline-negative-active: #FF0A23FF;\n --outline-info: #118CDF;\n --outline-info-hover: #50B1F2FF;\n --outline-info-active: #0F7BC2FF;\n --outline-positive-minor: #095C18;\n --outline-positive-minor-hover: #0F9527FF;\n --outline-positive-minor-active: #0C7920FF;\n --outline-warning-minor: #85380C;\n --outline-warning-minor-hover: #BB4F11FF;\n --outline-warning-minor-active: #9F440FFF;\n --outline-negative-minor: #9C1422;\n --outline-negative-minor-hover: #B91828FF;\n --outline-negative-minor-active: #83111CFF;\n --outline-info-minor: #0D5382;\n --outline-info-minor-hover: #1277BAFF;\n --outline-info-minor-active: #10659EFF;\n --outline-transparent-positive: #1A9E3247;\n --outline-transparent-positive-hover: #1A9E32FF;\n --outline-transparent-positive-active: #1A9E3256;\n --outline-transparent-warning: #FA5F0547;\n --outline-transparent-warning-hover: #FA5F05FF;\n --outline-transparent-warning-active: #FA5F0556;\n --outline-transparent-negative: #FF293E47;\n --outline-transparent-negative-hover: #FF293EFF;\n --outline-transparent-negative-active: #FF293E56;\n --outline-transparent-info: #118CDF47;\n --outline-transparent-info-hover: #118CDFFF;\n --outline-transparent-info-active: #118CDF56;\n --on-dark-outline-solid-primary: undefined;\n --on-dark-outline-solid-primary-hover: #FFFFFFFF;\n --on-dark-outline-solid-primary-active: #A2A4B3FF;\n --on-dark-outline-solid-secondary: undefined;\n --on-dark-outline-solid-secondary-hover: #FFFFFFFF;\n --on-dark-outline-solid-secondary-active: #808293FF;\n --on-dark-outline-solid-tertiary: undefined;\n --on-dark-outline-solid-tertiary-hover: #FFFFFFFF;\n --on-dark-outline-solid-tertiary-active: #585A65FF;\n --on-dark-outline-solid-default: undefined;\n --on-dark-outline-solid-default-hover: #D0D5E7FF;\n --on-dark-outline-solid-default-active: #E4E7F1FF;\n --on-dark-outline-transparent-primary: #0000001F;\n --on-dark-outline-transparent-primary-hover: #F8F9FCFF;\n --on-dark-outline-transparent-primary-active: #F8F9FC25;\n --on-dark-outline-transparent-secondary: #00000047;\n --on-dark-outline-transparent-secondary-hover: #F8F9FCFF;\n --on-dark-outline-transparent-secondary-active: #F8F9FC56;\n --on-dark-outline-transparent-tertiary: #0000008F;\n --on-dark-outline-transparent-tertiary-hover: #F8F9FCFF;\n --on-dark-outline-transparent-tertiary-active: #F8F9FCAB;\n --on-dark-outline-clear: #FFFFFF00;\n --on-dark-outline-clear-hover: #FFFFFF00;\n --on-dark-outline-clear-active: #FFFFFF00;\n --on-dark-outline-accent: #0C9597;\n --on-dark-outline-accent-hover: #12DFE2FF;\n --on-dark-outline-accent-active: #0A797BFF;\n --on-dark-outline-accent-minor: #0C585A;\n --on-dark-outline-accent-minor-hover: #148B90FF;\n --on-dark-outline-accent-minor-active: #107175FF;\n --on-dark-outline-transparent-accent: #0C959700;\n --on-dark-outline-transparent-accent-hover: #0C959700;\n --on-dark-outline-transparent-accent-active: #0C959700;\n --on-dark-outline-positive: #1A9E32;\n --on-dark-outline-positive-hover: #1EB83AFF;\n --on-dark-outline-positive-active: #15842AFF;\n --on-dark-outline-warning: #FA5F05;\n --on-dark-outline-warning-hover: #FB7223FF;\n --on-dark-outline-warning-active: #DC5304FF;\n --on-dark-outline-negative: #FF293E;\n --on-dark-outline-negative-hover: #FF475AFF;\n --on-dark-outline-negative-active: #FF0A23FF;\n --on-dark-outline-info: #118CDF;\n --on-dark-outline-info-hover: #50B1F2FF;\n --on-dark-outline-info-active: #0F7BC2FF;\n --on-dark-outline-positive-minor: #095C18;\n --on-dark-outline-positive-minor-hover: #0F9527FF;\n --on-dark-outline-positive-minor-active: #0C7920FF;\n --on-dark-outline-warning-minor: #85380C;\n --on-dark-outline-warning-minor-hover: #BB4F11FF;\n --on-dark-outline-warning-minor-active: #9F440FFF;\n --on-dark-outline-negative-minor: #9C1422;\n --on-dark-outline-negative-minor-hover: #B91828FF;\n --on-dark-outline-negative-minor-active: #83111CFF;\n --on-dark-outline-info-minor: #0D5382;\n --on-dark-outline-info-minor-hover: #1277BAFF;\n --on-dark-outline-info-minor-active: #10659EFF;\n --on-dark-outline-transparent-positive: #1A9E3247;\n --on-dark-outline-transparent-positive-hover: #1A9E32FF;\n --on-dark-outline-transparent-positive-active: #1A9E3256;\n --on-dark-outline-transparent-warning: #FA5F0547;\n --on-dark-outline-transparent-warning-hover: #FA5F05FF;\n --on-dark-outline-transparent-warning-active: #FA5F0556;\n --on-dark-outline-transparent-negative: #FF293E47;\n --on-dark-outline-transparent-negative-hover: #FF293EFF;\n --on-dark-outline-transparent-negative-active: #FF293E56;\n --on-dark-outline-transparent-info: #118CDF47;\n --on-dark-outline-transparent-info-hover: #118CDFFF;\n --on-dark-outline-transparent-info-active: #118CDF56;\n --on-light-outline-solid-primary: undefined;\n --on-light-outline-solid-primary-hover: #000000FF;\n --on-light-outline-solid-primary-active: #9FA9C6FF;\n --on-light-outline-solid-secondary: undefined;\n --on-light-outline-solid-secondary-hover: #000000FF;\n --on-light-outline-solid-secondary-active: #858BA3FF;\n --on-light-outline-solid-tertiary: undefined;\n --on-light-outline-solid-tertiary-hover: #000000FF;\n --on-light-outline-solid-tertiary-active: #575A66FF;\n --on-light-outline-solid-default: undefined;\n --on-light-outline-solid-default-hover: #485270FF;\n --on-light-outline-solid-default-active: #282D3EFF;\n --on-light-outline-transparent-primary: #0000001F;\n --on-light-outline-transparent-primary-hover: #08090CFF;\n --on-light-outline-transparent-primary-active: #08090C25;\n --on-light-outline-transparent-secondary: #00000047;\n --on-light-outline-transparent-secondary-hover: #08090CFF;\n --on-light-outline-transparent-secondary-active: #08090C56;\n --on-light-outline-transparent-tertiary: #0000008F;\n --on-light-outline-transparent-tertiary-hover: #08090CFF;\n --on-light-outline-transparent-tertiary-active: #08090CAB;\n --on-light-outline-clear: #FFFFFF00;\n --on-light-outline-clear-hover: #FFFFFF00;\n --on-light-outline-clear-active: #FFFFFF00;\n --on-light-outline-accent: #0C8688;\n --on-light-outline-accent-hover: #12D0D3FF;\n --on-light-outline-accent-active: #0FABAEFF;\n --on-light-outline-accent-minor: #04C6C9;\n --on-light-outline-accent-minor-hover: #05ECF0FF;\n --on-light-outline-accent-minor-active: #039DA0FF;\n --on-light-outline-transparent-accent: #0C868800;\n --on-light-outline-transparent-accent-hover: #0C868800;\n --on-light-outline-transparent-accent-active: #0C868800;\n --on-light-outline-positive: #108E26;\n --on-light-outline-positive-hover: #14B32EFF;\n --on-light-outline-positive-active: #0C6A1BFF;\n --on-light-outline-warning: #E85702;\n --on-light-outline-warning-hover: #FD6B17FF;\n --on-light-outline-warning-active: #C04802FF;\n --on-light-outline-negative: #F31B31;\n --on-light-outline-negative-hover: #F54254FF;\n --on-light-outline-negative-active: #DA0B20FF;\n --on-light-outline-info: #0B7ECB;\n --on-light-outline-info-hover: #0D96F2FF;\n --on-light-outline-info-active: #0966A5FF;\n --on-light-outline-positive-minor: #28D247;\n --on-light-outline-positive-minor-hover: #47DC62FF;\n --on-light-outline-positive-minor-active: #21B03CFF;\n --on-light-outline-warning-minor: #FD9C68;\n --on-light-outline-warning-minor-hover: #FDB790FF;\n --on-light-outline-warning-minor-active: #FC8240FF;\n --on-light-outline-negative-minor: #FF8F9A;\n --on-light-outline-negative-minor-hover: #FFB8BFFF;\n --on-light-outline-negative-minor-active: #FF6675FF;\n --on-light-outline-info-minor: #52BAFF;\n --on-light-outline-info-minor-hover: #7ACAFFFF;\n --on-light-outline-info-minor-active: #29A9FFFF;\n --on-light-outline-transparent-positive: #108E2633;\n --on-light-outline-transparent-positive-hover: #108E25FF;\n --on-light-outline-transparent-positive-active: #108E253D;\n --on-light-outline-transparent-warning: #E8570233;\n --on-light-outline-transparent-warning-hover: #E85702FF;\n --on-light-outline-transparent-warning-active: #E857023D;\n --on-light-outline-transparent-negative: #F31B3133;\n --on-light-outline-transparent-negative-hover: #F31B31FF;\n --on-light-outline-transparent-negative-active: #F31B313D;\n --on-light-outline-transparent-info: #0B7ECB33;\n --on-light-outline-transparent-info-hover: #0B7ECBFF;\n --on-light-outline-transparent-info-active: #0B7ECB3D;\n --inverse-outline-solid-primary: undefined;\n --inverse-outline-solid-primary-hover: #000000FF;\n --inverse-outline-solid-primary-active: #9FA9C6FF;\n --inverse-outline-solid-secondary: undefined;\n --inverse-outline-solid-secondary-hover: #000000FF;\n --inverse-outline-solid-secondary-active: #858BA3FF;\n --inverse-outline-solid-tertiary: undefined;\n --inverse-outline-solid-tertiary-hover: #000000FF;\n --inverse-outline-solid-tertiary-active: #575A66FF;\n --inverse-outline-solid-default: undefined;\n --inverse-outline-solid-default-hover: #485270FF;\n --inverse-outline-solid-default-active: #282D3EFF;\n --inverse-outline-transparent-primary: #0000001F;\n --inverse-outline-transparent-primary-hover: #08090CFF;\n --inverse-outline-transparent-primary-active: #08090C25;\n --inverse-outline-transparent-secondary: #00000047;\n --inverse-outline-transparent-secondary-hover: #08090CFF;\n --inverse-outline-transparent-secondary-active: #08090C56;\n --inverse-outline-transparent-tertiary: #0000008F;\n --inverse-outline-transparent-tertiary-hover: #08090CFF;\n --inverse-outline-transparent-tertiary-active: #08090CAB;\n --inverse-outline-clear: #FFFFFF00;\n --inverse-outline-clear-hover: #FFFFFF00;\n --inverse-outline-clear-active: #FFFFFF00;\n --inverse-outline-accent: #0C8688;\n --inverse-outline-accent-hover: #12D0D3FF;\n --inverse-outline-accent-active: #0FABAEFF;\n --inverse-outline-accent-minor: #04C6C9;\n --inverse-outline-accent-minor-hover: #05ECF0FF;\n --inverse-outline-accent-minor-active: #039DA0FF;\n --inverse-outline-transparent-accent: #0C868800;\n --inverse-outline-transparent-accent-hover: #0C868800;\n --inverse-outline-transparent-accent-active: #0C868800;\n --inverse-outline-positive: #108E26;\n --inverse-outline-positive-hover: #14B32EFF;\n --inverse-outline-positive-active: #0C6A1BFF;\n --inverse-outline-warning: #E85702;\n --inverse-outline-warning-hover: #FD6B17FF;\n --inverse-outline-warning-active: #C04802FF;\n --inverse-outline-negative: #F31B31;\n --inverse-outline-negative-hover: #F54254FF;\n --inverse-outline-negative-active: #DA0B20FF;\n --inverse-outline-info: #0B7ECB;\n --inverse-outline-info-hover: #0D96F2FF;\n --inverse-outline-info-active: #0966A5FF;\n --inverse-outline-positive-minor: #28D247;\n --inverse-outline-positive-minor-hover: #47DC62FF;\n --inverse-outline-positive-minor-active: #21B03CFF;\n --inverse-outline-warning-minor: #FD9C68;\n --inverse-outline-warning-minor-hover: #FDB790FF;\n --inverse-outline-warning-minor-active: #FC8240FF;\n --inverse-outline-negative-minor: #FF8F9A;\n --inverse-outline-negative-minor-hover: #FFB8BFFF;\n --inverse-outline-negative-minor-active: #FF6675FF;\n --inverse-outline-info-minor: #52BAFF;\n --inverse-outline-info-minor-hover: #7ACAFFFF;\n --inverse-outline-info-minor-active: #29A9FFFF;\n --inverse-outline-transparent-positive: #108E2633;\n --inverse-outline-transparent-positive-hover: #108E25FF;\n --inverse-outline-transparent-positive-active: #108E253D;\n --inverse-outline-transparent-warning: #E8570233;\n --inverse-outline-transparent-warning-hover: #E85702FF;\n --inverse-outline-transparent-warning-active: #E857023D;\n --inverse-outline-transparent-negative: #F31B3133;\n --inverse-outline-transparent-negative-hover: #F31B31FF;\n --inverse-outline-transparent-negative-active: #F31B313D;\n --inverse-outline-transparent-info: #0B7ECB33;\n --inverse-outline-transparent-info-hover: #0B7ECBFF;\n --inverse-outline-transparent-info-active: #0B7ECB3D;\n --data-yellow: #F3A912;\n --data-yellow-hover: #F4B22FFF;\n --data-yellow-active: #EDA20CFF;\n --data-yellow-minor: #A16B00;\n --data-yellow-minor-hover: #B87A00FF;\n --data-yellow-minor-active: #996600FF;\n --data-yellow-transparent: #F3A9128F;\n --data-yellow-transparent-hover: #F3A812AD;\n --data-yellow-transparent-active: #F3A81280;\n --on-dark-data-yellow: #F3A912;\n --on-dark-data-yellow-hover: #F4B22FFF;\n --on-dark-data-yellow-active: #EDA20CFF;\n --on-dark-data-yellow-minor: #A16B00;\n --on-dark-data-yellow-minor-hover: #B87A00FF;\n --on-dark-data-yellow-minor-active: #996600FF;\n --on-dark-data-yellow-transparent: #F3A9128F;\n --on-dark-data-yellow-transparent-hover: #F3A812AD;\n --on-dark-data-yellow-transparent-active: #F3A81280;\n --on-light-data-yellow: #F3A912;\n --on-light-data-yellow-hover: #F5B638FF;\n --on-light-data-yellow-active: #E49C0CFF;\n --on-light-data-yellow-minor: #FFD37A;\n --on-light-data-yellow-minor-hover: #FFDA8FFF;\n --on-light-data-yellow-minor-active: #FFCC66FF;\n --on-light-data-yellow-transparent: #F3A9128F;\n --on-light-data-yellow-transparent-hover: #F3A8127A;\n --on-light-data-yellow-transparent-active: #F3A81299;\n --inverse-data-yellow: #F3A912;\n --inverse-data-yellow-hover: #F5B638FF;\n --inverse-data-yellow-active: #E49C0CFF;\n --inverse-data-yellow-minor: #FFD37A;\n --inverse-data-yellow-minor-hover: #FFDA8FFF;\n --inverse-data-yellow-minor-active: #FFCC66FF;\n --inverse-data-yellow-transparent: #F3A9128F;\n --inverse-data-yellow-transparent-hover: #F3A8127A;\n --inverse-data-yellow-transparent-active: #F3A81299;\n --text-new-item: #F9F9F9;\n --text-new-item-active: #E0E0E0FF;\n --text-new-item-hover: #C7C7C7FF;\n color: var(--text-primary);\n background-color: var(--background-primary);\n}\n\n:root {\n\n}\n\n:root {\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-s: 0rem 0.25rem 0.75rem -0.1875rem #08080829, 0rem 0.0625rem 0.25rem -0.125rem #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-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 --shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;\n --shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;\n}\n\n:root {\n --border-radius-xxs: 0.25rem;\n --border-radius-xs: 0.375rem;\n --border-radius-s: 0.5rem;\n --border-radius-m: 6.25rem;\n --border-radius-l: 1rem;\n --border-radius-xl: 1.25rem;\n --border-radius-xxl: 2rem;\n --border-radius-circle: 100rem;\n}\n\n:root {\n --spacing-0x: 0rem;\n --spacing-1x: 0.125rem;\n --spacing-2x: 0.25rem;\n --spacing-3x: 0.375rem;\n --spacing-4x: 0.5rem;\n --spacing-6x: 0.75rem;\n --spacing-8x: 1rem;\n --spacing-10x: 1.25rem;\n --spacing-12x: 1.5rem;\n --spacing-16x: 2rem;\n --spacing-20x: 2.5rem;\n --spacing-24x: 3rem;\n --spacing-32x: 4rem;\n --spacing-40x: 5rem;\n --spacing-60x: 7.5rem;\n}\n\n:root {\n font-size: 16px;\n --plasma-typo-overflow-wrap: break-word;\n --plasma-typo-hyphens: auto;\n --plasma-typo-display-font-family: 'SB Sans Display', sans-serif;\n --plasma-typo-body-font-family: 'SB Sans Text', sans-serif;\n --plasma-typo-header-font-family: 'SB Sans Display', sans-serif;\n --plasma-typo-text-font-family: 'SB Sans Text', sans-serif;\n --plasma-typo-dspl-l-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-l-letter-spacing: normal;\n --plasma-typo-dspl-l-font-style: normal;\n --plasma-typo-dspl-l-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-l-bold-letter-spacing: normal;\n --plasma-typo-dspl-l-bold-font-style: normal;\n --plasma-typo-dspl-l-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-l-medium-letter-spacing: normal;\n --plasma-typo-dspl-l-medium-font-style: normal;\n --plasma-typo-dspl-m-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-m-letter-spacing: normal;\n --plasma-typo-dspl-m-font-style: normal;\n --plasma-typo-dspl-m-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-m-bold-letter-spacing: normal;\n --plasma-typo-dspl-m-bold-font-style: normal;\n --plasma-typo-dspl-m-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-m-medium-letter-spacing: normal;\n --plasma-typo-dspl-m-medium-font-style: normal;\n --plasma-typo-dspl-s-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-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-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-h5-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-h5-letter-spacing: normal;\n --plasma-typo-h5-font-style: normal;\n --plasma-typo-h5-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-h5-bold-letter-spacing: normal;\n --plasma-typo-h5-bold-font-style: normal;\n --plasma-typo-h5-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-h5-medium-letter-spacing: normal;\n --plasma-typo-h5-medium-font-style: normal;\n --plasma-typo-body-l-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-l-letter-spacing: -0.02em;\n --plasma-typo-body-l-font-style: normal;\n --plasma-typo-body-l-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-l-bold-letter-spacing: -0.02em;\n --plasma-typo-body-l-bold-font-style: normal;\n --plasma-typo-body-l-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-l-medium-letter-spacing: -0.02em;\n --plasma-typo-body-l-medium-font-style: normal;\n --plasma-typo-body-m-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-m-letter-spacing: -0.02em;\n --plasma-typo-body-m-font-style: normal;\n --plasma-typo-body-m-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-m-bold-letter-spacing: -0.02em;\n --plasma-typo-body-m-bold-font-style: normal;\n --plasma-typo-body-m-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-m-medium-letter-spacing: -0.02em;\n --plasma-typo-body-m-medium-font-style: normal;\n --plasma-typo-body-s-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-s-letter-spacing: -0.02em;\n --plasma-typo-body-s-font-style: normal;\n --plasma-typo-body-s-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-s-bold-letter-spacing: -0.02em;\n --plasma-typo-body-s-bold-font-style: normal;\n --plasma-typo-body-s-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-s-medium-letter-spacing: -0.02em;\n --plasma-typo-body-s-medium-font-style: normal;\n --plasma-typo-body-xs-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xs-letter-spacing: -0.02em;\n --plasma-typo-body-xs-font-style: normal;\n --plasma-typo-body-xs-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xs-bold-letter-spacing: -0.02em;\n --plasma-typo-body-xs-bold-font-style: normal;\n --plasma-typo-body-xs-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xs-medium-letter-spacing: -0.02em;\n --plasma-typo-body-xs-medium-font-style: normal;\n --plasma-typo-body-xxs-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xxs-letter-spacing: -0.02em;\n --plasma-typo-body-xxs-font-style: normal;\n --plasma-typo-body-xxs-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xxs-bold-letter-spacing: -0.02em;\n --plasma-typo-body-xxs-bold-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: -0.02em;\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-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-l-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-l-medium-letter-spacing: -0.02em;\n --plasma-typo-text-l-medium-font-style: normal;\n --plasma-typo-text-m-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-m-letter-spacing: -0.02em;\n --plasma-typo-text-m-font-style: normal;\n --plasma-typo-text-m-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-m-bold-letter-spacing: -0.02em;\n --plasma-typo-text-m-bold-font-style: normal;\n --plasma-typo-text-m-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-m-medium-letter-spacing: -0.02em;\n --plasma-typo-text-m-medium-font-style: normal;\n --plasma-typo-text-s-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-s-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-s-medium-letter-spacing: -0.02em;\n --plasma-typo-text-s-medium-font-style: normal;\n --plasma-typo-text-xs-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-dspl-l-font-size: 5.5rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 5.75rem;\n --plasma-typo-dspl-l-bold-font-size: 5.5rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 5.75rem;\n --plasma-typo-dspl-l-medium-font-size: 5.5rem;\n --plasma-typo-dspl-l-medium-font-weight: 500;\n --plasma-typo-dspl-l-medium-line-height: 5.75rem;\n --plasma-typo-dspl-m-font-size: 3.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 3.875rem;\n --plasma-typo-dspl-m-bold-font-size: 3.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 3.875rem;\n --plasma-typo-dspl-m-medium-font-size: 3.5rem;\n --plasma-typo-dspl-m-medium-font-weight: 500;\n --plasma-typo-dspl-m-medium-line-height: 3.875rem;\n --plasma-typo-dspl-s-font-size: 2.5rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 2.875rem;\n --plasma-typo-dspl-s-bold-font-size: 2.5rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 2.875rem;\n --plasma-typo-dspl-s-medium-font-size: 2.5rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 2.875rem;\n --plasma-typo-h1-font-size: 1.75rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 2.125rem;\n --plasma-typo-h1-bold-font-size: 1.75rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 2.125rem;\n --plasma-typo-h1-medium-font-size: 1.75rem;\n --plasma-typo-h1-medium-font-weight: 500;\n --plasma-typo-h1-medium-line-height: 2.125rem;\n --plasma-typo-h2-font-size: 1.5rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 1.875rem;\n --plasma-typo-h2-bold-font-size: 1.5rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 1.875rem;\n --plasma-typo-h2-medium-font-size: 1.5rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 1.875rem;\n --plasma-typo-h3-font-size: 1.25rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.625rem;\n --plasma-typo-h3-bold-font-size: 1.25rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 1.625rem;\n --plasma-typo-h3-medium-font-size: 1.25rem;\n --plasma-typo-h3-medium-font-weight: 500;\n --plasma-typo-h3-medium-line-height: 1.625rem;\n --plasma-typo-h4-font-size: 1.125rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.5rem;\n --plasma-typo-h4-bold-font-size: 1.125rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.5rem;\n --plasma-typo-h4-medium-font-size: 1.125rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.5rem;\n --plasma-typo-h5-font-size: 1rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.375rem;\n --plasma-typo-h5-bold-font-size: 1rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.375rem;\n --plasma-typo-h5-medium-font-size: 1rem;\n --plasma-typo-h5-medium-font-weight: 500;\n --plasma-typo-h5-medium-line-height: 1.375rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.375rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.375rem;\n --plasma-typo-body-l-medium-font-size: 1.125rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.375rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.25rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.25rem;\n --plasma-typo-body-m-medium-font-size: 1rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.25rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.125rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.125rem;\n --plasma-typo-body-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.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.75rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.75rem;\n --plasma-typo-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.125rem;\n --plasma-typo-text-l-font-weight: 400;\n --plasma-typo-text-l-line-height: 1.625rem;\n --plasma-typo-text-l-bold-font-size: 1.125rem;\n --plasma-typo-text-l-bold-font-weight: 600;\n --plasma-typo-text-l-bold-line-height: 1.625rem;\n --plasma-typo-text-l-medium-font-size: 1.125rem;\n --plasma-typo-text-l-medium-font-weight: 500;\n --plasma-typo-text-l-medium-line-height: 1.625rem;\n --plasma-typo-text-m-font-size: 1rem;\n --plasma-typo-text-m-font-weight: 400;\n --plasma-typo-text-m-line-height: 1.5rem;\n --plasma-typo-text-m-bold-font-size: 1rem;\n --plasma-typo-text-m-bold-font-weight: 600;\n --plasma-typo-text-m-bold-line-height: 1.5rem;\n --plasma-typo-text-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 }\n}\n\n@media (min-width: 560px) and (max-width: 959px) {\n :root {\n --plasma-typo-dspl-l-font-size: 7rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 7rem;\n --plasma-typo-dspl-l-bold-font-size: 7rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 7rem;\n --plasma-typo-dspl-l-medium-font-size: 7rem;\n --plasma-typo-dspl-l-medium-font-weight: 500;\n --plasma-typo-dspl-l-medium-line-height: 7rem;\n --plasma-typo-dspl-m-font-size: 4.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 4.75rem;\n --plasma-typo-dspl-m-bold-font-size: 4.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 4.75rem;\n --plasma-typo-dspl-m-medium-font-size: 4.5rem;\n --plasma-typo-dspl-m-medium-font-weight: 500;\n --plasma-typo-dspl-m-medium-line-height: 4.75rem;\n --plasma-typo-dspl-s-font-size: 3rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 3.375rem;\n --plasma-typo-dspl-s-bold-font-size: 3rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 3.375rem;\n --plasma-typo-dspl-s-medium-font-size: 3rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 3.375rem;\n --plasma-typo-h1-font-size: 2.5rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 2.875rem;\n --plasma-typo-h1-bold-font-size: 2.5rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 2.875rem;\n --plasma-typo-h1-medium-font-size: 2.5rem;\n --plasma-typo-h1-medium-font-weight: 500;\n --plasma-typo-h1-medium-line-height: 2.875rem;\n --plasma-typo-h2-font-size: 1.75rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.125rem;\n --plasma-typo-h2-bold-font-size: 1.75rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 2.125rem;\n --plasma-typo-h2-medium-font-size: 1.75rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 2.125rem;\n --plasma-typo-h3-font-size: 1.25rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.625rem;\n --plasma-typo-h3-bold-font-size: 1.25rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 1.625rem;\n --plasma-typo-h3-medium-font-size: 1.25rem;\n --plasma-typo-h3-medium-font-weight: 500;\n --plasma-typo-h3-medium-line-height: 1.625rem;\n --plasma-typo-h4-font-size: 1.125rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.5rem;\n --plasma-typo-h4-bold-font-size: 1.125rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.5rem;\n --plasma-typo-h4-medium-font-size: 1.125rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.5rem;\n --plasma-typo-h5-font-size: 1rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.375rem;\n --plasma-typo-h5-bold-font-size: 1rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.375rem;\n --plasma-typo-h5-medium-font-size: 1rem;\n --plasma-typo-h5-medium-font-weight: 500;\n --plasma-typo-h5-medium-line-height: 1.375rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.375rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.375rem;\n --plasma-typo-body-l-medium-font-size: 1.125rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.375rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.25rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.25rem;\n --plasma-typo-body-m-medium-font-size: 1rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.25rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.125rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.125rem;\n --plasma-typo-body-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.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.75rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.75rem;\n --plasma-typo-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.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-font-size: 1rem;\n --plasma-typo-text-m-font-weight: 400;\n --plasma-typo-text-m-line-height: 1.5rem;\n --plasma-typo-text-m-bold-font-size: 1rem;\n --plasma-typo-text-m-bold-font-weight: 600;\n --plasma-typo-text-m-bold-line-height: 1.5rem;\n --plasma-typo-text-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 }\n}\n\n@media (min-width: 960px) {\n :root {\n --plasma-typo-dspl-l-font-size: 8rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 8rem;\n --plasma-typo-dspl-l-bold-font-size: 8rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 8rem;\n --plasma-typo-dspl-l-medium-font-size: 8rem;\n --plasma-typo-dspl-l-medium-font-weight: 500;\n --plasma-typo-dspl-l-medium-line-height: 8rem;\n --plasma-typo-dspl-m-font-size: 5.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 5.75rem;\n --plasma-typo-dspl-m-bold-font-size: 5.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 5.75rem;\n --plasma-typo-dspl-m-medium-font-size: 5.5rem;\n --plasma-typo-dspl-m-medium-font-weight: 500;\n --plasma-typo-dspl-m-medium-line-height: 5.75rem;\n --plasma-typo-dspl-s-font-size: 4rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 4.25rem;\n --plasma-typo-dspl-s-bold-font-size: 4rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 4.25rem;\n --plasma-typo-dspl-s-medium-font-size: 4rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 4.25rem;\n --plasma-typo-h1-font-size: 3rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 3.375rem;\n --plasma-typo-h1-bold-font-size: 3rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 3.375rem;\n --plasma-typo-h1-medium-font-size: 3rem;\n --plasma-typo-h1-medium-font-weight: 500;\n --plasma-typo-h1-medium-line-height: 3.375rem;\n --plasma-typo-h2-font-size: 2rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.375rem;\n --plasma-typo-h2-bold-font-size: 2rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 2.375rem;\n --plasma-typo-h2-medium-font-size: 2rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 2.375rem;\n --plasma-typo-h3-font-size: 1.5rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.875rem;\n --plasma-typo-h3-bold-font-size: 1.5rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 1.875rem;\n --plasma-typo-h3-medium-font-size: 1.5rem;\n --plasma-typo-h3-medium-font-weight: 500;\n --plasma-typo-h3-medium-line-height: 1.875rem;\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: 1.25rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.625rem;\n --plasma-typo-h4-medium-font-size: 1.25rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.625rem;\n --plasma-typo-h5-font-size: 1.125rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.5rem;\n --plasma-typo-h5-bold-font-size: 1.125rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.5rem;\n --plasma-typo-h5-medium-font-size: 1.125rem;\n --plasma-typo-h5-medium-font-weight: 500;\n --plasma-typo-h5-medium-line-height: 1.5rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.375rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.375rem;\n --plasma-typo-body-l-medium-font-size: 1.125rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.375rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.25rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.25rem;\n --plasma-typo-body-m-medium-font-size: 1rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.25rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.125rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.125rem;\n --plasma-typo-body-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.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.75rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.75rem;\n --plasma-typo-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 --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-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}`] as unknown as TemplateStringsArray;\n"],"names":["yvvyschshol__dark"],"mappings":"AAAA;;AAEO,IAAMA,iBAAiB,GAAG,CA2+CK,gjvEAAA;;;;"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Generated by robots, do not change this manually!
|
|
2
|
+
|
|
3
|
+
var yvvyschshol__light = ["\n:root {\n --text-primary: #B559F3;\n --text-primary-hover: #C67EF6FF;\n --text-primary-active: #A432F1FF;\n --text-primary-brightness: #16181DF5;\n --text-secondary: #0000008F;\n --text-secondary-hover: #16181DFF;\n --text-secondary-active: #16181DAB;\n --text-tertiary: #00000047;\n --text-tertiary-hover: #16181DFF;\n --text-tertiary-active: #16181D56;\n --text-paragraph: #000000CC;\n --text-paragraph-hover: #16181D7A;\n --text-paragraph-active: #16181DA3;\n --text-accent-hover: #12D0D3FF;\n --text-accent-active: #0FABAEFF;\n --text-accent-minor: #04C6C9;\n --text-accent-minor-hover: #05ECF0FF;\n --text-accent-minor-active: #039DA0FF;\n --text-positive: #108E26;\n --text-positive-hover: #14B32EFF;\n --text-positive-active: #0C6A1BFF;\n --text-warning: #E85702;\n --text-warning-hover: #FD6B17FF;\n --text-warning-active: #C04802FF;\n --text-negative: #F31B31;\n --text-negative-hover: #F54254FF;\n --text-negative-active: #DA0B20FF;\n --text-info: #0B7ECB;\n --text-info-hover: #0D96F2FF;\n --text-info-active: #0966A5FF;\n --text-positive-minor: #28D247;\n --text-positive-minor-hover: #47DC62FF;\n --text-positive-minor-active: #21B03CFF;\n --text-warning-minor: #FD9C68;\n --text-warning-minor-hover: #FDB790FF;\n --text-warning-minor-active: #FC8240FF;\n --text-negative-minor: #FF8F9A;\n --text-negative-minor-hover: #FFB8BFFF;\n --text-negative-minor-active: #FF6675FF;\n --text-info-minor: #52BAFF;\n --text-info-minor-hover: #7ACAFFFF;\n --text-info-minor-active: #29A9FFFF;\n --on-dark-text-primary: #000000F5;\n --on-dark-text-primary-hover: #F8F9FC93;\n --on-dark-text-primary-active: #F8F9FCC4;\n --on-dark-text-primary-brightness: #F8F9FCF5;\n --on-dark-text-secondary: #0000008F;\n --on-dark-text-secondary-hover: #F8F9FCFF;\n --on-dark-text-secondary-active: #F8F9FCAB;\n --on-dark-text-tertiary: #00000047;\n --on-dark-text-tertiary-hover: #F8F9FCFF;\n --on-dark-text-tertiary-active: #F8F9FC56;\n --on-dark-text-paragraph: #000000CC;\n --on-dark-text-paragraph-hover: #F8F9FC7A;\n --on-dark-text-paragraph-active: #F8F9FCA3;\n --on-dark-text-accent: #0C9597;\n --on-dark-text-accent-hover: #12DFE2FF;\n --on-dark-text-accent-active: #0A797BFF;\n --on-dark-text-accent-minor: #0C585A;\n --on-dark-text-accent-minor-hover: #148B90FF;\n --on-dark-text-accent-minor-active: #107175FF;\n --on-dark-text-positive: #1A9E32;\n --on-dark-text-positive-hover: #1EB83AFF;\n --on-dark-text-positive-active: #15842AFF;\n --on-dark-text-warning: #FA5F05;\n --on-dark-text-warning-hover: #FB7223FF;\n --on-dark-text-warning-active: #DC5304FF;\n --on-dark-text-negative: #FF293E;\n --on-dark-text-negative-hover: #FF475AFF;\n --on-dark-text-negative-active: #FF0A23FF;\n --on-dark-text-info: #118CDF;\n --on-dark-text-info-hover: #50B1F2FF;\n --on-dark-text-info-active: #0F7BC2FF;\n --on-dark-text-positive-minor: #095C18;\n --on-dark-text-positive-minor-hover: #0F9527FF;\n --on-dark-text-positive-minor-active: #0C7920FF;\n --on-dark-text-warning-minor: #85380C;\n --on-dark-text-warning-minor-hover: #BB4F11FF;\n --on-dark-text-warning-minor-active: #9F440FFF;\n --on-dark-text-negative-minor: #9C1422;\n --on-dark-text-negative-minor-hover: #B91828FF;\n --on-dark-text-negative-minor-active: #83111CFF;\n --on-dark-text-info-minor: #0D5382;\n --on-dark-text-info-minor-hover: #1277BAFF;\n --on-dark-text-info-minor-active: #10659EFF;\n --on-light-text-primary: #000000F5;\n --on-light-text-primary-hover: #16181D93;\n --on-light-text-primary-active: #16181DC4;\n --on-light-text-primary-brightness: #16181DF5;\n --on-light-text-secondary: #0000008F;\n --on-light-text-secondary-hover: #16181DFF;\n --on-light-text-secondary-active: #16181DAB;\n --on-light-text-tertiary: #00000047;\n --on-light-text-tertiary-hover: #16181DFF;\n --on-light-text-tertiary-active: #16181D56;\n --on-light-text-paragraph: #000000CC;\n --on-light-text-paragraph-hover: #16181D7A;\n --on-light-text-paragraph-active: #16181DA3;\n --on-light-text-accent: #0C8688;\n --on-light-text-accent-hover: #12D0D3FF;\n --on-light-text-accent-active: #0FABAEFF;\n --on-light-text-accent-minor: #04C6C9;\n --on-light-text-accent-minor-hover: #05ECF0FF;\n --on-light-text-accent-minor-active: #039DA0FF;\n --on-light-text-positive: #108E26;\n --on-light-text-positive-hover: #14B32EFF;\n --on-light-text-positive-active: #0C6A1BFF;\n --on-light-text-warning: #E85702;\n --on-light-text-warning-hover: #FD6B17FF;\n --on-light-text-warning-active: #C04802FF;\n --on-light-text-negative: #F31B31;\n --on-light-text-negative-hover: #F54254FF;\n --on-light-text-negative-active: #DA0B20FF;\n --on-light-text-info: #0B7ECB;\n --on-light-text-info-hover: #0D96F2FF;\n --on-light-text-info-active: #0966A5FF;\n --on-light-text-positive-minor: #28D247;\n --on-light-text-positive-minor-hover: #47DC62FF;\n --on-light-text-positive-minor-active: #21B03CFF;\n --on-light-text-warning-minor: #FD9C68;\n --on-light-text-warning-minor-hover: #FDB790FF;\n --on-light-text-warning-minor-active: #FC8240FF;\n --on-light-text-negative-minor: #FF8F9A;\n --on-light-text-negative-minor-hover: #FFB8BFFF;\n --on-light-text-negative-minor-active: #FF6675FF;\n --on-light-text-info-minor: #52BAFF;\n --on-light-text-info-minor-hover: #7ACAFFFF;\n --on-light-text-info-minor-active: #29A9FFFF;\n --inverse-text-primary: #000000F5;\n --inverse-text-primary-hover: #F8F9FC93;\n --inverse-text-primary-active: #F8F9FCC4;\n --inverse-text-primary-brightness: #F8F9FCF5;\n --inverse-text-secondary: #0000008F;\n --inverse-text-secondary-hover: #F8F9FCFF;\n --inverse-text-secondary-active: #F8F9FCAB;\n --inverse-text-tertiary: #00000047;\n --inverse-text-tertiary-hover: #F8F9FCFF;\n --inverse-text-tertiary-active: #F8F9FC56;\n --inverse-text-paragraph: #000000CC;\n --inverse-text-paragraph-hover: #F8F9FC7A;\n --inverse-text-paragraph-active: #F8F9FCA3;\n --inverse-text-accent: #0C9597;\n --inverse-text-accent-hover: #12DFE2FF;\n --inverse-text-accent-active: #0A797BFF;\n --inverse-text-accent-minor: #0C585A;\n --inverse-text-accent-minor-hover: #148B90FF;\n --inverse-text-accent-minor-active: #107175FF;\n --inverse-text-positive: #1A9E32;\n --inverse-text-positive-hover: #1EB83AFF;\n --inverse-text-positive-active: #15842AFF;\n --inverse-text-warning: #FA5F05;\n --inverse-text-warning-hover: #FB7223FF;\n --inverse-text-warning-active: #DC5304FF;\n --inverse-text-negative: #FF293E;\n --inverse-text-negative-hover: #FF475AFF;\n --inverse-text-negative-active: #FF0A23FF;\n --inverse-text-info: #118CDF;\n --inverse-text-info-hover: #50B1F2FF;\n --inverse-text-info-active: #0F7BC2FF;\n --inverse-text-positive-minor: #095C18;\n --inverse-text-positive-minor-hover: #0F9527FF;\n --inverse-text-positive-minor-active: #0C7920FF;\n --inverse-text-warning-minor: #85380C;\n --inverse-text-warning-minor-hover: #BB4F11FF;\n --inverse-text-warning-minor-active: #9F440FFF;\n --inverse-text-negative-minor: #9C1422;\n --inverse-text-negative-minor-hover: #B91828FF;\n --inverse-text-negative-minor-active: #83111CFF;\n --inverse-text-info-minor: #0D5382;\n --inverse-text-info-minor-hover: #1277BAFF;\n --inverse-text-info-minor-active: #10659EFF;\n --surface-solid-primary: undefined;\n --surface-solid-primary-hover: #FBFCFEFF;\n --surface-solid-primary-active: #ECEEF8FF;\n --surface-solid-primary-brightness: #FFFFFFFF;\n --surface-solid-secondary: undefined;\n --surface-solid-secondary-hover: #F9F9FBFF;\n --surface-solid-secondary-active: #E5E6F0FF;\n --surface-solid-tertiary: undefined;\n --surface-solid-tertiary-hover: #E5E8F0FF;\n --surface-solid-tertiary-active: #CCD1E1FF;\n --surface-solid-card: #FFFFFF;\n --surface-solid-card-hover: #FFFFFFFF;\n --surface-solid-card-active: #FFFFFFFF;\n --surface-solid-card-brightness: #FFFFFFFF;\n --surface-solid-default: undefined;\n --surface-solid-default-hover: #14171FFF;\n --surface-solid-default-active: #040506FF;\n --surface-transparent-primary: #0000000A;\n --surface-transparent-primary-hover: #08090C05;\n --surface-transparent-primary-active: #08090C0F;\n --surface-transparent-secondary: #00000014;\n --surface-transparent-secondary-hover: #08090C0A;\n --surface-transparent-secondary-active: #08090C1F;\n --surface-transparent-tertiary: #0000001F;\n --surface-transparent-tertiary-hover: #08090C0A;\n --surface-transparent-tertiary-active: #08090C29;\n --surface-transparent-deep: #000000A3;\n --surface-transparent-deep-hover: #08090C8F;\n --surface-transparent-deep-active: #08090CAD;\n --surface-transparent-card: #FFFFFF;\n --surface-transparent-card-hover: #FFFFFFFF;\n --surface-transparent-card-active: #FFFFFFFF;\n --surface-transparent-card-brightness: #FFFFFFFF;\n --surface-clear: #FFFFFF00;\n --surface-clear-hover: #FFFFFF00;\n --surface-clear-active: #FFFFFF00;\n --surface-accent: #0C9597;\n --surface-accent-hover: #0EA7AAFF;\n --surface-accent-active: #0B8284FF;\n --surface-accent-minor: #88F9FB;\n --surface-accent-minor-hover: #9DFAFBFF;\n --surface-accent-minor-active: #75F8FAFF;\n --surface-transparent-accent: #0C95971F;\n --surface-transparent-accent-hover: #0C95970A;\n --surface-transparent-accent-active: #0C959729;\n --surface-positive: #1A9E32;\n --surface-positive-hover: #1EB83AFF;\n --surface-positive-active: #178C2CFF;\n --surface-warning: #FA5F05;\n --surface-warning-hover: #FB782DFF;\n --surface-warning-active: #E65705FF;\n --surface-negative: #FF293E;\n --surface-negative-hover: #FF5263FF;\n --surface-negative-active: #FF142CFF;\n --surface-info: #118CDF;\n --surface-info-hover: #1798EEFF;\n --surface-info-active: #0F81CCFF;\n --surface-positive-minor: #9EFAAF;\n --surface-positive-minor-hover: #B1FBBFFF;\n --surface-positive-minor-active: #8BF99FFF;\n --surface-warning-minor: #FEE2D2;\n --surface-warning-minor-hover: #FEEFE6FF;\n --surface-warning-minor-active: #FEDCC8FF;\n --surface-negative-minor: #FFE0E3;\n --surface-negative-minor-hover: #FFF5F6FF;\n --surface-negative-minor-active: #FFD6DAFF;\n --surface-info-minor: #CFECFF;\n --surface-info-minor-hover: #E5F5FFFF;\n --surface-info-minor-active: #C7E9FFFF;\n --surface-transparent-positive: #1A9E321F;\n --surface-transparent-positive-hover: #1A9E320A;\n --surface-transparent-positive-active: #1A9E3229;\n --surface-transparent-warning: #FA5F051F;\n --surface-transparent-warning-hover: #FA5F050A;\n --surface-transparent-warning-active: #FA5F0529;\n --surface-transparent-negative: #FF293E1F;\n --surface-transparent-negative-hover: #FF293E0A;\n --surface-transparent-negative-active: #FF293E29;\n --surface-transparent-info: #118CDF1F;\n --surface-transparent-info-hover: #118CDF0A;\n --surface-transparent-info-active: #118CDF29;\n --on-dark-surface-solid-primary: undefined;\n --on-dark-surface-solid-primary-hover: #1F2229FF;\n --on-dark-surface-solid-primary-active: #121317FF;\n --on-dark-surface-solid-primary-brightness: #23262FFF;\n --on-dark-surface-solid-secondary: undefined;\n --on-dark-surface-solid-secondary-hover: #2E2F38FF;\n --on-dark-surface-solid-secondary-active: #202127FF;\n --on-dark-surface-solid-tertiary: undefined;\n --on-dark-surface-solid-tertiary-hover: #3B3F4AFF;\n --on-dark-surface-solid-tertiary-active: #2D3039FF;\n --on-dark-surface-solid-card: undefined;\n --on-dark-surface-solid-card-hover: #1F2229FF;\n --on-dark-surface-solid-card-active: #121317FF;\n --on-dark-surface-solid-card-brightness: #23262FFF;\n --on-dark-surface-solid-default: undefined;\n --on-dark-surface-solid-default-hover: #FFFFFFFF;\n --on-dark-surface-solid-default-active: #F1F3F8FF;\n --on-dark-surface-transparent-primary: #0000000F;\n --on-dark-surface-transparent-primary-hover: #F8F9FC1F;\n --on-dark-surface-transparent-primary-active: #F8F9FC0A;\n --on-dark-surface-transparent-secondary: #0000001F;\n --on-dark-surface-transparent-secondary-hover: #F8F9FC3D;\n --on-dark-surface-transparent-secondary-active: #F8F9FC0F;\n --on-dark-surface-transparent-tertiary: #00000033;\n --on-dark-surface-transparent-tertiary-hover: #F8F9FC52;\n --on-dark-surface-transparent-tertiary-active: #F8F9FC24;\n --on-dark-surface-transparent-deep: #000000A3;\n --on-dark-surface-transparent-deep-hover: #F8F9FCC2;\n --on-dark-surface-transparent-deep-active: #F8F9FC94;\n --on-dark-surface-transparent-card: #0000000F;\n --on-dark-surface-transparent-card-hover: #F8F9FC1F;\n --on-dark-surface-transparent-card-active: #F8F9FC0A;\n --on-dark-surface-transparent-card-brightness: #F8F9FC0F;\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: #0C8688;\n --on-dark-surface-accent-hover: #0D989BFF;\n --on-dark-surface-accent-active: #0B7D7FFF;\n --on-dark-surface-accent-minor: #0D2A2B;\n --on-dark-surface-accent-minor-hover: #123A3BFF;\n --on-dark-surface-accent-minor-active: #0B2323FF;\n --on-dark-surface-transparent-accent: #0C868833;\n --on-dark-surface-transparent-accent-hover: #0C868852;\n --on-dark-surface-transparent-accent-active: #0C868824;\n --on-dark-surface-positive: #108E26;\n --on-dark-surface-positive-hover: #12A12AFF;\n --on-dark-surface-positive-active: #0F8523FF;\n --on-dark-surface-warning: #E85702;\n --on-dark-surface-warning-hover: #FC5E03FF;\n --on-dark-surface-warning-active: #DE5302FF;\n --on-dark-surface-negative: #F31B31;\n --on-dark-surface-negative-hover: #F5384BFF;\n --on-dark-surface-negative-active: #F31228FF;\n --on-dark-surface-info: #0B7ECB;\n --on-dark-surface-info-hover: #0C8ADFFF;\n --on-dark-surface-info-active: #0A78C2FF;\n --on-dark-surface-positive-minor: #0A2B10;\n --on-dark-surface-positive-minor-hover: #0E3A16FF;\n --on-dark-surface-positive-minor-active: #08210CFF;\n --on-dark-surface-warning-minor: #3D1D0A;\n --on-dark-surface-warning-minor-hover: #4F250DFF;\n --on-dark-surface-warning-minor-active: #351909FF;\n --on-dark-surface-negative-minor: #4A0D13;\n --on-dark-surface-negative-minor-hover: #5B1018FF;\n --on-dark-surface-negative-minor-active: #410B11FF;\n --on-dark-surface-info-minor: #0C283B;\n --on-dark-surface-info-minor-hover: #10344CFF;\n --on-dark-surface-info-minor-active: #0A2333FF;\n --on-dark-surface-transparent-positive: #108E2633;\n --on-dark-surface-transparent-positive-hover: #108E2552;\n --on-dark-surface-transparent-positive-active: #108E2524;\n --on-dark-surface-transparent-warning: #E8570233;\n --on-dark-surface-transparent-warning-hover: #E8570252;\n --on-dark-surface-transparent-warning-active: #E8570224;\n --on-dark-surface-transparent-negative: #F31B3133;\n --on-dark-surface-transparent-negative-hover: #F31B3152;\n --on-dark-surface-transparent-negative-active: #F31B3124;\n --on-dark-surface-transparent-info: #0B7ECB33;\n --on-dark-surface-transparent-info-hover: #0B7ECB52;\n --on-dark-surface-transparent-info-active: #0B7ECB24;\n --on-light-surface-solid-primary: undefined;\n --on-light-surface-solid-primary-hover: #FBFCFEFF;\n --on-light-surface-solid-primary-active: #ECEEF8FF;\n --on-light-surface-solid-primary-brightness: #FFFFFFFF;\n --on-light-surface-solid-secondary: undefined;\n --on-light-surface-solid-secondary-hover: #F9F9FBFF;\n --on-light-surface-solid-secondary-active: #E5E6F0FF;\n --on-light-surface-solid-tertiary: undefined;\n --on-light-surface-solid-tertiary-hover: #E5E8F0FF;\n --on-light-surface-solid-tertiary-active: #CCD1E1FF;\n --on-light-surface-solid-card: #FFFFFF;\n --on-light-surface-solid-card-hover: #FFFFFFFF;\n --on-light-surface-solid-card-active: #FFFFFFFF;\n --on-light-surface-solid-card-brightness: #FFFFFFFF;\n --on-light-surface-solid-default: undefined;\n --on-light-surface-solid-default-hover: #14171FFF;\n --on-light-surface-solid-default-active: #040506FF;\n --on-light-surface-transparent-primary: #0000000A;\n --on-light-surface-transparent-primary-hover: #08090C05;\n --on-light-surface-transparent-primary-active: #08090C0F;\n --on-light-surface-transparent-secondary: #00000014;\n --on-light-surface-transparent-secondary-hover: #08090C0A;\n --on-light-surface-transparent-secondary-active: #08090C1F;\n --on-light-surface-transparent-tertiary: #0000001F;\n --on-light-surface-transparent-tertiary-hover: #08090C0A;\n --on-light-surface-transparent-tertiary-active: #08090C29;\n --on-light-surface-transparent-deep: #000000A3;\n --on-light-surface-transparent-deep-hover: #08090C8F;\n --on-light-surface-transparent-deep-active: #08090CAD;\n --on-light-surface-transparent-card: #FFFFFF;\n --on-light-surface-transparent-card-hover: #FFFFFFFF;\n --on-light-surface-transparent-card-active: #FFFFFFFF;\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: #0C9597;\n --on-light-surface-accent-hover: #0EA7AAFF;\n --on-light-surface-accent-active: #0B8284FF;\n --on-light-surface-accent-minor: #88F9FB;\n --on-light-surface-accent-minor-hover: #9DFAFBFF;\n --on-light-surface-accent-minor-active: #75F8FAFF;\n --on-light-surface-transparent-accent: #0C95971F;\n --on-light-surface-transparent-accent-hover: #0C95970A;\n --on-light-surface-transparent-accent-active: #0C959729;\n --on-light-surface-positive: #1A9E32;\n --on-light-surface-positive-hover: #1EB83AFF;\n --on-light-surface-positive-active: #178C2CFF;\n --on-light-surface-warning: #FA5F05;\n --on-light-surface-warning-hover: #FB782DFF;\n --on-light-surface-warning-active: #E65705FF;\n --on-light-surface-negative: #FF293E;\n --on-light-surface-negative-hover: #FF5263FF;\n --on-light-surface-negative-active: #FF142CFF;\n --on-light-surface-info: #118CDF;\n --on-light-surface-info-hover: #1798EEFF;\n --on-light-surface-info-active: #0F81CCFF;\n --on-light-surface-positive-minor: #9EFAAF;\n --on-light-surface-positive-minor-hover: #B1FBBFFF;\n --on-light-surface-positive-minor-active: #8BF99FFF;\n --on-light-surface-warning-minor: #FEE2D2;\n --on-light-surface-warning-minor-hover: #FEEFE6FF;\n --on-light-surface-warning-minor-active: #FEDCC8FF;\n --on-light-surface-negative-minor: #FFE0E3;\n --on-light-surface-negative-minor-hover: #FFF5F6FF;\n --on-light-surface-negative-minor-active: #FFD6DAFF;\n --on-light-surface-info-minor: #CFECFF;\n --on-light-surface-info-minor-hover: #E5F5FFFF;\n --on-light-surface-info-minor-active: #C7E9FFFF;\n --on-light-surface-transparent-positive: #1A9E321F;\n --on-light-surface-transparent-positive-hover: #1A9E320A;\n --on-light-surface-transparent-positive-active: #1A9E3229;\n --on-light-surface-transparent-warning: #FA5F051F;\n --on-light-surface-transparent-warning-hover: #FA5F050A;\n --on-light-surface-transparent-warning-active: #FA5F0529;\n --on-light-surface-transparent-negative: #FF293E1F;\n --on-light-surface-transparent-negative-hover: #FF293E0A;\n --on-light-surface-transparent-negative-active: #FF293E29;\n --on-light-surface-transparent-info: #118CDF1F;\n --on-light-surface-transparent-info-hover: #118CDF0A;\n --on-light-surface-transparent-info-active: #118CDF29;\n --inverse-surface-solid-primary: undefined;\n --inverse-surface-solid-primary-hover: #1F2229FF;\n --inverse-surface-solid-primary-active: #121317FF;\n --inverse-surface-solid-primary-brightness: #23262FFF;\n --inverse-surface-solid-secondary: undefined;\n --inverse-surface-solid-secondary-hover: #2E2F38FF;\n --inverse-surface-solid-secondary-active: #202127FF;\n --inverse-surface-solid-tertiary: undefined;\n --inverse-surface-solid-tertiary-hover: #3B3F4AFF;\n --inverse-surface-solid-tertiary-active: #2D3039FF;\n --inverse-surface-solid-card: undefined;\n --inverse-surface-solid-card-hover: #1F2229FF;\n --inverse-surface-solid-card-active: #121317FF;\n --inverse-surface-solid-card-brightness: #23262FFF;\n --inverse-surface-solid-default: undefined;\n --inverse-surface-solid-default-hover: #FFFFFFFF;\n --inverse-surface-solid-default-active: #F1F3F8FF;\n --inverse-surface-transparent-primary: #0000000F;\n --inverse-surface-transparent-primary-hover: #F8F9FC1F;\n --inverse-surface-transparent-primary-active: #F8F9FC0A;\n --inverse-surface-transparent-secondary: #0000001F;\n --inverse-surface-transparent-secondary-hover: #F8F9FC3D;\n --inverse-surface-transparent-secondary-active: #F8F9FC0F;\n --inverse-surface-transparent-tertiary: #00000033;\n --inverse-surface-transparent-tertiary-hover: #F8F9FC52;\n --inverse-surface-transparent-tertiary-active: #F8F9FC24;\n --inverse-surface-transparent-deep: #000000A3;\n --inverse-surface-transparent-deep-hover: #F8F9FCC2;\n --inverse-surface-transparent-deep-active: #F8F9FC94;\n --inverse-surface-transparent-card: #0000000F;\n --inverse-surface-transparent-card-hover: #F8F9FC1F;\n --inverse-surface-transparent-card-active: #F8F9FC0A;\n --inverse-surface-transparent-card-brightness: #F8F9FC0F;\n --inverse-surface-clear: #FFFFFF00;\n --inverse-surface-clear-hover: #FFFFFF00;\n --inverse-surface-clear-active: #FFFFFF00;\n --inverse-surface-accent: #0C8688;\n --inverse-surface-accent-hover: #0D989BFF;\n --inverse-surface-accent-active: #0B7D7FFF;\n --inverse-surface-accent-minor: #0D2A2B;\n --inverse-surface-accent-minor-hover: #123A3BFF;\n --inverse-surface-accent-minor-active: #0B2323FF;\n --inverse-surface-transparent-accent: #0C868833;\n --inverse-surface-transparent-accent-hover: #0C868852;\n --inverse-surface-transparent-accent-active: #0C868824;\n --inverse-surface-positive: #108E26;\n --inverse-surface-positive-hover: #12A12AFF;\n --inverse-surface-positive-active: #0F8523FF;\n --inverse-surface-warning: #E85702;\n --inverse-surface-warning-hover: #FC5E03FF;\n --inverse-surface-warning-active: #DE5302FF;\n --inverse-surface-negative: #F31B31;\n --inverse-surface-negative-hover: #F5384BFF;\n --inverse-surface-negative-active: #F31228FF;\n --inverse-surface-info: #0B7ECB;\n --inverse-surface-info-hover: #0C8ADFFF;\n --inverse-surface-info-active: #0A78C2FF;\n --inverse-surface-positive-minor: #0A2B10;\n --inverse-surface-positive-minor-hover: #0E3A16FF;\n --inverse-surface-positive-minor-active: #08210CFF;\n --inverse-surface-warning-minor: #3D1D0A;\n --inverse-surface-warning-minor-hover: #4F250DFF;\n --inverse-surface-warning-minor-active: #351909FF;\n --inverse-surface-negative-minor: #4A0D13;\n --inverse-surface-negative-minor-hover: #5B1018FF;\n --inverse-surface-negative-minor-active: #410B11FF;\n --inverse-surface-info-minor: #0C283B;\n --inverse-surface-info-minor-hover: #10344CFF;\n --inverse-surface-info-minor-active: #0A2333FF;\n --inverse-surface-transparent-positive: #108E2633;\n --inverse-surface-transparent-positive-hover: #108E2552;\n --inverse-surface-transparent-positive-active: #108E2524;\n --inverse-surface-transparent-warning: #E8570233;\n --inverse-surface-transparent-warning-hover: #E8570252;\n --inverse-surface-transparent-warning-active: #E8570224;\n --inverse-surface-transparent-negative: #F31B3133;\n --inverse-surface-transparent-negative-hover: #F31B3152;\n --inverse-surface-transparent-negative-active: #F31B3124;\n --inverse-surface-transparent-info: #0B7ECB33;\n --inverse-surface-transparent-info-hover: #0B7ECB52;\n --inverse-surface-transparent-info-active: #0B7ECB24;\n --background-primary: undefined;\n --dark-background-primary: undefined;\n --light-background-primary: undefined;\n --inverse-background-primary: undefined;\n --overlay-soft: #0000008F;\n --overlay-hard: #000000F5;\n --overlay-blur: #00000047;\n --on-dark-overlay-soft: #0000008F;\n --on-dark-overlay-hard: #000000F5;\n --on-dark-overlay-blur: #00000047;\n --on-light-overlay-soft: #0000008F;\n --on-light-overlay-hard: #000000F5;\n --on-light-overlay-blur: #00000047;\n --inverse-overlay-soft: #0000008F;\n --inverse-overlay-hard: #000000F5;\n --inverse-overlay-blur: #00000047;\n --outline-solid-primary: undefined;\n --outline-solid-primary-hover: #000000FF;\n --outline-solid-primary-active: #9FA9C6FF;\n --outline-solid-secondary: undefined;\n --outline-solid-secondary-hover: #000000FF;\n --outline-solid-secondary-active: #858BA3FF;\n --outline-solid-tertiary: undefined;\n --outline-solid-tertiary-hover: #000000FF;\n --outline-solid-tertiary-active: #575A66FF;\n --outline-solid-default: undefined;\n --outline-solid-default-hover: #485270FF;\n --outline-solid-default-active: #282D3EFF;\n --outline-transparent-primary: #0000001F;\n --outline-transparent-primary-hover: #08090CFF;\n --outline-transparent-primary-active: #08090C25;\n --outline-transparent-secondary: #00000047;\n --outline-transparent-secondary-hover: #08090CFF;\n --outline-transparent-secondary-active: #08090C56;\n --outline-transparent-tertiary: #0000008F;\n --outline-transparent-tertiary-hover: #08090CFF;\n --outline-transparent-tertiary-active: #08090CAB;\n --outline-clear: #FFFFFF00;\n --outline-clear-hover: #FFFFFF00;\n --outline-clear-active: #FFFFFF00;\n --outline-accent: #0C8688;\n --outline-accent-hover: #12D0D3FF;\n --outline-accent-active: #0FABAEFF;\n --outline-accent-minor: #04C6C9;\n --outline-accent-minor-hover: #05ECF0FF;\n --outline-accent-minor-active: #039DA0FF;\n --outline-transparent-accent: #0C868800;\n --outline-transparent-accent-hover: #0C868800;\n --outline-transparent-accent-active: #0C868800;\n --outline-positive: #108E26;\n --outline-positive-hover: #14B32EFF;\n --outline-positive-active: #0C6A1BFF;\n --outline-warning: #E85702;\n --outline-warning-hover: #FD6B17FF;\n --outline-warning-active: #C04802FF;\n --outline-negative: #F31B31;\n --outline-negative-hover: #F54254FF;\n --outline-negative-active: #DA0B20FF;\n --outline-info: #0B7ECB;\n --outline-info-hover: #0D96F2FF;\n --outline-info-active: #0966A5FF;\n --outline-positive-minor: #28D247;\n --outline-positive-minor-hover: #47DC62FF;\n --outline-positive-minor-active: #21B03CFF;\n --outline-warning-minor: #FD9C68;\n --outline-warning-minor-hover: #FDB790FF;\n --outline-warning-minor-active: #FC8240FF;\n --outline-negative-minor: #FF8F9A;\n --outline-negative-minor-hover: #FFB8BFFF;\n --outline-negative-minor-active: #FF6675FF;\n --outline-info-minor: #52BAFF;\n --outline-info-minor-hover: #7ACAFFFF;\n --outline-info-minor-active: #29A9FFFF;\n --outline-transparent-positive: #108E2633;\n --outline-transparent-positive-hover: #108E25FF;\n --outline-transparent-positive-active: #108E253D;\n --outline-transparent-warning: #E8570233;\n --outline-transparent-warning-hover: #E85702FF;\n --outline-transparent-warning-active: #E857023D;\n --outline-transparent-negative: #F31B3133;\n --outline-transparent-negative-hover: #F31B31FF;\n --outline-transparent-negative-active: #F31B313D;\n --outline-transparent-info: #0B7ECB33;\n --outline-transparent-info-hover: #0B7ECBFF;\n --outline-transparent-info-active: #0B7ECB3D;\n --on-dark-outline-solid-primary: undefined;\n --on-dark-outline-solid-primary-hover: #FFFFFFFF;\n --on-dark-outline-solid-primary-active: #A2A4B3FF;\n --on-dark-outline-solid-secondary: undefined;\n --on-dark-outline-solid-secondary-hover: #FFFFFFFF;\n --on-dark-outline-solid-secondary-active: #808293FF;\n --on-dark-outline-solid-tertiary: undefined;\n --on-dark-outline-solid-tertiary-hover: #FFFFFFFF;\n --on-dark-outline-solid-tertiary-active: #585A65FF;\n --on-dark-outline-solid-default: undefined;\n --on-dark-outline-solid-default-hover: #D0D5E7FF;\n --on-dark-outline-solid-default-active: #E4E7F1FF;\n --on-dark-outline-transparent-primary: #0000001F;\n --on-dark-outline-transparent-primary-hover: #F8F9FCFF;\n --on-dark-outline-transparent-primary-active: #F8F9FC25;\n --on-dark-outline-transparent-secondary: #00000047;\n --on-dark-outline-transparent-secondary-hover: #F8F9FCFF;\n --on-dark-outline-transparent-secondary-active: #F8F9FC56;\n --on-dark-outline-transparent-tertiary: #0000008F;\n --on-dark-outline-transparent-tertiary-hover: #F8F9FCFF;\n --on-dark-outline-transparent-tertiary-active: #F8F9FCAB;\n --on-dark-outline-clear: #FFFFFF00;\n --on-dark-outline-clear-hover: #FFFFFF00;\n --on-dark-outline-clear-active: #FFFFFF00;\n --on-dark-outline-accent: #0C9597;\n --on-dark-outline-accent-hover: #12DFE2FF;\n --on-dark-outline-accent-active: #0A797BFF;\n --on-dark-outline-accent-minor: #0C585A;\n --on-dark-outline-accent-minor-hover: #148B90FF;\n --on-dark-outline-accent-minor-active: #107175FF;\n --on-dark-outline-transparent-accent: #0C959700;\n --on-dark-outline-transparent-accent-hover: #0C959700;\n --on-dark-outline-transparent-accent-active: #0C959700;\n --on-dark-outline-positive: #1A9E32;\n --on-dark-outline-positive-hover: #1EB83AFF;\n --on-dark-outline-positive-active: #15842AFF;\n --on-dark-outline-warning: #FA5F05;\n --on-dark-outline-warning-hover: #FB7223FF;\n --on-dark-outline-warning-active: #DC5304FF;\n --on-dark-outline-negative: #FF293E;\n --on-dark-outline-negative-hover: #FF475AFF;\n --on-dark-outline-negative-active: #FF0A23FF;\n --on-dark-outline-info: #118CDF;\n --on-dark-outline-info-hover: #50B1F2FF;\n --on-dark-outline-info-active: #0F7BC2FF;\n --on-dark-outline-positive-minor: #095C18;\n --on-dark-outline-positive-minor-hover: #0F9527FF;\n --on-dark-outline-positive-minor-active: #0C7920FF;\n --on-dark-outline-warning-minor: #85380C;\n --on-dark-outline-warning-minor-hover: #BB4F11FF;\n --on-dark-outline-warning-minor-active: #9F440FFF;\n --on-dark-outline-negative-minor: #9C1422;\n --on-dark-outline-negative-minor-hover: #B91828FF;\n --on-dark-outline-negative-minor-active: #83111CFF;\n --on-dark-outline-info-minor: #0D5382;\n --on-dark-outline-info-minor-hover: #1277BAFF;\n --on-dark-outline-info-minor-active: #10659EFF;\n --on-dark-outline-transparent-positive: #1A9E3247;\n --on-dark-outline-transparent-positive-hover: #1A9E32FF;\n --on-dark-outline-transparent-positive-active: #1A9E3256;\n --on-dark-outline-transparent-warning: #FA5F0547;\n --on-dark-outline-transparent-warning-hover: #FA5F05FF;\n --on-dark-outline-transparent-warning-active: #FA5F0556;\n --on-dark-outline-transparent-negative: #FF293E47;\n --on-dark-outline-transparent-negative-hover: #FF293EFF;\n --on-dark-outline-transparent-negative-active: #FF293E56;\n --on-dark-outline-transparent-info: #118CDF47;\n --on-dark-outline-transparent-info-hover: #118CDFFF;\n --on-dark-outline-transparent-info-active: #118CDF56;\n --on-light-outline-solid-primary: undefined;\n --on-light-outline-solid-primary-hover: #000000FF;\n --on-light-outline-solid-primary-active: #9FA9C6FF;\n --on-light-outline-solid-secondary: undefined;\n --on-light-outline-solid-secondary-hover: #000000FF;\n --on-light-outline-solid-secondary-active: #858BA3FF;\n --on-light-outline-solid-tertiary: undefined;\n --on-light-outline-solid-tertiary-hover: #000000FF;\n --on-light-outline-solid-tertiary-active: #575A66FF;\n --on-light-outline-solid-default: undefined;\n --on-light-outline-solid-default-hover: #485270FF;\n --on-light-outline-solid-default-active: #282D3EFF;\n --on-light-outline-transparent-primary: #0000001F;\n --on-light-outline-transparent-primary-hover: #08090CFF;\n --on-light-outline-transparent-primary-active: #08090C25;\n --on-light-outline-transparent-secondary: #00000047;\n --on-light-outline-transparent-secondary-hover: #08090CFF;\n --on-light-outline-transparent-secondary-active: #08090C56;\n --on-light-outline-transparent-tertiary: #0000008F;\n --on-light-outline-transparent-tertiary-hover: #08090CFF;\n --on-light-outline-transparent-tertiary-active: #08090CAB;\n --on-light-outline-clear: #FFFFFF00;\n --on-light-outline-clear-hover: #FFFFFF00;\n --on-light-outline-clear-active: #FFFFFF00;\n --on-light-outline-accent: #0C8688;\n --on-light-outline-accent-hover: #12D0D3FF;\n --on-light-outline-accent-active: #0FABAEFF;\n --on-light-outline-accent-minor: #04C6C9;\n --on-light-outline-accent-minor-hover: #05ECF0FF;\n --on-light-outline-accent-minor-active: #039DA0FF;\n --on-light-outline-transparent-accent: #0C868800;\n --on-light-outline-transparent-accent-hover: #0C868800;\n --on-light-outline-transparent-accent-active: #0C868800;\n --on-light-outline-positive: #108E26;\n --on-light-outline-positive-hover: #14B32EFF;\n --on-light-outline-positive-active: #0C6A1BFF;\n --on-light-outline-warning: #E85702;\n --on-light-outline-warning-hover: #FD6B17FF;\n --on-light-outline-warning-active: #C04802FF;\n --on-light-outline-negative: #F31B31;\n --on-light-outline-negative-hover: #F54254FF;\n --on-light-outline-negative-active: #DA0B20FF;\n --on-light-outline-info: #0B7ECB;\n --on-light-outline-info-hover: #0D96F2FF;\n --on-light-outline-info-active: #0966A5FF;\n --on-light-outline-positive-minor: #28D247;\n --on-light-outline-positive-minor-hover: #47DC62FF;\n --on-light-outline-positive-minor-active: #21B03CFF;\n --on-light-outline-warning-minor: #FD9C68;\n --on-light-outline-warning-minor-hover: #FDB790FF;\n --on-light-outline-warning-minor-active: #FC8240FF;\n --on-light-outline-negative-minor: #FF8F9A;\n --on-light-outline-negative-minor-hover: #FFB8BFFF;\n --on-light-outline-negative-minor-active: #FF6675FF;\n --on-light-outline-info-minor: #52BAFF;\n --on-light-outline-info-minor-hover: #7ACAFFFF;\n --on-light-outline-info-minor-active: #29A9FFFF;\n --on-light-outline-transparent-positive: #108E2633;\n --on-light-outline-transparent-positive-hover: #108E25FF;\n --on-light-outline-transparent-positive-active: #108E253D;\n --on-light-outline-transparent-warning: #E8570233;\n --on-light-outline-transparent-warning-hover: #E85702FF;\n --on-light-outline-transparent-warning-active: #E857023D;\n --on-light-outline-transparent-negative: #F31B3133;\n --on-light-outline-transparent-negative-hover: #F31B31FF;\n --on-light-outline-transparent-negative-active: #F31B313D;\n --on-light-outline-transparent-info: #0B7ECB33;\n --on-light-outline-transparent-info-hover: #0B7ECBFF;\n --on-light-outline-transparent-info-active: #0B7ECB3D;\n --inverse-outline-solid-primary: undefined;\n --inverse-outline-solid-primary-hover: #FFFFFFFF;\n --inverse-outline-solid-primary-active: #A2A4B3FF;\n --inverse-outline-solid-secondary: undefined;\n --inverse-outline-solid-secondary-hover: #FFFFFFFF;\n --inverse-outline-solid-secondary-active: #808293FF;\n --inverse-outline-solid-tertiary: undefined;\n --inverse-outline-solid-tertiary-hover: #FFFFFFFF;\n --inverse-outline-solid-tertiary-active: #585A65FF;\n --inverse-outline-solid-default: undefined;\n --inverse-outline-solid-default-hover: #D0D5E7FF;\n --inverse-outline-solid-default-active: #E4E7F1FF;\n --inverse-outline-transparent-primary: #0000001F;\n --inverse-outline-transparent-primary-hover: #F8F9FCFF;\n --inverse-outline-transparent-primary-active: #F8F9FC25;\n --inverse-outline-transparent-secondary: #00000047;\n --inverse-outline-transparent-secondary-hover: #F8F9FCFF;\n --inverse-outline-transparent-secondary-active: #F8F9FC56;\n --inverse-outline-transparent-tertiary: #0000008F;\n --inverse-outline-transparent-tertiary-hover: #F8F9FCFF;\n --inverse-outline-transparent-tertiary-active: #F8F9FCAB;\n --inverse-outline-clear: #FFFFFF00;\n --inverse-outline-clear-hover: #FFFFFF00;\n --inverse-outline-clear-active: #FFFFFF00;\n --inverse-outline-accent: #0C9597;\n --inverse-outline-accent-hover: #12DFE2FF;\n --inverse-outline-accent-active: #0A797BFF;\n --inverse-outline-accent-minor: #0C585A;\n --inverse-outline-accent-minor-hover: #148B90FF;\n --inverse-outline-accent-minor-active: #107175FF;\n --inverse-outline-transparent-accent: #0C959700;\n --inverse-outline-transparent-accent-hover: #0C959700;\n --inverse-outline-transparent-accent-active: #0C959700;\n --inverse-outline-positive: #1A9E32;\n --inverse-outline-positive-hover: #1EB83AFF;\n --inverse-outline-positive-active: #15842AFF;\n --inverse-outline-warning: #FA5F05;\n --inverse-outline-warning-hover: #FB7223FF;\n --inverse-outline-warning-active: #DC5304FF;\n --inverse-outline-negative: #FF293E;\n --inverse-outline-negative-hover: #FF475AFF;\n --inverse-outline-negative-active: #FF0A23FF;\n --inverse-outline-info: #118CDF;\n --inverse-outline-info-hover: #50B1F2FF;\n --inverse-outline-info-active: #0F7BC2FF;\n --inverse-outline-positive-minor: #095C18;\n --inverse-outline-positive-minor-hover: #0F9527FF;\n --inverse-outline-positive-minor-active: #0C7920FF;\n --inverse-outline-warning-minor: #85380C;\n --inverse-outline-warning-minor-hover: #BB4F11FF;\n --inverse-outline-warning-minor-active: #9F440FFF;\n --inverse-outline-negative-minor: #9C1422;\n --inverse-outline-negative-minor-hover: #B91828FF;\n --inverse-outline-negative-minor-active: #83111CFF;\n --inverse-outline-info-minor: #0D5382;\n --inverse-outline-info-minor-hover: #1277BAFF;\n --inverse-outline-info-minor-active: #10659EFF;\n --inverse-outline-transparent-positive: #1A9E3247;\n --inverse-outline-transparent-positive-hover: #1A9E32FF;\n --inverse-outline-transparent-positive-active: #1A9E3256;\n --inverse-outline-transparent-warning: #FA5F0547;\n --inverse-outline-transparent-warning-hover: #FA5F05FF;\n --inverse-outline-transparent-warning-active: #FA5F0556;\n --inverse-outline-transparent-negative: #FF293E47;\n --inverse-outline-transparent-negative-hover: #FF293EFF;\n --inverse-outline-transparent-negative-active: #FF293E56;\n --inverse-outline-transparent-info: #118CDF47;\n --inverse-outline-transparent-info-hover: #118CDFFF;\n --inverse-outline-transparent-info-active: #118CDF56;\n --data-yellow: #F3A912;\n --data-yellow-hover: #F5B638FF;\n --data-yellow-active: #E49C0CFF;\n --data-yellow-minor: #FFD37A;\n --data-yellow-minor-hover: #FFDA8FFF;\n --data-yellow-minor-active: #FFCC66FF;\n --data-yellow-transparent: #F3A9128F;\n --data-yellow-transparent-hover: #F3A8127A;\n --data-yellow-transparent-active: #F3A81299;\n --on-dark-data-yellow: #F3A912;\n --on-dark-data-yellow-hover: #F4B22FFF;\n --on-dark-data-yellow-active: #EDA20CFF;\n --on-dark-data-yellow-minor: #A16B00;\n --on-dark-data-yellow-minor-hover: #B87A00FF;\n --on-dark-data-yellow-minor-active: #996600FF;\n --on-dark-data-yellow-transparent: #F3A9128F;\n --on-dark-data-yellow-transparent-hover: #F3A812AD;\n --on-dark-data-yellow-transparent-active: #F3A81280;\n --on-light-data-yellow: #F3A912;\n --on-light-data-yellow-hover: #F5B638FF;\n --on-light-data-yellow-active: #E49C0CFF;\n --on-light-data-yellow-minor: #FFD37A;\n --on-light-data-yellow-minor-hover: #FFDA8FFF;\n --on-light-data-yellow-minor-active: #FFCC66FF;\n --on-light-data-yellow-transparent: #F3A9128F;\n --on-light-data-yellow-transparent-hover: #F3A8127A;\n --on-light-data-yellow-transparent-active: #F3A81299;\n --inverse-data-yellow: #F3A912;\n --inverse-data-yellow-hover: #F4B22FFF;\n --inverse-data-yellow-active: #EDA20CFF;\n --inverse-data-yellow-minor: #A16B00;\n --inverse-data-yellow-minor-hover: #B87A00FF;\n --inverse-data-yellow-minor-active: #996600FF;\n --inverse-data-yellow-transparent: #F3A9128F;\n --inverse-data-yellow-transparent-hover: #F3A812AD;\n --inverse-data-yellow-transparent-active: #F3A81280;\n --text-new-item: #F9F9F9;\n --text-new-item-active: #C7C7C7FF;\n --text-new-item-hover: #000000FF;\n color: var(--text-primary);\n background-color: var(--background-primary);\n}\n\n:root {\n\n}\n\n:root {\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-s: 0rem 0.25rem 0.75rem -0.1875rem #08080829, 0rem 0.0625rem 0.25rem -0.125rem #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-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 --shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;\n --shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;\n}\n\n:root {\n --border-radius-xxs: 0.25rem;\n --border-radius-xs: 0.375rem;\n --border-radius-s: 0.5rem;\n --border-radius-m: 6.25rem;\n --border-radius-l: 1rem;\n --border-radius-xl: 1.25rem;\n --border-radius-xxl: 2rem;\n --border-radius-circle: 100rem;\n}\n\n:root {\n --spacing-0x: 0rem;\n --spacing-1x: 0.125rem;\n --spacing-2x: 0.25rem;\n --spacing-3x: 0.375rem;\n --spacing-4x: 0.5rem;\n --spacing-6x: 0.75rem;\n --spacing-8x: 1rem;\n --spacing-10x: 1.25rem;\n --spacing-12x: 1.5rem;\n --spacing-16x: 2rem;\n --spacing-20x: 2.5rem;\n --spacing-24x: 3rem;\n --spacing-32x: 4rem;\n --spacing-40x: 5rem;\n --spacing-60x: 7.5rem;\n}\n\n:root {\n font-size: 16px;\n --plasma-typo-overflow-wrap: break-word;\n --plasma-typo-hyphens: auto;\n --plasma-typo-display-font-family: 'SB Sans Display', sans-serif;\n --plasma-typo-body-font-family: 'SB Sans Text', sans-serif;\n --plasma-typo-header-font-family: 'SB Sans Display', sans-serif;\n --plasma-typo-text-font-family: 'SB Sans Text', sans-serif;\n --plasma-typo-dspl-l-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-l-letter-spacing: normal;\n --plasma-typo-dspl-l-font-style: normal;\n --plasma-typo-dspl-l-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-l-bold-letter-spacing: normal;\n --plasma-typo-dspl-l-bold-font-style: normal;\n --plasma-typo-dspl-l-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-l-medium-letter-spacing: normal;\n --plasma-typo-dspl-l-medium-font-style: normal;\n --plasma-typo-dspl-m-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-m-letter-spacing: normal;\n --plasma-typo-dspl-m-font-style: normal;\n --plasma-typo-dspl-m-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-m-bold-letter-spacing: normal;\n --plasma-typo-dspl-m-bold-font-style: normal;\n --plasma-typo-dspl-m-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-m-medium-letter-spacing: normal;\n --plasma-typo-dspl-m-medium-font-style: normal;\n --plasma-typo-dspl-s-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-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-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-h5-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-h5-letter-spacing: normal;\n --plasma-typo-h5-font-style: normal;\n --plasma-typo-h5-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-h5-bold-letter-spacing: normal;\n --plasma-typo-h5-bold-font-style: normal;\n --plasma-typo-h5-medium-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-h5-medium-letter-spacing: normal;\n --plasma-typo-h5-medium-font-style: normal;\n --plasma-typo-body-l-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-l-letter-spacing: -0.02em;\n --plasma-typo-body-l-font-style: normal;\n --plasma-typo-body-l-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-l-bold-letter-spacing: -0.02em;\n --plasma-typo-body-l-bold-font-style: normal;\n --plasma-typo-body-l-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-l-medium-letter-spacing: -0.02em;\n --plasma-typo-body-l-medium-font-style: normal;\n --plasma-typo-body-m-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-m-letter-spacing: -0.02em;\n --plasma-typo-body-m-font-style: normal;\n --plasma-typo-body-m-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-m-bold-letter-spacing: -0.02em;\n --plasma-typo-body-m-bold-font-style: normal;\n --plasma-typo-body-m-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-m-medium-letter-spacing: -0.02em;\n --plasma-typo-body-m-medium-font-style: normal;\n --plasma-typo-body-s-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-s-letter-spacing: -0.02em;\n --plasma-typo-body-s-font-style: normal;\n --plasma-typo-body-s-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-s-bold-letter-spacing: -0.02em;\n --plasma-typo-body-s-bold-font-style: normal;\n --plasma-typo-body-s-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-s-medium-letter-spacing: -0.02em;\n --plasma-typo-body-s-medium-font-style: normal;\n --plasma-typo-body-xs-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xs-letter-spacing: -0.02em;\n --plasma-typo-body-xs-font-style: normal;\n --plasma-typo-body-xs-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xs-bold-letter-spacing: -0.02em;\n --plasma-typo-body-xs-bold-font-style: normal;\n --plasma-typo-body-xs-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xs-medium-letter-spacing: -0.02em;\n --plasma-typo-body-xs-medium-font-style: normal;\n --plasma-typo-body-xxs-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xxs-letter-spacing: -0.02em;\n --plasma-typo-body-xxs-font-style: normal;\n --plasma-typo-body-xxs-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-body-xxs-bold-letter-spacing: -0.02em;\n --plasma-typo-body-xxs-bold-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: -0.02em;\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-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-l-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-l-medium-letter-spacing: -0.02em;\n --plasma-typo-text-l-medium-font-style: normal;\n --plasma-typo-text-m-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-m-letter-spacing: -0.02em;\n --plasma-typo-text-m-font-style: normal;\n --plasma-typo-text-m-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-m-bold-letter-spacing: -0.02em;\n --plasma-typo-text-m-bold-font-style: normal;\n --plasma-typo-text-m-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-m-medium-letter-spacing: -0.02em;\n --plasma-typo-text-m-medium-font-style: normal;\n --plasma-typo-text-s-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-s-medium-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-s-medium-letter-spacing: -0.02em;\n --plasma-typo-text-s-medium-font-style: normal;\n --plasma-typo-text-xs-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-dspl-l-font-size: 5.5rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 5.75rem;\n --plasma-typo-dspl-l-bold-font-size: 5.5rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 5.75rem;\n --plasma-typo-dspl-l-medium-font-size: 5.5rem;\n --plasma-typo-dspl-l-medium-font-weight: 500;\n --plasma-typo-dspl-l-medium-line-height: 5.75rem;\n --plasma-typo-dspl-m-font-size: 3.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 3.875rem;\n --plasma-typo-dspl-m-bold-font-size: 3.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 3.875rem;\n --plasma-typo-dspl-m-medium-font-size: 3.5rem;\n --plasma-typo-dspl-m-medium-font-weight: 500;\n --plasma-typo-dspl-m-medium-line-height: 3.875rem;\n --plasma-typo-dspl-s-font-size: 2.5rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 2.875rem;\n --plasma-typo-dspl-s-bold-font-size: 2.5rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 2.875rem;\n --plasma-typo-dspl-s-medium-font-size: 2.5rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 2.875rem;\n --plasma-typo-h1-font-size: 1.75rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 2.125rem;\n --plasma-typo-h1-bold-font-size: 1.75rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 2.125rem;\n --plasma-typo-h1-medium-font-size: 1.75rem;\n --plasma-typo-h1-medium-font-weight: 500;\n --plasma-typo-h1-medium-line-height: 2.125rem;\n --plasma-typo-h2-font-size: 1.5rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 1.875rem;\n --plasma-typo-h2-bold-font-size: 1.5rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 1.875rem;\n --plasma-typo-h2-medium-font-size: 1.5rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 1.875rem;\n --plasma-typo-h3-font-size: 1.25rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.625rem;\n --plasma-typo-h3-bold-font-size: 1.25rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 1.625rem;\n --plasma-typo-h3-medium-font-size: 1.25rem;\n --plasma-typo-h3-medium-font-weight: 500;\n --plasma-typo-h3-medium-line-height: 1.625rem;\n --plasma-typo-h4-font-size: 1.125rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.5rem;\n --plasma-typo-h4-bold-font-size: 1.125rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.5rem;\n --plasma-typo-h4-medium-font-size: 1.125rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.5rem;\n --plasma-typo-h5-font-size: 1rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.375rem;\n --plasma-typo-h5-bold-font-size: 1rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.375rem;\n --plasma-typo-h5-medium-font-size: 1rem;\n --plasma-typo-h5-medium-font-weight: 500;\n --plasma-typo-h5-medium-line-height: 1.375rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.375rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.375rem;\n --plasma-typo-body-l-medium-font-size: 1.125rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.375rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.25rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.25rem;\n --plasma-typo-body-m-medium-font-size: 1rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.25rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.125rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.125rem;\n --plasma-typo-body-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.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.75rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.75rem;\n --plasma-typo-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.125rem;\n --plasma-typo-text-l-font-weight: 400;\n --plasma-typo-text-l-line-height: 1.625rem;\n --plasma-typo-text-l-bold-font-size: 1.125rem;\n --plasma-typo-text-l-bold-font-weight: 600;\n --plasma-typo-text-l-bold-line-height: 1.625rem;\n --plasma-typo-text-l-medium-font-size: 1.125rem;\n --plasma-typo-text-l-medium-font-weight: 500;\n --plasma-typo-text-l-medium-line-height: 1.625rem;\n --plasma-typo-text-m-font-size: 1rem;\n --plasma-typo-text-m-font-weight: 400;\n --plasma-typo-text-m-line-height: 1.5rem;\n --plasma-typo-text-m-bold-font-size: 1rem;\n --plasma-typo-text-m-bold-font-weight: 600;\n --plasma-typo-text-m-bold-line-height: 1.5rem;\n --plasma-typo-text-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 }\n}\n\n@media (min-width: 560px) and (max-width: 959px) {\n :root {\n --plasma-typo-dspl-l-font-size: 7rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 7rem;\n --plasma-typo-dspl-l-bold-font-size: 7rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 7rem;\n --plasma-typo-dspl-l-medium-font-size: 7rem;\n --plasma-typo-dspl-l-medium-font-weight: 500;\n --plasma-typo-dspl-l-medium-line-height: 7rem;\n --plasma-typo-dspl-m-font-size: 4.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 4.75rem;\n --plasma-typo-dspl-m-bold-font-size: 4.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 4.75rem;\n --plasma-typo-dspl-m-medium-font-size: 4.5rem;\n --plasma-typo-dspl-m-medium-font-weight: 500;\n --plasma-typo-dspl-m-medium-line-height: 4.75rem;\n --plasma-typo-dspl-s-font-size: 3rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 3.375rem;\n --plasma-typo-dspl-s-bold-font-size: 3rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 3.375rem;\n --plasma-typo-dspl-s-medium-font-size: 3rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 3.375rem;\n --plasma-typo-h1-font-size: 2.5rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 2.875rem;\n --plasma-typo-h1-bold-font-size: 2.5rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 2.875rem;\n --plasma-typo-h1-medium-font-size: 2.5rem;\n --plasma-typo-h1-medium-font-weight: 500;\n --plasma-typo-h1-medium-line-height: 2.875rem;\n --plasma-typo-h2-font-size: 1.75rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.125rem;\n --plasma-typo-h2-bold-font-size: 1.75rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 2.125rem;\n --plasma-typo-h2-medium-font-size: 1.75rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 2.125rem;\n --plasma-typo-h3-font-size: 1.25rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.625rem;\n --plasma-typo-h3-bold-font-size: 1.25rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 1.625rem;\n --plasma-typo-h3-medium-font-size: 1.25rem;\n --plasma-typo-h3-medium-font-weight: 500;\n --plasma-typo-h3-medium-line-height: 1.625rem;\n --plasma-typo-h4-font-size: 1.125rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.5rem;\n --plasma-typo-h4-bold-font-size: 1.125rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.5rem;\n --plasma-typo-h4-medium-font-size: 1.125rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.5rem;\n --plasma-typo-h5-font-size: 1rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.375rem;\n --plasma-typo-h5-bold-font-size: 1rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.375rem;\n --plasma-typo-h5-medium-font-size: 1rem;\n --plasma-typo-h5-medium-font-weight: 500;\n --plasma-typo-h5-medium-line-height: 1.375rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.375rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.375rem;\n --plasma-typo-body-l-medium-font-size: 1.125rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.375rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.25rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.25rem;\n --plasma-typo-body-m-medium-font-size: 1rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.25rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.125rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.125rem;\n --plasma-typo-body-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.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.75rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.75rem;\n --plasma-typo-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.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-font-size: 1rem;\n --plasma-typo-text-m-font-weight: 400;\n --plasma-typo-text-m-line-height: 1.5rem;\n --plasma-typo-text-m-bold-font-size: 1rem;\n --plasma-typo-text-m-bold-font-weight: 600;\n --plasma-typo-text-m-bold-line-height: 1.5rem;\n --plasma-typo-text-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 }\n}\n\n@media (min-width: 960px) {\n :root {\n --plasma-typo-dspl-l-font-size: 8rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 8rem;\n --plasma-typo-dspl-l-bold-font-size: 8rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 8rem;\n --plasma-typo-dspl-l-medium-font-size: 8rem;\n --plasma-typo-dspl-l-medium-font-weight: 500;\n --plasma-typo-dspl-l-medium-line-height: 8rem;\n --plasma-typo-dspl-m-font-size: 5.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 5.75rem;\n --plasma-typo-dspl-m-bold-font-size: 5.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 5.75rem;\n --plasma-typo-dspl-m-medium-font-size: 5.5rem;\n --plasma-typo-dspl-m-medium-font-weight: 500;\n --plasma-typo-dspl-m-medium-line-height: 5.75rem;\n --plasma-typo-dspl-s-font-size: 4rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 4.25rem;\n --plasma-typo-dspl-s-bold-font-size: 4rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 4.25rem;\n --plasma-typo-dspl-s-medium-font-size: 4rem;\n --plasma-typo-dspl-s-medium-font-weight: 500;\n --plasma-typo-dspl-s-medium-line-height: 4.25rem;\n --plasma-typo-h1-font-size: 3rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 3.375rem;\n --plasma-typo-h1-bold-font-size: 3rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 3.375rem;\n --plasma-typo-h1-medium-font-size: 3rem;\n --plasma-typo-h1-medium-font-weight: 500;\n --plasma-typo-h1-medium-line-height: 3.375rem;\n --plasma-typo-h2-font-size: 2rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.375rem;\n --plasma-typo-h2-bold-font-size: 2rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 2.375rem;\n --plasma-typo-h2-medium-font-size: 2rem;\n --plasma-typo-h2-medium-font-weight: 500;\n --plasma-typo-h2-medium-line-height: 2.375rem;\n --plasma-typo-h3-font-size: 1.5rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.875rem;\n --plasma-typo-h3-bold-font-size: 1.5rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 1.875rem;\n --plasma-typo-h3-medium-font-size: 1.5rem;\n --plasma-typo-h3-medium-font-weight: 500;\n --plasma-typo-h3-medium-line-height: 1.875rem;\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: 1.25rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.625rem;\n --plasma-typo-h4-medium-font-size: 1.25rem;\n --plasma-typo-h4-medium-font-weight: 500;\n --plasma-typo-h4-medium-line-height: 1.625rem;\n --plasma-typo-h5-font-size: 1.125rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.5rem;\n --plasma-typo-h5-bold-font-size: 1.125rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.5rem;\n --plasma-typo-h5-medium-font-size: 1.125rem;\n --plasma-typo-h5-medium-font-weight: 500;\n --plasma-typo-h5-medium-line-height: 1.5rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.375rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.375rem;\n --plasma-typo-body-l-medium-font-size: 1.125rem;\n --plasma-typo-body-l-medium-font-weight: 500;\n --plasma-typo-body-l-medium-line-height: 1.375rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.25rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.25rem;\n --plasma-typo-body-m-medium-font-size: 1rem;\n --plasma-typo-body-m-medium-font-weight: 500;\n --plasma-typo-body-m-medium-line-height: 1.25rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.125rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.125rem;\n --plasma-typo-body-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.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.75rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.75rem;\n --plasma-typo-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 --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-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}"];
|
|
4
|
+
|
|
5
|
+
export { yvvyschshol__light };
|
|
6
|
+
//# sourceMappingURL=yvvyschshol__light.js.map
|