@salutejs-ds/test1750 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 +25 -0
- package/components/Button/Button.config.js +33 -0
- package/components/Button/Button.config.js.map +1 -0
- package/components/Button/Button.config_qbl4tb.css +10 -0
- package/components/Button/Button.css +10 -0
- package/components/Button/Button.d.ts +64 -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_i1wugf.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/Counter/Counter.config.d.ts +23 -0
- package/components/Counter/Counter.config.js +31 -0
- package/components/Counter/Counter.config.js.map +1 -0
- package/components/Counter/Counter.config_ijx2rj.css +11 -0
- package/components/Counter/Counter.css +11 -0
- package/components/Counter/Counter.d.ts +19 -0
- package/components/Counter/Counter.js +17 -0
- package/components/Counter/Counter.js.map +1 -0
- package/components/Counter/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_21llfv.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_p3x5fy.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_1ok209z.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/test1750.module.css +2396 -0
- package/css/test1750__dark.css +1539 -0
- package/css/test1750__light.css +1539 -0
- package/es/components/Button/Button.config.js +29 -0
- package/es/components/Button/Button.config.js.map +1 -0
- package/es/components/Button/Button.config_qbl4tb.css +10 -0
- package/es/components/Button/Button.css +10 -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_i1wugf.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/Counter/Counter.config.js +27 -0
- package/es/components/Counter/Counter.config.js.map +1 -0
- package/es/components/Counter/Counter.config_ijx2rj.css +11 -0
- package/es/components/Counter/Counter.css +11 -0
- package/es/components/Counter/Counter.js +13 -0
- package/es/components/Counter/Counter.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_21llfv.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_p3x5fy.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_1ok209z.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 +55 -0
- package/es/index.js +10 -0
- package/es/index.js.map +1 -0
- package/es/theme/themes/test1750__dark.js +6 -0
- package/es/theme/themes/test1750__dark.js.map +1 -0
- package/es/theme/themes/test1750__light.js +6 -0
- package/es/theme/themes/test1750__light.js.map +1 -0
- package/es/theme/tokens/index.js +3167 -0
- package/es/theme/tokens/index.js.map +1 -0
- package/index.css +55 -0
- package/index.d.ts +7 -0
- package/index.js +960 -0
- package/index.js.map +1 -0
- package/package.json +99 -0
- package/styled-components/cjs/Button/Button.config.js +34 -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/Counter/Counter.config.js +32 -0
- package/styled-components/cjs/Counter/Counter.js +15 -0
- package/styled-components/cjs/Counter/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 +28 -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/Counter/Counter.config.js +26 -0
- package/styled-components/es/Counter/Counter.js +9 -0
- package/styled-components/es/Counter/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/test1750__dark.d.ts +1 -0
- package/theme/themes/test1750__dark.js +10 -0
- package/theme/themes/test1750__dark.js.map +1 -0
- package/theme/themes/test1750__light.d.ts +1 -0
- package/theme/themes/test1750__light.js +10 -0
- package/theme/themes/test1750__light.js.map +1 -0
- package/theme/tokens/index.d.ts +2229 -0
- package/theme/tokens/index.js +4105 -0
- package/theme/tokens/index.js.map +1 -0
package/es/index.css
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
.Button_config_qbl4tb_s1fnkof5__2bd62c71{--plasma-button-spinner-color:var(--text-primary);--plasma-button-background-color:var(--surface-transparent-secondary);--plasma-button-background-color-hover:var(--surface-transparent-secondary-hover);--plasma-button-background-color-active:var(--surface-transparent-secondary-active);--plasma-button-loading-background-color:var(--surface-transparent-secondary);--plasma-button-value-color:var(--text-secondary);--plasma-button-color:var(--text-primary);}
|
|
2
|
+
.Button_config_qbl4tb_a1129msw__2bd62c71{--plasma-button-color:var(--on-dark-text-primary);--plasma-button-spinner-color:var(--on-dark-text-primary);--plasma-button-background-color:var(--surface-accent);--plasma-button-background-color-active:var(--surface-accent-active);--plasma-button-background-color-hover:var(--surface-accent-hover);--plasma-button-loading-background-color:var(--surface-accent);--plasma-button-value-color:var(--on-dark-text-secondary);}
|
|
3
|
+
.Button_config_qbl4tb_dbaqjet__2bd62c71{--plasma-button-background-color:var(--surface-solid-default);--plasma-button-background-color-active:var(--surface-solid-default-active);--plasma-button-background-color-hover:var(--surface-solid-default-hover);--plasma-button-loading-background-color:var(--surface-solid-default);--plasma-button-value-color:var(--inverse-text-secondary);--plasma-button-color:var(--inverse-text-primary);--plasma-button-spinner-color:var(--inverse-text-primary);}
|
|
4
|
+
.Button_config_qbl4tb_cmxfxlw__2bd62c71{--plasma-button-background-color:var(--surface-clear);--plasma-button-background-color-active:var(--surface-transparent-secondary-active);--plasma-button-background-color-hover:var(--surface-transparent-secondary-hover);--plasma-button-loading-background-color:var(--surface-clear);--plasma-button-value-color:var(--text-secondary);--plasma-button-color:var(--text-primary);--plasma-button-spinner-color:var(--text-primary);}
|
|
5
|
+
.Button_config_qbl4tb_xleczrv__2bd62c71{--plasma-button-spinner-size:1.5rem;--plasma-button-left-content-margin:0.625rem;--plasma-button-right-content-margin:0.625rem;--plasma-button-value-margin:0.125rem;--plasma-button-radius:var(--border-radius-l);--plasma-button-height:4rem;--plasma-button-padding:1.75rem;--plasma-button-font-family:var(--plasma-typo-body-l-bold-font-family);--plasma-button-font-size:var(--plasma-typo-body-l-bold-font-size);--plasma-button-font-style:var(--plasma-typo-body-l-bold-font-style);--plasma-button-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-button-letter-spacing:var(--plasma-typo-body-l-bold-letter-spacing);--plasma-button-line-height:var(--plasma-typo-body-l-bold-line-height);--plasma-button-width:12.5rem;}
|
|
6
|
+
.Button_config_qbl4tb_llekduy__2bd62c71{--plasma-button-spinner-size:1.375rem;--plasma-button-left-content-margin:0.5rem;--plasma-button-right-content-margin:0.5rem;--plasma-button-value-margin:0.125rem;--plasma-button-radius:var(--border-radius-l);--plasma-button-height:3.5rem;--plasma-button-padding:1.5rem;--plasma-button-font-family:var(--plasma-typo-body-l-bold-font-family);--plasma-button-font-size:var(--plasma-typo-body-l-bold-font-size);--plasma-button-font-style:var(--plasma-typo-body-l-bold-font-style);--plasma-button-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-button-letter-spacing:var(--plasma-typo-body-l-bold-letter-spacing);--plasma-button-line-height:var(--plasma-typo-body-l-bold-line-height);--plasma-button-width:12.5rem;}
|
|
7
|
+
.Button_config_qbl4tb_m1yfa47j__2bd62c71{--plasma-button-spinner-size:1.375rem;--plasma-button-left-content-margin:0.375rem;--plasma-button-right-content-margin:0.375rem;--plasma-button-value-margin:0.125rem;--plasma-button-radius:var(--border-radius-m);--plasma-button-height:3rem;--plasma-button-padding:1.25rem;--plasma-button-width:11.25rem;--plasma-button-font-family:var(--plasma-typo-body-m-bold-font-family);--plasma-button-font-size:var(--plasma-typo-body-m-bold-font-size);--plasma-button-font-style:var(--plasma-typo-body-m-bold-font-style);--plasma-button-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-button-letter-spacing:var(--plasma-typo-body-m-bold-letter-spacing);--plasma-button-line-height:var(--plasma-typo-body-m-bold-line-height);}
|
|
8
|
+
.Button_config_qbl4tb_psb1lec__2bd62c71{--plasma-button-radius:var(--border-radius-circle);}
|
|
9
|
+
|
|
10
|
+
.Button_config_qbl4tb_i1w797f8__2bd62c71{--plasma-button-focus-color:var(--text-accent);--plasma-button-disabled-opacity:0.4;}
|
|
11
|
+
|
|
12
|
+
.Checkbox_config_i1wugf_n1rbd3p5__461080bc{--plasma-checkbox-fill-color:var(--text-negative);--plasma-checkbox-description-color:var(--text-secondary);--plasma-checkbox-icon-color:var(--on-dark-text-primary);--plasma-checkbox-trigger-background-color:transparent;--plasma-checkbox-trigger-border-checked-color:transparent;--plasma-checkbox-label-color:var(--text-primary);--plasma-checkbox-trigger-border-color:var(--text-negative);}
|
|
13
|
+
.Checkbox_config_i1wugf_a1b31az7__461080bc{--plasma-checkbox-label-color:var(--text-primary);--plasma-checkbox-trigger-border-color:var(--text-secondary);--plasma-checkbox-fill-color:var(--text-accent);--plasma-checkbox-description-color:var(--text-secondary);--plasma-checkbox-icon-color:var(--on-dark-text-primary);--plasma-checkbox-trigger-background-color:transparent;--plasma-checkbox-trigger-border-checked-color:transparent;}
|
|
14
|
+
.Checkbox_config_i1wugf_lhc94kv__461080bc{--plasma-checkbox-trigger-size:1.25rem;--plasma-checkbox-description-margin-top:0.125rem;--plasma-checkbox-description-font-family:var(--plasma-typo-body-m-font-family);--plasma-checkbox-description-font-size:var(--plasma-typo-body-m-font-size);--plasma-checkbox-description-font-style:var(--plasma-typo-body-m-font-style);--plasma-checkbox-description-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-checkbox-description-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-checkbox-description-line-height:var(--plasma-typo-body-m-line-height);--plasma-checkbox-margin:0rem;--plasma-checkbox-trigger-border-radius:var(--border-radius-xs);--plasma-checkbox-trigger-border-width:0.125rem;--plasma-checkbox-content-top-offset:0.0625rem;--plasma-checkbox-label-font-family:var(--plasma-typo-body-l-font-family);--plasma-checkbox-label-font-size:var(--plasma-typo-body-l-font-size);--plasma-checkbox-label-font-style:var(--plasma-typo-body-l-font-style);--plasma-checkbox-label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-checkbox-label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-checkbox-label-line-height:var(--plasma-typo-body-l-line-height);--plasma-checkbox-trigger-padding:0.125rem;--plasma-checkbox-content-left-offset:0.75rem;}
|
|
15
|
+
.Checkbox_config_i1wugf_suukuk0__461080bc{--plasma-checkbox-trigger-padding:0.0625rem;--plasma-checkbox-content-left-offset:0.5rem;--plasma-checkbox-trigger-size:0.875rem;--plasma-checkbox-description-margin-top:0.125rem;--plasma-checkbox-description-font-family:var(--plasma-typo-body-xs-font-family);--plasma-checkbox-description-font-size:var(--plasma-typo-body-xs-font-size);--plasma-checkbox-description-font-style:var(--plasma-typo-body-xs-font-style);--plasma-checkbox-description-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-checkbox-description-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-checkbox-description-line-height:var(--plasma-typo-body-xs-line-height);--plasma-checkbox-margin:0rem;--plasma-checkbox-trigger-border-radius:var(--border-radius-xxs);--plasma-checkbox-trigger-border-width:0.0625rem;--plasma-checkbox-content-top-offset:0rem;--plasma-checkbox-label-font-family:var(--plasma-typo-body-s-font-family);--plasma-checkbox-label-font-size:var(--plasma-typo-body-s-font-size);--plasma-checkbox-label-font-style:var(--plasma-typo-body-s-font-style);--plasma-checkbox-label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-checkbox-label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-checkbox-label-line-height:var(--plasma-typo-body-s-line-height);}
|
|
16
|
+
.Checkbox_config_i1wugf_m527yke__461080bc{--plasma-checkbox-margin:0rem;--plasma-checkbox-trigger-border-radius:var(--border-radius-xs);--plasma-checkbox-trigger-border-width:0.125rem;--plasma-checkbox-content-top-offset:0.0625rem;--plasma-checkbox-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-checkbox-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-checkbox-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-checkbox-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-checkbox-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-checkbox-label-line-height:var(--plasma-typo-body-m-line-height);--plasma-checkbox-trigger-padding:0.125rem;--plasma-checkbox-content-left-offset:0.75rem;--plasma-checkbox-trigger-size:1.25rem;--plasma-checkbox-description-margin-top:0.125rem;--plasma-checkbox-description-font-family:var(--plasma-typo-body-s-font-family);--plasma-checkbox-description-font-size:var(--plasma-typo-body-s-font-size);--plasma-checkbox-description-font-style:var(--plasma-typo-body-s-font-style);--plasma-checkbox-description-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-checkbox-description-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-checkbox-description-line-height:var(--plasma-typo-body-s-line-height);}
|
|
17
|
+
.Checkbox_config_i1wugf_i14xqe1f__461080bc{--plasma-checkbox-focus-color:var(--text-accent);--plasma-checkbox-disabled-opacity:0.4;}
|
|
18
|
+
|
|
19
|
+
.Counter_config_ijx2rj_s1cwt38k__06ffe21b{--plasma-counter-height:1.25rem;--plasma-counter-padding:0.375rem;--plasma-counter-border-radius:var(--border-radius-l);--plasma-counter-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-counter-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-counter-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-counter-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-counter-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-counter-lineheight:var(--plasma-typo-body-xxs-line-height);}
|
|
20
|
+
.Counter_config_ijx2rj_lnq0de9__06ffe21b{--plasma-counter-padding:0.625rem;--plasma-counter-font-family:var(--plasma-typo-body-s-font-family);--plasma-counter-font-size:var(--plasma-typo-body-s-font-size);--plasma-counter-font-style:var(--plasma-typo-body-s-font-style);--plasma-counter-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-counter-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-counter-lineheight:var(--plasma-typo-body-s-line-height);--plasma-counter-border-radius:var(--border-radius-l);--plasma-counter-height:1.75rem;}
|
|
21
|
+
.Counter_config_ijx2rj_xamolvn__06ffe21b{--plasma-counter-padding:0.25rem;--plasma-counter-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-counter-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-counter-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-counter-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-counter-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-counter-lineheight:var(--plasma-typo-body-xxs-line-height);--plasma-counter-height:1rem;--plasma-counter-border-radius:var(--border-radius-l);}
|
|
22
|
+
.Counter_config_ijx2rj_mq1cssq__06ffe21b{--plasma-counter-font-family:var(--plasma-typo-body-xs-font-family);--plasma-counter-font-size:var(--plasma-typo-body-xs-font-size);--plasma-counter-font-style:var(--plasma-typo-body-xs-font-style);--plasma-counter-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-counter-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-counter-lineheight:var(--plasma-typo-body-xs-line-height);--plasma-counter-height:1.5rem;--plasma-counter-border-radius:var(--border-radius-l);--plasma-counter-padding:0.5rem;}
|
|
23
|
+
.Counter_config_ijx2rj_xahvg1k__06ffe21b{--plasma-counter-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-counter-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-counter-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-counter-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-counter-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-counter-lineheight:var(--plasma-typo-body-xxs-line-height);--plasma-counter-border-radius:var(--border-radius-l);--plasma-counter-padding:0.125rem;--plasma-counter-height:0.75rem;}
|
|
24
|
+
.Counter_config_ijx2rj_a1jgng4t__06ffe21b{--plasma-counter-background:var(--surface-accent);--plasma-counter-color:var(--on-dark-text-primary);}
|
|
25
|
+
.Counter_config_ijx2rj_w1729vhu__06ffe21b{--plasma-counter-color:var(--on-dark-text-primary);--plasma-counter-background:var(--surface-warning);}
|
|
26
|
+
.Counter_config_ijx2rj_p12m2xn1__06ffe21b{--plasma-counter-color:var(--on-dark-text-primary);--plasma-counter-background:var(--surface-positive);}
|
|
27
|
+
.Counter_config_ijx2rj_nc04srh__06ffe21b{--plasma-counter-color:var(--on-dark-text-primary);--plasma-counter-background:var(--surface-negative);}
|
|
28
|
+
.Counter_config_ijx2rj_dxcnqax__06ffe21b{--plasma-counter-background:var(--surface-solid-default);--plasma-counter-color:var(--inverse-text-primary);}
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
.IconButton_config_21llfv_d18ihzhr__2e816a67{--plasma-icon-button-color:var(--inverse-text-primary);--plasma-icon-button-color-active:var(--inverse-text-primary-active);--plasma-icon-button-color-hover:var(--inverse-text-primary-hover);--plasma-icon-button-loading-background-color:var(--inverse-text-primary);--plasma-icon-button-spinner-color:var(--inverse-text-primary);--plasma-icon-button-background-color:var(--surface-solid-default);--plasma-icon-button-background-color-active:var(--surface-solid-default-active);--plasma-icon-button-background-color-hover:var(--surface-solid-default-hover);}
|
|
32
|
+
.IconButton_config_21llfv_ssnn66s__2e816a67{--plasma-icon-button-spinner-color:var(--text-primary);--plasma-icon-button-background-color:var(--surface-transparent-secondary);--plasma-icon-button-background-color-hover:var(--surface-transparent-secondary-hover);--plasma-icon-button-background-color-active:var(--surface-transparent-secondary-active);--plasma-icon-button-color:var(--text-primary);--plasma-icon-button-color-active:var(--text-primary-active);--plasma-icon-button-color-hover:var(--text-primary-hover);--plasma-icon-button-loading-background-color:var(--text-primary);}
|
|
33
|
+
.IconButton_config_21llfv_axdpxpi__2e816a67{--plasma-icon-button-background-color:var(--surface-accent);--plasma-icon-button-background-color-active:var(--surface-accent-active);--plasma-icon-button-background-color-hover:var(--surface-accent-hover);--plasma-icon-button-color:var(--on-dark-text-primary);--plasma-icon-button-color-hover:var(--on-dark-text-primary-hover);--plasma-icon-button-color-active:var(--on-dark-text-primary-active);--plasma-icon-button-loading-background-color:var(--on-dark-text-primary);--plasma-icon-button-spinner-color:var(--on-dark-text-primary);}
|
|
34
|
+
.IconButton_config_21llfv_x1gkv8om__2e816a67{--plasma-icon-button-height:4rem;--plasma-icon-button-width:4rem;--plasma-icon-button-padding:1.25rem;--plasma-icon-button-spinner-size:1.5rem;--plasma-icon-button-radius:var(--border-radius-l);}
|
|
35
|
+
.IconButton_config_21llfv_lvlui54__2e816a67{--plasma-icon-button-padding:1rem;--plasma-icon-button-spinner-size:1.375rem;--plasma-icon-button-radius:var(--border-radius-l);--plasma-icon-button-height:3.5rem;--plasma-icon-button-width:3.5rem;}
|
|
36
|
+
.IconButton_config_21llfv_m1h4he2a__2e816a67{--plasma-icon-button-padding:0.75rem;--plasma-icon-button-height:3rem;--plasma-icon-button-width:3rem;--plasma-icon-button-spinner-size:1.375rem;--plasma-icon-button-radius:var(--border-radius-m);}
|
|
37
|
+
|
|
38
|
+
.IconButton_config_21llfv_p11wn1rp__2e816a67{--plasma-icon-button-radius:var(--border-radius-circle);}
|
|
39
|
+
.IconButton_config_21llfv_i1b6yic8__2e816a67{--plasma-icon-button-focus-color:var(--text-accent);--plasma-icon-button-disabled-opacity:0.4;}
|
|
40
|
+
|
|
41
|
+
.Link_config_p3x5fy_a1ewrnir__2b023680{--plasma-link-color:var(--text-accent);--plasma-link-color-active:var(--text-accent-active);--plasma-link-color-hover:var(--text-accent-hover);--plasma-link-color-visited:var(--text-accent-minor);--plasma-link-color-visited-active:var(--text-accent-minor-active);--plasma-link-color-visited-hover:var(--text-accent-minor-hover);--plasma-link-underline-border:0rem;}
|
|
42
|
+
.Link_config_p3x5fy_d3rov2m__2b023680{--plasma-link-color:var(--text-primary);--plasma-link-color-hover:var(--text-primary-hover);--plasma-link-color-active:var(--text-primary-active);--plasma-link-color-visited:var(--text-secondary);--plasma-link-color-visited-hover:var(--text-secondary-hover);--plasma-link-color-visited-active:var(--text-secondary-active);--plasma-link-underline-border:0rem;}
|
|
43
|
+
.Link_config_p3x5fy_ccdqaii__2b023680{--plasma-link-color:inherit;--plasma-link-color-visited:inherit;--plasma-link-underline-border:0.0625rem;}
|
|
44
|
+
.Link_config_p3x5fy_s1tgj4zq__2b023680{--plasma-link-color:var(--text-secondary);--plasma-link-color-active:var(--text-secondary-active);--plasma-link-color-hover:var(--text-secondary-hover);--plasma-link-color-visited:var(--text-tertiary);--plasma-link-color-visited-active:var(--text-tertiary-active);--plasma-link-color-visited-hover:var(--text-tertiary-hover);--plasma-link-underline-border:0rem;}
|
|
45
|
+
.Link_config_p3x5fy_m19c6umx__2b023680{--plasma-link-font-family:var(--plasma-typo-body-m-font-family);--plasma-link-font-size:var(--plasma-typo-body-m-font-size);--plasma-link-font-style:var(--plasma-typo-body-m-font-style);--plasma-link-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-link-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-link-line-height:var(--plasma-typo-body-m-line-height);}
|
|
46
|
+
.Link_config_p3x5fy_lc7vji9__2b023680{--plasma-link-font-family:var(--plasma-typo-body-l-font-family);--plasma-link-font-size:var(--plasma-typo-body-l-font-size);--plasma-link-font-style:var(--plasma-typo-body-l-font-style);--plasma-link-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-link-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-link-line-height:var(--plasma-typo-body-l-line-height);}
|
|
47
|
+
.Link_config_p3x5fy_s1fhq56f__2b023680{--plasma-link-font-family:var(--plasma-typo-body-s-font-family);--plasma-link-font-size:var(--plasma-typo-body-s-font-size);--plasma-link-font-style:var(--plasma-typo-body-s-font-style);--plasma-link-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-link-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-link-line-height:var(--plasma-typo-body-s-line-height);}
|
|
48
|
+
.Link_config_p3x5fy_i111atg8__2b023680{--plasma-link-color-focus:var(--text-accent);--plasma-link-disabled-opacity:0.4;}
|
|
49
|
+
|
|
50
|
+
.Radiobox_config_1ok209z_a73zzyg__9f64ea6a{--plasma-radiobox-fill-color:var(--text-accent);--plasma-radiobox-description-color:var(--text-secondary);--plasma-radiobox-trigger-border-color:var(--text-secondary);--plasma-radiobox-ellipse-color:var(--on-dark-text-primary);--plasma-radiobox-trigger-background-color:transparent;--plasma-radiobox-label-color:var(--text-primary);--plasma-radiobox-trigger-border-checked-color:transparent;}
|
|
51
|
+
.Radiobox_config_1ok209z_n4ly3co__9f64ea6a{--plasma-radiobox-ellipse-color:var(--on-dark-text-primary);--plasma-radiobox-trigger-background-color:transparent;--plasma-radiobox-label-color:var(--text-primary);--plasma-radiobox-trigger-border-checked-color:transparent;--plasma-radiobox-fill-color:var(--text-negative);--plasma-radiobox-description-color:var(--text-secondary);--plasma-radiobox-trigger-border-color:var(--text-negative);}
|
|
52
|
+
.Radiobox_config_1ok209z_m1tfsl8x__9f64ea6a{--plasma-radiobox-trigger-padding:0.0625rem;--plasma-radiobox-content-left-offset:0.75rem;--plasma-radiobox-trigger-size:1.375rem;--plasma-radiobox-ellipse-size:0.625rem;--plasma-radiobox-description-margin-top:0.125rem;--plasma-radiobox-description-font-family:var(--plasma-typo-body-s-font-family);--plasma-radiobox-description-font-size:var(--plasma-typo-body-s-font-size);--plasma-radiobox-description-font-style:var(--plasma-typo-body-s-font-style);--plasma-radiobox-description-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-radiobox-description-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-radiobox-description-line-height:var(--plasma-typo-body-s-line-height);--plasma-radiobox-margin:0rem;--plasma-radiobox-trigger-border-radius:var(--border-radius-xl);--plasma-radiobox-trigger-border-width:0.125rem;--plasma-radiobox-content-top-offset:0.0625rem;--plasma-radiobox-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-radiobox-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-radiobox-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-radiobox-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-radiobox-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-radiobox-label-line-height:var(--plasma-typo-body-m-line-height);}
|
|
53
|
+
.Radiobox_config_1ok209z_l1ozwyr6__9f64ea6a{--plasma-radiobox-margin:0rem;--plasma-radiobox-trigger-border-radius:var(--border-radius-xl);--plasma-radiobox-trigger-border-width:0.125rem;--plasma-radiobox-content-top-offset:0.0625rem;--plasma-radiobox-label-font-family:var(--plasma-typo-body-l-font-family);--plasma-radiobox-label-font-size:var(--plasma-typo-body-l-font-size);--plasma-radiobox-label-font-style:var(--plasma-typo-body-l-font-style);--plasma-radiobox-label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-radiobox-label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-radiobox-label-line-height:var(--plasma-typo-body-l-line-height);--plasma-radiobox-trigger-padding:0.0625rem;--plasma-radiobox-content-left-offset:0.75rem;--plasma-radiobox-trigger-size:1.375rem;--plasma-radiobox-ellipse-size:0.625rem;--plasma-radiobox-description-margin-top:0.125rem;--plasma-radiobox-description-font-family:var(--plasma-typo-body-m-font-family);--plasma-radiobox-description-font-size:var(--plasma-typo-body-m-font-size);--plasma-radiobox-description-font-style:var(--plasma-typo-body-m-font-style);--plasma-radiobox-description-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-radiobox-description-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-radiobox-description-line-height:var(--plasma-typo-body-m-line-height);}
|
|
54
|
+
.Radiobox_config_1ok209z_s14hc9vg__9f64ea6a{--plasma-radiobox-trigger-size:1rem;--plasma-radiobox-ellipse-size:0.5rem;--plasma-radiobox-description-margin-top:0.125rem;--plasma-radiobox-description-font-family:var(--plasma-typo-body-xs-font-family);--plasma-radiobox-description-font-size:var(--plasma-typo-body-xs-font-size);--plasma-radiobox-description-font-style:var(--plasma-typo-body-xs-font-style);--plasma-radiobox-description-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-radiobox-description-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-radiobox-description-line-height:var(--plasma-typo-body-xs-line-height);--plasma-radiobox-margin:0rem;--plasma-radiobox-trigger-border-radius:var(--border-radius-xl);--plasma-radiobox-trigger-border-width:0.0625rem;--plasma-radiobox-content-top-offset:0rem;--plasma-radiobox-label-font-family:var(--plasma-typo-body-s-font-family);--plasma-radiobox-label-font-size:var(--plasma-typo-body-s-font-size);--plasma-radiobox-label-font-style:var(--plasma-typo-body-s-font-style);--plasma-radiobox-label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-radiobox-label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-radiobox-label-line-height:var(--plasma-typo-body-s-line-height);--plasma-radiobox-trigger-padding:0.0625rem;--plasma-radiobox-content-left-offset:0.5rem;}
|
|
55
|
+
.Radiobox_config_1ok209z_idvkjxv__9f64ea6a{--plasma-radiobox-disabled-opacity:0.4;--plasma-radiobox-focus-color:var(--text-accent);}
|
package/es/index.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { test1750__dark } from './theme/themes/test1750__dark.js';
|
|
2
|
+
export { test1750__light } from './theme/themes/test1750__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, inverseOutlineReadOnly, inverseOutlineReadOnlyActive, inverseOutlineReadOnlyHover, 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, inverseSurfaceReadOnly, inverseSurfaceReadOnlyActive, inverseSurfaceReadOnlyHover, 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, onDarkOutlineReadOnly, onDarkOutlineReadOnlyActive, onDarkOutlineReadOnlyHover, 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, onDarkSurfaceReadOnly, onDarkSurfaceReadOnlyActive, onDarkSurfaceReadOnlyHover, 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, onLightOutlineReadOnly, onLightOutlineReadOnlyActive, onLightOutlineReadOnlyHover, 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, onLightSurfaceReadOnly, onLightSurfaceReadOnlyActive, onLightSurfaceReadOnlyHover, 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, outlineReadOnly, outlineReadOnlyActive, outlineReadOnlyHover, 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, surfaceReadOnly, surfaceReadOnlyActive, surfaceReadOnlyHover, 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, textAccent, textAccentActive, textAccentHover, textAccentMinor, textAccentMinorActive, textAccentMinorHover, textInfo, textInfoActive, textInfoHover, textInfoMinor, textInfoMinorActive, textInfoMinorHover, textL, textLBold, textLMedium, textM, textMBold, textMMedium, textNegative, textNegativeActive, textNegativeHover, textNegativeMinor, textNegativeMinorActive, textNegativeMinorHover, 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 { Counter } from './components/Counter/Counter.js';
|
|
7
|
+
export { IconButton } from './components/IconButton/IconButton.js';
|
|
8
|
+
export { Link } from './components/Link/Link.js';
|
|
9
|
+
export { Radiobox } from './components/Radiobox/Radiobox.js';
|
|
10
|
+
//# 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 test1750__dark = ["\n:root {\n --dark-background-primary: #07080B;\n --background-primary: #07080B;\n --inverse-background-primary: #F7F8FB;\n --light-background-primary: #F7F8FB;\n --data-yellow: #F3A912;\n --data-yellow-active: #EDA20CFF;\n --data-yellow-hover: #F4B22FFF;\n --data-yellow-minor: #A16B00;\n --data-yellow-minor-active: #996600FF;\n --data-yellow-minor-hover: #B87A00FF;\n --data-yellow-transparent: #F3A9128F;\n --data-yellow-transparent-active: #F3A81280;\n --data-yellow-transparent-hover: #F3A812AD;\n --inverse-data-yellow: #F3A912;\n --inverse-data-yellow-active: #E49C0CFF;\n --inverse-data-yellow-hover: #F5B638FF;\n --inverse-data-yellow-minor: #FFD37A;\n --inverse-data-yellow-minor-active: #FFCC66FF;\n --inverse-data-yellow-minor-hover: #FFCF70FF;\n --inverse-data-yellow-transparent: #F3A9128F;\n --inverse-data-yellow-transparent-active: #F3A812A3;\n --inverse-data-yellow-transparent-hover: #F3A8129E;\n --on-dark-data-yellow: #F3A912;\n --on-dark-data-yellow-active: #EDA20CFF;\n --on-dark-data-yellow-hover: #F4B22FFF;\n --on-dark-data-yellow-minor: #A16B00;\n --on-dark-data-yellow-minor-active: #996600FF;\n --on-dark-data-yellow-minor-hover: #B87A00FF;\n --on-dark-data-yellow-transparent: #F3A9128F;\n --on-dark-data-yellow-transparent-active: #F3A81280;\n --on-dark-data-yellow-transparent-hover: #F3A812AD;\n --on-light-data-yellow: #F3A912;\n --on-light-data-yellow-active: #E49C0CFF;\n --on-light-data-yellow-hover: #F5B638FF;\n --on-light-data-yellow-minor: #FFD37A;\n --on-light-data-yellow-minor-active: #FFCC66FF;\n --on-light-data-yellow-minor-hover: #FFCF70FF;\n --on-light-data-yellow-transparent: #F3A9128F;\n --on-light-data-yellow-transparent-active: #F3A812A3;\n --on-light-data-yellow-transparent-hover: #F3A8129E;\n --outline-accent: #0D8523;\n --outline-accent-active: #0B741FFF;\n --outline-accent-hover: #13BE32FF;\n --outline-accent-minor: #095C18;\n --outline-accent-minor-active: #074A14FF;\n --outline-accent-minor-hover: #0F9527FF;\n --outline-clear: #FFFFFF00;\n --outline-clear-active: #FFFFFF00;\n --outline-clear-hover: #FFFFFF00;\n --outline-info: #0C72B6;\n --outline-info-active: #0A66A3FF;\n --outline-info-hover: #0F96F0FF;\n --outline-info-minor: #0D5382;\n --outline-info-minor-active: #0B476FFF;\n --outline-info-minor-hover: #1277BAFF;\n --outline-negative: #E31227;\n --outline-negative-active: #C61022FF;\n --outline-negative-hover: #F36876FF;\n --outline-negative-minor: #9C1422;\n --outline-negative-minor-active: #8C121EFF;\n --outline-negative-minor-hover: #D41C2EFF;\n --outline-positive: #0D8523;\n --outline-positive-active: #0B741FFF;\n --outline-positive-hover: #13BE32FF;\n --outline-positive-minor: #095C18;\n --outline-positive-minor-active: #074A14FF;\n --outline-positive-minor-hover: #0F9527FF;\n --outline-read-only: #F7F8FB1F;\n --outline-read-only-active: #F8F9FC12;\n --outline-read-only-hover: #F8F9FC4D;\n --outline-solid-default: #F7F8FB;\n --outline-solid-default-active: #B4BED9FF;\n --outline-solid-default-hover: #C2CAE0FF;\n --outline-solid-primary: #25262D;\n --outline-solid-primary-active: #17181CFF;\n --outline-solid-primary-hover: #4E505FFF;\n --outline-solid-secondary: #4B4C58;\n --outline-solid-secondary-active: #34343DFF;\n --outline-solid-secondary-hover: #A7A8B4FF;\n --outline-solid-tertiary: #828592;\n --outline-solid-tertiary-active: #51535DFF;\n --outline-solid-tertiary-hover: #FFFFFFFF;\n --outline-transparent-accent: #0D852347;\n --outline-transparent-accent-active: #0D87242B;\n --outline-transparent-accent-hover: #0D8724B3;\n --outline-transparent-info: #0C72B6FF;\n --outline-transparent-info-active: #0A66A3FF;\n --outline-transparent-info-hover: #0F96F0FF;\n --outline-transparent-negative: #E31227FF;\n --outline-transparent-negative-active: #C61022FF;\n --outline-transparent-negative-hover: #F36876FF;\n --outline-transparent-positive: #0D8523FF;\n --outline-transparent-positive-active: #0B741FFF;\n --outline-transparent-positive-hover: #13BE32FF;\n --outline-transparent-primary: #F7F8FB1F;\n --outline-transparent-primary-active: #F8F9FC12;\n --outline-transparent-primary-hover: #F8F9FC4D;\n --outline-transparent-secondary: #F7F8FB47;\n --outline-transparent-secondary-active: #F8F9FC2B;\n --outline-transparent-secondary-hover: #F8F9FCB3;\n --outline-transparent-tertiary: #F7F8FB8F;\n --outline-transparent-tertiary-active: #F8F9FC47;\n --outline-transparent-tertiary-hover: #F8F9FCFF;\n --outline-transparent-warning: #D14D00FF;\n --outline-transparent-warning-active: #B34100FF;\n --outline-transparent-warning-hover: #FF8138FF;\n --outline-warning: #D14D00;\n --outline-warning-active: #B34100FF;\n --outline-warning-hover: #FF8138FF;\n --outline-warning-minor: #85380C;\n --outline-warning-minor-active: #70300AFF;\n --outline-warning-minor-hover: #BB4F11FF;\n --inverse-outline-accent: #095C18;\n --inverse-outline-accent-active: #074A14FF;\n --inverse-outline-accent-hover: #0F9527FF;\n --inverse-outline-accent-minor: #28D247;\n --inverse-outline-accent-minor-active: #23B83EFF;\n --inverse-outline-accent-minor-hover: #7AE68EFF;\n --inverse-outline-clear: #FFFFFF00;\n --inverse-outline-clear-active: #FFFFFF00;\n --inverse-outline-clear-hover: #FFFFFF00;\n --inverse-outline-info: #0D5382;\n --inverse-outline-info-active: #093B5DFF;\n --inverse-outline-info-hover: #137DC3FF;\n --inverse-outline-info-minor: #52BAFF;\n --inverse-outline-info-minor-active: #29A9FFFF;\n --inverse-outline-info-minor-hover: #A3DAFFFF;\n --inverse-outline-negative: #9C1422;\n --inverse-outline-negative-active: #8C121EFF;\n --inverse-outline-negative-hover: #DD1D30FF;\n --inverse-outline-negative-minor: #FF8F9A;\n --inverse-outline-negative-minor-active: #FF6675FF;\n --inverse-outline-negative-minor-hover: #FFB8BFFF;\n --inverse-outline-positive: #095C18;\n --inverse-outline-positive-active: #074A14FF;\n --inverse-outline-positive-hover: #0F9527FF;\n --inverse-outline-positive-minor: #28D247;\n --inverse-outline-positive-minor-active: #23B83EFF;\n --inverse-outline-positive-minor-hover: #7AE68EFF;\n --inverse-outline-read-only: #F7F8FB03;\n --inverse-outline-read-only-active: #F8F9FC1C;\n --inverse-outline-read-only-hover: #F8F9FC36;\n --inverse-outline-solid-default: #07080B;\n --inverse-outline-solid-default-active: #08090CFF;\n --inverse-outline-solid-default-hover: #838EAFFF;\n --inverse-outline-solid-primary: #D8DCE8;\n --inverse-outline-solid-primary-active: #B8C0D5FF;\n --inverse-outline-solid-primary-hover: #C5CBDDFF;\n --inverse-outline-solid-secondary: #AEB2C2;\n --inverse-outline-solid-secondary-active: #858BA3FF;\n --inverse-outline-solid-secondary-hover: #DCDEE5FF;\n --inverse-outline-solid-tertiary: #6C707F;\n --inverse-outline-solid-tertiary-active: #595D69FF;\n --inverse-outline-solid-tertiary-hover: #A1A4AFFF;\n --inverse-outline-transparent-accent: #095C1833;\n --inverse-outline-transparent-accent-active: #095D1952;\n --inverse-outline-transparent-accent-hover: #095D191F;\n --inverse-outline-transparent-info: #0D5382FF;\n --inverse-outline-transparent-info-active: #093B5DFF;\n --inverse-outline-transparent-info-hover: #137DC3FF;\n --inverse-outline-transparent-negative: #9C1422FF;\n --inverse-outline-transparent-negative-active: #8C121EFF;\n --inverse-outline-transparent-negative-hover: #DD1D30FF;\n --inverse-outline-transparent-positive: #095C18FF;\n --inverse-outline-transparent-positive-active: #074A14FF;\n --inverse-outline-transparent-positive-hover: #0F9527FF;\n --inverse-outline-transparent-primary: #07080B1F;\n --inverse-outline-transparent-primary-active: #08090C38;\n --inverse-outline-transparent-primary-hover: #08090C52;\n --inverse-outline-transparent-secondary: #07080B47;\n --inverse-outline-transparent-secondary-active: #08090C72;\n --inverse-outline-transparent-secondary-hover: #08090C2B;\n --inverse-outline-transparent-tertiary: #07080B8F;\n --inverse-outline-transparent-tertiary-active: #08090CFF;\n --inverse-outline-transparent-tertiary-hover: #08090C47;\n --inverse-outline-transparent-warning: #85380CFF;\n --inverse-outline-transparent-warning-active: #5D2809FF;\n --inverse-outline-transparent-warning-hover: #B14B10FF;\n --inverse-outline-warning: #85380C;\n --inverse-outline-warning-active: #5D2809FF;\n --inverse-outline-warning-hover: #B14B10FF;\n --inverse-outline-warning-minor: #FD9C68;\n --inverse-outline-warning-minor-active: #FC8240FF;\n --inverse-outline-warning-minor-hover: #FDB790FF;\n --on-dark-outline-accent: #0D8523;\n --on-dark-outline-accent-active: #0B741FFF;\n --on-dark-outline-accent-hover: #13BE32FF;\n --on-dark-outline-accent-minor: #095C18;\n --on-dark-outline-accent-minor-active: #074A14FF;\n --on-dark-outline-accent-minor-hover: #0F9527FF;\n --on-dark-outline-clear: #FFFFFF00;\n --on-dark-outline-clear-active: #FFFFFF00;\n --on-dark-outline-clear-hover: #FFFFFF00;\n --on-dark-outline-info: #0C72B6;\n --on-dark-outline-info-active: #0A66A3FF;\n --on-dark-outline-info-hover: #0F96F0FF;\n --on-dark-outline-info-minor: #0D5382;\n --on-dark-outline-info-minor-active: #0B476FFF;\n --on-dark-outline-info-minor-hover: #1277BAFF;\n --on-dark-outline-negative: #E31227;\n --on-dark-outline-negative-active: #C61022FF;\n --on-dark-outline-negative-hover: #F36876FF;\n --on-dark-outline-negative-minor: #9C1422;\n --on-dark-outline-negative-minor-active: #8C121EFF;\n --on-dark-outline-negative-minor-hover: #D41C2EFF;\n --on-dark-outline-positive: #0D8523;\n --on-dark-outline-positive-active: #0B741FFF;\n --on-dark-outline-positive-hover: #13BE32FF;\n --on-dark-outline-positive-minor: #095C18;\n --on-dark-outline-positive-minor-active: #074A14FF;\n --on-dark-outline-positive-minor-hover: #0F9527FF;\n --on-dark-outline-read-only: #F7F8FB1F;\n --on-dark-outline-read-only-active: #F8F9FC12;\n --on-dark-outline-read-only-hover: #F8F9FC4D;\n --on-dark-outline-solid-default: #F7F8FB;\n --on-dark-outline-solid-default-active: #B4BED9FF;\n --on-dark-outline-solid-default-hover: #C2CAE0FF;\n --on-dark-outline-solid-primary: #25262D;\n --on-dark-outline-solid-primary-active: #17181CFF;\n --on-dark-outline-solid-primary-hover: #4E505FFF;\n --on-dark-outline-solid-secondary: #4B4C58;\n --on-dark-outline-solid-secondary-active: #34343DFF;\n --on-dark-outline-solid-secondary-hover: #A7A8B4FF;\n --on-dark-outline-solid-tertiary: #828592;\n --on-dark-outline-solid-tertiary-active: #51535DFF;\n --on-dark-outline-solid-tertiary-hover: #FFFFFFFF;\n --on-dark-outline-transparent-accent: #0D852347;\n --on-dark-outline-transparent-accent-active: #0D87242B;\n --on-dark-outline-transparent-accent-hover: #0D8724B3;\n --on-dark-outline-transparent-info: #0C72B6FF;\n --on-dark-outline-transparent-info-active: #0A66A3FF;\n --on-dark-outline-transparent-info-hover: #0F96F0FF;\n --on-dark-outline-transparent-negative: #E31227FF;\n --on-dark-outline-transparent-negative-active: #C61022FF;\n --on-dark-outline-transparent-negative-hover: #F36876FF;\n --on-dark-outline-transparent-positive: #0D8523FF;\n --on-dark-outline-transparent-positive-active: #0B741FFF;\n --on-dark-outline-transparent-positive-hover: #13BE32FF;\n --on-dark-outline-transparent-primary: #F7F8FB1F;\n --on-dark-outline-transparent-primary-active: #F8F9FC12;\n --on-dark-outline-transparent-primary-hover: #F8F9FC4D;\n --on-dark-outline-transparent-secondary: #F7F8FB47;\n --on-dark-outline-transparent-secondary-active: #F8F9FC2B;\n --on-dark-outline-transparent-secondary-hover: #F8F9FCB3;\n --on-dark-outline-transparent-tertiary: #F7F8FB8F;\n --on-dark-outline-transparent-tertiary-active: #F8F9FC47;\n --on-dark-outline-transparent-tertiary-hover: #F8F9FCFF;\n --on-dark-outline-transparent-warning: #D14D00FF;\n --on-dark-outline-transparent-warning-active: #B34100FF;\n --on-dark-outline-transparent-warning-hover: #FF8138FF;\n --on-dark-outline-warning: #D14D00;\n --on-dark-outline-warning-active: #B34100FF;\n --on-dark-outline-warning-hover: #FF8138FF;\n --on-dark-outline-warning-minor: #85380C;\n --on-dark-outline-warning-minor-active: #70300AFF;\n --on-dark-outline-warning-minor-hover: #BB4F11FF;\n --on-light-outline-accent: #095C18;\n --on-light-outline-accent-active: #074A14FF;\n --on-light-outline-accent-hover: #0F9527FF;\n --on-light-outline-accent-minor: #28D247;\n --on-light-outline-accent-minor-active: #23B83EFF;\n --on-light-outline-accent-minor-hover: #7AE68EFF;\n --on-light-outline-clear: #FFFFFF00;\n --on-light-outline-clear-active: #FFFFFF00;\n --on-light-outline-clear-hover: #FFFFFF00;\n --on-light-outline-info: #0D5382;\n --on-light-outline-info-active: #093B5DFF;\n --on-light-outline-info-hover: #137DC3FF;\n --on-light-outline-info-minor: #52BAFF;\n --on-light-outline-info-minor-active: #29A9FFFF;\n --on-light-outline-info-minor-hover: #A3DAFFFF;\n --on-light-outline-negative: #9C1422;\n --on-light-outline-negative-active: #8C121EFF;\n --on-light-outline-negative-hover: #DD1D30FF;\n --on-light-outline-negative-minor: #FF8F9A;\n --on-light-outline-negative-minor-active: #FF6675FF;\n --on-light-outline-negative-minor-hover: #FFB8BFFF;\n --on-light-outline-positive: #095C18;\n --on-light-outline-positive-active: #074A14FF;\n --on-light-outline-positive-hover: #0F9527FF;\n --on-light-outline-positive-minor: #28D247;\n --on-light-outline-positive-minor-active: #23B83EFF;\n --on-light-outline-positive-minor-hover: #7AE68EFF;\n --on-light-outline-read-only: #F7F8FB03;\n --on-light-outline-read-only-active: #F8F9FC1C;\n --on-light-outline-read-only-hover: #F8F9FC36;\n --on-light-outline-solid-default: #07080B;\n --on-light-outline-solid-default-active: #08090CFF;\n --on-light-outline-solid-default-hover: #838EAFFF;\n --on-light-outline-solid-primary: #D8DCE8;\n --on-light-outline-solid-primary-active: #B8C0D5FF;\n --on-light-outline-solid-primary-hover: #C5CBDDFF;\n --on-light-outline-solid-secondary: #AEB2C2;\n --on-light-outline-solid-secondary-active: #858BA3FF;\n --on-light-outline-solid-secondary-hover: #DCDEE5FF;\n --on-light-outline-solid-tertiary: #6C707F;\n --on-light-outline-solid-tertiary-active: #595D69FF;\n --on-light-outline-solid-tertiary-hover: #A1A4AFFF;\n --on-light-outline-transparent-accent: #095C1833;\n --on-light-outline-transparent-accent-active: #095D1952;\n --on-light-outline-transparent-accent-hover: #095D191F;\n --on-light-outline-transparent-info: #0D5382FF;\n --on-light-outline-transparent-info-active: #093B5DFF;\n --on-light-outline-transparent-info-hover: #137DC3FF;\n --on-light-outline-transparent-negative: #9C1422FF;\n --on-light-outline-transparent-negative-active: #8C121EFF;\n --on-light-outline-transparent-negative-hover: #DD1D30FF;\n --on-light-outline-transparent-positive: #095C18FF;\n --on-light-outline-transparent-positive-active: #074A14FF;\n --on-light-outline-transparent-positive-hover: #0F9527FF;\n --on-light-outline-transparent-primary: #07080B1F;\n --on-light-outline-transparent-primary-active: #08090C38;\n --on-light-outline-transparent-primary-hover: #08090C52;\n --on-light-outline-transparent-secondary: #07080B47;\n --on-light-outline-transparent-secondary-active: #08090C72;\n --on-light-outline-transparent-secondary-hover: #08090C2B;\n --on-light-outline-transparent-tertiary: #07080B8F;\n --on-light-outline-transparent-tertiary-active: #08090CFF;\n --on-light-outline-transparent-tertiary-hover: #08090C47;\n --on-light-outline-transparent-warning: #85380CFF;\n --on-light-outline-transparent-warning-active: #5D2809FF;\n --on-light-outline-transparent-warning-hover: #B14B10FF;\n --on-light-outline-warning: #85380C;\n --on-light-outline-warning-active: #5D2809FF;\n --on-light-outline-warning-hover: #B14B10FF;\n --on-light-outline-warning-minor: #FD9C68;\n --on-light-outline-warning-minor-active: #FC8240FF;\n --on-light-outline-warning-minor-hover: #FDB790FF;\n --overlay-blur: #07080B47;\n --overlay-hard: #07080BF5;\n --overlay-soft: #07080B8F;\n --inverse-overlay-blur: #F7F8FB47;\n --inverse-overlay-hard: #F7F8FBF5;\n --inverse-overlay-soft: #F7F8FB8F;\n --on-dark-overlay-blur: #07080B47;\n --on-dark-overlay-hard: #07080BF5;\n --on-dark-overlay-soft: #07080B8F;\n --on-light-overlay-blur: #F7F8FB47;\n --on-light-overlay-hard: #F7F8FBF5;\n --on-light-overlay-soft: #F7F8FB8F;\n --surface-accent: #071F0C;\n --surface-accent-active: #051508FF;\n --surface-accent-hover: #08250FFF;\n --surface-accent-minor: #0A2B10;\n --surface-accent-minor-active: #08210CFF;\n --surface-accent-minor-hover: #0E3A16FF;\n --surface-clear: #FFFFFF00;\n --surface-clear-active: #FFFFFF00;\n --surface-clear-hover: #FFFFFF00;\n --surface-info: #0A1924;\n --surface-info-active: #08141CFF;\n --surface-info-hover: #0C1F2CFF;\n --surface-info-minor: #0C283B;\n --surface-info-minor-active: #0A2333FF;\n --surface-info-minor-hover: #10344CFF;\n --surface-negative: #2E090D;\n --surface-negative-active: #26080BFF;\n --surface-negative-hover: #400D12FF;\n --surface-negative-minor: #4A0D13;\n --surface-negative-minor-active: #410B11FF;\n --surface-negative-minor-hover: #5B1018FF;\n --surface-positive: #071F0C;\n --surface-positive-active: #051508FF;\n --surface-positive-hover: #08250FFF;\n --surface-positive-minor: #0A2B10;\n --surface-positive-minor-active: #08210CFF;\n --surface-positive-minor-hover: #0E3A16FF;\n --surface-read-only: #F7F8FB05;\n --surface-read-only-active: #F8F9FC00;\n --surface-read-only-hover: #F8F9FC0F;\n --surface-solid-card: #16181D;\n --surface-solid-card-active: #121317FF;\n --surface-solid-card-brightness: #23262FFF;\n --surface-solid-card-hover: #1F2229FF;\n --surface-solid-default: #F7F8FB;\n --surface-solid-default-active: #F1F3F8FF;\n --surface-solid-default-hover: #FFFFFFFF;\n --surface-solid-primary: #16181D;\n --surface-solid-primary-active: #121317FF;\n --surface-solid-primary-brightness: #23262FFF;\n --surface-solid-primary-hover: #1F2229FF;\n --surface-solid-secondary: #25262D;\n --surface-solid-secondary-active: #202127FF;\n --surface-solid-secondary-hover: #2E2F38FF;\n --surface-solid-tertiary: #32353E;\n --surface-solid-tertiary-active: #2D3039FF;\n --surface-solid-tertiary-hover: #3B3F4AFF;\n --surface-transparent-accent: #071F0C33;\n --surface-transparent-accent-active: #071D0B24;\n --surface-transparent-accent-hover: #071D0B52;\n --surface-transparent-card: #F7F8FB0F;\n --surface-transparent-card-active: #F8F9FC0A;\n --surface-transparent-card-brightness: #F8F9FC0F;\n --surface-transparent-card-hover: #F8F9FC1F;\n --surface-transparent-deep: #F7F8FBA3;\n --surface-transparent-deep-active: #F8F9FC94;\n --surface-transparent-deep-hover: #F8F9FCC2;\n --surface-transparent-info: #0A192433;\n --surface-transparent-info-active: #0A192424;\n --surface-transparent-info-hover: #0A192452;\n --surface-transparent-negative: #2E090D33;\n --surface-transparent-negative-active: #2F090D24;\n --surface-transparent-negative-hover: #2F090D52;\n --surface-transparent-positive: #071F0C33;\n --surface-transparent-positive-active: #071D0B24;\n --surface-transparent-positive-hover: #071D0B52;\n --surface-transparent-primary: #F7F8FB0F;\n --surface-transparent-primary-active: #F8F9FC0A;\n --surface-transparent-primary-hover: #F8F9FC1F;\n --surface-transparent-secondary: #F7F8FB1F;\n --surface-transparent-secondary-active: #F8F9FC0F;\n --surface-transparent-secondary-hover: #F8F9FC3D;\n --surface-transparent-tertiary: #F7F8FB33;\n --surface-transparent-tertiary-active: #F8F9FC24;\n --surface-transparent-tertiary-hover: #F8F9FC52;\n --surface-transparent-warning: #29120533;\n --surface-transparent-warning-active: #29120524;\n --surface-transparent-warning-hover: #29120552;\n --surface-warning: #291205;\n --surface-warning-active: #200E04FF;\n --surface-warning-hover: #321606FF;\n --surface-warning-minor: #3D1D0A;\n --surface-warning-minor-active: #351909FF;\n --surface-warning-minor-hover: #4F250DFF;\n --inverse-surface-accent: #071F0C;\n --inverse-surface-accent-active: #030C05FF;\n --inverse-surface-accent-hover: #0A2E12FF;\n --inverse-surface-accent-minor: #9EFAAF;\n --inverse-surface-accent-minor-active: #8BF99FFF;\n --inverse-surface-accent-minor-hover: #94F9A7FF;\n --inverse-surface-clear: #FFFFFF00;\n --inverse-surface-clear-active: #FFFFFF00;\n --inverse-surface-clear-hover: #FFFFFF00;\n --inverse-surface-info: #0A1924;\n --inverse-surface-info-active: #050E14FF;\n --inverse-surface-info-hover: #0E2434FF;\n --inverse-surface-info-minor: #CFECFF;\n --inverse-surface-info-minor-active: #C2E7FFFF;\n --inverse-surface-info-minor-hover: #C7E9FFFF;\n --inverse-surface-negative: #2E090D;\n --inverse-surface-negative-active: #1E0608FF;\n --inverse-surface-negative-hover: #400D12FF;\n --inverse-surface-negative-minor: #FFE0E3;\n --inverse-surface-negative-minor-active: #FFD1D6FF;\n --inverse-surface-negative-minor-hover: #FFD6DAFF;\n --inverse-surface-positive: #071F0C;\n --inverse-surface-positive-active: #030C05FF;\n --inverse-surface-positive-hover: #0A2E12FF;\n --inverse-surface-positive-minor: #9EFAAF;\n --inverse-surface-positive-minor-active: #8BF99FFF;\n --inverse-surface-positive-minor-hover: #94F9A7FF;\n --inverse-surface-read-only: #F7F8FB03;\n --inverse-surface-read-only-active: #F8F9FC08;\n --inverse-surface-read-only-hover: #F8F9FC05;\n --inverse-surface-solid-card: #FFFFFF;\n --inverse-surface-solid-card-active: #FFFFFFFF;\n --inverse-surface-solid-card-brightness: #FFFFFFFF;\n --inverse-surface-solid-card-hover: #FFFFFFFF;\n --inverse-surface-solid-default: #07080B;\n --inverse-surface-solid-default-active: #040506FF;\n --inverse-surface-solid-default-hover: #14171FFF;\n --inverse-surface-solid-primary: #F4F5FB;\n --inverse-surface-solid-primary-active: #ECEEF8FF;\n --inverse-surface-solid-primary-brightness: #FFFFFFFF;\n --inverse-surface-solid-primary-hover: #F0F1FAFF;\n --inverse-surface-solid-secondary: #ECEDF4;\n --inverse-surface-solid-secondary-active: #E2E3EEFF;\n --inverse-surface-solid-secondary-hover: #E5E6F0FF;\n --inverse-surface-solid-tertiary: #D8DCE8;\n --inverse-surface-solid-tertiary-active: #CCD1E1FF;\n --inverse-surface-solid-tertiary-hover: #D2D7E5FF;\n --inverse-surface-transparent-accent: #071F0C1F;\n --inverse-surface-transparent-accent-active: #071D0B33;\n --inverse-surface-transparent-accent-hover: #071D0B2E;\n --inverse-surface-transparent-card: #FFFFFF;\n --inverse-surface-transparent-card-active: #FFFFFFFF;\n --inverse-surface-transparent-card-brightness: #FFFFFFFF;\n --inverse-surface-transparent-card-hover: #FFFFFFFF;\n --inverse-surface-transparent-deep: #07080BA3;\n --inverse-surface-transparent-deep-active: #08090CB8;\n --inverse-surface-transparent-deep-hover: #08090CB3;\n --inverse-surface-transparent-info: #0A19241F;\n --inverse-surface-transparent-info-active: #0A192433;\n --inverse-surface-transparent-info-hover: #0A19242E;\n --inverse-surface-transparent-negative: #2E090D1F;\n --inverse-surface-transparent-negative-active: #2F090D33;\n --inverse-surface-transparent-negative-hover: #2F090D2E;\n --inverse-surface-transparent-positive: #071F0C1F;\n --inverse-surface-transparent-positive-active: #071D0B33;\n --inverse-surface-transparent-positive-hover: #071D0B2E;\n --inverse-surface-transparent-primary: #07080B0A;\n --inverse-surface-transparent-primary-active: #08090C0F;\n --inverse-surface-transparent-primary-hover: #08090C0D;\n --inverse-surface-transparent-secondary: #07080B14;\n --inverse-surface-transparent-secondary-active: #08090C1F;\n --inverse-surface-transparent-secondary-hover: #08090C1A;\n --inverse-surface-transparent-tertiary: #07080B1F;\n --inverse-surface-transparent-tertiary-active: #08090C33;\n --inverse-surface-transparent-tertiary-hover: #08090C2E;\n --inverse-surface-transparent-warning: #2912051F;\n --inverse-surface-transparent-warning-active: #29120533;\n --inverse-surface-transparent-warning-hover: #2912052E;\n --inverse-surface-warning: #291205;\n --inverse-surface-warning-active: #170A03FF;\n --inverse-surface-warning-hover: #3B1A07FF;\n --inverse-surface-warning-minor: #FEE2D2;\n --inverse-surface-warning-minor-active: #FED9C3FF;\n --inverse-surface-warning-minor-hover: #FEDCC8FF;\n --on-dark-surface-accent: #071F0C;\n --on-dark-surface-accent-active: #051508FF;\n --on-dark-surface-accent-hover: #08250FFF;\n --on-dark-surface-accent-minor: #0A2B10;\n --on-dark-surface-accent-minor-active: #08210CFF;\n --on-dark-surface-accent-minor-hover: #0E3A16FF;\n --on-dark-surface-clear: #FFFFFF00;\n --on-dark-surface-clear-active: #FFFFFF00;\n --on-dark-surface-clear-hover: #FFFFFF00;\n --on-dark-surface-info: #0A1924;\n --on-dark-surface-info-active: #08141CFF;\n --on-dark-surface-info-hover: #0C1F2CFF;\n --on-dark-surface-info-minor: #0C283B;\n --on-dark-surface-info-minor-active: #0A2333FF;\n --on-dark-surface-info-minor-hover: #10344CFF;\n --on-dark-surface-negative: #2E090D;\n --on-dark-surface-negative-active: #26080BFF;\n --on-dark-surface-negative-hover: #400D12FF;\n --on-dark-surface-negative-minor: #4A0D13;\n --on-dark-surface-negative-minor-active: #410B11FF;\n --on-dark-surface-negative-minor-hover: #5B1018FF;\n --on-dark-surface-positive: #071F0C;\n --on-dark-surface-positive-active: #051508FF;\n --on-dark-surface-positive-hover: #08250FFF;\n --on-dark-surface-positive-minor: #0A2B10;\n --on-dark-surface-positive-minor-active: #08210CFF;\n --on-dark-surface-positive-minor-hover: #0E3A16FF;\n --on-dark-surface-read-only: #F7F8FB05;\n --on-dark-surface-read-only-active: #F8F9FC00;\n --on-dark-surface-read-only-hover: #F8F9FC0F;\n --on-dark-surface-solid-card: #16181D;\n --on-dark-surface-solid-card-active: #121317FF;\n --on-dark-surface-solid-card-brightness: #23262FFF;\n --on-dark-surface-solid-card-hover: #1F2229FF;\n --on-dark-surface-solid-default: #F7F8FB;\n --on-dark-surface-solid-default-active: #F1F3F8FF;\n --on-dark-surface-solid-default-hover: #FFFFFFFF;\n --on-dark-surface-solid-primary: #16181D;\n --on-dark-surface-solid-primary-active: #121317FF;\n --on-dark-surface-solid-primary-brightness: #23262FFF;\n --on-dark-surface-solid-primary-hover: #1F2229FF;\n --on-dark-surface-solid-secondary: #25262D;\n --on-dark-surface-solid-secondary-active: #202127FF;\n --on-dark-surface-solid-secondary-hover: #2E2F38FF;\n --on-dark-surface-solid-tertiary: #32353E;\n --on-dark-surface-solid-tertiary-active: #2D3039FF;\n --on-dark-surface-solid-tertiary-hover: #3B3F4AFF;\n --on-dark-surface-transparent-accent: #071F0C33;\n --on-dark-surface-transparent-accent-active: #071D0B24;\n --on-dark-surface-transparent-accent-hover: #071D0B52;\n --on-dark-surface-transparent-card: #F7F8FB0F;\n --on-dark-surface-transparent-card-active: #F8F9FC0A;\n --on-dark-surface-transparent-card-brightness: #F8F9FC0F;\n --on-dark-surface-transparent-card-hover: #F8F9FC1F;\n --on-dark-surface-transparent-deep: #F7F8FBA3;\n --on-dark-surface-transparent-deep-active: #F8F9FC94;\n --on-dark-surface-transparent-deep-hover: #F8F9FCC2;\n --on-dark-surface-transparent-info: #0A192433;\n --on-dark-surface-transparent-info-active: #0A192424;\n --on-dark-surface-transparent-info-hover: #0A192452;\n --on-dark-surface-transparent-negative: #2E090D33;\n --on-dark-surface-transparent-negative-active: #2F090D24;\n --on-dark-surface-transparent-negative-hover: #2F090D52;\n --on-dark-surface-transparent-positive: #071F0C33;\n --on-dark-surface-transparent-positive-active: #071D0B24;\n --on-dark-surface-transparent-positive-hover: #071D0B52;\n --on-dark-surface-transparent-primary: #F7F8FB0F;\n --on-dark-surface-transparent-primary-active: #F8F9FC0A;\n --on-dark-surface-transparent-primary-hover: #F8F9FC1F;\n --on-dark-surface-transparent-secondary: #F7F8FB1F;\n --on-dark-surface-transparent-secondary-active: #F8F9FC0F;\n --on-dark-surface-transparent-secondary-hover: #F8F9FC3D;\n --on-dark-surface-transparent-tertiary: #F7F8FB33;\n --on-dark-surface-transparent-tertiary-active: #F8F9FC24;\n --on-dark-surface-transparent-tertiary-hover: #F8F9FC52;\n --on-dark-surface-transparent-warning: #29120533;\n --on-dark-surface-transparent-warning-active: #29120524;\n --on-dark-surface-transparent-warning-hover: #29120552;\n --on-dark-surface-warning: #291205;\n --on-dark-surface-warning-active: #200E04FF;\n --on-dark-surface-warning-hover: #321606FF;\n --on-dark-surface-warning-minor: #3D1D0A;\n --on-dark-surface-warning-minor-active: #351909FF;\n --on-dark-surface-warning-minor-hover: #4F250DFF;\n --on-light-surface-accent: #071F0C;\n --on-light-surface-accent-active: #030C05FF;\n --on-light-surface-accent-hover: #0A2E12FF;\n --on-light-surface-accent-minor: #9EFAAF;\n --on-light-surface-accent-minor-active: #8BF99FFF;\n --on-light-surface-accent-minor-hover: #94F9A7FF;\n --on-light-surface-clear: #FFFFFF00;\n --on-light-surface-clear-active: #FFFFFF00;\n --on-light-surface-clear-hover: #FFFFFF00;\n --on-light-surface-info: #0A1924;\n --on-light-surface-info-active: #050E14FF;\n --on-light-surface-info-hover: #0E2434FF;\n --on-light-surface-info-minor: #CFECFF;\n --on-light-surface-info-minor-active: #C2E7FFFF;\n --on-light-surface-info-minor-hover: #C7E9FFFF;\n --on-light-surface-negative: #2E090D;\n --on-light-surface-negative-active: #1E0608FF;\n --on-light-surface-negative-hover: #400D12FF;\n --on-light-surface-negative-minor: #FFE0E3;\n --on-light-surface-negative-minor-active: #FFD1D6FF;\n --on-light-surface-negative-minor-hover: #FFD6DAFF;\n --on-light-surface-positive: #071F0C;\n --on-light-surface-positive-active: #030C05FF;\n --on-light-surface-positive-hover: #0A2E12FF;\n --on-light-surface-positive-minor: #9EFAAF;\n --on-light-surface-positive-minor-active: #8BF99FFF;\n --on-light-surface-positive-minor-hover: #94F9A7FF;\n --on-light-surface-read-only: #F7F8FB03;\n --on-light-surface-read-only-active: #F8F9FC08;\n --on-light-surface-read-only-hover: #F8F9FC05;\n --on-light-surface-solid-card: #FFFFFF;\n --on-light-surface-solid-card-active: #FFFFFFFF;\n --on-light-surface-solid-card-brightness: #FFFFFFFF;\n --on-light-surface-solid-card-hover: #FFFFFFFF;\n --on-light-surface-solid-default: #07080B;\n --on-light-surface-solid-default-active: #040506FF;\n --on-light-surface-solid-default-hover: #14171FFF;\n --on-light-surface-solid-primary: #F4F5FB;\n --on-light-surface-solid-primary-active: #ECEEF8FF;\n --on-light-surface-solid-primary-brightness: #FFFFFFFF;\n --on-light-surface-solid-primary-hover: #F0F1FAFF;\n --on-light-surface-solid-secondary: #ECEDF4;\n --on-light-surface-solid-secondary-active: #E2E3EEFF;\n --on-light-surface-solid-secondary-hover: #E5E6F0FF;\n --on-light-surface-solid-tertiary: #D8DCE8;\n --on-light-surface-solid-tertiary-active: #CCD1E1FF;\n --on-light-surface-solid-tertiary-hover: #D2D7E5FF;\n --on-light-surface-transparent-accent: #071F0C1F;\n --on-light-surface-transparent-accent-active: #071D0B33;\n --on-light-surface-transparent-accent-hover: #071D0B2E;\n --on-light-surface-transparent-card: #FFFFFF;\n --on-light-surface-transparent-card-active: #FFFFFFFF;\n --on-light-surface-transparent-card-brightness: #FFFFFFFF;\n --on-light-surface-transparent-card-hover: #FFFFFFFF;\n --on-light-surface-transparent-deep: #07080BA3;\n --on-light-surface-transparent-deep-active: #08090CB8;\n --on-light-surface-transparent-deep-hover: #08090CB3;\n --on-light-surface-transparent-info: #0A19241F;\n --on-light-surface-transparent-info-active: #0A192433;\n --on-light-surface-transparent-info-hover: #0A19242E;\n --on-light-surface-transparent-negative: #2E090D1F;\n --on-light-surface-transparent-negative-active: #2F090D33;\n --on-light-surface-transparent-negative-hover: #2F090D2E;\n --on-light-surface-transparent-positive: #071F0C1F;\n --on-light-surface-transparent-positive-active: #071D0B33;\n --on-light-surface-transparent-positive-hover: #071D0B2E;\n --on-light-surface-transparent-primary: #07080B0A;\n --on-light-surface-transparent-primary-active: #08090C0F;\n --on-light-surface-transparent-primary-hover: #08090C0D;\n --on-light-surface-transparent-secondary: #07080B14;\n --on-light-surface-transparent-secondary-active: #08090C1F;\n --on-light-surface-transparent-secondary-hover: #08090C1A;\n --on-light-surface-transparent-tertiary: #07080B1F;\n --on-light-surface-transparent-tertiary-active: #08090C33;\n --on-light-surface-transparent-tertiary-hover: #08090C2E;\n --on-light-surface-transparent-warning: #2912051F;\n --on-light-surface-transparent-warning-active: #29120533;\n --on-light-surface-transparent-warning-hover: #2912052E;\n --on-light-surface-warning: #291205;\n --on-light-surface-warning-active: #170A03FF;\n --on-light-surface-warning-hover: #3B1A07FF;\n --on-light-surface-warning-minor: #FEE2D2;\n --on-light-surface-warning-minor-active: #FED9C3FF;\n --on-light-surface-warning-minor-hover: #FEDCC8FF;\n --text-accent: #0D8523;\n --text-accent-active: #10A22BFF;\n --text-accent-hover: #13BE32FF;\n --text-accent-minor: #095C18;\n --text-accent-minor-active: #0C7920FF;\n --text-accent-minor-hover: #0F9527FF;\n --text-info: #0C72B6;\n --text-info-active: #0A6099FF;\n --text-info-hover: #229EF1FF;\n --text-info-minor: #0D5382;\n --text-info-minor-active: #10659EFF;\n --text-info-minor-hover: #1277BAFF;\n --text-negative: #E31227;\n --text-negative-active: #C61022FF;\n --text-negative-hover: #ED263AFF;\n --text-negative-minor: #9C1422;\n --text-negative-minor-active: #83111CFF;\n --text-negative-minor-hover: #B91828FF;\n --text-paragraph: #F7F8FBCC;\n --text-paragraph-active: #F8F9FCA3;\n --text-paragraph-hover: #F8F9FC7A;\n --text-positive: #0D8523;\n --text-positive-active: #10A22BFF;\n --text-positive-hover: #13BE32FF;\n --text-positive-minor: #095C18;\n --text-positive-minor-active: #0C7920FF;\n --text-positive-minor-hover: #0F9527FF;\n --text-primary: #F7F8FBF5;\n --text-primary-active: #F8F9FCC4;\n --text-primary-brightness: #F8F9FCF5;\n --text-primary-hover: #F8F9FC93;\n --text-secondary: #F7F8FB8F;\n --text-secondary-active: #F8F9FCAB;\n --text-secondary-hover: #F8F9FCFF;\n --text-tertiary: #F7F8FB47;\n --text-tertiary-active: #F8F9FC56;\n --text-tertiary-hover: #F8F9FCFF;\n --text-warning: #D14D00;\n --text-warning-active: #B34100FF;\n --text-warning-hover: #F05800FF;\n --text-warning-minor: #85380C;\n --text-warning-minor-active: #9F440FFF;\n --text-warning-minor-hover: #BB4F11FF;\n --inverse-text-accent: #095C18;\n --inverse-text-accent-active: #0D8222FF;\n --inverse-text-accent-hover: #11A72CFF;\n --inverse-text-accent-minor: #28D247;\n --inverse-text-accent-minor-active: #21B03CFF;\n --inverse-text-accent-minor-hover: #47DC62FF;\n --inverse-text-info: #0D5382;\n --inverse-text-info-active: #116BA7FF;\n --inverse-text-info-hover: #1483CCFF;\n --inverse-text-info-minor: #52BAFF;\n --inverse-text-info-minor-active: #29A9FFFF;\n --inverse-text-info-minor-hover: #7ACAFFFF;\n --inverse-text-negative: #9C1422;\n --inverse-text-negative-active: #7A101AFF;\n --inverse-text-negative-hover: #C2192AFF;\n --inverse-text-negative-minor: #FF8F9A;\n --inverse-text-negative-minor-active: #FF6675FF;\n --inverse-text-negative-minor-hover: #FFB8BFFF;\n --inverse-text-paragraph: #16181DCC;\n --inverse-text-paragraph-active: #16181DA3;\n --inverse-text-paragraph-hover: #16181D7A;\n --inverse-text-positive: #095C18;\n --inverse-text-positive-active: #0D8222FF;\n --inverse-text-positive-hover: #11A72CFF;\n --inverse-text-positive-minor: #28D247;\n --inverse-text-positive-minor-active: #21B03CFF;\n --inverse-text-positive-minor-hover: #47DC62FF;\n --inverse-text-primary: #16181DF5;\n --inverse-text-primary-active: #16181DC4;\n --inverse-text-primary-brightness: #16181DF5;\n --inverse-text-primary-hover: #16181D93;\n --inverse-text-secondary: #16181D8F;\n --inverse-text-secondary-active: #16181DAB;\n --inverse-text-secondary-hover: #16181DFF;\n --inverse-text-tertiary: #16181D47;\n --inverse-text-tertiary-active: #16181D56;\n --inverse-text-tertiary-hover: #16181DFF;\n --inverse-text-warning: #85380C;\n --inverse-text-warning-active: #A84710FF;\n --inverse-text-warning-hover: #CD5713FF;\n --inverse-text-warning-minor: #FD9C68;\n --inverse-text-warning-minor-active: #FC8240FF;\n --inverse-text-warning-minor-hover: #FDB790FF;\n --on-dark-text-accent: #0D8523;\n --on-dark-text-accent-active: #10A22BFF;\n --on-dark-text-accent-hover: #13BE32FF;\n --on-dark-text-accent-minor: #095C18;\n --on-dark-text-accent-minor-active: #0C7920FF;\n --on-dark-text-accent-minor-hover: #0F9527FF;\n --on-dark-text-info: #0C72B6;\n --on-dark-text-info-active: #0A6099FF;\n --on-dark-text-info-hover: #229EF1FF;\n --on-dark-text-info-minor: #0D5382;\n --on-dark-text-info-minor-active: #10659EFF;\n --on-dark-text-info-minor-hover: #1277BAFF;\n --on-dark-text-negative: #E31227;\n --on-dark-text-negative-active: #C61022FF;\n --on-dark-text-negative-hover: #ED263AFF;\n --on-dark-text-negative-minor: #9C1422;\n --on-dark-text-negative-minor-active: #83111CFF;\n --on-dark-text-negative-minor-hover: #B91828FF;\n --on-dark-text-paragraph: #F7F8FBCC;\n --on-dark-text-paragraph-active: #F8F9FCA3;\n --on-dark-text-paragraph-hover: #F8F9FC7A;\n --on-dark-text-positive: #0D8523;\n --on-dark-text-positive-active: #10A22BFF;\n --on-dark-text-positive-hover: #13BE32FF;\n --on-dark-text-positive-minor: #095C18;\n --on-dark-text-positive-minor-active: #0C7920FF;\n --on-dark-text-positive-minor-hover: #0F9527FF;\n --on-dark-text-primary: #F7F8FBF5;\n --on-dark-text-primary-active: #F8F9FCC4;\n --on-dark-text-primary-brightness: #F8F9FCF5;\n --on-dark-text-primary-hover: #F8F9FC93;\n --on-dark-text-secondary: #F7F8FB8F;\n --on-dark-text-secondary-active: #F8F9FCAB;\n --on-dark-text-secondary-hover: #F8F9FCFF;\n --on-dark-text-tertiary: #F7F8FB47;\n --on-dark-text-tertiary-active: #F8F9FC56;\n --on-dark-text-tertiary-hover: #F8F9FCFF;\n --on-dark-text-warning: #D14D00;\n --on-dark-text-warning-active: #B34100FF;\n --on-dark-text-warning-hover: #F05800FF;\n --on-dark-text-warning-minor: #85380C;\n --on-dark-text-warning-minor-active: #9F440FFF;\n --on-dark-text-warning-minor-hover: #BB4F11FF;\n --on-light-text-accent: #095C18;\n --on-light-text-accent-active: #0D8222FF;\n --on-light-text-accent-hover: #11A72CFF;\n --on-light-text-accent-minor: #28D247;\n --on-light-text-accent-minor-active: #21B03CFF;\n --on-light-text-accent-minor-hover: #47DC62FF;\n --on-light-text-info: #0D5382;\n --on-light-text-info-active: #116BA7FF;\n --on-light-text-info-hover: #1483CCFF;\n --on-light-text-info-minor: #52BAFF;\n --on-light-text-info-minor-active: #29A9FFFF;\n --on-light-text-info-minor-hover: #7ACAFFFF;\n --on-light-text-negative: #9C1422;\n --on-light-text-negative-active: #7A101AFF;\n --on-light-text-negative-hover: #C2192AFF;\n --on-light-text-negative-minor: #FF8F9A;\n --on-light-text-negative-minor-active: #FF6675FF;\n --on-light-text-negative-minor-hover: #FFB8BFFF;\n --on-light-text-paragraph: #16181DCC;\n --on-light-text-paragraph-active: #16181DA3;\n --on-light-text-paragraph-hover: #16181D7A;\n --on-light-text-positive: #095C18;\n --on-light-text-positive-active: #0D8222FF;\n --on-light-text-positive-hover: #11A72CFF;\n --on-light-text-positive-minor: #28D247;\n --on-light-text-positive-minor-active: #21B03CFF;\n --on-light-text-positive-minor-hover: #47DC62FF;\n --on-light-text-primary: #16181DF5;\n --on-light-text-primary-active: #16181DC4;\n --on-light-text-primary-brightness: #16181DF5;\n --on-light-text-primary-hover: #16181D93;\n --on-light-text-secondary: #16181D8F;\n --on-light-text-secondary-active: #16181DAB;\n --on-light-text-secondary-hover: #16181DFF;\n --on-light-text-tertiary: #16181D47;\n --on-light-text-tertiary-active: #16181D56;\n --on-light-text-tertiary-hover: #16181DFF;\n --on-light-text-warning: #85380C;\n --on-light-text-warning-active: #A84710FF;\n --on-light-text-warning-hover: #CD5713FF;\n --on-light-text-warning-minor: #FD9C68;\n --on-light-text-warning-minor-active: #FC8240FF;\n --on-light-text-warning-minor-hover: #FDB790FF;\n color: var(--text-primary);\n background-color: var(--background-primary);\n}\n\n:root {\n\n}\n\n:root {\n --shadow-down-hard-l: 0rem 3.75rem 7rem -0.5rem #00000066;\n --shadow-down-hard-m: 0rem 1rem 2rem -0.5rem #0000003D;\n --shadow-down-hard-s: 0rem 0.25rem 0.75rem -0.1875rem #08080829, 0rem 0.0625rem 0.25rem -0.125rem #00000014;\n --shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;\n --shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;\n --shadow-down-soft-s: 0rem 0.25rem 0.875rem -0.25rem #08080814, 0rem 0.0625rem 0.25rem -0.0625rem #0000000A;\n --shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;\n --shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;\n --shadow-up-hard-s: 0rem -0.25rem 0.75rem -0.1875rem #08080833, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;\n --shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;\n --shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;\n --shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;\n}\n\n:root {\n --border-radius-circle: 100rem;\n --border-radius-l: 1rem;\n --border-radius-m: 0.75rem;\n --border-radius-s: 0.5rem;\n --border-radius-xl: 1.25rem;\n --border-radius-xs: 0.375rem;\n --border-radius-xxl: 2rem;\n --border-radius-xxs: 0.25rem;\n}\n\n:root {\n --spacing-0x: 0rem;\n --spacing-10x: 1.25rem;\n --spacing-12x: 1.5rem;\n --spacing-16x: 2rem;\n --spacing-1x: 0.125rem;\n --spacing-20x: 2.5rem;\n --spacing-24x: 3rem;\n --spacing-2x: 0.25rem;\n --spacing-32x: 4rem;\n --spacing-3x: 0.375rem;\n --spacing-40x: 5rem;\n --spacing-4x: 0.5rem;\n --spacing-60x: 7.5rem;\n --spacing-6x: 0.75rem;\n --spacing-8x: 1rem;\n}\n\n:root {\n font-size: 16px;\n --plasma-typo-overflow-wrap: break-word;\n --plasma-typo-hyphens: auto;\n --plasma-typo-display-font-family: '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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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 --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}\n\n@media (max-width: 559px) {\n :root {\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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-h1-font-size: 1.75rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 2.125rem;\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-h2-font-size: 1.5rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 1.875rem;\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-h3-font-size: 1.25rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.625rem;\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-h4-font-size: 1.125rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.5rem;\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-h5-font-size: 1rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.375rem;\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-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-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-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-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-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-xs-bold-font-size: 0.75rem;\n --plasma-typo-text-xs-bold-font-weight: 600;\n --plasma-typo-text-xs-bold-line-height: 1rem;\n --plasma-typo-text-xs-medium-font-size: 0.75rem;\n --plasma-typo-text-xs-medium-font-weight: 500;\n --plasma-typo-text-xs-medium-line-height: 1rem;\n --plasma-typo-text-xs-font-size: 0.75rem;\n --plasma-typo-text-xs-font-weight: 400;\n --plasma-typo-text-xs-line-height: 1rem;\n }\n}\n\n@media (min-width: 560px) and (max-width: 959px) {\n :root {\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-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-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-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-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-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-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-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-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-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-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-l-font-size: 7rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 7rem;\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-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-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-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-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-h1-font-size: 2.5rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 2.875rem;\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-h2-font-size: 1.75rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.125rem;\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-h3-font-size: 1.25rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.625rem;\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-h4-font-size: 1.125rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.5rem;\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-h5-font-size: 1rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.375rem;\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-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-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-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-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-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-xs-bold-font-size: 0.75rem;\n --plasma-typo-text-xs-bold-font-weight: 600;\n --plasma-typo-text-xs-bold-line-height: 1rem;\n --plasma-typo-text-xs-medium-font-size: 0.75rem;\n --plasma-typo-text-xs-medium-font-weight: 500;\n --plasma-typo-text-xs-medium-line-height: 1rem;\n --plasma-typo-text-xs-font-size: 0.75rem;\n --plasma-typo-text-xs-font-weight: 400;\n --plasma-typo-text-xs-line-height: 1rem;\n }\n}\n\n@media (min-width: 960px) {\n :root {\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-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-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-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-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-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-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-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-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-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-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-l-font-size: 8rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 8rem;\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-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-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-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-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-h1-font-size: 3rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 3.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-h2-font-size: 2rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.375rem;\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-h3-font-size: 1.5rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.875rem;\n --plasma-typo-h4-bold-font-size: 1.25rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.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-h4-font-size: 1.25rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.625rem;\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-h5-font-size: 1.125rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.5rem;\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-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-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-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-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-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-xs-bold-font-size: 0.75rem;\n --plasma-typo-text-xs-bold-font-weight: 600;\n --plasma-typo-text-xs-bold-line-height: 1rem;\n --plasma-typo-text-xs-medium-font-size: 0.75rem;\n --plasma-typo-text-xs-medium-font-weight: 500;\n --plasma-typo-text-xs-medium-line-height: 1rem;\n --plasma-typo-text-xs-font-size: 0.75rem;\n --plasma-typo-text-xs-font-weight: 400;\n --plasma-typo-text-xs-line-height: 1rem;\n }\n}"];
|
|
4
|
+
|
|
5
|
+
export { test1750__dark };
|
|
6
|
+
//# sourceMappingURL=test1750__dark.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"test1750__dark.js","sources":["../../../src-css/theme/themes/test1750__dark.ts"],"sourcesContent":["// Generated by robots, do not change this manually!\n\nexport const test1750__dark = [`\n:root {\n --dark-background-primary: #07080B;\n --background-primary: #07080B;\n --inverse-background-primary: #F7F8FB;\n --light-background-primary: #F7F8FB;\n --data-yellow: #F3A912;\n --data-yellow-active: #EDA20CFF;\n --data-yellow-hover: #F4B22FFF;\n --data-yellow-minor: #A16B00;\n --data-yellow-minor-active: #996600FF;\n --data-yellow-minor-hover: #B87A00FF;\n --data-yellow-transparent: #F3A9128F;\n --data-yellow-transparent-active: #F3A81280;\n --data-yellow-transparent-hover: #F3A812AD;\n --inverse-data-yellow: #F3A912;\n --inverse-data-yellow-active: #E49C0CFF;\n --inverse-data-yellow-hover: #F5B638FF;\n --inverse-data-yellow-minor: #FFD37A;\n --inverse-data-yellow-minor-active: #FFCC66FF;\n --inverse-data-yellow-minor-hover: #FFCF70FF;\n --inverse-data-yellow-transparent: #F3A9128F;\n --inverse-data-yellow-transparent-active: #F3A812A3;\n --inverse-data-yellow-transparent-hover: #F3A8129E;\n --on-dark-data-yellow: #F3A912;\n --on-dark-data-yellow-active: #EDA20CFF;\n --on-dark-data-yellow-hover: #F4B22FFF;\n --on-dark-data-yellow-minor: #A16B00;\n --on-dark-data-yellow-minor-active: #996600FF;\n --on-dark-data-yellow-minor-hover: #B87A00FF;\n --on-dark-data-yellow-transparent: #F3A9128F;\n --on-dark-data-yellow-transparent-active: #F3A81280;\n --on-dark-data-yellow-transparent-hover: #F3A812AD;\n --on-light-data-yellow: #F3A912;\n --on-light-data-yellow-active: #E49C0CFF;\n --on-light-data-yellow-hover: #F5B638FF;\n --on-light-data-yellow-minor: #FFD37A;\n --on-light-data-yellow-minor-active: #FFCC66FF;\n --on-light-data-yellow-minor-hover: #FFCF70FF;\n --on-light-data-yellow-transparent: #F3A9128F;\n --on-light-data-yellow-transparent-active: #F3A812A3;\n --on-light-data-yellow-transparent-hover: #F3A8129E;\n --outline-accent: #0D8523;\n --outline-accent-active: #0B741FFF;\n --outline-accent-hover: #13BE32FF;\n --outline-accent-minor: #095C18;\n --outline-accent-minor-active: #074A14FF;\n --outline-accent-minor-hover: #0F9527FF;\n --outline-clear: #FFFFFF00;\n --outline-clear-active: #FFFFFF00;\n --outline-clear-hover: #FFFFFF00;\n --outline-info: #0C72B6;\n --outline-info-active: #0A66A3FF;\n --outline-info-hover: #0F96F0FF;\n --outline-info-minor: #0D5382;\n --outline-info-minor-active: #0B476FFF;\n --outline-info-minor-hover: #1277BAFF;\n --outline-negative: #E31227;\n --outline-negative-active: #C61022FF;\n --outline-negative-hover: #F36876FF;\n --outline-negative-minor: #9C1422;\n --outline-negative-minor-active: #8C121EFF;\n --outline-negative-minor-hover: #D41C2EFF;\n --outline-positive: #0D8523;\n --outline-positive-active: #0B741FFF;\n --outline-positive-hover: #13BE32FF;\n --outline-positive-minor: #095C18;\n --outline-positive-minor-active: #074A14FF;\n --outline-positive-minor-hover: #0F9527FF;\n --outline-read-only: #F7F8FB1F;\n --outline-read-only-active: #F8F9FC12;\n --outline-read-only-hover: #F8F9FC4D;\n --outline-solid-default: #F7F8FB;\n --outline-solid-default-active: #B4BED9FF;\n --outline-solid-default-hover: #C2CAE0FF;\n --outline-solid-primary: #25262D;\n --outline-solid-primary-active: #17181CFF;\n --outline-solid-primary-hover: #4E505FFF;\n --outline-solid-secondary: #4B4C58;\n --outline-solid-secondary-active: #34343DFF;\n --outline-solid-secondary-hover: #A7A8B4FF;\n --outline-solid-tertiary: #828592;\n --outline-solid-tertiary-active: #51535DFF;\n --outline-solid-tertiary-hover: #FFFFFFFF;\n --outline-transparent-accent: #0D852347;\n --outline-transparent-accent-active: #0D87242B;\n --outline-transparent-accent-hover: #0D8724B3;\n --outline-transparent-info: #0C72B6FF;\n --outline-transparent-info-active: #0A66A3FF;\n --outline-transparent-info-hover: #0F96F0FF;\n --outline-transparent-negative: #E31227FF;\n --outline-transparent-negative-active: #C61022FF;\n --outline-transparent-negative-hover: #F36876FF;\n --outline-transparent-positive: #0D8523FF;\n --outline-transparent-positive-active: #0B741FFF;\n --outline-transparent-positive-hover: #13BE32FF;\n --outline-transparent-primary: #F7F8FB1F;\n --outline-transparent-primary-active: #F8F9FC12;\n --outline-transparent-primary-hover: #F8F9FC4D;\n --outline-transparent-secondary: #F7F8FB47;\n --outline-transparent-secondary-active: #F8F9FC2B;\n --outline-transparent-secondary-hover: #F8F9FCB3;\n --outline-transparent-tertiary: #F7F8FB8F;\n --outline-transparent-tertiary-active: #F8F9FC47;\n --outline-transparent-tertiary-hover: #F8F9FCFF;\n --outline-transparent-warning: #D14D00FF;\n --outline-transparent-warning-active: #B34100FF;\n --outline-transparent-warning-hover: #FF8138FF;\n --outline-warning: #D14D00;\n --outline-warning-active: #B34100FF;\n --outline-warning-hover: #FF8138FF;\n --outline-warning-minor: #85380C;\n --outline-warning-minor-active: #70300AFF;\n --outline-warning-minor-hover: #BB4F11FF;\n --inverse-outline-accent: #095C18;\n --inverse-outline-accent-active: #074A14FF;\n --inverse-outline-accent-hover: #0F9527FF;\n --inverse-outline-accent-minor: #28D247;\n --inverse-outline-accent-minor-active: #23B83EFF;\n --inverse-outline-accent-minor-hover: #7AE68EFF;\n --inverse-outline-clear: #FFFFFF00;\n --inverse-outline-clear-active: #FFFFFF00;\n --inverse-outline-clear-hover: #FFFFFF00;\n --inverse-outline-info: #0D5382;\n --inverse-outline-info-active: #093B5DFF;\n --inverse-outline-info-hover: #137DC3FF;\n --inverse-outline-info-minor: #52BAFF;\n --inverse-outline-info-minor-active: #29A9FFFF;\n --inverse-outline-info-minor-hover: #A3DAFFFF;\n --inverse-outline-negative: #9C1422;\n --inverse-outline-negative-active: #8C121EFF;\n --inverse-outline-negative-hover: #DD1D30FF;\n --inverse-outline-negative-minor: #FF8F9A;\n --inverse-outline-negative-minor-active: #FF6675FF;\n --inverse-outline-negative-minor-hover: #FFB8BFFF;\n --inverse-outline-positive: #095C18;\n --inverse-outline-positive-active: #074A14FF;\n --inverse-outline-positive-hover: #0F9527FF;\n --inverse-outline-positive-minor: #28D247;\n --inverse-outline-positive-minor-active: #23B83EFF;\n --inverse-outline-positive-minor-hover: #7AE68EFF;\n --inverse-outline-read-only: #F7F8FB03;\n --inverse-outline-read-only-active: #F8F9FC1C;\n --inverse-outline-read-only-hover: #F8F9FC36;\n --inverse-outline-solid-default: #07080B;\n --inverse-outline-solid-default-active: #08090CFF;\n --inverse-outline-solid-default-hover: #838EAFFF;\n --inverse-outline-solid-primary: #D8DCE8;\n --inverse-outline-solid-primary-active: #B8C0D5FF;\n --inverse-outline-solid-primary-hover: #C5CBDDFF;\n --inverse-outline-solid-secondary: #AEB2C2;\n --inverse-outline-solid-secondary-active: #858BA3FF;\n --inverse-outline-solid-secondary-hover: #DCDEE5FF;\n --inverse-outline-solid-tertiary: #6C707F;\n --inverse-outline-solid-tertiary-active: #595D69FF;\n --inverse-outline-solid-tertiary-hover: #A1A4AFFF;\n --inverse-outline-transparent-accent: #095C1833;\n --inverse-outline-transparent-accent-active: #095D1952;\n --inverse-outline-transparent-accent-hover: #095D191F;\n --inverse-outline-transparent-info: #0D5382FF;\n --inverse-outline-transparent-info-active: #093B5DFF;\n --inverse-outline-transparent-info-hover: #137DC3FF;\n --inverse-outline-transparent-negative: #9C1422FF;\n --inverse-outline-transparent-negative-active: #8C121EFF;\n --inverse-outline-transparent-negative-hover: #DD1D30FF;\n --inverse-outline-transparent-positive: #095C18FF;\n --inverse-outline-transparent-positive-active: #074A14FF;\n --inverse-outline-transparent-positive-hover: #0F9527FF;\n --inverse-outline-transparent-primary: #07080B1F;\n --inverse-outline-transparent-primary-active: #08090C38;\n --inverse-outline-transparent-primary-hover: #08090C52;\n --inverse-outline-transparent-secondary: #07080B47;\n --inverse-outline-transparent-secondary-active: #08090C72;\n --inverse-outline-transparent-secondary-hover: #08090C2B;\n --inverse-outline-transparent-tertiary: #07080B8F;\n --inverse-outline-transparent-tertiary-active: #08090CFF;\n --inverse-outline-transparent-tertiary-hover: #08090C47;\n --inverse-outline-transparent-warning: #85380CFF;\n --inverse-outline-transparent-warning-active: #5D2809FF;\n --inverse-outline-transparent-warning-hover: #B14B10FF;\n --inverse-outline-warning: #85380C;\n --inverse-outline-warning-active: #5D2809FF;\n --inverse-outline-warning-hover: #B14B10FF;\n --inverse-outline-warning-minor: #FD9C68;\n --inverse-outline-warning-minor-active: #FC8240FF;\n --inverse-outline-warning-minor-hover: #FDB790FF;\n --on-dark-outline-accent: #0D8523;\n --on-dark-outline-accent-active: #0B741FFF;\n --on-dark-outline-accent-hover: #13BE32FF;\n --on-dark-outline-accent-minor: #095C18;\n --on-dark-outline-accent-minor-active: #074A14FF;\n --on-dark-outline-accent-minor-hover: #0F9527FF;\n --on-dark-outline-clear: #FFFFFF00;\n --on-dark-outline-clear-active: #FFFFFF00;\n --on-dark-outline-clear-hover: #FFFFFF00;\n --on-dark-outline-info: #0C72B6;\n --on-dark-outline-info-active: #0A66A3FF;\n --on-dark-outline-info-hover: #0F96F0FF;\n --on-dark-outline-info-minor: #0D5382;\n --on-dark-outline-info-minor-active: #0B476FFF;\n --on-dark-outline-info-minor-hover: #1277BAFF;\n --on-dark-outline-negative: #E31227;\n --on-dark-outline-negative-active: #C61022FF;\n --on-dark-outline-negative-hover: #F36876FF;\n --on-dark-outline-negative-minor: #9C1422;\n --on-dark-outline-negative-minor-active: #8C121EFF;\n --on-dark-outline-negative-minor-hover: #D41C2EFF;\n --on-dark-outline-positive: #0D8523;\n --on-dark-outline-positive-active: #0B741FFF;\n --on-dark-outline-positive-hover: #13BE32FF;\n --on-dark-outline-positive-minor: #095C18;\n --on-dark-outline-positive-minor-active: #074A14FF;\n --on-dark-outline-positive-minor-hover: #0F9527FF;\n --on-dark-outline-read-only: #F7F8FB1F;\n --on-dark-outline-read-only-active: #F8F9FC12;\n --on-dark-outline-read-only-hover: #F8F9FC4D;\n --on-dark-outline-solid-default: #F7F8FB;\n --on-dark-outline-solid-default-active: #B4BED9FF;\n --on-dark-outline-solid-default-hover: #C2CAE0FF;\n --on-dark-outline-solid-primary: #25262D;\n --on-dark-outline-solid-primary-active: #17181CFF;\n --on-dark-outline-solid-primary-hover: #4E505FFF;\n --on-dark-outline-solid-secondary: #4B4C58;\n --on-dark-outline-solid-secondary-active: #34343DFF;\n --on-dark-outline-solid-secondary-hover: #A7A8B4FF;\n --on-dark-outline-solid-tertiary: #828592;\n --on-dark-outline-solid-tertiary-active: #51535DFF;\n --on-dark-outline-solid-tertiary-hover: #FFFFFFFF;\n --on-dark-outline-transparent-accent: #0D852347;\n --on-dark-outline-transparent-accent-active: #0D87242B;\n --on-dark-outline-transparent-accent-hover: #0D8724B3;\n --on-dark-outline-transparent-info: #0C72B6FF;\n --on-dark-outline-transparent-info-active: #0A66A3FF;\n --on-dark-outline-transparent-info-hover: #0F96F0FF;\n --on-dark-outline-transparent-negative: #E31227FF;\n --on-dark-outline-transparent-negative-active: #C61022FF;\n --on-dark-outline-transparent-negative-hover: #F36876FF;\n --on-dark-outline-transparent-positive: #0D8523FF;\n --on-dark-outline-transparent-positive-active: #0B741FFF;\n --on-dark-outline-transparent-positive-hover: #13BE32FF;\n --on-dark-outline-transparent-primary: #F7F8FB1F;\n --on-dark-outline-transparent-primary-active: #F8F9FC12;\n --on-dark-outline-transparent-primary-hover: #F8F9FC4D;\n --on-dark-outline-transparent-secondary: #F7F8FB47;\n --on-dark-outline-transparent-secondary-active: #F8F9FC2B;\n --on-dark-outline-transparent-secondary-hover: #F8F9FCB3;\n --on-dark-outline-transparent-tertiary: #F7F8FB8F;\n --on-dark-outline-transparent-tertiary-active: #F8F9FC47;\n --on-dark-outline-transparent-tertiary-hover: #F8F9FCFF;\n --on-dark-outline-transparent-warning: #D14D00FF;\n --on-dark-outline-transparent-warning-active: #B34100FF;\n --on-dark-outline-transparent-warning-hover: #FF8138FF;\n --on-dark-outline-warning: #D14D00;\n --on-dark-outline-warning-active: #B34100FF;\n --on-dark-outline-warning-hover: #FF8138FF;\n --on-dark-outline-warning-minor: #85380C;\n --on-dark-outline-warning-minor-active: #70300AFF;\n --on-dark-outline-warning-minor-hover: #BB4F11FF;\n --on-light-outline-accent: #095C18;\n --on-light-outline-accent-active: #074A14FF;\n --on-light-outline-accent-hover: #0F9527FF;\n --on-light-outline-accent-minor: #28D247;\n --on-light-outline-accent-minor-active: #23B83EFF;\n --on-light-outline-accent-minor-hover: #7AE68EFF;\n --on-light-outline-clear: #FFFFFF00;\n --on-light-outline-clear-active: #FFFFFF00;\n --on-light-outline-clear-hover: #FFFFFF00;\n --on-light-outline-info: #0D5382;\n --on-light-outline-info-active: #093B5DFF;\n --on-light-outline-info-hover: #137DC3FF;\n --on-light-outline-info-minor: #52BAFF;\n --on-light-outline-info-minor-active: #29A9FFFF;\n --on-light-outline-info-minor-hover: #A3DAFFFF;\n --on-light-outline-negative: #9C1422;\n --on-light-outline-negative-active: #8C121EFF;\n --on-light-outline-negative-hover: #DD1D30FF;\n --on-light-outline-negative-minor: #FF8F9A;\n --on-light-outline-negative-minor-active: #FF6675FF;\n --on-light-outline-negative-minor-hover: #FFB8BFFF;\n --on-light-outline-positive: #095C18;\n --on-light-outline-positive-active: #074A14FF;\n --on-light-outline-positive-hover: #0F9527FF;\n --on-light-outline-positive-minor: #28D247;\n --on-light-outline-positive-minor-active: #23B83EFF;\n --on-light-outline-positive-minor-hover: #7AE68EFF;\n --on-light-outline-read-only: #F7F8FB03;\n --on-light-outline-read-only-active: #F8F9FC1C;\n --on-light-outline-read-only-hover: #F8F9FC36;\n --on-light-outline-solid-default: #07080B;\n --on-light-outline-solid-default-active: #08090CFF;\n --on-light-outline-solid-default-hover: #838EAFFF;\n --on-light-outline-solid-primary: #D8DCE8;\n --on-light-outline-solid-primary-active: #B8C0D5FF;\n --on-light-outline-solid-primary-hover: #C5CBDDFF;\n --on-light-outline-solid-secondary: #AEB2C2;\n --on-light-outline-solid-secondary-active: #858BA3FF;\n --on-light-outline-solid-secondary-hover: #DCDEE5FF;\n --on-light-outline-solid-tertiary: #6C707F;\n --on-light-outline-solid-tertiary-active: #595D69FF;\n --on-light-outline-solid-tertiary-hover: #A1A4AFFF;\n --on-light-outline-transparent-accent: #095C1833;\n --on-light-outline-transparent-accent-active: #095D1952;\n --on-light-outline-transparent-accent-hover: #095D191F;\n --on-light-outline-transparent-info: #0D5382FF;\n --on-light-outline-transparent-info-active: #093B5DFF;\n --on-light-outline-transparent-info-hover: #137DC3FF;\n --on-light-outline-transparent-negative: #9C1422FF;\n --on-light-outline-transparent-negative-active: #8C121EFF;\n --on-light-outline-transparent-negative-hover: #DD1D30FF;\n --on-light-outline-transparent-positive: #095C18FF;\n --on-light-outline-transparent-positive-active: #074A14FF;\n --on-light-outline-transparent-positive-hover: #0F9527FF;\n --on-light-outline-transparent-primary: #07080B1F;\n --on-light-outline-transparent-primary-active: #08090C38;\n --on-light-outline-transparent-primary-hover: #08090C52;\n --on-light-outline-transparent-secondary: #07080B47;\n --on-light-outline-transparent-secondary-active: #08090C72;\n --on-light-outline-transparent-secondary-hover: #08090C2B;\n --on-light-outline-transparent-tertiary: #07080B8F;\n --on-light-outline-transparent-tertiary-active: #08090CFF;\n --on-light-outline-transparent-tertiary-hover: #08090C47;\n --on-light-outline-transparent-warning: #85380CFF;\n --on-light-outline-transparent-warning-active: #5D2809FF;\n --on-light-outline-transparent-warning-hover: #B14B10FF;\n --on-light-outline-warning: #85380C;\n --on-light-outline-warning-active: #5D2809FF;\n --on-light-outline-warning-hover: #B14B10FF;\n --on-light-outline-warning-minor: #FD9C68;\n --on-light-outline-warning-minor-active: #FC8240FF;\n --on-light-outline-warning-minor-hover: #FDB790FF;\n --overlay-blur: #07080B47;\n --overlay-hard: #07080BF5;\n --overlay-soft: #07080B8F;\n --inverse-overlay-blur: #F7F8FB47;\n --inverse-overlay-hard: #F7F8FBF5;\n --inverse-overlay-soft: #F7F8FB8F;\n --on-dark-overlay-blur: #07080B47;\n --on-dark-overlay-hard: #07080BF5;\n --on-dark-overlay-soft: #07080B8F;\n --on-light-overlay-blur: #F7F8FB47;\n --on-light-overlay-hard: #F7F8FBF5;\n --on-light-overlay-soft: #F7F8FB8F;\n --surface-accent: #071F0C;\n --surface-accent-active: #051508FF;\n --surface-accent-hover: #08250FFF;\n --surface-accent-minor: #0A2B10;\n --surface-accent-minor-active: #08210CFF;\n --surface-accent-minor-hover: #0E3A16FF;\n --surface-clear: #FFFFFF00;\n --surface-clear-active: #FFFFFF00;\n --surface-clear-hover: #FFFFFF00;\n --surface-info: #0A1924;\n --surface-info-active: #08141CFF;\n --surface-info-hover: #0C1F2CFF;\n --surface-info-minor: #0C283B;\n --surface-info-minor-active: #0A2333FF;\n --surface-info-minor-hover: #10344CFF;\n --surface-negative: #2E090D;\n --surface-negative-active: #26080BFF;\n --surface-negative-hover: #400D12FF;\n --surface-negative-minor: #4A0D13;\n --surface-negative-minor-active: #410B11FF;\n --surface-negative-minor-hover: #5B1018FF;\n --surface-positive: #071F0C;\n --surface-positive-active: #051508FF;\n --surface-positive-hover: #08250FFF;\n --surface-positive-minor: #0A2B10;\n --surface-positive-minor-active: #08210CFF;\n --surface-positive-minor-hover: #0E3A16FF;\n --surface-read-only: #F7F8FB05;\n --surface-read-only-active: #F8F9FC00;\n --surface-read-only-hover: #F8F9FC0F;\n --surface-solid-card: #16181D;\n --surface-solid-card-active: #121317FF;\n --surface-solid-card-brightness: #23262FFF;\n --surface-solid-card-hover: #1F2229FF;\n --surface-solid-default: #F7F8FB;\n --surface-solid-default-active: #F1F3F8FF;\n --surface-solid-default-hover: #FFFFFFFF;\n --surface-solid-primary: #16181D;\n --surface-solid-primary-active: #121317FF;\n --surface-solid-primary-brightness: #23262FFF;\n --surface-solid-primary-hover: #1F2229FF;\n --surface-solid-secondary: #25262D;\n --surface-solid-secondary-active: #202127FF;\n --surface-solid-secondary-hover: #2E2F38FF;\n --surface-solid-tertiary: #32353E;\n --surface-solid-tertiary-active: #2D3039FF;\n --surface-solid-tertiary-hover: #3B3F4AFF;\n --surface-transparent-accent: #071F0C33;\n --surface-transparent-accent-active: #071D0B24;\n --surface-transparent-accent-hover: #071D0B52;\n --surface-transparent-card: #F7F8FB0F;\n --surface-transparent-card-active: #F8F9FC0A;\n --surface-transparent-card-brightness: #F8F9FC0F;\n --surface-transparent-card-hover: #F8F9FC1F;\n --surface-transparent-deep: #F7F8FBA3;\n --surface-transparent-deep-active: #F8F9FC94;\n --surface-transparent-deep-hover: #F8F9FCC2;\n --surface-transparent-info: #0A192433;\n --surface-transparent-info-active: #0A192424;\n --surface-transparent-info-hover: #0A192452;\n --surface-transparent-negative: #2E090D33;\n --surface-transparent-negative-active: #2F090D24;\n --surface-transparent-negative-hover: #2F090D52;\n --surface-transparent-positive: #071F0C33;\n --surface-transparent-positive-active: #071D0B24;\n --surface-transparent-positive-hover: #071D0B52;\n --surface-transparent-primary: #F7F8FB0F;\n --surface-transparent-primary-active: #F8F9FC0A;\n --surface-transparent-primary-hover: #F8F9FC1F;\n --surface-transparent-secondary: #F7F8FB1F;\n --surface-transparent-secondary-active: #F8F9FC0F;\n --surface-transparent-secondary-hover: #F8F9FC3D;\n --surface-transparent-tertiary: #F7F8FB33;\n --surface-transparent-tertiary-active: #F8F9FC24;\n --surface-transparent-tertiary-hover: #F8F9FC52;\n --surface-transparent-warning: #29120533;\n --surface-transparent-warning-active: #29120524;\n --surface-transparent-warning-hover: #29120552;\n --surface-warning: #291205;\n --surface-warning-active: #200E04FF;\n --surface-warning-hover: #321606FF;\n --surface-warning-minor: #3D1D0A;\n --surface-warning-minor-active: #351909FF;\n --surface-warning-minor-hover: #4F250DFF;\n --inverse-surface-accent: #071F0C;\n --inverse-surface-accent-active: #030C05FF;\n --inverse-surface-accent-hover: #0A2E12FF;\n --inverse-surface-accent-minor: #9EFAAF;\n --inverse-surface-accent-minor-active: #8BF99FFF;\n --inverse-surface-accent-minor-hover: #94F9A7FF;\n --inverse-surface-clear: #FFFFFF00;\n --inverse-surface-clear-active: #FFFFFF00;\n --inverse-surface-clear-hover: #FFFFFF00;\n --inverse-surface-info: #0A1924;\n --inverse-surface-info-active: #050E14FF;\n --inverse-surface-info-hover: #0E2434FF;\n --inverse-surface-info-minor: #CFECFF;\n --inverse-surface-info-minor-active: #C2E7FFFF;\n --inverse-surface-info-minor-hover: #C7E9FFFF;\n --inverse-surface-negative: #2E090D;\n --inverse-surface-negative-active: #1E0608FF;\n --inverse-surface-negative-hover: #400D12FF;\n --inverse-surface-negative-minor: #FFE0E3;\n --inverse-surface-negative-minor-active: #FFD1D6FF;\n --inverse-surface-negative-minor-hover: #FFD6DAFF;\n --inverse-surface-positive: #071F0C;\n --inverse-surface-positive-active: #030C05FF;\n --inverse-surface-positive-hover: #0A2E12FF;\n --inverse-surface-positive-minor: #9EFAAF;\n --inverse-surface-positive-minor-active: #8BF99FFF;\n --inverse-surface-positive-minor-hover: #94F9A7FF;\n --inverse-surface-read-only: #F7F8FB03;\n --inverse-surface-read-only-active: #F8F9FC08;\n --inverse-surface-read-only-hover: #F8F9FC05;\n --inverse-surface-solid-card: #FFFFFF;\n --inverse-surface-solid-card-active: #FFFFFFFF;\n --inverse-surface-solid-card-brightness: #FFFFFFFF;\n --inverse-surface-solid-card-hover: #FFFFFFFF;\n --inverse-surface-solid-default: #07080B;\n --inverse-surface-solid-default-active: #040506FF;\n --inverse-surface-solid-default-hover: #14171FFF;\n --inverse-surface-solid-primary: #F4F5FB;\n --inverse-surface-solid-primary-active: #ECEEF8FF;\n --inverse-surface-solid-primary-brightness: #FFFFFFFF;\n --inverse-surface-solid-primary-hover: #F0F1FAFF;\n --inverse-surface-solid-secondary: #ECEDF4;\n --inverse-surface-solid-secondary-active: #E2E3EEFF;\n --inverse-surface-solid-secondary-hover: #E5E6F0FF;\n --inverse-surface-solid-tertiary: #D8DCE8;\n --inverse-surface-solid-tertiary-active: #CCD1E1FF;\n --inverse-surface-solid-tertiary-hover: #D2D7E5FF;\n --inverse-surface-transparent-accent: #071F0C1F;\n --inverse-surface-transparent-accent-active: #071D0B33;\n --inverse-surface-transparent-accent-hover: #071D0B2E;\n --inverse-surface-transparent-card: #FFFFFF;\n --inverse-surface-transparent-card-active: #FFFFFFFF;\n --inverse-surface-transparent-card-brightness: #FFFFFFFF;\n --inverse-surface-transparent-card-hover: #FFFFFFFF;\n --inverse-surface-transparent-deep: #07080BA3;\n --inverse-surface-transparent-deep-active: #08090CB8;\n --inverse-surface-transparent-deep-hover: #08090CB3;\n --inverse-surface-transparent-info: #0A19241F;\n --inverse-surface-transparent-info-active: #0A192433;\n --inverse-surface-transparent-info-hover: #0A19242E;\n --inverse-surface-transparent-negative: #2E090D1F;\n --inverse-surface-transparent-negative-active: #2F090D33;\n --inverse-surface-transparent-negative-hover: #2F090D2E;\n --inverse-surface-transparent-positive: #071F0C1F;\n --inverse-surface-transparent-positive-active: #071D0B33;\n --inverse-surface-transparent-positive-hover: #071D0B2E;\n --inverse-surface-transparent-primary: #07080B0A;\n --inverse-surface-transparent-primary-active: #08090C0F;\n --inverse-surface-transparent-primary-hover: #08090C0D;\n --inverse-surface-transparent-secondary: #07080B14;\n --inverse-surface-transparent-secondary-active: #08090C1F;\n --inverse-surface-transparent-secondary-hover: #08090C1A;\n --inverse-surface-transparent-tertiary: #07080B1F;\n --inverse-surface-transparent-tertiary-active: #08090C33;\n --inverse-surface-transparent-tertiary-hover: #08090C2E;\n --inverse-surface-transparent-warning: #2912051F;\n --inverse-surface-transparent-warning-active: #29120533;\n --inverse-surface-transparent-warning-hover: #2912052E;\n --inverse-surface-warning: #291205;\n --inverse-surface-warning-active: #170A03FF;\n --inverse-surface-warning-hover: #3B1A07FF;\n --inverse-surface-warning-minor: #FEE2D2;\n --inverse-surface-warning-minor-active: #FED9C3FF;\n --inverse-surface-warning-minor-hover: #FEDCC8FF;\n --on-dark-surface-accent: #071F0C;\n --on-dark-surface-accent-active: #051508FF;\n --on-dark-surface-accent-hover: #08250FFF;\n --on-dark-surface-accent-minor: #0A2B10;\n --on-dark-surface-accent-minor-active: #08210CFF;\n --on-dark-surface-accent-minor-hover: #0E3A16FF;\n --on-dark-surface-clear: #FFFFFF00;\n --on-dark-surface-clear-active: #FFFFFF00;\n --on-dark-surface-clear-hover: #FFFFFF00;\n --on-dark-surface-info: #0A1924;\n --on-dark-surface-info-active: #08141CFF;\n --on-dark-surface-info-hover: #0C1F2CFF;\n --on-dark-surface-info-minor: #0C283B;\n --on-dark-surface-info-minor-active: #0A2333FF;\n --on-dark-surface-info-minor-hover: #10344CFF;\n --on-dark-surface-negative: #2E090D;\n --on-dark-surface-negative-active: #26080BFF;\n --on-dark-surface-negative-hover: #400D12FF;\n --on-dark-surface-negative-minor: #4A0D13;\n --on-dark-surface-negative-minor-active: #410B11FF;\n --on-dark-surface-negative-minor-hover: #5B1018FF;\n --on-dark-surface-positive: #071F0C;\n --on-dark-surface-positive-active: #051508FF;\n --on-dark-surface-positive-hover: #08250FFF;\n --on-dark-surface-positive-minor: #0A2B10;\n --on-dark-surface-positive-minor-active: #08210CFF;\n --on-dark-surface-positive-minor-hover: #0E3A16FF;\n --on-dark-surface-read-only: #F7F8FB05;\n --on-dark-surface-read-only-active: #F8F9FC00;\n --on-dark-surface-read-only-hover: #F8F9FC0F;\n --on-dark-surface-solid-card: #16181D;\n --on-dark-surface-solid-card-active: #121317FF;\n --on-dark-surface-solid-card-brightness: #23262FFF;\n --on-dark-surface-solid-card-hover: #1F2229FF;\n --on-dark-surface-solid-default: #F7F8FB;\n --on-dark-surface-solid-default-active: #F1F3F8FF;\n --on-dark-surface-solid-default-hover: #FFFFFFFF;\n --on-dark-surface-solid-primary: #16181D;\n --on-dark-surface-solid-primary-active: #121317FF;\n --on-dark-surface-solid-primary-brightness: #23262FFF;\n --on-dark-surface-solid-primary-hover: #1F2229FF;\n --on-dark-surface-solid-secondary: #25262D;\n --on-dark-surface-solid-secondary-active: #202127FF;\n --on-dark-surface-solid-secondary-hover: #2E2F38FF;\n --on-dark-surface-solid-tertiary: #32353E;\n --on-dark-surface-solid-tertiary-active: #2D3039FF;\n --on-dark-surface-solid-tertiary-hover: #3B3F4AFF;\n --on-dark-surface-transparent-accent: #071F0C33;\n --on-dark-surface-transparent-accent-active: #071D0B24;\n --on-dark-surface-transparent-accent-hover: #071D0B52;\n --on-dark-surface-transparent-card: #F7F8FB0F;\n --on-dark-surface-transparent-card-active: #F8F9FC0A;\n --on-dark-surface-transparent-card-brightness: #F8F9FC0F;\n --on-dark-surface-transparent-card-hover: #F8F9FC1F;\n --on-dark-surface-transparent-deep: #F7F8FBA3;\n --on-dark-surface-transparent-deep-active: #F8F9FC94;\n --on-dark-surface-transparent-deep-hover: #F8F9FCC2;\n --on-dark-surface-transparent-info: #0A192433;\n --on-dark-surface-transparent-info-active: #0A192424;\n --on-dark-surface-transparent-info-hover: #0A192452;\n --on-dark-surface-transparent-negative: #2E090D33;\n --on-dark-surface-transparent-negative-active: #2F090D24;\n --on-dark-surface-transparent-negative-hover: #2F090D52;\n --on-dark-surface-transparent-positive: #071F0C33;\n --on-dark-surface-transparent-positive-active: #071D0B24;\n --on-dark-surface-transparent-positive-hover: #071D0B52;\n --on-dark-surface-transparent-primary: #F7F8FB0F;\n --on-dark-surface-transparent-primary-active: #F8F9FC0A;\n --on-dark-surface-transparent-primary-hover: #F8F9FC1F;\n --on-dark-surface-transparent-secondary: #F7F8FB1F;\n --on-dark-surface-transparent-secondary-active: #F8F9FC0F;\n --on-dark-surface-transparent-secondary-hover: #F8F9FC3D;\n --on-dark-surface-transparent-tertiary: #F7F8FB33;\n --on-dark-surface-transparent-tertiary-active: #F8F9FC24;\n --on-dark-surface-transparent-tertiary-hover: #F8F9FC52;\n --on-dark-surface-transparent-warning: #29120533;\n --on-dark-surface-transparent-warning-active: #29120524;\n --on-dark-surface-transparent-warning-hover: #29120552;\n --on-dark-surface-warning: #291205;\n --on-dark-surface-warning-active: #200E04FF;\n --on-dark-surface-warning-hover: #321606FF;\n --on-dark-surface-warning-minor: #3D1D0A;\n --on-dark-surface-warning-minor-active: #351909FF;\n --on-dark-surface-warning-minor-hover: #4F250DFF;\n --on-light-surface-accent: #071F0C;\n --on-light-surface-accent-active: #030C05FF;\n --on-light-surface-accent-hover: #0A2E12FF;\n --on-light-surface-accent-minor: #9EFAAF;\n --on-light-surface-accent-minor-active: #8BF99FFF;\n --on-light-surface-accent-minor-hover: #94F9A7FF;\n --on-light-surface-clear: #FFFFFF00;\n --on-light-surface-clear-active: #FFFFFF00;\n --on-light-surface-clear-hover: #FFFFFF00;\n --on-light-surface-info: #0A1924;\n --on-light-surface-info-active: #050E14FF;\n --on-light-surface-info-hover: #0E2434FF;\n --on-light-surface-info-minor: #CFECFF;\n --on-light-surface-info-minor-active: #C2E7FFFF;\n --on-light-surface-info-minor-hover: #C7E9FFFF;\n --on-light-surface-negative: #2E090D;\n --on-light-surface-negative-active: #1E0608FF;\n --on-light-surface-negative-hover: #400D12FF;\n --on-light-surface-negative-minor: #FFE0E3;\n --on-light-surface-negative-minor-active: #FFD1D6FF;\n --on-light-surface-negative-minor-hover: #FFD6DAFF;\n --on-light-surface-positive: #071F0C;\n --on-light-surface-positive-active: #030C05FF;\n --on-light-surface-positive-hover: #0A2E12FF;\n --on-light-surface-positive-minor: #9EFAAF;\n --on-light-surface-positive-minor-active: #8BF99FFF;\n --on-light-surface-positive-minor-hover: #94F9A7FF;\n --on-light-surface-read-only: #F7F8FB03;\n --on-light-surface-read-only-active: #F8F9FC08;\n --on-light-surface-read-only-hover: #F8F9FC05;\n --on-light-surface-solid-card: #FFFFFF;\n --on-light-surface-solid-card-active: #FFFFFFFF;\n --on-light-surface-solid-card-brightness: #FFFFFFFF;\n --on-light-surface-solid-card-hover: #FFFFFFFF;\n --on-light-surface-solid-default: #07080B;\n --on-light-surface-solid-default-active: #040506FF;\n --on-light-surface-solid-default-hover: #14171FFF;\n --on-light-surface-solid-primary: #F4F5FB;\n --on-light-surface-solid-primary-active: #ECEEF8FF;\n --on-light-surface-solid-primary-brightness: #FFFFFFFF;\n --on-light-surface-solid-primary-hover: #F0F1FAFF;\n --on-light-surface-solid-secondary: #ECEDF4;\n --on-light-surface-solid-secondary-active: #E2E3EEFF;\n --on-light-surface-solid-secondary-hover: #E5E6F0FF;\n --on-light-surface-solid-tertiary: #D8DCE8;\n --on-light-surface-solid-tertiary-active: #CCD1E1FF;\n --on-light-surface-solid-tertiary-hover: #D2D7E5FF;\n --on-light-surface-transparent-accent: #071F0C1F;\n --on-light-surface-transparent-accent-active: #071D0B33;\n --on-light-surface-transparent-accent-hover: #071D0B2E;\n --on-light-surface-transparent-card: #FFFFFF;\n --on-light-surface-transparent-card-active: #FFFFFFFF;\n --on-light-surface-transparent-card-brightness: #FFFFFFFF;\n --on-light-surface-transparent-card-hover: #FFFFFFFF;\n --on-light-surface-transparent-deep: #07080BA3;\n --on-light-surface-transparent-deep-active: #08090CB8;\n --on-light-surface-transparent-deep-hover: #08090CB3;\n --on-light-surface-transparent-info: #0A19241F;\n --on-light-surface-transparent-info-active: #0A192433;\n --on-light-surface-transparent-info-hover: #0A19242E;\n --on-light-surface-transparent-negative: #2E090D1F;\n --on-light-surface-transparent-negative-active: #2F090D33;\n --on-light-surface-transparent-negative-hover: #2F090D2E;\n --on-light-surface-transparent-positive: #071F0C1F;\n --on-light-surface-transparent-positive-active: #071D0B33;\n --on-light-surface-transparent-positive-hover: #071D0B2E;\n --on-light-surface-transparent-primary: #07080B0A;\n --on-light-surface-transparent-primary-active: #08090C0F;\n --on-light-surface-transparent-primary-hover: #08090C0D;\n --on-light-surface-transparent-secondary: #07080B14;\n --on-light-surface-transparent-secondary-active: #08090C1F;\n --on-light-surface-transparent-secondary-hover: #08090C1A;\n --on-light-surface-transparent-tertiary: #07080B1F;\n --on-light-surface-transparent-tertiary-active: #08090C33;\n --on-light-surface-transparent-tertiary-hover: #08090C2E;\n --on-light-surface-transparent-warning: #2912051F;\n --on-light-surface-transparent-warning-active: #29120533;\n --on-light-surface-transparent-warning-hover: #2912052E;\n --on-light-surface-warning: #291205;\n --on-light-surface-warning-active: #170A03FF;\n --on-light-surface-warning-hover: #3B1A07FF;\n --on-light-surface-warning-minor: #FEE2D2;\n --on-light-surface-warning-minor-active: #FED9C3FF;\n --on-light-surface-warning-minor-hover: #FEDCC8FF;\n --text-accent: #0D8523;\n --text-accent-active: #10A22BFF;\n --text-accent-hover: #13BE32FF;\n --text-accent-minor: #095C18;\n --text-accent-minor-active: #0C7920FF;\n --text-accent-minor-hover: #0F9527FF;\n --text-info: #0C72B6;\n --text-info-active: #0A6099FF;\n --text-info-hover: #229EF1FF;\n --text-info-minor: #0D5382;\n --text-info-minor-active: #10659EFF;\n --text-info-minor-hover: #1277BAFF;\n --text-negative: #E31227;\n --text-negative-active: #C61022FF;\n --text-negative-hover: #ED263AFF;\n --text-negative-minor: #9C1422;\n --text-negative-minor-active: #83111CFF;\n --text-negative-minor-hover: #B91828FF;\n --text-paragraph: #F7F8FBCC;\n --text-paragraph-active: #F8F9FCA3;\n --text-paragraph-hover: #F8F9FC7A;\n --text-positive: #0D8523;\n --text-positive-active: #10A22BFF;\n --text-positive-hover: #13BE32FF;\n --text-positive-minor: #095C18;\n --text-positive-minor-active: #0C7920FF;\n --text-positive-minor-hover: #0F9527FF;\n --text-primary: #F7F8FBF5;\n --text-primary-active: #F8F9FCC4;\n --text-primary-brightness: #F8F9FCF5;\n --text-primary-hover: #F8F9FC93;\n --text-secondary: #F7F8FB8F;\n --text-secondary-active: #F8F9FCAB;\n --text-secondary-hover: #F8F9FCFF;\n --text-tertiary: #F7F8FB47;\n --text-tertiary-active: #F8F9FC56;\n --text-tertiary-hover: #F8F9FCFF;\n --text-warning: #D14D00;\n --text-warning-active: #B34100FF;\n --text-warning-hover: #F05800FF;\n --text-warning-minor: #85380C;\n --text-warning-minor-active: #9F440FFF;\n --text-warning-minor-hover: #BB4F11FF;\n --inverse-text-accent: #095C18;\n --inverse-text-accent-active: #0D8222FF;\n --inverse-text-accent-hover: #11A72CFF;\n --inverse-text-accent-minor: #28D247;\n --inverse-text-accent-minor-active: #21B03CFF;\n --inverse-text-accent-minor-hover: #47DC62FF;\n --inverse-text-info: #0D5382;\n --inverse-text-info-active: #116BA7FF;\n --inverse-text-info-hover: #1483CCFF;\n --inverse-text-info-minor: #52BAFF;\n --inverse-text-info-minor-active: #29A9FFFF;\n --inverse-text-info-minor-hover: #7ACAFFFF;\n --inverse-text-negative: #9C1422;\n --inverse-text-negative-active: #7A101AFF;\n --inverse-text-negative-hover: #C2192AFF;\n --inverse-text-negative-minor: #FF8F9A;\n --inverse-text-negative-minor-active: #FF6675FF;\n --inverse-text-negative-minor-hover: #FFB8BFFF;\n --inverse-text-paragraph: #16181DCC;\n --inverse-text-paragraph-active: #16181DA3;\n --inverse-text-paragraph-hover: #16181D7A;\n --inverse-text-positive: #095C18;\n --inverse-text-positive-active: #0D8222FF;\n --inverse-text-positive-hover: #11A72CFF;\n --inverse-text-positive-minor: #28D247;\n --inverse-text-positive-minor-active: #21B03CFF;\n --inverse-text-positive-minor-hover: #47DC62FF;\n --inverse-text-primary: #16181DF5;\n --inverse-text-primary-active: #16181DC4;\n --inverse-text-primary-brightness: #16181DF5;\n --inverse-text-primary-hover: #16181D93;\n --inverse-text-secondary: #16181D8F;\n --inverse-text-secondary-active: #16181DAB;\n --inverse-text-secondary-hover: #16181DFF;\n --inverse-text-tertiary: #16181D47;\n --inverse-text-tertiary-active: #16181D56;\n --inverse-text-tertiary-hover: #16181DFF;\n --inverse-text-warning: #85380C;\n --inverse-text-warning-active: #A84710FF;\n --inverse-text-warning-hover: #CD5713FF;\n --inverse-text-warning-minor: #FD9C68;\n --inverse-text-warning-minor-active: #FC8240FF;\n --inverse-text-warning-minor-hover: #FDB790FF;\n --on-dark-text-accent: #0D8523;\n --on-dark-text-accent-active: #10A22BFF;\n --on-dark-text-accent-hover: #13BE32FF;\n --on-dark-text-accent-minor: #095C18;\n --on-dark-text-accent-minor-active: #0C7920FF;\n --on-dark-text-accent-minor-hover: #0F9527FF;\n --on-dark-text-info: #0C72B6;\n --on-dark-text-info-active: #0A6099FF;\n --on-dark-text-info-hover: #229EF1FF;\n --on-dark-text-info-minor: #0D5382;\n --on-dark-text-info-minor-active: #10659EFF;\n --on-dark-text-info-minor-hover: #1277BAFF;\n --on-dark-text-negative: #E31227;\n --on-dark-text-negative-active: #C61022FF;\n --on-dark-text-negative-hover: #ED263AFF;\n --on-dark-text-negative-minor: #9C1422;\n --on-dark-text-negative-minor-active: #83111CFF;\n --on-dark-text-negative-minor-hover: #B91828FF;\n --on-dark-text-paragraph: #F7F8FBCC;\n --on-dark-text-paragraph-active: #F8F9FCA3;\n --on-dark-text-paragraph-hover: #F8F9FC7A;\n --on-dark-text-positive: #0D8523;\n --on-dark-text-positive-active: #10A22BFF;\n --on-dark-text-positive-hover: #13BE32FF;\n --on-dark-text-positive-minor: #095C18;\n --on-dark-text-positive-minor-active: #0C7920FF;\n --on-dark-text-positive-minor-hover: #0F9527FF;\n --on-dark-text-primary: #F7F8FBF5;\n --on-dark-text-primary-active: #F8F9FCC4;\n --on-dark-text-primary-brightness: #F8F9FCF5;\n --on-dark-text-primary-hover: #F8F9FC93;\n --on-dark-text-secondary: #F7F8FB8F;\n --on-dark-text-secondary-active: #F8F9FCAB;\n --on-dark-text-secondary-hover: #F8F9FCFF;\n --on-dark-text-tertiary: #F7F8FB47;\n --on-dark-text-tertiary-active: #F8F9FC56;\n --on-dark-text-tertiary-hover: #F8F9FCFF;\n --on-dark-text-warning: #D14D00;\n --on-dark-text-warning-active: #B34100FF;\n --on-dark-text-warning-hover: #F05800FF;\n --on-dark-text-warning-minor: #85380C;\n --on-dark-text-warning-minor-active: #9F440FFF;\n --on-dark-text-warning-minor-hover: #BB4F11FF;\n --on-light-text-accent: #095C18;\n --on-light-text-accent-active: #0D8222FF;\n --on-light-text-accent-hover: #11A72CFF;\n --on-light-text-accent-minor: #28D247;\n --on-light-text-accent-minor-active: #21B03CFF;\n --on-light-text-accent-minor-hover: #47DC62FF;\n --on-light-text-info: #0D5382;\n --on-light-text-info-active: #116BA7FF;\n --on-light-text-info-hover: #1483CCFF;\n --on-light-text-info-minor: #52BAFF;\n --on-light-text-info-minor-active: #29A9FFFF;\n --on-light-text-info-minor-hover: #7ACAFFFF;\n --on-light-text-negative: #9C1422;\n --on-light-text-negative-active: #7A101AFF;\n --on-light-text-negative-hover: #C2192AFF;\n --on-light-text-negative-minor: #FF8F9A;\n --on-light-text-negative-minor-active: #FF6675FF;\n --on-light-text-negative-minor-hover: #FFB8BFFF;\n --on-light-text-paragraph: #16181DCC;\n --on-light-text-paragraph-active: #16181DA3;\n --on-light-text-paragraph-hover: #16181D7A;\n --on-light-text-positive: #095C18;\n --on-light-text-positive-active: #0D8222FF;\n --on-light-text-positive-hover: #11A72CFF;\n --on-light-text-positive-minor: #28D247;\n --on-light-text-positive-minor-active: #21B03CFF;\n --on-light-text-positive-minor-hover: #47DC62FF;\n --on-light-text-primary: #16181DF5;\n --on-light-text-primary-active: #16181DC4;\n --on-light-text-primary-brightness: #16181DF5;\n --on-light-text-primary-hover: #16181D93;\n --on-light-text-secondary: #16181D8F;\n --on-light-text-secondary-active: #16181DAB;\n --on-light-text-secondary-hover: #16181DFF;\n --on-light-text-tertiary: #16181D47;\n --on-light-text-tertiary-active: #16181D56;\n --on-light-text-tertiary-hover: #16181DFF;\n --on-light-text-warning: #85380C;\n --on-light-text-warning-active: #A84710FF;\n --on-light-text-warning-hover: #CD5713FF;\n --on-light-text-warning-minor: #FD9C68;\n --on-light-text-warning-minor-active: #FC8240FF;\n --on-light-text-warning-minor-hover: #FDB790FF;\n color: var(--text-primary);\n background-color: var(--background-primary);\n}\n\n:root {\n\n}\n\n:root {\n --shadow-down-hard-l: 0rem 3.75rem 7rem -0.5rem #00000066;\n --shadow-down-hard-m: 0rem 1rem 2rem -0.5rem #0000003D;\n --shadow-down-hard-s: 0rem 0.25rem 0.75rem -0.1875rem #08080829, 0rem 0.0625rem 0.25rem -0.125rem #00000014;\n --shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;\n --shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;\n --shadow-down-soft-s: 0rem 0.25rem 0.875rem -0.25rem #08080814, 0rem 0.0625rem 0.25rem -0.0625rem #0000000A;\n --shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;\n --shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;\n --shadow-up-hard-s: 0rem -0.25rem 0.75rem -0.1875rem #08080833, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;\n --shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;\n --shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;\n --shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;\n}\n\n:root {\n --border-radius-circle: 100rem;\n --border-radius-l: 1rem;\n --border-radius-m: 0.75rem;\n --border-radius-s: 0.5rem;\n --border-radius-xl: 1.25rem;\n --border-radius-xs: 0.375rem;\n --border-radius-xxl: 2rem;\n --border-radius-xxs: 0.25rem;\n}\n\n:root {\n --spacing-0x: 0rem;\n --spacing-10x: 1.25rem;\n --spacing-12x: 1.5rem;\n --spacing-16x: 2rem;\n --spacing-1x: 0.125rem;\n --spacing-20x: 2.5rem;\n --spacing-24x: 3rem;\n --spacing-2x: 0.25rem;\n --spacing-32x: 4rem;\n --spacing-3x: 0.375rem;\n --spacing-40x: 5rem;\n --spacing-4x: 0.5rem;\n --spacing-60x: 7.5rem;\n --spacing-6x: 0.75rem;\n --spacing-8x: 1rem;\n}\n\n:root {\n font-size: 16px;\n --plasma-typo-overflow-wrap: break-word;\n --plasma-typo-hyphens: auto;\n --plasma-typo-display-font-family: '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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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 --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}\n\n@media (max-width: 559px) {\n :root {\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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-h1-font-size: 1.75rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 2.125rem;\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-h2-font-size: 1.5rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 1.875rem;\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-h3-font-size: 1.25rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.625rem;\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-h4-font-size: 1.125rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.5rem;\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-h5-font-size: 1rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.375rem;\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-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-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-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-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-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-xs-bold-font-size: 0.75rem;\n --plasma-typo-text-xs-bold-font-weight: 600;\n --plasma-typo-text-xs-bold-line-height: 1rem;\n --plasma-typo-text-xs-medium-font-size: 0.75rem;\n --plasma-typo-text-xs-medium-font-weight: 500;\n --plasma-typo-text-xs-medium-line-height: 1rem;\n --plasma-typo-text-xs-font-size: 0.75rem;\n --plasma-typo-text-xs-font-weight: 400;\n --plasma-typo-text-xs-line-height: 1rem;\n }\n}\n\n@media (min-width: 560px) and (max-width: 959px) {\n :root {\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-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-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-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-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-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-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-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-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-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-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-l-font-size: 7rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 7rem;\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-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-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-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-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-h1-font-size: 2.5rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 2.875rem;\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-h2-font-size: 1.75rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.125rem;\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-h3-font-size: 1.25rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.625rem;\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-h4-font-size: 1.125rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.5rem;\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-h5-font-size: 1rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.375rem;\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-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-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-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-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-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-xs-bold-font-size: 0.75rem;\n --plasma-typo-text-xs-bold-font-weight: 600;\n --plasma-typo-text-xs-bold-line-height: 1rem;\n --plasma-typo-text-xs-medium-font-size: 0.75rem;\n --plasma-typo-text-xs-medium-font-weight: 500;\n --plasma-typo-text-xs-medium-line-height: 1rem;\n --plasma-typo-text-xs-font-size: 0.75rem;\n --plasma-typo-text-xs-font-weight: 400;\n --plasma-typo-text-xs-line-height: 1rem;\n }\n}\n\n@media (min-width: 960px) {\n :root {\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-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-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-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-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-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-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-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-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-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-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-l-font-size: 8rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 8rem;\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-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-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-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-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-h1-font-size: 3rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 3.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-h2-font-size: 2rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.375rem;\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-h3-font-size: 1.5rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 1.875rem;\n --plasma-typo-h4-bold-font-size: 1.25rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.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-h4-font-size: 1.25rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.625rem;\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-h5-font-size: 1.125rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.5rem;\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-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-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-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-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-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-xs-bold-font-size: 0.75rem;\n --plasma-typo-text-xs-bold-font-weight: 600;\n --plasma-typo-text-xs-bold-line-height: 1rem;\n --plasma-typo-text-xs-medium-font-size: 0.75rem;\n --plasma-typo-text-xs-medium-font-weight: 500;\n --plasma-typo-text-xs-medium-line-height: 1rem;\n --plasma-typo-text-xs-font-size: 0.75rem;\n --plasma-typo-text-xs-font-weight: 400;\n --plasma-typo-text-xs-line-height: 1rem;\n }\n}`] as unknown as TemplateStringsArray;\n"],"names":["test1750__dark"],"mappings":"AAAA;;AAEO,IAAMA,cAAc,GAAG,CAigDQ,69wEAAA;;;;"}
|