@salutejs/sdds-themes 0.29.0-dev.0 → 0.30.0-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/sdds_cs.module.css +18 -0
- package/css/sdds_cs__dark.css +18 -0
- package/css/sdds_cs__light.css +18 -0
- package/css/sdds_dfa.module.css +18 -0
- package/css/sdds_dfa__dark.css +18 -0
- package/css/sdds_dfa__light.css +18 -0
- package/css/sdds_finportal.module.css +18 -0
- package/css/sdds_finportal__dark.css +18 -0
- package/css/sdds_finportal__light.css +18 -0
- package/css/sdds_insol.module.css +18 -0
- package/css/sdds_insol__dark.css +18 -0
- package/css/sdds_insol__light.css +18 -0
- package/css/sdds_os.module.css +18 -0
- package/css/sdds_os__dark.css +18 -0
- package/css/sdds_os__light.css +18 -0
- package/css/sdds_serv.module.css +18 -0
- package/css/sdds_serv__dark.css +18 -0
- package/css/sdds_serv__light.css +18 -0
- package/es/themes/sdds_cs__dark.js +1 -1
- package/es/themes/sdds_cs__dark.js.map +1 -1
- package/es/themes/sdds_cs__light.js +1 -1
- package/es/themes/sdds_cs__light.js.map +1 -1
- package/es/themes/sdds_dfa__dark.js +1 -1
- package/es/themes/sdds_dfa__dark.js.map +1 -1
- package/es/themes/sdds_dfa__light.js +1 -1
- package/es/themes/sdds_dfa__light.js.map +1 -1
- package/es/themes/sdds_finportal__dark.js +1 -1
- package/es/themes/sdds_finportal__dark.js.map +1 -1
- package/es/themes/sdds_finportal__light.js +1 -1
- package/es/themes/sdds_finportal__light.js.map +1 -1
- package/es/themes/sdds_insol__dark.js +1 -1
- package/es/themes/sdds_insol__dark.js.map +1 -1
- package/es/themes/sdds_insol__light.js +1 -1
- package/es/themes/sdds_insol__light.js.map +1 -1
- package/es/themes/sdds_os__dark.js +1 -1
- package/es/themes/sdds_os__dark.js.map +1 -1
- package/es/themes/sdds_os__light.js +1 -1
- package/es/themes/sdds_os__light.js.map +1 -1
- package/es/themes/sdds_serv__dark.js +1 -1
- package/es/themes/sdds_serv__dark.js.map +1 -1
- package/es/themes/sdds_serv__light.js +1 -1
- package/es/themes/sdds_serv__light.js.map +1 -1
- package/es/tokens/index.js +30 -0
- package/es/tokens/index.js.map +1 -1
- package/es/tokens/sdds_cs/index.js +30 -0
- package/es/tokens/sdds_cs/index.js.map +1 -1
- package/es/tokens/sdds_dfa/index.js +30 -0
- package/es/tokens/sdds_dfa/index.js.map +1 -1
- package/es/tokens/sdds_finportal/index.js +30 -0
- package/es/tokens/sdds_finportal/index.js.map +1 -1
- package/es/tokens/sdds_insol/index.js +30 -0
- package/es/tokens/sdds_insol/index.js.map +1 -1
- package/es/tokens/sdds_os/index.js +30 -0
- package/es/tokens/sdds_os/index.js.map +1 -1
- package/es/tokens/sdds_serv/index.js +30 -0
- package/es/tokens/sdds_serv/index.js.map +1 -1
- package/package.json +3 -3
- package/themes/sdds_cs__dark.js +1 -1
- package/themes/sdds_cs__dark.js.map +1 -1
- package/themes/sdds_cs__light.js +1 -1
- package/themes/sdds_cs__light.js.map +1 -1
- package/themes/sdds_dfa__dark.js +1 -1
- package/themes/sdds_dfa__dark.js.map +1 -1
- package/themes/sdds_dfa__light.js +1 -1
- package/themes/sdds_dfa__light.js.map +1 -1
- package/themes/sdds_finportal__dark.js +1 -1
- package/themes/sdds_finportal__dark.js.map +1 -1
- package/themes/sdds_finportal__light.js +1 -1
- package/themes/sdds_finportal__light.js.map +1 -1
- package/themes/sdds_insol__dark.js +1 -1
- package/themes/sdds_insol__dark.js.map +1 -1
- package/themes/sdds_insol__light.js +1 -1
- package/themes/sdds_insol__light.js.map +1 -1
- package/themes/sdds_os__dark.js +1 -1
- package/themes/sdds_os__dark.js.map +1 -1
- package/themes/sdds_os__light.js +1 -1
- package/themes/sdds_os__light.js.map +1 -1
- package/themes/sdds_serv__dark.js +1 -1
- package/themes/sdds_serv__dark.js.map +1 -1
- package/themes/sdds_serv__light.js +1 -1
- package/themes/sdds_serv__light.js.map +1 -1
- package/tokens/index.d.ts +30 -0
- package/tokens/index.js +32 -2
- package/tokens/index.js.map +1 -1
- package/tokens/sdds_cs/index.d.ts +30 -0
- package/tokens/sdds_cs/index.js +32 -2
- package/tokens/sdds_cs/index.js.map +1 -1
- package/tokens/sdds_dfa/index.d.ts +30 -0
- package/tokens/sdds_dfa/index.js +32 -1
- package/tokens/sdds_dfa/index.js.map +1 -1
- package/tokens/sdds_finportal/index.d.ts +30 -0
- package/tokens/sdds_finportal/index.js +32 -2
- package/tokens/sdds_finportal/index.js.map +1 -1
- package/tokens/sdds_insol/index.d.ts +30 -0
- package/tokens/sdds_insol/index.js +32 -1
- package/tokens/sdds_insol/index.js.map +1 -1
- package/tokens/sdds_os/index.d.ts +30 -0
- package/tokens/sdds_os/index.js +32 -1
- package/tokens/sdds_os/index.js.map +1 -1
- package/tokens/sdds_serv/index.d.ts +30 -0
- package/tokens/sdds_serv/index.js +32 -1
- package/tokens/sdds_serv/index.js.map +1 -1
package/css/sdds_cs.module.css
CHANGED
|
@@ -877,6 +877,24 @@ export const inverseTextPromoMinorGradient = 'var(--inverse-text-promo-minor-gra
|
|
|
877
877
|
--border-radius-xxl: 32px;
|
|
878
878
|
}
|
|
879
879
|
|
|
880
|
+
.dark, .light {
|
|
881
|
+
--spacing-0x: 0px;
|
|
882
|
+
--spacing-1x: 2px;
|
|
883
|
+
--spacing-2x: 4px;
|
|
884
|
+
--spacing-3x: 6px;
|
|
885
|
+
--spacing-4x: 8px;
|
|
886
|
+
--spacing-6x: 12px;
|
|
887
|
+
--spacing-8x: 16px;
|
|
888
|
+
--spacing-10x: 20px;
|
|
889
|
+
--spacing-12x: 24px;
|
|
890
|
+
--spacing-16x: 32px;
|
|
891
|
+
--spacing-20x: 40px;
|
|
892
|
+
--spacing-24x: 48px;
|
|
893
|
+
--spacing-32x: 64px;
|
|
894
|
+
--spacing-40x: 80px;
|
|
895
|
+
--spacing-60x: 120px;
|
|
896
|
+
}
|
|
897
|
+
|
|
880
898
|
.dark, .light {
|
|
881
899
|
font-size: 16px;
|
|
882
900
|
--plasma-typo-overflow-wrap: break-word;
|
package/css/sdds_cs__dark.css
CHANGED
|
@@ -450,6 +450,24 @@
|
|
|
450
450
|
--border-radius-xxl: 32px;
|
|
451
451
|
}
|
|
452
452
|
|
|
453
|
+
:root {
|
|
454
|
+
--spacing-0x: 0px;
|
|
455
|
+
--spacing-1x: 2px;
|
|
456
|
+
--spacing-2x: 4px;
|
|
457
|
+
--spacing-3x: 6px;
|
|
458
|
+
--spacing-4x: 8px;
|
|
459
|
+
--spacing-6x: 12px;
|
|
460
|
+
--spacing-8x: 16px;
|
|
461
|
+
--spacing-10x: 20px;
|
|
462
|
+
--spacing-12x: 24px;
|
|
463
|
+
--spacing-16x: 32px;
|
|
464
|
+
--spacing-20x: 40px;
|
|
465
|
+
--spacing-24x: 48px;
|
|
466
|
+
--spacing-32x: 64px;
|
|
467
|
+
--spacing-40x: 80px;
|
|
468
|
+
--spacing-60x: 120px;
|
|
469
|
+
}
|
|
470
|
+
|
|
453
471
|
:root {
|
|
454
472
|
font-size: 16px;
|
|
455
473
|
--plasma-typo-overflow-wrap: break-word;
|
package/css/sdds_cs__light.css
CHANGED
|
@@ -452,6 +452,24 @@ export const inverseTextPromoMinorGradient = 'var(--inverse-text-promo-minor-gra
|
|
|
452
452
|
--border-radius-xxl: 32px;
|
|
453
453
|
}
|
|
454
454
|
|
|
455
|
+
:root {
|
|
456
|
+
--spacing-0x: 0px;
|
|
457
|
+
--spacing-1x: 2px;
|
|
458
|
+
--spacing-2x: 4px;
|
|
459
|
+
--spacing-3x: 6px;
|
|
460
|
+
--spacing-4x: 8px;
|
|
461
|
+
--spacing-6x: 12px;
|
|
462
|
+
--spacing-8x: 16px;
|
|
463
|
+
--spacing-10x: 20px;
|
|
464
|
+
--spacing-12x: 24px;
|
|
465
|
+
--spacing-16x: 32px;
|
|
466
|
+
--spacing-20x: 40px;
|
|
467
|
+
--spacing-24x: 48px;
|
|
468
|
+
--spacing-32x: 64px;
|
|
469
|
+
--spacing-40x: 80px;
|
|
470
|
+
--spacing-60x: 120px;
|
|
471
|
+
}
|
|
472
|
+
|
|
455
473
|
:root {
|
|
456
474
|
font-size: 16px;
|
|
457
475
|
--plasma-typo-overflow-wrap: break-word;
|
package/css/sdds_dfa.module.css
CHANGED
|
@@ -1823,6 +1823,24 @@
|
|
|
1823
1823
|
--border-radius-xxl: 32px;
|
|
1824
1824
|
}
|
|
1825
1825
|
|
|
1826
|
+
.dark, .light {
|
|
1827
|
+
--spacing-0x: 0px;
|
|
1828
|
+
--spacing-1x: 2px;
|
|
1829
|
+
--spacing-2x: 4px;
|
|
1830
|
+
--spacing-3x: 6px;
|
|
1831
|
+
--spacing-4x: 8px;
|
|
1832
|
+
--spacing-6x: 12px;
|
|
1833
|
+
--spacing-8x: 16px;
|
|
1834
|
+
--spacing-10x: 20px;
|
|
1835
|
+
--spacing-12x: 24px;
|
|
1836
|
+
--spacing-16x: 32px;
|
|
1837
|
+
--spacing-20x: 40px;
|
|
1838
|
+
--spacing-24x: 48px;
|
|
1839
|
+
--spacing-32x: 64px;
|
|
1840
|
+
--spacing-40x: 80px;
|
|
1841
|
+
--spacing-60x: 120px;
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1826
1844
|
.dark, .light {
|
|
1827
1845
|
font-size: 16px;
|
|
1828
1846
|
--plasma-typo-overflow-wrap: break-word;
|
package/css/sdds_dfa__dark.css
CHANGED
|
@@ -922,6 +922,24 @@
|
|
|
922
922
|
--border-radius-xxl: 32px;
|
|
923
923
|
}
|
|
924
924
|
|
|
925
|
+
:root {
|
|
926
|
+
--spacing-0x: 0px;
|
|
927
|
+
--spacing-1x: 2px;
|
|
928
|
+
--spacing-2x: 4px;
|
|
929
|
+
--spacing-3x: 6px;
|
|
930
|
+
--spacing-4x: 8px;
|
|
931
|
+
--spacing-6x: 12px;
|
|
932
|
+
--spacing-8x: 16px;
|
|
933
|
+
--spacing-10x: 20px;
|
|
934
|
+
--spacing-12x: 24px;
|
|
935
|
+
--spacing-16x: 32px;
|
|
936
|
+
--spacing-20x: 40px;
|
|
937
|
+
--spacing-24x: 48px;
|
|
938
|
+
--spacing-32x: 64px;
|
|
939
|
+
--spacing-40x: 80px;
|
|
940
|
+
--spacing-60x: 120px;
|
|
941
|
+
}
|
|
942
|
+
|
|
925
943
|
:root {
|
|
926
944
|
font-size: 16px;
|
|
927
945
|
--plasma-typo-overflow-wrap: break-word;
|
package/css/sdds_dfa__light.css
CHANGED
|
@@ -926,6 +926,24 @@
|
|
|
926
926
|
--border-radius-xxl: 32px;
|
|
927
927
|
}
|
|
928
928
|
|
|
929
|
+
:root {
|
|
930
|
+
--spacing-0x: 0px;
|
|
931
|
+
--spacing-1x: 2px;
|
|
932
|
+
--spacing-2x: 4px;
|
|
933
|
+
--spacing-3x: 6px;
|
|
934
|
+
--spacing-4x: 8px;
|
|
935
|
+
--spacing-6x: 12px;
|
|
936
|
+
--spacing-8x: 16px;
|
|
937
|
+
--spacing-10x: 20px;
|
|
938
|
+
--spacing-12x: 24px;
|
|
939
|
+
--spacing-16x: 32px;
|
|
940
|
+
--spacing-20x: 40px;
|
|
941
|
+
--spacing-24x: 48px;
|
|
942
|
+
--spacing-32x: 64px;
|
|
943
|
+
--spacing-40x: 80px;
|
|
944
|
+
--spacing-60x: 120px;
|
|
945
|
+
}
|
|
946
|
+
|
|
929
947
|
:root {
|
|
930
948
|
font-size: 16px;
|
|
931
949
|
--plasma-typo-overflow-wrap: break-word;
|
|
@@ -1669,6 +1669,24 @@
|
|
|
1669
1669
|
--border-radius-xxl: 32px;
|
|
1670
1670
|
}
|
|
1671
1671
|
|
|
1672
|
+
.dark, .light {
|
|
1673
|
+
--spacing-0x: 0px;
|
|
1674
|
+
--spacing-1x: 2px;
|
|
1675
|
+
--spacing-2x: 4px;
|
|
1676
|
+
--spacing-3x: 6px;
|
|
1677
|
+
--spacing-4x: 8px;
|
|
1678
|
+
--spacing-6x: 12px;
|
|
1679
|
+
--spacing-8x: 16px;
|
|
1680
|
+
--spacing-10x: 20px;
|
|
1681
|
+
--spacing-12x: 24px;
|
|
1682
|
+
--spacing-16x: 32px;
|
|
1683
|
+
--spacing-20x: 40px;
|
|
1684
|
+
--spacing-24x: 48px;
|
|
1685
|
+
--spacing-32x: 64px;
|
|
1686
|
+
--spacing-40x: 80px;
|
|
1687
|
+
--spacing-60x: 120px;
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1672
1690
|
.dark, .light {
|
|
1673
1691
|
font-size: 16px;
|
|
1674
1692
|
--plasma-typo-overflow-wrap: break-word;
|
|
@@ -847,6 +847,24 @@
|
|
|
847
847
|
--border-radius-xxl: 32px;
|
|
848
848
|
}
|
|
849
849
|
|
|
850
|
+
:root {
|
|
851
|
+
--spacing-0x: 0px;
|
|
852
|
+
--spacing-1x: 2px;
|
|
853
|
+
--spacing-2x: 4px;
|
|
854
|
+
--spacing-3x: 6px;
|
|
855
|
+
--spacing-4x: 8px;
|
|
856
|
+
--spacing-6x: 12px;
|
|
857
|
+
--spacing-8x: 16px;
|
|
858
|
+
--spacing-10x: 20px;
|
|
859
|
+
--spacing-12x: 24px;
|
|
860
|
+
--spacing-16x: 32px;
|
|
861
|
+
--spacing-20x: 40px;
|
|
862
|
+
--spacing-24x: 48px;
|
|
863
|
+
--spacing-32x: 64px;
|
|
864
|
+
--spacing-40x: 80px;
|
|
865
|
+
--spacing-60x: 120px;
|
|
866
|
+
}
|
|
867
|
+
|
|
850
868
|
:root {
|
|
851
869
|
font-size: 16px;
|
|
852
870
|
--plasma-typo-overflow-wrap: break-word;
|
|
@@ -847,6 +847,24 @@
|
|
|
847
847
|
--border-radius-xxl: 32px;
|
|
848
848
|
}
|
|
849
849
|
|
|
850
|
+
:root {
|
|
851
|
+
--spacing-0x: 0px;
|
|
852
|
+
--spacing-1x: 2px;
|
|
853
|
+
--spacing-2x: 4px;
|
|
854
|
+
--spacing-3x: 6px;
|
|
855
|
+
--spacing-4x: 8px;
|
|
856
|
+
--spacing-6x: 12px;
|
|
857
|
+
--spacing-8x: 16px;
|
|
858
|
+
--spacing-10x: 20px;
|
|
859
|
+
--spacing-12x: 24px;
|
|
860
|
+
--spacing-16x: 32px;
|
|
861
|
+
--spacing-20x: 40px;
|
|
862
|
+
--spacing-24x: 48px;
|
|
863
|
+
--spacing-32x: 64px;
|
|
864
|
+
--spacing-40x: 80px;
|
|
865
|
+
--spacing-60x: 120px;
|
|
866
|
+
}
|
|
867
|
+
|
|
850
868
|
:root {
|
|
851
869
|
font-size: 16px;
|
|
852
870
|
--plasma-typo-overflow-wrap: break-word;
|
|
@@ -1709,6 +1709,24 @@
|
|
|
1709
1709
|
--border-radius-xxl: 32px;
|
|
1710
1710
|
}
|
|
1711
1711
|
|
|
1712
|
+
.dark, .light {
|
|
1713
|
+
--spacing-0x: 0px;
|
|
1714
|
+
--spacing-1x: 2px;
|
|
1715
|
+
--spacing-2x: 4px;
|
|
1716
|
+
--spacing-3x: 6px;
|
|
1717
|
+
--spacing-4x: 8px;
|
|
1718
|
+
--spacing-6x: 12px;
|
|
1719
|
+
--spacing-8x: 16px;
|
|
1720
|
+
--spacing-10x: 20px;
|
|
1721
|
+
--spacing-12x: 24px;
|
|
1722
|
+
--spacing-16x: 32px;
|
|
1723
|
+
--spacing-20x: 40px;
|
|
1724
|
+
--spacing-24x: 48px;
|
|
1725
|
+
--spacing-32x: 64px;
|
|
1726
|
+
--spacing-40x: 80px;
|
|
1727
|
+
--spacing-60x: 120px;
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1712
1730
|
.dark, .light {
|
|
1713
1731
|
font-size: 16px;
|
|
1714
1732
|
--plasma-typo-overflow-wrap: break-word;
|
package/css/sdds_insol__dark.css
CHANGED
|
@@ -869,6 +869,24 @@
|
|
|
869
869
|
--border-radius-xxl: 32px;
|
|
870
870
|
}
|
|
871
871
|
|
|
872
|
+
:root {
|
|
873
|
+
--spacing-0x: 0px;
|
|
874
|
+
--spacing-1x: 2px;
|
|
875
|
+
--spacing-2x: 4px;
|
|
876
|
+
--spacing-3x: 6px;
|
|
877
|
+
--spacing-4x: 8px;
|
|
878
|
+
--spacing-6x: 12px;
|
|
879
|
+
--spacing-8x: 16px;
|
|
880
|
+
--spacing-10x: 20px;
|
|
881
|
+
--spacing-12x: 24px;
|
|
882
|
+
--spacing-16x: 32px;
|
|
883
|
+
--spacing-20x: 40px;
|
|
884
|
+
--spacing-24x: 48px;
|
|
885
|
+
--spacing-32x: 64px;
|
|
886
|
+
--spacing-40x: 80px;
|
|
887
|
+
--spacing-60x: 120px;
|
|
888
|
+
}
|
|
889
|
+
|
|
872
890
|
:root {
|
|
873
891
|
font-size: 16px;
|
|
874
892
|
--plasma-typo-overflow-wrap: break-word;
|
|
@@ -865,6 +865,24 @@
|
|
|
865
865
|
--border-radius-xxl: 32px;
|
|
866
866
|
}
|
|
867
867
|
|
|
868
|
+
:root {
|
|
869
|
+
--spacing-0x: 0px;
|
|
870
|
+
--spacing-1x: 2px;
|
|
871
|
+
--spacing-2x: 4px;
|
|
872
|
+
--spacing-3x: 6px;
|
|
873
|
+
--spacing-4x: 8px;
|
|
874
|
+
--spacing-6x: 12px;
|
|
875
|
+
--spacing-8x: 16px;
|
|
876
|
+
--spacing-10x: 20px;
|
|
877
|
+
--spacing-12x: 24px;
|
|
878
|
+
--spacing-16x: 32px;
|
|
879
|
+
--spacing-20x: 40px;
|
|
880
|
+
--spacing-24x: 48px;
|
|
881
|
+
--spacing-32x: 64px;
|
|
882
|
+
--spacing-40x: 80px;
|
|
883
|
+
--spacing-60x: 120px;
|
|
884
|
+
}
|
|
885
|
+
|
|
868
886
|
:root {
|
|
869
887
|
font-size: 16px;
|
|
870
888
|
--plasma-typo-overflow-wrap: break-word;
|
package/css/sdds_os.module.css
CHANGED
|
@@ -1821,6 +1821,24 @@
|
|
|
1821
1821
|
--border-radius-xxl: 32px;
|
|
1822
1822
|
}
|
|
1823
1823
|
|
|
1824
|
+
.dark, .light {
|
|
1825
|
+
--spacing-0x: 0px;
|
|
1826
|
+
--spacing-1x: 2px;
|
|
1827
|
+
--spacing-2x: 4px;
|
|
1828
|
+
--spacing-3x: 6px;
|
|
1829
|
+
--spacing-4x: 8px;
|
|
1830
|
+
--spacing-6x: 12px;
|
|
1831
|
+
--spacing-8x: 16px;
|
|
1832
|
+
--spacing-10x: 20px;
|
|
1833
|
+
--spacing-12x: 24px;
|
|
1834
|
+
--spacing-16x: 32px;
|
|
1835
|
+
--spacing-20x: 40px;
|
|
1836
|
+
--spacing-24x: 48px;
|
|
1837
|
+
--spacing-32x: 64px;
|
|
1838
|
+
--spacing-40x: 80px;
|
|
1839
|
+
--spacing-60x: 120px;
|
|
1840
|
+
}
|
|
1841
|
+
|
|
1824
1842
|
.dark, .light {
|
|
1825
1843
|
font-size: 16px;
|
|
1826
1844
|
--plasma-typo-overflow-wrap: break-word;
|
package/css/sdds_os__dark.css
CHANGED
|
@@ -923,6 +923,24 @@
|
|
|
923
923
|
--border-radius-xxl: 32px;
|
|
924
924
|
}
|
|
925
925
|
|
|
926
|
+
:root {
|
|
927
|
+
--spacing-0x: 0px;
|
|
928
|
+
--spacing-1x: 2px;
|
|
929
|
+
--spacing-2x: 4px;
|
|
930
|
+
--spacing-3x: 6px;
|
|
931
|
+
--spacing-4x: 8px;
|
|
932
|
+
--spacing-6x: 12px;
|
|
933
|
+
--spacing-8x: 16px;
|
|
934
|
+
--spacing-10x: 20px;
|
|
935
|
+
--spacing-12x: 24px;
|
|
936
|
+
--spacing-16x: 32px;
|
|
937
|
+
--spacing-20x: 40px;
|
|
938
|
+
--spacing-24x: 48px;
|
|
939
|
+
--spacing-32x: 64px;
|
|
940
|
+
--spacing-40x: 80px;
|
|
941
|
+
--spacing-60x: 120px;
|
|
942
|
+
}
|
|
943
|
+
|
|
926
944
|
:root {
|
|
927
945
|
font-size: 16px;
|
|
928
946
|
--plasma-typo-overflow-wrap: break-word;
|
package/css/sdds_os__light.css
CHANGED
|
@@ -923,6 +923,24 @@
|
|
|
923
923
|
--border-radius-xxl: 32px;
|
|
924
924
|
}
|
|
925
925
|
|
|
926
|
+
:root {
|
|
927
|
+
--spacing-0x: 0px;
|
|
928
|
+
--spacing-1x: 2px;
|
|
929
|
+
--spacing-2x: 4px;
|
|
930
|
+
--spacing-3x: 6px;
|
|
931
|
+
--spacing-4x: 8px;
|
|
932
|
+
--spacing-6x: 12px;
|
|
933
|
+
--spacing-8x: 16px;
|
|
934
|
+
--spacing-10x: 20px;
|
|
935
|
+
--spacing-12x: 24px;
|
|
936
|
+
--spacing-16x: 32px;
|
|
937
|
+
--spacing-20x: 40px;
|
|
938
|
+
--spacing-24x: 48px;
|
|
939
|
+
--spacing-32x: 64px;
|
|
940
|
+
--spacing-40x: 80px;
|
|
941
|
+
--spacing-60x: 120px;
|
|
942
|
+
}
|
|
943
|
+
|
|
926
944
|
:root {
|
|
927
945
|
font-size: 16px;
|
|
928
946
|
--plasma-typo-overflow-wrap: break-word;
|
package/css/sdds_serv.module.css
CHANGED
|
@@ -1821,6 +1821,24 @@
|
|
|
1821
1821
|
--border-radius-xxl: 32px;
|
|
1822
1822
|
}
|
|
1823
1823
|
|
|
1824
|
+
.dark, .light {
|
|
1825
|
+
--spacing-0x: 0px;
|
|
1826
|
+
--spacing-1x: 2px;
|
|
1827
|
+
--spacing-2x: 4px;
|
|
1828
|
+
--spacing-3x: 6px;
|
|
1829
|
+
--spacing-4x: 8px;
|
|
1830
|
+
--spacing-6x: 12px;
|
|
1831
|
+
--spacing-8x: 16px;
|
|
1832
|
+
--spacing-10x: 20px;
|
|
1833
|
+
--spacing-12x: 24px;
|
|
1834
|
+
--spacing-16x: 32px;
|
|
1835
|
+
--spacing-20x: 40px;
|
|
1836
|
+
--spacing-24x: 48px;
|
|
1837
|
+
--spacing-32x: 64px;
|
|
1838
|
+
--spacing-40x: 80px;
|
|
1839
|
+
--spacing-60x: 120px;
|
|
1840
|
+
}
|
|
1841
|
+
|
|
1824
1842
|
.dark, .light {
|
|
1825
1843
|
font-size: 16px;
|
|
1826
1844
|
--plasma-typo-overflow-wrap: break-word;
|
package/css/sdds_serv__dark.css
CHANGED
|
@@ -923,6 +923,24 @@
|
|
|
923
923
|
--border-radius-xxl: 32px;
|
|
924
924
|
}
|
|
925
925
|
|
|
926
|
+
:root {
|
|
927
|
+
--spacing-0x: 0px;
|
|
928
|
+
--spacing-1x: 2px;
|
|
929
|
+
--spacing-2x: 4px;
|
|
930
|
+
--spacing-3x: 6px;
|
|
931
|
+
--spacing-4x: 8px;
|
|
932
|
+
--spacing-6x: 12px;
|
|
933
|
+
--spacing-8x: 16px;
|
|
934
|
+
--spacing-10x: 20px;
|
|
935
|
+
--spacing-12x: 24px;
|
|
936
|
+
--spacing-16x: 32px;
|
|
937
|
+
--spacing-20x: 40px;
|
|
938
|
+
--spacing-24x: 48px;
|
|
939
|
+
--spacing-32x: 64px;
|
|
940
|
+
--spacing-40x: 80px;
|
|
941
|
+
--spacing-60x: 120px;
|
|
942
|
+
}
|
|
943
|
+
|
|
926
944
|
:root {
|
|
927
945
|
font-size: 16px;
|
|
928
946
|
--plasma-typo-overflow-wrap: break-word;
|
package/css/sdds_serv__light.css
CHANGED
|
@@ -923,6 +923,24 @@
|
|
|
923
923
|
--border-radius-xxl: 32px;
|
|
924
924
|
}
|
|
925
925
|
|
|
926
|
+
:root {
|
|
927
|
+
--spacing-0x: 0px;
|
|
928
|
+
--spacing-1x: 2px;
|
|
929
|
+
--spacing-2x: 4px;
|
|
930
|
+
--spacing-3x: 6px;
|
|
931
|
+
--spacing-4x: 8px;
|
|
932
|
+
--spacing-6x: 12px;
|
|
933
|
+
--spacing-8x: 16px;
|
|
934
|
+
--spacing-10x: 20px;
|
|
935
|
+
--spacing-12x: 24px;
|
|
936
|
+
--spacing-16x: 32px;
|
|
937
|
+
--spacing-20x: 40px;
|
|
938
|
+
--spacing-24x: 48px;
|
|
939
|
+
--spacing-32x: 64px;
|
|
940
|
+
--spacing-40x: 80px;
|
|
941
|
+
--spacing-60x: 120px;
|
|
942
|
+
}
|
|
943
|
+
|
|
926
944
|
:root {
|
|
927
945
|
font-size: 16px;
|
|
928
946
|
--plasma-typo-overflow-wrap: break-word;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// Generated by robots, do not change this manually!
|
|
2
|
-
export var sdds_cs__dark = ["\n:root {\n --text-primary: #FFFFFFF5;\n --text-primary-brightness: #FFFFFFFF;\n --text-primary-hover: #FFFFFF93;\n --text-primary-active: #FFFFFFC4;\n --text-secondary: #FFFFFF8F;\n --text-secondary-hover: #FFFFFFFF;\n --text-secondary-active: #FFFFFFAB;\n --text-tertiary: #FFFFFF47;\n --text-tertiary-hover: #FFFFFFFF;\n --text-tertiary-active: #FFFFFF56;\n --text-accent: #0C9C0C;\n --text-accent-hover: #0EB90EFF;\n --text-accent-active: #0A800AFF;\n --text-accent-minor: #94FF94;\n --text-accent-minor-hover: #B3FFB3FF;\n --text-accent-minor-active: #75FF75FF;\n --text-positive: #1A9E32;\n --text-positive-hover: #1EB83AFF;\n --text-positive-active: #15842AFF;\n --text-warning: #FA5F05;\n --text-warning-hover: #FB7223FF;\n --text-warning-active: #DC5304FF;\n --text-negative: #FF293E;\n --text-negative-hover: #FF475AFF;\n --text-negative-active: #FF0A23FF;\n --text-info: #118CDF;\n --text-info-hover: #50B1F2FF;\n --text-info-active: #0F7BC2FF;\n --on-dark-text-primary: #FFFFFFF5;\n --on-dark-text-primary-brightness: #FFFFFFFF;\n --on-dark-text-primary-hover: #FFFFFF93;\n --on-dark-text-primary-active: #FFFFFFC4;\n --on-dark-text-secondary: #FFFFFF8F;\n --on-dark-text-secondary-hover: #FFFFFFFF;\n --on-dark-text-secondary-active: #FFFFFFAB;\n --on-dark-text-tertiary: #FFFFFF47;\n --on-dark-text-tertiary-hover: #FFFFFFFF;\n --on-dark-text-tertiary-active: #FFFFFF56;\n --on-dark-text-accent: #0C9C0C;\n --on-dark-text-accent-hover: #0EB90EFF;\n --on-dark-text-accent-active: #0A800AFF;\n --on-dark-text-accent-minor: #94FF94;\n --on-dark-text-accent-minor-hover: #B3FFB3FF;\n --on-dark-text-accent-minor-active: #75FF75FF;\n --on-dark-text-positive: #1A9E32;\n --on-dark-text-positive-hover: #1EB83AFF;\n --on-dark-text-positive-active: #15842AFF;\n --on-dark-text-warning: #FA5F05;\n --on-dark-text-warning-hover: #FB7223FF;\n --on-dark-text-warning-active: #DC5304FF;\n --on-dark-text-negative: #FF293E;\n --on-dark-text-negative-hover: #FF475AFF;\n --on-dark-text-negative-active: #FF0A23FF;\n --on-dark-text-info: #118CDF;\n --on-dark-text-info-hover: #50B1F2FF;\n --on-dark-text-info-active: #0F7BC2FF;\n --on-light-text-primary: #060A0CF5;\n --on-light-text-primary-brightness: #191BF6FF;\n --on-light-text-primary-hover: #070B0E93;\n --on-light-text-primary-active: #070B0EC4;\n --on-light-text-secondary: #060A0C8F;\n --on-light-text-secondary-hover: #070B0EFF;\n --on-light-text-secondary-active: #070B0EAB;\n --on-light-text-tertiary: #060A0C47;\n --on-light-text-tertiary-hover: #070B0EFF;\n --on-light-text-tertiary-active: #070B0E56;\n --on-light-text-accent: #108210;\n --on-light-text-accent-hover: #17BA17FF;\n --on-light-text-accent-active: #149F14FF;\n --on-light-text-accent-minor: #082B08;\n --on-light-text-accent-minor-hover: #115F11FF;\n --on-light-text-accent-minor-active: #0D450DFF;\n --on-light-text-positive: #108E26;\n --on-light-text-positive-hover: #13AA2CFF;\n --on-light-text-positive-active: #0D731EFF;\n --on-light-text-warning: #E85702;\n --on-light-text-warning-hover: #FD650DFF;\n --on-light-text-warning-active: #CA4B02FF;\n --on-light-text-negative: #F31B31;\n --on-light-text-negative-hover: #F5384BFF;\n --on-light-text-negative-active: #E40C22FF;\n --on-light-text-info: #0B7ECB;\n --on-light-text-info-hover: #34A7F4FF;\n --on-light-text-info-active: #096CAEFF;\n --inverse-text-primary: #060A0CF5;\n --inverse-text-primary-brightness: #191BF6FF;\n --inverse-text-primary-hover: #070B0E93;\n --inverse-text-primary-active: #070B0EC4;\n --inverse-text-secondary: #060A0C8F;\n --inverse-text-secondary-hover: #070B0EFF;\n --inverse-text-secondary-active: #070B0EAB;\n --inverse-text-tertiary: #060A0C47;\n --inverse-text-tertiary-hover: #070B0EFF;\n --inverse-text-tertiary-active: #070B0E56;\n --inverse-text-accent: #108210;\n --inverse-text-accent-hover: #17BA17FF;\n --inverse-text-accent-active: #149F14FF;\n --inverse-text-accent-minor: #082B08;\n --inverse-text-accent-minor-hover: #115F11FF;\n --inverse-text-accent-minor-active: #0D450DFF;\n --inverse-text-positive: #108E26;\n --inverse-text-positive-hover: #13AA2CFF;\n --inverse-text-positive-active: #0D731EFF;\n --inverse-text-warning: #E85702;\n --inverse-text-warning-hover: #FD650DFF;\n --inverse-text-warning-active: #CA4B02FF;\n --inverse-text-negative: #F31B31;\n --inverse-text-negative-hover: #F5384BFF;\n --inverse-text-negative-active: #E40C22FF;\n --surface-solid-primary: #13181B;\n --surface-solid-primary-brightness: #212629FF;\n --surface-solid-primary-hover: #171D21FF;\n --surface-solid-primary-active: #0F1315FF;\n --surface-solid-secondary: #23292D;\n --surface-solid-secondary-hover: #2C343AFF;\n --surface-solid-secondary-active: #1F2528FF;\n --surface-solid-tertiary: #30373C;\n --surface-solid-tertiary-hover: #394147FF;\n --surface-solid-tertiary-active: #2B3136FF;\n --surface-solid-card: #13181B;\n --surface-solid-card-brightness: #212629FF;\n --surface-solid-card-hover: #171D21FF;\n --surface-solid-card-active: #0F1315FF;\n --surface-solid-default: #F7F9FB;\n --surface-solid-default-hover: #FFFFFFFF;\n --surface-solid-default-active: #F1F5F8FF;\n --surface-clear: #FFFFFF00;\n --surface-clear-hover: #FFFFFF00;\n --surface-clear-active: #FFFFFF00;\n --surface-accent: #0C9C0C;\n --surface-accent-hover: #0DAF0DFF;\n --surface-accent-active: #0B930BFF;\n --surface-transparent-accent: #0C9C0C47;\n --surface-transparent-accent-hover: #0C9D0C66;\n --surface-transparent-accent-active: #0C9D0C38;\n --surface-positive: #1A9E32;\n --surface-positive-hover: #1DAF37FF;\n --surface-positive-active: #18952FFF;\n --surface-warning: #FA5F05;\n --surface-warning-hover: #FB7223FF;\n --surface-warning-active: #F05B05FF;\n --surface-negative: #FF293E;\n --surface-negative-hover: #FF475AFF;\n --surface-negative-active: #FF1F35FF;\n --surface-info: #118CDF;\n --surface-info-hover: #1798EEFF;\n --surface-info-active: #1086D5FF;\n --surface-warning-minor: #3D1D0A;\n --surface-warning-minor-hover: #4F250DFF;\n --surface-warning-minor-active: #351909FF;\n --surface-info-minor: #0C283B;\n --surface-info-minor-hover: #10344CFF;\n --surface-info-minor-active: #0A2333FF;\n --surface-transparent-negative: #FF293E47;\n --surface-transparent-negative-hover: #FF293E66;\n --surface-transparent-negative-active: #FF293E38;\n --on-dark-surface-solid-primary: #13181B;\n --on-dark-surface-solid-primary-brightness: #212629FF;\n --on-dark-surface-solid-primary-hover: #171D21FF;\n --on-dark-surface-solid-primary-active: #0F1315FF;\n --on-dark-surface-solid-secondary: #23292D;\n --on-dark-surface-solid-secondary-hover: #2C343AFF;\n --on-dark-surface-solid-secondary-active: #1F2528FF;\n --on-dark-surface-solid-tertiary: #30373C;\n --on-dark-surface-solid-tertiary-hover: #394147FF;\n --on-dark-surface-solid-tertiary-active: #2B3136FF;\n --on-dark-surface-solid-card: #13181B;\n --on-dark-surface-solid-card-brightness: #212629FF;\n --on-dark-surface-solid-card-hover: #171D21FF;\n --on-dark-surface-solid-card-active: #0F1315FF;\n --on-dark-surface-solid-default: #F7F9FB;\n --on-dark-surface-solid-default-hover: #FFFFFFFF;\n --on-dark-surface-solid-default-active: #F1F5F8FF;\n --on-dark-surface-clear: #FFFFFF00;\n --on-dark-surface-clear-hover: #FFFFFF00;\n --on-dark-surface-clear-active: #FFFFFF00;\n --on-dark-surface-accent: #0C9C0C;\n --on-dark-surface-accent-hover: #0DAF0DFF;\n --on-dark-surface-accent-active: #0B930BFF;\n --on-dark-surface-transparent-accent: #0C9C0C47;\n --on-dark-surface-transparent-accent-hover: #0C9D0C66;\n --on-dark-surface-transparent-accent-active: #0C9D0C38;\n --on-dark-surface-promo: #FFFFFFFF;\n --on-dark-surface-promo-hover: #FFFFFFFF;\n --on-dark-surface-promo-active: #FFFFFFFF;\n --on-dark-surface-positive: #1A9E32;\n --on-dark-surface-positive-hover: #1DAF37FF;\n --on-dark-surface-positive-active: #18952FFF;\n --on-dark-surface-warning: #FA5F05;\n --on-dark-surface-warning-hover: #FB7223FF;\n --on-dark-surface-warning-active: #F05B05FF;\n --on-dark-surface-negative: #FF293E;\n --on-dark-surface-negative-hover: #FF475AFF;\n --on-dark-surface-negative-active: #FF1F35FF;\n --on-dark-surface-info: #118CDF;\n --on-dark-surface-info-hover: #1798EEFF;\n --on-dark-surface-info-active: #1086D5FF;\n --on-dark-surface-warning-minor: #3D1D0A;\n --on-dark-surface-warning-minor-hover: #4F250DFF;\n --on-dark-surface-warning-minor-active: #351909FF;\n --on-dark-surface-info-minor: #0C283B;\n --on-dark-surface-info-minor-hover: #10344CFF;\n --on-dark-surface-info-minor-active: #0A2333FF;\n --on-dark-surface-transparent-negative: #FF293E47;\n --on-dark-surface-transparent-negative-hover: #FF293E66;\n --on-dark-surface-transparent-negative-active: #FF293E38;\n --on-light-surface-solid-primary: #F2F5F8;\n --on-light-surface-solid-primary-brightness: #F3F6F8FF;\n --on-light-surface-solid-primary-hover: #F8FAFBFF;\n --on-light-surface-solid-primary-active: #EBF0F4FF;\n --on-light-surface-solid-secondary: #E8EEF2;\n --on-light-surface-solid-secondary-hover: #F5F8F9FF;\n --on-light-surface-solid-secondary-active: #E2E9EEFF;\n --on-light-surface-solid-tertiary: #D5DFE6;\n --on-light-surface-solid-tertiary-hover: #E2E9EEFF;\n --on-light-surface-solid-tertiary-active: #CFDAE2FF;\n --on-light-surface-solid-card: #FFFFFFFF;\n --on-light-surface-solid-card-brightness: #FFFFFFFF;\n --on-light-surface-solid-card-hover: #FFFFFFFF;\n --on-light-surface-solid-card-active: #FFFFFFFF;\n --on-light-surface-solid-default: #060A0C;\n --on-light-surface-solid-default-hover: #0A1114FF;\n --on-light-surface-solid-default-active: #030607FF;\n --on-light-surface-clear: #FFFFFF00;\n --on-light-surface-clear-hover: #FFFFFF00;\n --on-light-surface-clear-active: #FFFFFF00;\n --on-light-surface-accent: #108210;\n --on-light-surface-accent-hover: #139613FF;\n --on-light-surface-accent-active: #0F7B0FFF;\n --on-light-surface-transparent-accent: #10821047;\n --on-light-surface-transparent-accent-hover: #10841066;\n --on-light-surface-transparent-accent-active: #10841038;\n --on-light-surface-positive: #1A9E32;\n --on-light-surface-positive-hover: #1DAF37FF;\n --on-light-surface-positive-active: #18952FFF;\n --on-light-surface-warning: #FA5F05;\n --on-light-surface-warning-hover: #FB7223FF;\n --on-light-surface-warning-active: #F05B05FF;\n --on-light-surface-negative: #FF293E;\n --on-light-surface-negative-hover: #FF475AFF;\n --on-light-surface-negative-active: #FF1F35FF;\n --on-light-surface-info: #118CDF;\n --on-light-surface-info-hover: #1798EEFF;\n --on-light-surface-info-active: #1086D5FF;\n --on-light-surface-warning-minor: #FFD1B8;\n --on-light-surface-warning-minor-hover: #FFDECCFF;\n --on-light-surface-warning-minor-active: #FFCAADFF;\n --on-light-surface-info-minor: #B0DFFF;\n --on-light-surface-info-minor-hover: #C7E9FFFF;\n --on-light-surface-info-minor-active: #A8DCFFFF;\n --on-light-surface-transparent-negative: #FF293E47;\n --on-light-surface-transparent-negative-hover: #FF293E66;\n --on-light-surface-transparent-negative-active: #FF293E38;\n --inverse-surface-solid-primary: #F2F5F8;\n --inverse-surface-solid-primary-brightness: #F3F6F8FF;\n --inverse-surface-solid-primary-hover: #F8FAFBFF;\n --inverse-surface-solid-primary-active: #EBF0F4FF;\n --inverse-surface-solid-secondary: #E8EEF2;\n --inverse-surface-solid-secondary-hover: #F5F8F9FF;\n --inverse-surface-solid-secondary-active: #E2E9EEFF;\n --inverse-surface-solid-tertiary: #D5DFE6;\n --inverse-surface-solid-tertiary-hover: #E2E9EEFF;\n --inverse-surface-solid-tertiary-active: #CFDAE2FF;\n --inverse-surface-solid-card: #FFFFFFFF;\n --inverse-surface-solid-card-brightness: #FFFFFFFF;\n --inverse-surface-solid-card-hover: #FFFFFFFF;\n --inverse-surface-solid-card-active: #FFFFFFFF;\n --inverse-surface-solid-default: #060A0C;\n --inverse-surface-solid-default-hover: #0A1114FF;\n --inverse-surface-solid-default-active: #030607FF;\n --inverse-surface-clear: #FFFFFF00;\n --inverse-surface-clear-hover: #FFFFFF00;\n --inverse-surface-clear-active: #FFFFFF00;\n --inverse-surface-accent: #108210;\n --inverse-surface-accent-hover: #139613FF;\n --inverse-surface-accent-active: #0F7B0FFF;\n --inverse-surface-transparent-accent: #10821047;\n --inverse-surface-transparent-accent-hover: #10841066;\n --inverse-surface-transparent-accent-active: #10841038;\n --inverse-surface-positive: #1A9E32;\n --inverse-surface-positive-hover: #1DAF37FF;\n --inverse-surface-positive-active: #18952FFF;\n --inverse-surface-warning: #FA5F05;\n --inverse-surface-warning-hover: #FB7223FF;\n --inverse-surface-warning-active: #F05B05FF;\n --inverse-surface-negative: #FF293E;\n --inverse-surface-negative-hover: #FF475AFF;\n --inverse-surface-negative-active: #FF1F35FF;\n --inverse-surface-info: #118CDF;\n --inverse-surface-info-hover: #1798EEFF;\n --inverse-surface-info-active: #1086D5FF;\n --inverse-surface-warning-minor: #FFD1B8;\n --inverse-surface-warning-minor-hover: #FFDECCFF;\n --inverse-surface-warning-minor-active: #FFCAADFF;\n --inverse-surface-negative-minor: #FECDD2;\n --inverse-surface-negative-minor-hover: #FED7DBFF;\n --inverse-surface-negative-minor-active: #FEC3C9FF;\n --inverse-surface-info-minor: #B0DFFF;\n --inverse-surface-info-minor-hover: #C7E9FFFF;\n --inverse-surface-info-minor-active: #A8DCFFFF;\n --background-primary: #060A0C;\n --background-primary-brightness: #15191BFF;\n --dark-background-primary: #060A0C;\n --light-background-primary: #F7F9FB;\n --inverse-background-primary: #F7F9FB;\n --inverse-background-primary-brightness: #F7F9FBFF;\n --outline-solid-primary: #23292D;\n --outline-solid-primary-hover: #FFFFFFFF;\n --outline-solid-primary-active: #A0ADB6FF;\n --outline-solid-secondary: #30373C;\n --outline-solid-secondary-hover: #FFFFFFFF;\n --outline-solid-secondary-active: #96A2ABFF;\n --outline-clear: #FFFFFF00;\n --outline-clear-hover: #FFFFFF00;\n --outline-clear-active: #FFFFFF00;\n --outline-accent: #0C9C0C;\n --outline-accent-hover: #0EB90EFF;\n --outline-accent-active: #0A800AFF;\n --outline-positive: #1A9E32;\n --outline-positive-hover: #1EB83AFF;\n --outline-positive-active: #15842AFF;\n --outline-negative: #FF293E;\n --outline-negative-hover: #FF475AFF;\n --outline-negative-active: #FF0A23FF;\n --outline-info: #118CDF;\n --outline-info-hover: #50B1F2FF;\n --outline-info-active: #0F7BC2FF;\n --on-dark-outline-solid-primary: #23292D;\n --on-dark-outline-solid-primary-hover: #FFFFFFFF;\n --on-dark-outline-solid-primary-active: #A0ADB6FF;\n --on-dark-outline-solid-secondary: #30373C;\n --on-dark-outline-solid-secondary-hover: #FFFFFFFF;\n --on-dark-outline-solid-secondary-active: #96A2ABFF;\n --on-dark-outline-clear: #FFFFFF00;\n --on-dark-outline-clear-hover: #FFFFFF00;\n --on-dark-outline-clear-active: #FFFFFF00;\n --on-dark-outline-accent: #0C9C0C;\n --on-dark-outline-accent-hover: #0EB90EFF;\n --on-dark-outline-accent-active: #0A800AFF;\n --on-dark-outline-positive: #1A9E32;\n --on-dark-outline-positive-hover: #1EB83AFF;\n --on-dark-outline-positive-active: #15842AFF;\n --on-dark-outline-negative: #FF293E;\n --on-dark-outline-negative-hover: #FF475AFF;\n --on-dark-outline-negative-active: #FF0A23FF;\n --on-dark-outline-info: #118CDF;\n --on-dark-outline-info-hover: #50B1F2FF;\n --on-dark-outline-info-active: #0F7BC2FF;\n --on-light-outline-solid-primary: #D5DFE6;\n --on-light-outline-solid-primary-hover: #AFC2CFFF;\n --on-light-outline-solid-primary-active: #C2D1DBFF;\n --on-light-outline-solid-secondary: #ADB9C2;\n --on-light-outline-solid-secondary-hover: #FFFFFFFF;\n --on-light-outline-solid-secondary-active: #303941FF;\n --on-light-outline-clear: #FFFFFF00;\n --on-light-outline-clear-hover: #FFFFFF00;\n --on-light-outline-clear-active: #FFFFFF00;\n --on-light-outline-accent: #108210;\n --on-light-outline-accent-hover: #17BA17FF;\n --on-light-outline-accent-active: #149F14FF;\n --on-light-outline-positive: #108E26;\n --on-light-outline-positive-hover: #13AA2CFF;\n --on-light-outline-positive-active: #0D731EFF;\n --on-light-outline-negative: #F31B31;\n --on-light-outline-negative-hover: #F5384BFF;\n --on-light-outline-negative-active: #E40C22FF;\n --on-light-outline-info: #0B7ECB;\n --on-light-outline-info-hover: #34A7F4FF;\n --on-light-outline-info-active: #096CAEFF;\n --inverse-outline-solid-primary: #D5DFE6;\n --inverse-outline-solid-primary-hover: #AFC2CFFF;\n --inverse-outline-solid-primary-active: #C2D1DBFF;\n --inverse-outline-solid-secondary: #ADB9C2;\n --inverse-outline-solid-secondary-hover: #FFFFFFFF;\n --inverse-outline-solid-secondary-active: #303941FF;\n --inverse-outline-clear: #FFFFFF00;\n --inverse-outline-clear-hover: #FFFFFF00;\n --inverse-outline-clear-active: #FFFFFF00;\n --inverse-outline-accent: #108210;\n --inverse-outline-accent-hover: #17BA17FF;\n --inverse-outline-accent-active: #149F14FF;\n --inverse-outline-positive: #108E26;\n --inverse-outline-positive-hover: #13AA2CFF;\n --inverse-outline-positive-active: #0D731EFF;\n --inverse-outline-negative: #F31B31;\n --inverse-outline-negative-hover: #F5384BFF;\n --inverse-outline-negative-active: #E40C22FF;\n --inverse-outline-info: #0B7ECB;\n --inverse-outline-info-hover: #34A7F4FF;\n --inverse-outline-info-active: #096CAEFF;\n color: var(--text-primary);\n background-color: var(--background-primary);\n}\n\n:root {\n --inverse-text-promo-minor-gradient: #FFFFFF;\n --inverse-text-promo-minor-gradient-hover: #CCCCCCFF;\n --inverse-text-promo-minor-gradient-active: #E6E6E6FF;\n --surface-skeleton-gradient: linear-gradient(90deg, #FFFFFF17 0%, #FFFFFF14 6.25%, #FFFFFF0D 12.5%, #FFFFFF03 25%, #FFFFFF0D 37.5%, #FFFFFF14 43.75%, #FFFFFF17 50%, #FFFFFF14 56.25%, #FFFFFF0D 62.5%, #FFFFFF03 75%, #FFFFFF0D 87.5%, #FFFFFF14 93.75%, #FFFFFF17 100%);\n --surface-skeleton-gradient-hover: #FFFFFFFF;\n --surface-skeleton-gradient-active: #FFFFFFFF;\n --surface-skeleton-deep-gradient: linear-gradient(90deg, #FFFFFF5C 0%, #FFFFFF52 6.25%, #FFFFFF33 12.5%, #FFFFFF0A 25%, #FFFFFF33 37.5%, #FFFFFF52 43.75%, #FFFFFF5C 50%, #FFFFFF14 56.25%, #FFFFFF33 62.5%, #FFFFFF0A 75%, #FFFFFF33 87.5%, #FFFFFF52 93.75%, #FFFFFF5C 100%);\n --surface-skeleton-deep-gradient-hover: #FFFFFFFF;\n --surface-skeleton-deep-gradient-active: #FFFFFFFF;\n --on-dark-surface-skeleton-gradient: linear-gradient(90deg, #FFFFFF17 0%, #FFFFFF14 6.25%, #FFFFFF0D 12.5%, #FFFFFF03 25%, #FFFFFF0D 37.5%, #FFFFFF14 43.75%, #FFFFFF17 50%, #FFFFFF14 56.25%, #FFFFFF0D 62.5%, #FFFFFF03 75%, #FFFFFF0D 87.5%, #FFFFFF14 93.75%, #FFFFFF17 100%);\n --on-dark-surface-skeleton-gradient-hover: #FFFFFFFF;\n --on-dark-surface-skeleton-gradient-active: #FFFFFFFF;\n --on-dark-surface-skeleton-deep-gradient: linear-gradient(90deg, #FFFFFF5C 0%, #FFFFFF52 6.25%, #FFFFFF33 12.5%, #FFFFFF0A 25%, #FFFFFF33 37.5%, #FFFFFF52 43.75%, #FFFFFF5C 50%, #FFFFFF14 56.25%, #FFFFFF33 62.5%, #FFFFFF0A 75%, #FFFFFF33 87.5%, #FFFFFF52 93.75%, #FFFFFF5C 100%);\n --on-dark-surface-skeleton-deep-gradient-hover: #FFFFFFFF;\n --on-dark-surface-skeleton-deep-gradient-active: #FFFFFFFF;\n --on-light-surface-skeleton-gradient: linear-gradient(90deg, #08080817 0%, #08080814 6.25%, #0808080D 12.5%, #08080803 25%, #0808080D 37.5%, #08080814 43.75%, #08080817 50%, #08080814 56.25%, #0808080D 62.5%, #08080803 75%, #0808080D 87.5%, #08080814 93.75%, #08080817 100%);\n --on-light-surface-skeleton-gradient-hover: #FFFFFFFF;\n --on-light-surface-skeleton-gradient-active: #FFFFFFFF;\n --on-light-surface-skeleton-deep-gradient: linear-gradient(90deg, #0808085C 0%, #08080852 6.25%, #08080833 12.5%, #0808080A 25%, #08080833 37.5%, #08080852 43.75%, #0808085C 50%, #08080814 56.25%, #08080833 62.5%, #0808080A 75%, #08080833 87.5%, #08080852 93.75%, #0808085C 100%);\n --on-light-surface-skeleton-deep-gradient-hover: #FFFFFFFF;\n --on-light-surface-skeleton-deep-gradient-active: #FFFFFFFF;\n --inverse-surface-skeleton-gradient: linear-gradient(90deg, #08080817 0%, #08080814 6.25%, #0808080D 12.5%, #08080803 25%, #0808080D 37.5%, #08080814 43.75%, #08080817 50%, #08080814 56.25%, #0808080D 62.5%, #08080803 75%, #0808080D 87.5%, #08080814 93.75%, #08080817 100%);\n --inverse-surface-skeleton-gradient-hover: #FFFFFFFF;\n --inverse-surface-skeleton-gradient-active: #FFFFFFFF;\n --inverse-surface-skeleton-deep-gradient: linear-gradient(90deg, #0808085C 0%, #08080852 6.25%, #08080833 12.5%, #0808080A 25%, #08080833 37.5%, #08080852 43.75%, #0808085C 50%, #08080814 56.25%, #08080833 62.5%, #0808080A 75%, #08080833 87.5%, #08080852 93.75%, #0808085C 100%);\n --inverse-surface-skeleton-deep-gradient-hover: #FFFFFFFF;\n --inverse-surface-skeleton-deep-gradient-active: #FFFFFFFF;\n}\n\n:root {\n --shadow-down-soft-s: 0px 4px 14px -4px #08080814, 0px 1px 4px -1px #0000000A;\n --shadow-down-soft-m: 0px 24px 48px -8px #00000014;\n --shadow-down-soft-l: 0px 60px 112px -8px #00000014;\n --shadow-down-hard-s: 0px 4px 12px -3px #08080829, 0px 1px 4px -2px #00000014;\n --shadow-down-hard-m: 0px 16px 32px -8px #0000003D;\n --shadow-down-hard-l: 0px 60px 112px -8px #00000066;\n --shadow-up-soft-s: 0px -4px 14px -4px #08080814, 0px -1px 4px -1px #00000008;\n --shadow-up-soft-m: 0px -24px 48px -8px #00000014;\n --shadow-up-soft-l: 0px -60px 112px -8px #00000014;\n --shadow-up-hard-s: 0px -4px 12px -3px #08080833, 0px -1px 4px -1px #00000008;\n --shadow-up-hard-m: 0px -16px 32px -8px #0000003D;\n --shadow-up-hard-l: 0px -60px 112px -8px #00000066;\n}\n\n:root {\n --border-radius-xxs: 4px;\n --border-radius-xs: 8px;\n --border-radius-s: 12px;\n --border-radius-m: 16px;\n --border-radius-l: 20px;\n --border-radius-xl: 24px;\n --border-radius-xxl: 32px;\n}\n\n:root {\n font-size: 16px;\n --plasma-typo-overflow-wrap: break-word;\n --plasma-typo-hyphens: auto;\n --plasma-typo-display-font-family: 'SB Sans Display', sans-serif;\n --plasma-typo-body-font-family: 'SB Sans Text', sans-serif;\n --plasma-typo-header-font-family: 'SB Sans Display', sans-serif;\n --plasma-typo-text-font-family: 'SB Sans Text', sans-serif;\n --plasma-typo-dspl-l-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-l-letter-spacing: normal;\n --plasma-typo-dspl-l-font-style: normal;\n --plasma-typo-dspl-l-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-l-bold-letter-spacing: normal;\n --plasma-typo-dspl-l-bold-font-style: normal;\n --plasma-typo-dspl-m-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-m-letter-spacing: normal;\n --plasma-typo-dspl-m-font-style: normal;\n --plasma-typo-dspl-m-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-m-bold-letter-spacing: normal;\n --plasma-typo-dspl-m-bold-font-style: normal;\n --plasma-typo-dspl-s-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-s-letter-spacing: normal;\n --plasma-typo-dspl-s-font-style: normal;\n --plasma-typo-dspl-s-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-s-bold-letter-spacing: normal;\n --plasma-typo-dspl-s-bold-font-style: normal;\n --plasma-typo-h1-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h1-letter-spacing: normal;\n --plasma-typo-h1-font-style: normal;\n --plasma-typo-h1-bold-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h1-bold-letter-spacing: normal;\n --plasma-typo-h1-bold-font-style: normal;\n --plasma-typo-h2-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h2-letter-spacing: normal;\n --plasma-typo-h2-font-style: normal;\n --plasma-typo-h2-bold-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h2-bold-letter-spacing: normal;\n --plasma-typo-h2-bold-font-style: normal;\n --plasma-typo-h3-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h3-letter-spacing: normal;\n --plasma-typo-h3-font-style: normal;\n --plasma-typo-h3-bold-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h3-bold-letter-spacing: normal;\n --plasma-typo-h3-bold-font-style: normal;\n --plasma-typo-h4-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h4-letter-spacing: normal;\n --plasma-typo-h4-font-style: normal;\n --plasma-typo-h4-bold-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h4-bold-letter-spacing: normal;\n --plasma-typo-h4-bold-font-style: normal;\n --plasma-typo-h5-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h5-letter-spacing: normal;\n --plasma-typo-h5-font-style: normal;\n --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h5-bold-letter-spacing: normal;\n --plasma-typo-h5-bold-font-style: normal;\n --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-l-letter-spacing: -0.02em;\n --plasma-typo-body-l-font-style: normal;\n --plasma-typo-body-l-bold-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-l-bold-letter-spacing: -0.02em;\n --plasma-typo-body-l-bold-font-style: normal;\n --plasma-typo-body-m-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-m-letter-spacing: -0.02em;\n --plasma-typo-body-m-font-style: normal;\n --plasma-typo-body-m-bold-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-m-bold-letter-spacing: -0.02em;\n --plasma-typo-body-m-bold-font-style: normal;\n --plasma-typo-body-s-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-s-letter-spacing: -0.02em;\n --plasma-typo-body-s-font-style: normal;\n --plasma-typo-body-s-bold-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-s-bold-letter-spacing: -0.02em;\n --plasma-typo-body-s-bold-font-style: normal;\n --plasma-typo-body-xs-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-xs-letter-spacing: -0.02em;\n --plasma-typo-body-xs-font-style: normal;\n --plasma-typo-body-xs-bold-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-xs-bold-letter-spacing: -0.02em;\n --plasma-typo-body-xs-bold-font-style: normal;\n --plasma-typo-body-xxs-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-xxs-letter-spacing: -0.02em;\n --plasma-typo-body-xxs-font-style: normal;\n --plasma-typo-body-xxs-bold-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-xxs-bold-letter-spacing: -0.02em;\n --plasma-typo-body-xxs-bold-font-style: normal;\n --plasma-typo-text-l-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-l-letter-spacing: -0.02em;\n --plasma-typo-text-l-font-style: normal;\n --plasma-typo-text-l-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-l-bold-letter-spacing: -0.02em;\n --plasma-typo-text-l-bold-font-style: normal;\n --plasma-typo-text-m-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-m-letter-spacing: -0.02em;\n --plasma-typo-text-m-font-style: normal;\n --plasma-typo-text-m-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-m-bold-letter-spacing: -0.02em;\n --plasma-typo-text-m-bold-font-style: normal;\n --plasma-typo-text-s-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-s-letter-spacing: -0.02em;\n --plasma-typo-text-s-font-style: normal;\n --plasma-typo-text-s-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-s-bold-letter-spacing: -0.02em;\n --plasma-typo-text-s-bold-font-style: normal;\n --plasma-typo-text-xs-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-xs-letter-spacing: -0.02em;\n --plasma-typo-text-xs-font-style: normal;\n --plasma-typo-text-xs-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-xs-bold-letter-spacing: -0.02em;\n --plasma-typo-text-xs-bold-font-style: normal;\n}\n\n@media (max-width: 559px) {\n :root {\n --plasma-typo-dspl-l-font-size: 8rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 8rem;\n --plasma-typo-dspl-l-bold-font-size: 8rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 8rem;\n --plasma-typo-dspl-m-font-size: 5.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 6rem;\n --plasma-typo-dspl-m-bold-font-size: 5.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 6rem;\n --plasma-typo-dspl-s-font-size: 4rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 4.5rem;\n --plasma-typo-dspl-s-bold-font-size: 4rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 4.5rem;\n --plasma-typo-h1-font-size: 2.5rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 3rem;\n --plasma-typo-h1-bold-font-size: 2.5rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 3rem;\n --plasma-typo-h2-font-size: 2rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.625rem;\n --plasma-typo-h2-bold-font-size: 2rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 2.625rem;\n --plasma-typo-h3-font-size: 1.5rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 2.125rem;\n --plasma-typo-h3-bold-font-size: 1.5rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 2.125rem;\n --plasma-typo-h4-font-size: 1.25rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.875rem;\n --plasma-typo-h4-bold-font-size: 1.25rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.875rem;\n --plasma-typo-h5-font-size: 1.125rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.75rem;\n --plasma-typo-h5-bold-font-size: 1.125rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.75rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.625rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.625rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.5rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.5rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.25rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.25rem;\n --plasma-typo-body-xs-font-size: 0.75rem;\n --plasma-typo-body-xs-font-weight: 400;\n --plasma-typo-body-xs-line-height: 1rem;\n --plasma-typo-body-xs-bold-font-size: 0.75rem;\n --plasma-typo-body-xs-bold-font-weight: 600;\n --plasma-typo-body-xs-bold-line-height: 1rem;\n --plasma-typo-body-xxs-font-size: 0.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.875rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.875rem;\n --plasma-typo-text-l-font-size: 1.5rem;\n --plasma-typo-text-l-font-weight: 400;\n --plasma-typo-text-l-line-height: 2.25rem;\n --plasma-typo-text-l-bold-font-size: 1.5rem;\n --plasma-typo-text-l-bold-font-weight: 600;\n --plasma-typo-text-l-bold-line-height: 2.25rem;\n --plasma-typo-text-m-font-size: 1.125rem;\n --plasma-typo-text-m-font-weight: 400;\n --plasma-typo-text-m-line-height: 1.75rem;\n --plasma-typo-text-m-bold-font-size: 1.125rem;\n --plasma-typo-text-m-bold-font-weight: 600;\n --plasma-typo-text-m-bold-line-height: 1.75rem;\n --plasma-typo-text-s-font-size: 0.875rem;\n --plasma-typo-text-s-font-weight: 400;\n --plasma-typo-text-s-line-height: 1.25rem;\n --plasma-typo-text-s-bold-font-size: 0.875rem;\n --plasma-typo-text-s-bold-font-weight: 600;\n --plasma-typo-text-s-bold-line-height: 1.25rem;\n --plasma-typo-text-xs-font-size: 0.75rem;\n --plasma-typo-text-xs-font-weight: 400;\n --plasma-typo-text-xs-line-height: 1.125rem;\n --plasma-typo-text-xs-bold-font-size: 0.75rem;\n --plasma-typo-text-xs-bold-font-weight: 600;\n --plasma-typo-text-xs-bold-line-height: 1.125rem;\n }\n}\n\n@media (min-width: 560px) and (max-width: 959px) {\n :root {\n --plasma-typo-dspl-l-font-size: 8rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 8rem;\n --plasma-typo-dspl-l-bold-font-size: 8rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 8rem;\n --plasma-typo-dspl-m-font-size: 5.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 6rem;\n --plasma-typo-dspl-m-bold-font-size: 5.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 6rem;\n --plasma-typo-dspl-s-font-size: 4rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 4.5rem;\n --plasma-typo-dspl-s-bold-font-size: 4rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 4.5rem;\n --plasma-typo-h1-font-size: 2.5rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 3rem;\n --plasma-typo-h1-bold-font-size: 2.5rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 3rem;\n --plasma-typo-h2-font-size: 2rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.625rem;\n --plasma-typo-h2-bold-font-size: 2rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 2.625rem;\n --plasma-typo-h3-font-size: 1.5rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 2.125rem;\n --plasma-typo-h3-bold-font-size: 1.5rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 2.125rem;\n --plasma-typo-h4-font-size: 1.25rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.875rem;\n --plasma-typo-h4-bold-font-size: 1.25rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.875rem;\n --plasma-typo-h5-font-size: 1.125rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.75rem;\n --plasma-typo-h5-bold-font-size: 1.125rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.75rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.625rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.625rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.5rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.5rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.25rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.25rem;\n --plasma-typo-body-xs-font-size: 0.75rem;\n --plasma-typo-body-xs-font-weight: 400;\n --plasma-typo-body-xs-line-height: 1rem;\n --plasma-typo-body-xs-bold-font-size: 0.75rem;\n --plasma-typo-body-xs-bold-font-weight: 600;\n --plasma-typo-body-xs-bold-line-height: 1rem;\n --plasma-typo-body-xxs-font-size: 0.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.875rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.875rem;\n --plasma-typo-text-l-font-size: 1.5rem;\n --plasma-typo-text-l-font-weight: 400;\n --plasma-typo-text-l-line-height: 2.25rem;\n --plasma-typo-text-l-bold-font-size: 1.5rem;\n --plasma-typo-text-l-bold-font-weight: 600;\n --plasma-typo-text-l-bold-line-height: 2.25rem;\n --plasma-typo-text-m-font-size: 1.125rem;\n --plasma-typo-text-m-font-weight: 400;\n --plasma-typo-text-m-line-height: 1.75rem;\n --plasma-typo-text-m-bold-font-size: 1.125rem;\n --plasma-typo-text-m-bold-font-weight: 600;\n --plasma-typo-text-m-bold-line-height: 1.75rem;\n --plasma-typo-text-s-font-size: 0.875rem;\n --plasma-typo-text-s-font-weight: 400;\n --plasma-typo-text-s-line-height: 1.25rem;\n --plasma-typo-text-s-bold-font-size: 0.875rem;\n --plasma-typo-text-s-bold-font-weight: 600;\n --plasma-typo-text-s-bold-line-height: 1.25rem;\n --plasma-typo-text-xs-font-size: 0.75rem;\n --plasma-typo-text-xs-font-weight: 400;\n --plasma-typo-text-xs-line-height: 1.125rem;\n --plasma-typo-text-xs-bold-font-size: 0.75rem;\n --plasma-typo-text-xs-bold-font-weight: 600;\n --plasma-typo-text-xs-bold-line-height: 1.125rem;\n }\n}\n\n@media (min-width: 960px) {\n :root {\n --plasma-typo-dspl-l-font-size: 8rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 8rem;\n --plasma-typo-dspl-l-bold-font-size: 8rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 8rem;\n --plasma-typo-dspl-m-font-size: 5.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 6rem;\n --plasma-typo-dspl-m-bold-font-size: 5.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 6rem;\n --plasma-typo-dspl-s-font-size: 4rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 4.5rem;\n --plasma-typo-dspl-s-bold-font-size: 4rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 4.5rem;\n --plasma-typo-h1-font-size: 2.5rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 3rem;\n --plasma-typo-h1-bold-font-size: 2.5rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 3rem;\n --plasma-typo-h2-font-size: 2rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.625rem;\n --plasma-typo-h2-bold-font-size: 2rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 2.625rem;\n --plasma-typo-h3-font-size: 1.5rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 2.125rem;\n --plasma-typo-h3-bold-font-size: 1.5rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 2.125rem;\n --plasma-typo-h4-font-size: 1.25rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.875rem;\n --plasma-typo-h4-bold-font-size: 1.25rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.875rem;\n --plasma-typo-h5-font-size: 1.125rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.75rem;\n --plasma-typo-h5-bold-font-size: 1.125rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.75rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.625rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.625rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.5rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.5rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.25rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.25rem;\n --plasma-typo-body-xs-font-size: 0.75rem;\n --plasma-typo-body-xs-font-weight: 400;\n --plasma-typo-body-xs-line-height: 1rem;\n --plasma-typo-body-xs-bold-font-size: 0.75rem;\n --plasma-typo-body-xs-bold-font-weight: 600;\n --plasma-typo-body-xs-bold-line-height: 1rem;\n --plasma-typo-body-xxs-font-size: 0.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.875rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.875rem;\n --plasma-typo-text-l-font-size: 1.5rem;\n --plasma-typo-text-l-font-weight: 400;\n --plasma-typo-text-l-line-height: 2.25rem;\n --plasma-typo-text-l-bold-font-size: 1.5rem;\n --plasma-typo-text-l-bold-font-weight: 600;\n --plasma-typo-text-l-bold-line-height: 2.25rem;\n --plasma-typo-text-m-font-size: 1.125rem;\n --plasma-typo-text-m-font-weight: 400;\n --plasma-typo-text-m-line-height: 1.75rem;\n --plasma-typo-text-m-bold-font-size: 1.125rem;\n --plasma-typo-text-m-bold-font-weight: 600;\n --plasma-typo-text-m-bold-line-height: 1.75rem;\n --plasma-typo-text-s-font-size: 0.875rem;\n --plasma-typo-text-s-font-weight: 400;\n --plasma-typo-text-s-line-height: 1.25rem;\n --plasma-typo-text-s-bold-font-size: 0.875rem;\n --plasma-typo-text-s-bold-font-weight: 600;\n --plasma-typo-text-s-bold-line-height: 1.25rem;\n --plasma-typo-text-xs-font-size: 0.75rem;\n --plasma-typo-text-xs-font-weight: 400;\n --plasma-typo-text-xs-line-height: 1.125rem;\n --plasma-typo-text-xs-bold-font-size: 0.75rem;\n --plasma-typo-text-xs-bold-font-weight: 600;\n --plasma-typo-text-xs-bold-line-height: 1.125rem;\n }\n}"];
|
|
2
|
+
export var sdds_cs__dark = ["\n:root {\n --text-primary: #FFFFFFF5;\n --text-primary-brightness: #FFFFFFFF;\n --text-primary-hover: #FFFFFF93;\n --text-primary-active: #FFFFFFC4;\n --text-secondary: #FFFFFF8F;\n --text-secondary-hover: #FFFFFFFF;\n --text-secondary-active: #FFFFFFAB;\n --text-tertiary: #FFFFFF47;\n --text-tertiary-hover: #FFFFFFFF;\n --text-tertiary-active: #FFFFFF56;\n --text-accent: #0C9C0C;\n --text-accent-hover: #0EB90EFF;\n --text-accent-active: #0A800AFF;\n --text-accent-minor: #94FF94;\n --text-accent-minor-hover: #B3FFB3FF;\n --text-accent-minor-active: #75FF75FF;\n --text-positive: #1A9E32;\n --text-positive-hover: #1EB83AFF;\n --text-positive-active: #15842AFF;\n --text-warning: #FA5F05;\n --text-warning-hover: #FB7223FF;\n --text-warning-active: #DC5304FF;\n --text-negative: #FF293E;\n --text-negative-hover: #FF475AFF;\n --text-negative-active: #FF0A23FF;\n --text-info: #118CDF;\n --text-info-hover: #50B1F2FF;\n --text-info-active: #0F7BC2FF;\n --on-dark-text-primary: #FFFFFFF5;\n --on-dark-text-primary-brightness: #FFFFFFFF;\n --on-dark-text-primary-hover: #FFFFFF93;\n --on-dark-text-primary-active: #FFFFFFC4;\n --on-dark-text-secondary: #FFFFFF8F;\n --on-dark-text-secondary-hover: #FFFFFFFF;\n --on-dark-text-secondary-active: #FFFFFFAB;\n --on-dark-text-tertiary: #FFFFFF47;\n --on-dark-text-tertiary-hover: #FFFFFFFF;\n --on-dark-text-tertiary-active: #FFFFFF56;\n --on-dark-text-accent: #0C9C0C;\n --on-dark-text-accent-hover: #0EB90EFF;\n --on-dark-text-accent-active: #0A800AFF;\n --on-dark-text-accent-minor: #94FF94;\n --on-dark-text-accent-minor-hover: #B3FFB3FF;\n --on-dark-text-accent-minor-active: #75FF75FF;\n --on-dark-text-positive: #1A9E32;\n --on-dark-text-positive-hover: #1EB83AFF;\n --on-dark-text-positive-active: #15842AFF;\n --on-dark-text-warning: #FA5F05;\n --on-dark-text-warning-hover: #FB7223FF;\n --on-dark-text-warning-active: #DC5304FF;\n --on-dark-text-negative: #FF293E;\n --on-dark-text-negative-hover: #FF475AFF;\n --on-dark-text-negative-active: #FF0A23FF;\n --on-dark-text-info: #118CDF;\n --on-dark-text-info-hover: #50B1F2FF;\n --on-dark-text-info-active: #0F7BC2FF;\n --on-light-text-primary: #060A0CF5;\n --on-light-text-primary-brightness: #191BF6FF;\n --on-light-text-primary-hover: #070B0E93;\n --on-light-text-primary-active: #070B0EC4;\n --on-light-text-secondary: #060A0C8F;\n --on-light-text-secondary-hover: #070B0EFF;\n --on-light-text-secondary-active: #070B0EAB;\n --on-light-text-tertiary: #060A0C47;\n --on-light-text-tertiary-hover: #070B0EFF;\n --on-light-text-tertiary-active: #070B0E56;\n --on-light-text-accent: #108210;\n --on-light-text-accent-hover: #17BA17FF;\n --on-light-text-accent-active: #149F14FF;\n --on-light-text-accent-minor: #082B08;\n --on-light-text-accent-minor-hover: #115F11FF;\n --on-light-text-accent-minor-active: #0D450DFF;\n --on-light-text-positive: #108E26;\n --on-light-text-positive-hover: #13AA2CFF;\n --on-light-text-positive-active: #0D731EFF;\n --on-light-text-warning: #E85702;\n --on-light-text-warning-hover: #FD650DFF;\n --on-light-text-warning-active: #CA4B02FF;\n --on-light-text-negative: #F31B31;\n --on-light-text-negative-hover: #F5384BFF;\n --on-light-text-negative-active: #E40C22FF;\n --on-light-text-info: #0B7ECB;\n --on-light-text-info-hover: #34A7F4FF;\n --on-light-text-info-active: #096CAEFF;\n --inverse-text-primary: #060A0CF5;\n --inverse-text-primary-brightness: #191BF6FF;\n --inverse-text-primary-hover: #070B0E93;\n --inverse-text-primary-active: #070B0EC4;\n --inverse-text-secondary: #060A0C8F;\n --inverse-text-secondary-hover: #070B0EFF;\n --inverse-text-secondary-active: #070B0EAB;\n --inverse-text-tertiary: #060A0C47;\n --inverse-text-tertiary-hover: #070B0EFF;\n --inverse-text-tertiary-active: #070B0E56;\n --inverse-text-accent: #108210;\n --inverse-text-accent-hover: #17BA17FF;\n --inverse-text-accent-active: #149F14FF;\n --inverse-text-accent-minor: #082B08;\n --inverse-text-accent-minor-hover: #115F11FF;\n --inverse-text-accent-minor-active: #0D450DFF;\n --inverse-text-positive: #108E26;\n --inverse-text-positive-hover: #13AA2CFF;\n --inverse-text-positive-active: #0D731EFF;\n --inverse-text-warning: #E85702;\n --inverse-text-warning-hover: #FD650DFF;\n --inverse-text-warning-active: #CA4B02FF;\n --inverse-text-negative: #F31B31;\n --inverse-text-negative-hover: #F5384BFF;\n --inverse-text-negative-active: #E40C22FF;\n --surface-solid-primary: #13181B;\n --surface-solid-primary-brightness: #212629FF;\n --surface-solid-primary-hover: #171D21FF;\n --surface-solid-primary-active: #0F1315FF;\n --surface-solid-secondary: #23292D;\n --surface-solid-secondary-hover: #2C343AFF;\n --surface-solid-secondary-active: #1F2528FF;\n --surface-solid-tertiary: #30373C;\n --surface-solid-tertiary-hover: #394147FF;\n --surface-solid-tertiary-active: #2B3136FF;\n --surface-solid-card: #13181B;\n --surface-solid-card-brightness: #212629FF;\n --surface-solid-card-hover: #171D21FF;\n --surface-solid-card-active: #0F1315FF;\n --surface-solid-default: #F7F9FB;\n --surface-solid-default-hover: #FFFFFFFF;\n --surface-solid-default-active: #F1F5F8FF;\n --surface-clear: #FFFFFF00;\n --surface-clear-hover: #FFFFFF00;\n --surface-clear-active: #FFFFFF00;\n --surface-accent: #0C9C0C;\n --surface-accent-hover: #0DAF0DFF;\n --surface-accent-active: #0B930BFF;\n --surface-transparent-accent: #0C9C0C47;\n --surface-transparent-accent-hover: #0C9D0C66;\n --surface-transparent-accent-active: #0C9D0C38;\n --surface-positive: #1A9E32;\n --surface-positive-hover: #1DAF37FF;\n --surface-positive-active: #18952FFF;\n --surface-warning: #FA5F05;\n --surface-warning-hover: #FB7223FF;\n --surface-warning-active: #F05B05FF;\n --surface-negative: #FF293E;\n --surface-negative-hover: #FF475AFF;\n --surface-negative-active: #FF1F35FF;\n --surface-info: #118CDF;\n --surface-info-hover: #1798EEFF;\n --surface-info-active: #1086D5FF;\n --surface-warning-minor: #3D1D0A;\n --surface-warning-minor-hover: #4F250DFF;\n --surface-warning-minor-active: #351909FF;\n --surface-info-minor: #0C283B;\n --surface-info-minor-hover: #10344CFF;\n --surface-info-minor-active: #0A2333FF;\n --surface-transparent-negative: #FF293E47;\n --surface-transparent-negative-hover: #FF293E66;\n --surface-transparent-negative-active: #FF293E38;\n --on-dark-surface-solid-primary: #13181B;\n --on-dark-surface-solid-primary-brightness: #212629FF;\n --on-dark-surface-solid-primary-hover: #171D21FF;\n --on-dark-surface-solid-primary-active: #0F1315FF;\n --on-dark-surface-solid-secondary: #23292D;\n --on-dark-surface-solid-secondary-hover: #2C343AFF;\n --on-dark-surface-solid-secondary-active: #1F2528FF;\n --on-dark-surface-solid-tertiary: #30373C;\n --on-dark-surface-solid-tertiary-hover: #394147FF;\n --on-dark-surface-solid-tertiary-active: #2B3136FF;\n --on-dark-surface-solid-card: #13181B;\n --on-dark-surface-solid-card-brightness: #212629FF;\n --on-dark-surface-solid-card-hover: #171D21FF;\n --on-dark-surface-solid-card-active: #0F1315FF;\n --on-dark-surface-solid-default: #F7F9FB;\n --on-dark-surface-solid-default-hover: #FFFFFFFF;\n --on-dark-surface-solid-default-active: #F1F5F8FF;\n --on-dark-surface-clear: #FFFFFF00;\n --on-dark-surface-clear-hover: #FFFFFF00;\n --on-dark-surface-clear-active: #FFFFFF00;\n --on-dark-surface-accent: #0C9C0C;\n --on-dark-surface-accent-hover: #0DAF0DFF;\n --on-dark-surface-accent-active: #0B930BFF;\n --on-dark-surface-transparent-accent: #0C9C0C47;\n --on-dark-surface-transparent-accent-hover: #0C9D0C66;\n --on-dark-surface-transparent-accent-active: #0C9D0C38;\n --on-dark-surface-promo: #FFFFFFFF;\n --on-dark-surface-promo-hover: #FFFFFFFF;\n --on-dark-surface-promo-active: #FFFFFFFF;\n --on-dark-surface-positive: #1A9E32;\n --on-dark-surface-positive-hover: #1DAF37FF;\n --on-dark-surface-positive-active: #18952FFF;\n --on-dark-surface-warning: #FA5F05;\n --on-dark-surface-warning-hover: #FB7223FF;\n --on-dark-surface-warning-active: #F05B05FF;\n --on-dark-surface-negative: #FF293E;\n --on-dark-surface-negative-hover: #FF475AFF;\n --on-dark-surface-negative-active: #FF1F35FF;\n --on-dark-surface-info: #118CDF;\n --on-dark-surface-info-hover: #1798EEFF;\n --on-dark-surface-info-active: #1086D5FF;\n --on-dark-surface-warning-minor: #3D1D0A;\n --on-dark-surface-warning-minor-hover: #4F250DFF;\n --on-dark-surface-warning-minor-active: #351909FF;\n --on-dark-surface-info-minor: #0C283B;\n --on-dark-surface-info-minor-hover: #10344CFF;\n --on-dark-surface-info-minor-active: #0A2333FF;\n --on-dark-surface-transparent-negative: #FF293E47;\n --on-dark-surface-transparent-negative-hover: #FF293E66;\n --on-dark-surface-transparent-negative-active: #FF293E38;\n --on-light-surface-solid-primary: #F2F5F8;\n --on-light-surface-solid-primary-brightness: #F3F6F8FF;\n --on-light-surface-solid-primary-hover: #F8FAFBFF;\n --on-light-surface-solid-primary-active: #EBF0F4FF;\n --on-light-surface-solid-secondary: #E8EEF2;\n --on-light-surface-solid-secondary-hover: #F5F8F9FF;\n --on-light-surface-solid-secondary-active: #E2E9EEFF;\n --on-light-surface-solid-tertiary: #D5DFE6;\n --on-light-surface-solid-tertiary-hover: #E2E9EEFF;\n --on-light-surface-solid-tertiary-active: #CFDAE2FF;\n --on-light-surface-solid-card: #FFFFFFFF;\n --on-light-surface-solid-card-brightness: #FFFFFFFF;\n --on-light-surface-solid-card-hover: #FFFFFFFF;\n --on-light-surface-solid-card-active: #FFFFFFFF;\n --on-light-surface-solid-default: #060A0C;\n --on-light-surface-solid-default-hover: #0A1114FF;\n --on-light-surface-solid-default-active: #030607FF;\n --on-light-surface-clear: #FFFFFF00;\n --on-light-surface-clear-hover: #FFFFFF00;\n --on-light-surface-clear-active: #FFFFFF00;\n --on-light-surface-accent: #108210;\n --on-light-surface-accent-hover: #139613FF;\n --on-light-surface-accent-active: #0F7B0FFF;\n --on-light-surface-transparent-accent: #10821047;\n --on-light-surface-transparent-accent-hover: #10841066;\n --on-light-surface-transparent-accent-active: #10841038;\n --on-light-surface-positive: #1A9E32;\n --on-light-surface-positive-hover: #1DAF37FF;\n --on-light-surface-positive-active: #18952FFF;\n --on-light-surface-warning: #FA5F05;\n --on-light-surface-warning-hover: #FB7223FF;\n --on-light-surface-warning-active: #F05B05FF;\n --on-light-surface-negative: #FF293E;\n --on-light-surface-negative-hover: #FF475AFF;\n --on-light-surface-negative-active: #FF1F35FF;\n --on-light-surface-info: #118CDF;\n --on-light-surface-info-hover: #1798EEFF;\n --on-light-surface-info-active: #1086D5FF;\n --on-light-surface-warning-minor: #FFD1B8;\n --on-light-surface-warning-minor-hover: #FFDECCFF;\n --on-light-surface-warning-minor-active: #FFCAADFF;\n --on-light-surface-info-minor: #B0DFFF;\n --on-light-surface-info-minor-hover: #C7E9FFFF;\n --on-light-surface-info-minor-active: #A8DCFFFF;\n --on-light-surface-transparent-negative: #FF293E47;\n --on-light-surface-transparent-negative-hover: #FF293E66;\n --on-light-surface-transparent-negative-active: #FF293E38;\n --inverse-surface-solid-primary: #F2F5F8;\n --inverse-surface-solid-primary-brightness: #F3F6F8FF;\n --inverse-surface-solid-primary-hover: #F8FAFBFF;\n --inverse-surface-solid-primary-active: #EBF0F4FF;\n --inverse-surface-solid-secondary: #E8EEF2;\n --inverse-surface-solid-secondary-hover: #F5F8F9FF;\n --inverse-surface-solid-secondary-active: #E2E9EEFF;\n --inverse-surface-solid-tertiary: #D5DFE6;\n --inverse-surface-solid-tertiary-hover: #E2E9EEFF;\n --inverse-surface-solid-tertiary-active: #CFDAE2FF;\n --inverse-surface-solid-card: #FFFFFFFF;\n --inverse-surface-solid-card-brightness: #FFFFFFFF;\n --inverse-surface-solid-card-hover: #FFFFFFFF;\n --inverse-surface-solid-card-active: #FFFFFFFF;\n --inverse-surface-solid-default: #060A0C;\n --inverse-surface-solid-default-hover: #0A1114FF;\n --inverse-surface-solid-default-active: #030607FF;\n --inverse-surface-clear: #FFFFFF00;\n --inverse-surface-clear-hover: #FFFFFF00;\n --inverse-surface-clear-active: #FFFFFF00;\n --inverse-surface-accent: #108210;\n --inverse-surface-accent-hover: #139613FF;\n --inverse-surface-accent-active: #0F7B0FFF;\n --inverse-surface-transparent-accent: #10821047;\n --inverse-surface-transparent-accent-hover: #10841066;\n --inverse-surface-transparent-accent-active: #10841038;\n --inverse-surface-positive: #1A9E32;\n --inverse-surface-positive-hover: #1DAF37FF;\n --inverse-surface-positive-active: #18952FFF;\n --inverse-surface-warning: #FA5F05;\n --inverse-surface-warning-hover: #FB7223FF;\n --inverse-surface-warning-active: #F05B05FF;\n --inverse-surface-negative: #FF293E;\n --inverse-surface-negative-hover: #FF475AFF;\n --inverse-surface-negative-active: #FF1F35FF;\n --inverse-surface-info: #118CDF;\n --inverse-surface-info-hover: #1798EEFF;\n --inverse-surface-info-active: #1086D5FF;\n --inverse-surface-warning-minor: #FFD1B8;\n --inverse-surface-warning-minor-hover: #FFDECCFF;\n --inverse-surface-warning-minor-active: #FFCAADFF;\n --inverse-surface-negative-minor: #FECDD2;\n --inverse-surface-negative-minor-hover: #FED7DBFF;\n --inverse-surface-negative-minor-active: #FEC3C9FF;\n --inverse-surface-info-minor: #B0DFFF;\n --inverse-surface-info-minor-hover: #C7E9FFFF;\n --inverse-surface-info-minor-active: #A8DCFFFF;\n --background-primary: #060A0C;\n --background-primary-brightness: #15191BFF;\n --dark-background-primary: #060A0C;\n --light-background-primary: #F7F9FB;\n --inverse-background-primary: #F7F9FB;\n --inverse-background-primary-brightness: #F7F9FBFF;\n --outline-solid-primary: #23292D;\n --outline-solid-primary-hover: #FFFFFFFF;\n --outline-solid-primary-active: #A0ADB6FF;\n --outline-solid-secondary: #30373C;\n --outline-solid-secondary-hover: #FFFFFFFF;\n --outline-solid-secondary-active: #96A2ABFF;\n --outline-clear: #FFFFFF00;\n --outline-clear-hover: #FFFFFF00;\n --outline-clear-active: #FFFFFF00;\n --outline-accent: #0C9C0C;\n --outline-accent-hover: #0EB90EFF;\n --outline-accent-active: #0A800AFF;\n --outline-positive: #1A9E32;\n --outline-positive-hover: #1EB83AFF;\n --outline-positive-active: #15842AFF;\n --outline-negative: #FF293E;\n --outline-negative-hover: #FF475AFF;\n --outline-negative-active: #FF0A23FF;\n --outline-info: #118CDF;\n --outline-info-hover: #50B1F2FF;\n --outline-info-active: #0F7BC2FF;\n --on-dark-outline-solid-primary: #23292D;\n --on-dark-outline-solid-primary-hover: #FFFFFFFF;\n --on-dark-outline-solid-primary-active: #A0ADB6FF;\n --on-dark-outline-solid-secondary: #30373C;\n --on-dark-outline-solid-secondary-hover: #FFFFFFFF;\n --on-dark-outline-solid-secondary-active: #96A2ABFF;\n --on-dark-outline-clear: #FFFFFF00;\n --on-dark-outline-clear-hover: #FFFFFF00;\n --on-dark-outline-clear-active: #FFFFFF00;\n --on-dark-outline-accent: #0C9C0C;\n --on-dark-outline-accent-hover: #0EB90EFF;\n --on-dark-outline-accent-active: #0A800AFF;\n --on-dark-outline-positive: #1A9E32;\n --on-dark-outline-positive-hover: #1EB83AFF;\n --on-dark-outline-positive-active: #15842AFF;\n --on-dark-outline-negative: #FF293E;\n --on-dark-outline-negative-hover: #FF475AFF;\n --on-dark-outline-negative-active: #FF0A23FF;\n --on-dark-outline-info: #118CDF;\n --on-dark-outline-info-hover: #50B1F2FF;\n --on-dark-outline-info-active: #0F7BC2FF;\n --on-light-outline-solid-primary: #D5DFE6;\n --on-light-outline-solid-primary-hover: #AFC2CFFF;\n --on-light-outline-solid-primary-active: #C2D1DBFF;\n --on-light-outline-solid-secondary: #ADB9C2;\n --on-light-outline-solid-secondary-hover: #FFFFFFFF;\n --on-light-outline-solid-secondary-active: #303941FF;\n --on-light-outline-clear: #FFFFFF00;\n --on-light-outline-clear-hover: #FFFFFF00;\n --on-light-outline-clear-active: #FFFFFF00;\n --on-light-outline-accent: #108210;\n --on-light-outline-accent-hover: #17BA17FF;\n --on-light-outline-accent-active: #149F14FF;\n --on-light-outline-positive: #108E26;\n --on-light-outline-positive-hover: #13AA2CFF;\n --on-light-outline-positive-active: #0D731EFF;\n --on-light-outline-negative: #F31B31;\n --on-light-outline-negative-hover: #F5384BFF;\n --on-light-outline-negative-active: #E40C22FF;\n --on-light-outline-info: #0B7ECB;\n --on-light-outline-info-hover: #34A7F4FF;\n --on-light-outline-info-active: #096CAEFF;\n --inverse-outline-solid-primary: #D5DFE6;\n --inverse-outline-solid-primary-hover: #AFC2CFFF;\n --inverse-outline-solid-primary-active: #C2D1DBFF;\n --inverse-outline-solid-secondary: #ADB9C2;\n --inverse-outline-solid-secondary-hover: #FFFFFFFF;\n --inverse-outline-solid-secondary-active: #303941FF;\n --inverse-outline-clear: #FFFFFF00;\n --inverse-outline-clear-hover: #FFFFFF00;\n --inverse-outline-clear-active: #FFFFFF00;\n --inverse-outline-accent: #108210;\n --inverse-outline-accent-hover: #17BA17FF;\n --inverse-outline-accent-active: #149F14FF;\n --inverse-outline-positive: #108E26;\n --inverse-outline-positive-hover: #13AA2CFF;\n --inverse-outline-positive-active: #0D731EFF;\n --inverse-outline-negative: #F31B31;\n --inverse-outline-negative-hover: #F5384BFF;\n --inverse-outline-negative-active: #E40C22FF;\n --inverse-outline-info: #0B7ECB;\n --inverse-outline-info-hover: #34A7F4FF;\n --inverse-outline-info-active: #096CAEFF;\n color: var(--text-primary);\n background-color: var(--background-primary);\n}\n\n:root {\n --inverse-text-promo-minor-gradient: #FFFFFF;\n --inverse-text-promo-minor-gradient-hover: #CCCCCCFF;\n --inverse-text-promo-minor-gradient-active: #E6E6E6FF;\n --surface-skeleton-gradient: linear-gradient(90deg, #FFFFFF17 0%, #FFFFFF14 6.25%, #FFFFFF0D 12.5%, #FFFFFF03 25%, #FFFFFF0D 37.5%, #FFFFFF14 43.75%, #FFFFFF17 50%, #FFFFFF14 56.25%, #FFFFFF0D 62.5%, #FFFFFF03 75%, #FFFFFF0D 87.5%, #FFFFFF14 93.75%, #FFFFFF17 100%);\n --surface-skeleton-gradient-hover: #FFFFFFFF;\n --surface-skeleton-gradient-active: #FFFFFFFF;\n --surface-skeleton-deep-gradient: linear-gradient(90deg, #FFFFFF5C 0%, #FFFFFF52 6.25%, #FFFFFF33 12.5%, #FFFFFF0A 25%, #FFFFFF33 37.5%, #FFFFFF52 43.75%, #FFFFFF5C 50%, #FFFFFF14 56.25%, #FFFFFF33 62.5%, #FFFFFF0A 75%, #FFFFFF33 87.5%, #FFFFFF52 93.75%, #FFFFFF5C 100%);\n --surface-skeleton-deep-gradient-hover: #FFFFFFFF;\n --surface-skeleton-deep-gradient-active: #FFFFFFFF;\n --on-dark-surface-skeleton-gradient: linear-gradient(90deg, #FFFFFF17 0%, #FFFFFF14 6.25%, #FFFFFF0D 12.5%, #FFFFFF03 25%, #FFFFFF0D 37.5%, #FFFFFF14 43.75%, #FFFFFF17 50%, #FFFFFF14 56.25%, #FFFFFF0D 62.5%, #FFFFFF03 75%, #FFFFFF0D 87.5%, #FFFFFF14 93.75%, #FFFFFF17 100%);\n --on-dark-surface-skeleton-gradient-hover: #FFFFFFFF;\n --on-dark-surface-skeleton-gradient-active: #FFFFFFFF;\n --on-dark-surface-skeleton-deep-gradient: linear-gradient(90deg, #FFFFFF5C 0%, #FFFFFF52 6.25%, #FFFFFF33 12.5%, #FFFFFF0A 25%, #FFFFFF33 37.5%, #FFFFFF52 43.75%, #FFFFFF5C 50%, #FFFFFF14 56.25%, #FFFFFF33 62.5%, #FFFFFF0A 75%, #FFFFFF33 87.5%, #FFFFFF52 93.75%, #FFFFFF5C 100%);\n --on-dark-surface-skeleton-deep-gradient-hover: #FFFFFFFF;\n --on-dark-surface-skeleton-deep-gradient-active: #FFFFFFFF;\n --on-light-surface-skeleton-gradient: linear-gradient(90deg, #08080817 0%, #08080814 6.25%, #0808080D 12.5%, #08080803 25%, #0808080D 37.5%, #08080814 43.75%, #08080817 50%, #08080814 56.25%, #0808080D 62.5%, #08080803 75%, #0808080D 87.5%, #08080814 93.75%, #08080817 100%);\n --on-light-surface-skeleton-gradient-hover: #FFFFFFFF;\n --on-light-surface-skeleton-gradient-active: #FFFFFFFF;\n --on-light-surface-skeleton-deep-gradient: linear-gradient(90deg, #0808085C 0%, #08080852 6.25%, #08080833 12.5%, #0808080A 25%, #08080833 37.5%, #08080852 43.75%, #0808085C 50%, #08080814 56.25%, #08080833 62.5%, #0808080A 75%, #08080833 87.5%, #08080852 93.75%, #0808085C 100%);\n --on-light-surface-skeleton-deep-gradient-hover: #FFFFFFFF;\n --on-light-surface-skeleton-deep-gradient-active: #FFFFFFFF;\n --inverse-surface-skeleton-gradient: linear-gradient(90deg, #08080817 0%, #08080814 6.25%, #0808080D 12.5%, #08080803 25%, #0808080D 37.5%, #08080814 43.75%, #08080817 50%, #08080814 56.25%, #0808080D 62.5%, #08080803 75%, #0808080D 87.5%, #08080814 93.75%, #08080817 100%);\n --inverse-surface-skeleton-gradient-hover: #FFFFFFFF;\n --inverse-surface-skeleton-gradient-active: #FFFFFFFF;\n --inverse-surface-skeleton-deep-gradient: linear-gradient(90deg, #0808085C 0%, #08080852 6.25%, #08080833 12.5%, #0808080A 25%, #08080833 37.5%, #08080852 43.75%, #0808085C 50%, #08080814 56.25%, #08080833 62.5%, #0808080A 75%, #08080833 87.5%, #08080852 93.75%, #0808085C 100%);\n --inverse-surface-skeleton-deep-gradient-hover: #FFFFFFFF;\n --inverse-surface-skeleton-deep-gradient-active: #FFFFFFFF;\n}\n\n:root {\n --shadow-down-soft-s: 0px 4px 14px -4px #08080814, 0px 1px 4px -1px #0000000A;\n --shadow-down-soft-m: 0px 24px 48px -8px #00000014;\n --shadow-down-soft-l: 0px 60px 112px -8px #00000014;\n --shadow-down-hard-s: 0px 4px 12px -3px #08080829, 0px 1px 4px -2px #00000014;\n --shadow-down-hard-m: 0px 16px 32px -8px #0000003D;\n --shadow-down-hard-l: 0px 60px 112px -8px #00000066;\n --shadow-up-soft-s: 0px -4px 14px -4px #08080814, 0px -1px 4px -1px #00000008;\n --shadow-up-soft-m: 0px -24px 48px -8px #00000014;\n --shadow-up-soft-l: 0px -60px 112px -8px #00000014;\n --shadow-up-hard-s: 0px -4px 12px -3px #08080833, 0px -1px 4px -1px #00000008;\n --shadow-up-hard-m: 0px -16px 32px -8px #0000003D;\n --shadow-up-hard-l: 0px -60px 112px -8px #00000066;\n}\n\n:root {\n --border-radius-xxs: 4px;\n --border-radius-xs: 8px;\n --border-radius-s: 12px;\n --border-radius-m: 16px;\n --border-radius-l: 20px;\n --border-radius-xl: 24px;\n --border-radius-xxl: 32px;\n}\n\n:root {\n --spacing-0x: 0px;\n --spacing-1x: 2px;\n --spacing-2x: 4px;\n --spacing-3x: 6px;\n --spacing-4x: 8px;\n --spacing-6x: 12px;\n --spacing-8x: 16px;\n --spacing-10x: 20px;\n --spacing-12x: 24px;\n --spacing-16x: 32px;\n --spacing-20x: 40px;\n --spacing-24x: 48px;\n --spacing-32x: 64px;\n --spacing-40x: 80px;\n --spacing-60x: 120px;\n}\n\n:root {\n font-size: 16px;\n --plasma-typo-overflow-wrap: break-word;\n --plasma-typo-hyphens: auto;\n --plasma-typo-display-font-family: 'SB Sans Display', sans-serif;\n --plasma-typo-body-font-family: 'SB Sans Text', sans-serif;\n --plasma-typo-header-font-family: 'SB Sans Display', sans-serif;\n --plasma-typo-text-font-family: 'SB Sans Text', sans-serif;\n --plasma-typo-dspl-l-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-l-letter-spacing: normal;\n --plasma-typo-dspl-l-font-style: normal;\n --plasma-typo-dspl-l-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-l-bold-letter-spacing: normal;\n --plasma-typo-dspl-l-bold-font-style: normal;\n --plasma-typo-dspl-m-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-m-letter-spacing: normal;\n --plasma-typo-dspl-m-font-style: normal;\n --plasma-typo-dspl-m-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-m-bold-letter-spacing: normal;\n --plasma-typo-dspl-m-bold-font-style: normal;\n --plasma-typo-dspl-s-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-s-letter-spacing: normal;\n --plasma-typo-dspl-s-font-style: normal;\n --plasma-typo-dspl-s-bold-font-family: var(--plasma-typo-display-font-family);\n --plasma-typo-dspl-s-bold-letter-spacing: normal;\n --plasma-typo-dspl-s-bold-font-style: normal;\n --plasma-typo-h1-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h1-letter-spacing: normal;\n --plasma-typo-h1-font-style: normal;\n --plasma-typo-h1-bold-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h1-bold-letter-spacing: normal;\n --plasma-typo-h1-bold-font-style: normal;\n --plasma-typo-h2-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h2-letter-spacing: normal;\n --plasma-typo-h2-font-style: normal;\n --plasma-typo-h2-bold-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h2-bold-letter-spacing: normal;\n --plasma-typo-h2-bold-font-style: normal;\n --plasma-typo-h3-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h3-letter-spacing: normal;\n --plasma-typo-h3-font-style: normal;\n --plasma-typo-h3-bold-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h3-bold-letter-spacing: normal;\n --plasma-typo-h3-bold-font-style: normal;\n --plasma-typo-h4-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h4-letter-spacing: normal;\n --plasma-typo-h4-font-style: normal;\n --plasma-typo-h4-bold-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h4-bold-letter-spacing: normal;\n --plasma-typo-h4-bold-font-style: normal;\n --plasma-typo-h5-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h5-letter-spacing: normal;\n --plasma-typo-h5-font-style: normal;\n --plasma-typo-h5-bold-font-family: var(--plasma-typo-header-font-family);\n --plasma-typo-h5-bold-letter-spacing: normal;\n --plasma-typo-h5-bold-font-style: normal;\n --plasma-typo-body-l-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-l-letter-spacing: -0.02em;\n --plasma-typo-body-l-font-style: normal;\n --plasma-typo-body-l-bold-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-l-bold-letter-spacing: -0.02em;\n --plasma-typo-body-l-bold-font-style: normal;\n --plasma-typo-body-m-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-m-letter-spacing: -0.02em;\n --plasma-typo-body-m-font-style: normal;\n --plasma-typo-body-m-bold-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-m-bold-letter-spacing: -0.02em;\n --plasma-typo-body-m-bold-font-style: normal;\n --plasma-typo-body-s-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-s-letter-spacing: -0.02em;\n --plasma-typo-body-s-font-style: normal;\n --plasma-typo-body-s-bold-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-s-bold-letter-spacing: -0.02em;\n --plasma-typo-body-s-bold-font-style: normal;\n --plasma-typo-body-xs-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-xs-letter-spacing: -0.02em;\n --plasma-typo-body-xs-font-style: normal;\n --plasma-typo-body-xs-bold-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-xs-bold-letter-spacing: -0.02em;\n --plasma-typo-body-xs-bold-font-style: normal;\n --plasma-typo-body-xxs-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-xxs-letter-spacing: -0.02em;\n --plasma-typo-body-xxs-font-style: normal;\n --plasma-typo-body-xxs-bold-font-family: var(--plasma-typo-body-font-family);\n --plasma-typo-body-xxs-bold-letter-spacing: -0.02em;\n --plasma-typo-body-xxs-bold-font-style: normal;\n --plasma-typo-text-l-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-l-letter-spacing: -0.02em;\n --plasma-typo-text-l-font-style: normal;\n --plasma-typo-text-l-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-l-bold-letter-spacing: -0.02em;\n --plasma-typo-text-l-bold-font-style: normal;\n --plasma-typo-text-m-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-m-letter-spacing: -0.02em;\n --plasma-typo-text-m-font-style: normal;\n --plasma-typo-text-m-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-m-bold-letter-spacing: -0.02em;\n --plasma-typo-text-m-bold-font-style: normal;\n --plasma-typo-text-s-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-s-letter-spacing: -0.02em;\n --plasma-typo-text-s-font-style: normal;\n --plasma-typo-text-s-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-s-bold-letter-spacing: -0.02em;\n --plasma-typo-text-s-bold-font-style: normal;\n --plasma-typo-text-xs-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-xs-letter-spacing: -0.02em;\n --plasma-typo-text-xs-font-style: normal;\n --plasma-typo-text-xs-bold-font-family: var(--plasma-typo-text-font-family);\n --plasma-typo-text-xs-bold-letter-spacing: -0.02em;\n --plasma-typo-text-xs-bold-font-style: normal;\n}\n\n@media (max-width: 559px) {\n :root {\n --plasma-typo-dspl-l-font-size: 8rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 8rem;\n --plasma-typo-dspl-l-bold-font-size: 8rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 8rem;\n --plasma-typo-dspl-m-font-size: 5.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 6rem;\n --plasma-typo-dspl-m-bold-font-size: 5.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 6rem;\n --plasma-typo-dspl-s-font-size: 4rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 4.5rem;\n --plasma-typo-dspl-s-bold-font-size: 4rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 4.5rem;\n --plasma-typo-h1-font-size: 2.5rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 3rem;\n --plasma-typo-h1-bold-font-size: 2.5rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 3rem;\n --plasma-typo-h2-font-size: 2rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.625rem;\n --plasma-typo-h2-bold-font-size: 2rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 2.625rem;\n --plasma-typo-h3-font-size: 1.5rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 2.125rem;\n --plasma-typo-h3-bold-font-size: 1.5rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 2.125rem;\n --plasma-typo-h4-font-size: 1.25rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.875rem;\n --plasma-typo-h4-bold-font-size: 1.25rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.875rem;\n --plasma-typo-h5-font-size: 1.125rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.75rem;\n --plasma-typo-h5-bold-font-size: 1.125rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.75rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.625rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.625rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.5rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.5rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.25rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.25rem;\n --plasma-typo-body-xs-font-size: 0.75rem;\n --plasma-typo-body-xs-font-weight: 400;\n --plasma-typo-body-xs-line-height: 1rem;\n --plasma-typo-body-xs-bold-font-size: 0.75rem;\n --plasma-typo-body-xs-bold-font-weight: 600;\n --plasma-typo-body-xs-bold-line-height: 1rem;\n --plasma-typo-body-xxs-font-size: 0.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.875rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.875rem;\n --plasma-typo-text-l-font-size: 1.5rem;\n --plasma-typo-text-l-font-weight: 400;\n --plasma-typo-text-l-line-height: 2.25rem;\n --plasma-typo-text-l-bold-font-size: 1.5rem;\n --plasma-typo-text-l-bold-font-weight: 600;\n --plasma-typo-text-l-bold-line-height: 2.25rem;\n --plasma-typo-text-m-font-size: 1.125rem;\n --plasma-typo-text-m-font-weight: 400;\n --plasma-typo-text-m-line-height: 1.75rem;\n --plasma-typo-text-m-bold-font-size: 1.125rem;\n --plasma-typo-text-m-bold-font-weight: 600;\n --plasma-typo-text-m-bold-line-height: 1.75rem;\n --plasma-typo-text-s-font-size: 0.875rem;\n --plasma-typo-text-s-font-weight: 400;\n --plasma-typo-text-s-line-height: 1.25rem;\n --plasma-typo-text-s-bold-font-size: 0.875rem;\n --plasma-typo-text-s-bold-font-weight: 600;\n --plasma-typo-text-s-bold-line-height: 1.25rem;\n --plasma-typo-text-xs-font-size: 0.75rem;\n --plasma-typo-text-xs-font-weight: 400;\n --plasma-typo-text-xs-line-height: 1.125rem;\n --plasma-typo-text-xs-bold-font-size: 0.75rem;\n --plasma-typo-text-xs-bold-font-weight: 600;\n --plasma-typo-text-xs-bold-line-height: 1.125rem;\n }\n}\n\n@media (min-width: 560px) and (max-width: 959px) {\n :root {\n --plasma-typo-dspl-l-font-size: 8rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 8rem;\n --plasma-typo-dspl-l-bold-font-size: 8rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 8rem;\n --plasma-typo-dspl-m-font-size: 5.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 6rem;\n --plasma-typo-dspl-m-bold-font-size: 5.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 6rem;\n --plasma-typo-dspl-s-font-size: 4rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 4.5rem;\n --plasma-typo-dspl-s-bold-font-size: 4rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 4.5rem;\n --plasma-typo-h1-font-size: 2.5rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 3rem;\n --plasma-typo-h1-bold-font-size: 2.5rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 3rem;\n --plasma-typo-h2-font-size: 2rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.625rem;\n --plasma-typo-h2-bold-font-size: 2rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 2.625rem;\n --plasma-typo-h3-font-size: 1.5rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 2.125rem;\n --plasma-typo-h3-bold-font-size: 1.5rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 2.125rem;\n --plasma-typo-h4-font-size: 1.25rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.875rem;\n --plasma-typo-h4-bold-font-size: 1.25rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.875rem;\n --plasma-typo-h5-font-size: 1.125rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.75rem;\n --plasma-typo-h5-bold-font-size: 1.125rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.75rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.625rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.625rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.5rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.5rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.25rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.25rem;\n --plasma-typo-body-xs-font-size: 0.75rem;\n --plasma-typo-body-xs-font-weight: 400;\n --plasma-typo-body-xs-line-height: 1rem;\n --plasma-typo-body-xs-bold-font-size: 0.75rem;\n --plasma-typo-body-xs-bold-font-weight: 600;\n --plasma-typo-body-xs-bold-line-height: 1rem;\n --plasma-typo-body-xxs-font-size: 0.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.875rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.875rem;\n --plasma-typo-text-l-font-size: 1.5rem;\n --plasma-typo-text-l-font-weight: 400;\n --plasma-typo-text-l-line-height: 2.25rem;\n --plasma-typo-text-l-bold-font-size: 1.5rem;\n --plasma-typo-text-l-bold-font-weight: 600;\n --plasma-typo-text-l-bold-line-height: 2.25rem;\n --plasma-typo-text-m-font-size: 1.125rem;\n --plasma-typo-text-m-font-weight: 400;\n --plasma-typo-text-m-line-height: 1.75rem;\n --plasma-typo-text-m-bold-font-size: 1.125rem;\n --plasma-typo-text-m-bold-font-weight: 600;\n --plasma-typo-text-m-bold-line-height: 1.75rem;\n --plasma-typo-text-s-font-size: 0.875rem;\n --plasma-typo-text-s-font-weight: 400;\n --plasma-typo-text-s-line-height: 1.25rem;\n --plasma-typo-text-s-bold-font-size: 0.875rem;\n --plasma-typo-text-s-bold-font-weight: 600;\n --plasma-typo-text-s-bold-line-height: 1.25rem;\n --plasma-typo-text-xs-font-size: 0.75rem;\n --plasma-typo-text-xs-font-weight: 400;\n --plasma-typo-text-xs-line-height: 1.125rem;\n --plasma-typo-text-xs-bold-font-size: 0.75rem;\n --plasma-typo-text-xs-bold-font-weight: 600;\n --plasma-typo-text-xs-bold-line-height: 1.125rem;\n }\n}\n\n@media (min-width: 960px) {\n :root {\n --plasma-typo-dspl-l-font-size: 8rem;\n --plasma-typo-dspl-l-font-weight: 300;\n --plasma-typo-dspl-l-line-height: 8rem;\n --plasma-typo-dspl-l-bold-font-size: 8rem;\n --plasma-typo-dspl-l-bold-font-weight: 600;\n --plasma-typo-dspl-l-bold-line-height: 8rem;\n --plasma-typo-dspl-m-font-size: 5.5rem;\n --plasma-typo-dspl-m-font-weight: 300;\n --plasma-typo-dspl-m-line-height: 6rem;\n --plasma-typo-dspl-m-bold-font-size: 5.5rem;\n --plasma-typo-dspl-m-bold-font-weight: 600;\n --plasma-typo-dspl-m-bold-line-height: 6rem;\n --plasma-typo-dspl-s-font-size: 4rem;\n --plasma-typo-dspl-s-font-weight: 300;\n --plasma-typo-dspl-s-line-height: 4.5rem;\n --plasma-typo-dspl-s-bold-font-size: 4rem;\n --plasma-typo-dspl-s-bold-font-weight: 600;\n --plasma-typo-dspl-s-bold-line-height: 4.5rem;\n --plasma-typo-h1-font-size: 2.5rem;\n --plasma-typo-h1-font-weight: 400;\n --plasma-typo-h1-line-height: 3rem;\n --plasma-typo-h1-bold-font-size: 2.5rem;\n --plasma-typo-h1-bold-font-weight: 600;\n --plasma-typo-h1-bold-line-height: 3rem;\n --plasma-typo-h2-font-size: 2rem;\n --plasma-typo-h2-font-weight: 400;\n --plasma-typo-h2-line-height: 2.625rem;\n --plasma-typo-h2-bold-font-size: 2rem;\n --plasma-typo-h2-bold-font-weight: 600;\n --plasma-typo-h2-bold-line-height: 2.625rem;\n --plasma-typo-h3-font-size: 1.5rem;\n --plasma-typo-h3-font-weight: 400;\n --plasma-typo-h3-line-height: 2.125rem;\n --plasma-typo-h3-bold-font-size: 1.5rem;\n --plasma-typo-h3-bold-font-weight: 600;\n --plasma-typo-h3-bold-line-height: 2.125rem;\n --plasma-typo-h4-font-size: 1.25rem;\n --plasma-typo-h4-font-weight: 400;\n --plasma-typo-h4-line-height: 1.875rem;\n --plasma-typo-h4-bold-font-size: 1.25rem;\n --plasma-typo-h4-bold-font-weight: 600;\n --plasma-typo-h4-bold-line-height: 1.875rem;\n --plasma-typo-h5-font-size: 1.125rem;\n --plasma-typo-h5-font-weight: 400;\n --plasma-typo-h5-line-height: 1.75rem;\n --plasma-typo-h5-bold-font-size: 1.125rem;\n --plasma-typo-h5-bold-font-weight: 600;\n --plasma-typo-h5-bold-line-height: 1.75rem;\n --plasma-typo-body-l-font-size: 1.125rem;\n --plasma-typo-body-l-font-weight: 400;\n --plasma-typo-body-l-line-height: 1.625rem;\n --plasma-typo-body-l-bold-font-size: 1.125rem;\n --plasma-typo-body-l-bold-font-weight: 600;\n --plasma-typo-body-l-bold-line-height: 1.625rem;\n --plasma-typo-body-m-font-size: 1rem;\n --plasma-typo-body-m-font-weight: 400;\n --plasma-typo-body-m-line-height: 1.5rem;\n --plasma-typo-body-m-bold-font-size: 1rem;\n --plasma-typo-body-m-bold-font-weight: 600;\n --plasma-typo-body-m-bold-line-height: 1.5rem;\n --plasma-typo-body-s-font-size: 0.875rem;\n --plasma-typo-body-s-font-weight: 400;\n --plasma-typo-body-s-line-height: 1.25rem;\n --plasma-typo-body-s-bold-font-size: 0.875rem;\n --plasma-typo-body-s-bold-font-weight: 600;\n --plasma-typo-body-s-bold-line-height: 1.25rem;\n --plasma-typo-body-xs-font-size: 0.75rem;\n --plasma-typo-body-xs-font-weight: 400;\n --plasma-typo-body-xs-line-height: 1rem;\n --plasma-typo-body-xs-bold-font-size: 0.75rem;\n --plasma-typo-body-xs-bold-font-weight: 600;\n --plasma-typo-body-xs-bold-line-height: 1rem;\n --plasma-typo-body-xxs-font-size: 0.625rem;\n --plasma-typo-body-xxs-font-weight: 400;\n --plasma-typo-body-xxs-line-height: 0.875rem;\n --plasma-typo-body-xxs-bold-font-size: 0.625rem;\n --plasma-typo-body-xxs-bold-font-weight: 600;\n --plasma-typo-body-xxs-bold-line-height: 0.875rem;\n --plasma-typo-text-l-font-size: 1.5rem;\n --plasma-typo-text-l-font-weight: 400;\n --plasma-typo-text-l-line-height: 2.25rem;\n --plasma-typo-text-l-bold-font-size: 1.5rem;\n --plasma-typo-text-l-bold-font-weight: 600;\n --plasma-typo-text-l-bold-line-height: 2.25rem;\n --plasma-typo-text-m-font-size: 1.125rem;\n --plasma-typo-text-m-font-weight: 400;\n --plasma-typo-text-m-line-height: 1.75rem;\n --plasma-typo-text-m-bold-font-size: 1.125rem;\n --plasma-typo-text-m-bold-font-weight: 600;\n --plasma-typo-text-m-bold-line-height: 1.75rem;\n --plasma-typo-text-s-font-size: 0.875rem;\n --plasma-typo-text-s-font-weight: 400;\n --plasma-typo-text-s-line-height: 1.25rem;\n --plasma-typo-text-s-bold-font-size: 0.875rem;\n --plasma-typo-text-s-bold-font-weight: 600;\n --plasma-typo-text-s-bold-line-height: 1.25rem;\n --plasma-typo-text-xs-font-size: 0.75rem;\n --plasma-typo-text-xs-font-weight: 400;\n --plasma-typo-text-xs-line-height: 1.125rem;\n --plasma-typo-text-xs-bold-font-size: 0.75rem;\n --plasma-typo-text-xs-bold-font-weight: 600;\n --plasma-typo-text-xs-bold-line-height: 1.125rem;\n }\n}"];
|
|
3
3
|
//# sourceMappingURL=sdds_cs__dark.js.map
|