@salutejs-ds/yvvyschshol 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. package/LICENSE.txt +21 -0
  2. package/components/Button/Button.config.d.ts +26 -0
  3. package/components/Button/Button.config.js +34 -0
  4. package/components/Button/Button.config.js.map +1 -0
  5. package/components/Button/Button.config_1foruvm.css +11 -0
  6. package/components/Button/Button.css +11 -0
  7. package/components/Button/Button.d.ts +65 -0
  8. package/components/Button/Button.js +17 -0
  9. package/components/Button/Button.js.map +1 -0
  10. package/components/Button/index.d.ts +1 -0
  11. package/components/Checkbox/Checkbox.config.d.ts +18 -0
  12. package/components/Checkbox/Checkbox.config.js +26 -0
  13. package/components/Checkbox/Checkbox.config.js.map +1 -0
  14. package/components/Checkbox/Checkbox.config_x21b7j.css +6 -0
  15. package/components/Checkbox/Checkbox.css +6 -0
  16. package/components/Checkbox/Checkbox.d.ts +14 -0
  17. package/components/Checkbox/Checkbox.js +17 -0
  18. package/components/Checkbox/Checkbox.js.map +1 -0
  19. package/components/Checkbox/index.d.ts +1 -0
  20. package/components/IconButton/IconButton.config.d.ts +24 -0
  21. package/components/IconButton/IconButton.config.js +32 -0
  22. package/components/IconButton/IconButton.config.js.map +1 -0
  23. package/components/IconButton/IconButton.config_1c5nicw.css +9 -0
  24. package/components/IconButton/IconButton.css +9 -0
  25. package/components/IconButton/IconButton.d.ts +63 -0
  26. package/components/IconButton/IconButton.js +17 -0
  27. package/components/IconButton/IconButton.js.map +1 -0
  28. package/components/IconButton/index.d.ts +1 -0
  29. package/components/Link/Link.config.d.ts +20 -0
  30. package/components/Link/Link.config.js +28 -0
  31. package/components/Link/Link.config.js.map +1 -0
  32. package/components/Link/Link.config_1rhi0cx.css +8 -0
  33. package/components/Link/Link.css +8 -0
  34. package/components/Link/Link.d.ts +16 -0
  35. package/components/Link/Link.js +17 -0
  36. package/components/Link/Link.js.map +1 -0
  37. package/components/Link/index.d.ts +1 -0
  38. package/components/Radiobox/Radiobox.config.d.ts +18 -0
  39. package/components/Radiobox/Radiobox.config.js +26 -0
  40. package/components/Radiobox/Radiobox.config.js.map +1 -0
  41. package/components/Radiobox/Radiobox.config_mh8bje.css +6 -0
  42. package/components/Radiobox/Radiobox.css +6 -0
  43. package/components/Radiobox/Radiobox.d.ts +14 -0
  44. package/components/Radiobox/Radiobox.js +17 -0
  45. package/components/Radiobox/Radiobox.js.map +1 -0
  46. package/components/Radiobox/index.d.ts +1 -0
  47. package/css/yvvyschshol.module.css +2352 -0
  48. package/css/yvvyschshol__dark.css +1517 -0
  49. package/css/yvvyschshol__light.css +1517 -0
  50. package/es/components/Button/Button.config.js +30 -0
  51. package/es/components/Button/Button.config.js.map +1 -0
  52. package/es/components/Button/Button.config_1foruvm.css +11 -0
  53. package/es/components/Button/Button.css +11 -0
  54. package/es/components/Button/Button.js +13 -0
  55. package/es/components/Button/Button.js.map +1 -0
  56. package/es/components/Checkbox/Checkbox.config.js +22 -0
  57. package/es/components/Checkbox/Checkbox.config.js.map +1 -0
  58. package/es/components/Checkbox/Checkbox.config_x21b7j.css +6 -0
  59. package/es/components/Checkbox/Checkbox.css +6 -0
  60. package/es/components/Checkbox/Checkbox.js +13 -0
  61. package/es/components/Checkbox/Checkbox.js.map +1 -0
  62. package/es/components/IconButton/IconButton.config.js +28 -0
  63. package/es/components/IconButton/IconButton.config.js.map +1 -0
  64. package/es/components/IconButton/IconButton.config_1c5nicw.css +9 -0
  65. package/es/components/IconButton/IconButton.css +9 -0
  66. package/es/components/IconButton/IconButton.js +13 -0
  67. package/es/components/IconButton/IconButton.js.map +1 -0
  68. package/es/components/Link/Link.config.js +24 -0
  69. package/es/components/Link/Link.config.js.map +1 -0
  70. package/es/components/Link/Link.config_1rhi0cx.css +8 -0
  71. package/es/components/Link/Link.css +8 -0
  72. package/es/components/Link/Link.js +13 -0
  73. package/es/components/Link/Link.js.map +1 -0
  74. package/es/components/Radiobox/Radiobox.config.js +22 -0
  75. package/es/components/Radiobox/Radiobox.config.js.map +1 -0
  76. package/es/components/Radiobox/Radiobox.config_mh8bje.css +6 -0
  77. package/es/components/Radiobox/Radiobox.css +6 -0
  78. package/es/components/Radiobox/Radiobox.js +13 -0
  79. package/es/components/Radiobox/Radiobox.js.map +1 -0
  80. package/es/index.css +44 -0
  81. package/es/index.js +9 -0
  82. package/es/index.js.map +1 -0
  83. package/es/theme/themes/yvvyschshol__dark.js +6 -0
  84. package/es/theme/themes/yvvyschshol__dark.js.map +1 -0
  85. package/es/theme/themes/yvvyschshol__light.js +6 -0
  86. package/es/theme/themes/yvvyschshol__light.js.map +1 -0
  87. package/es/theme/tokens/index.js +3101 -0
  88. package/es/theme/tokens/index.js.map +1 -0
  89. package/index.css +44 -0
  90. package/index.d.ts +6 -0
  91. package/index.js +936 -0
  92. package/index.js.map +1 -0
  93. package/package.json +99 -0
  94. package/styled-components/cjs/Button/Button.config.js +35 -0
  95. package/styled-components/cjs/Button/Button.js +15 -0
  96. package/styled-components/cjs/Button/index.js +12 -0
  97. package/styled-components/cjs/Checkbox/Checkbox.config.js +27 -0
  98. package/styled-components/cjs/Checkbox/Checkbox.js +15 -0
  99. package/styled-components/cjs/Checkbox/index.js +12 -0
  100. package/styled-components/cjs/IconButton/IconButton.config.js +33 -0
  101. package/styled-components/cjs/IconButton/IconButton.js +15 -0
  102. package/styled-components/cjs/IconButton/index.js +12 -0
  103. package/styled-components/cjs/Link/Link.config.js +29 -0
  104. package/styled-components/cjs/Link/Link.js +15 -0
  105. package/styled-components/cjs/Link/index.js +12 -0
  106. package/styled-components/cjs/Radiobox/Radiobox.config.js +27 -0
  107. package/styled-components/cjs/Radiobox/Radiobox.js +15 -0
  108. package/styled-components/cjs/Radiobox/index.js +12 -0
  109. package/styled-components/es/Button/Button.config.js +29 -0
  110. package/styled-components/es/Button/Button.js +9 -0
  111. package/styled-components/es/Button/index.js +1 -0
  112. package/styled-components/es/Checkbox/Checkbox.config.js +21 -0
  113. package/styled-components/es/Checkbox/Checkbox.js +9 -0
  114. package/styled-components/es/Checkbox/index.js +1 -0
  115. package/styled-components/es/IconButton/IconButton.config.js +27 -0
  116. package/styled-components/es/IconButton/IconButton.js +9 -0
  117. package/styled-components/es/IconButton/index.js +1 -0
  118. package/styled-components/es/Link/Link.config.js +23 -0
  119. package/styled-components/es/Link/Link.js +9 -0
  120. package/styled-components/es/Link/index.js +1 -0
  121. package/styled-components/es/Radiobox/Radiobox.config.js +21 -0
  122. package/styled-components/es/Radiobox/Radiobox.js +9 -0
  123. package/styled-components/es/Radiobox/index.js +1 -0
  124. package/styled-components/package.json +5 -0
  125. package/theme/index.d.ts +2 -0
  126. package/theme/themes/index.d.ts +2 -0
  127. package/theme/themes/yvvyschshol__dark.d.ts +1 -0
  128. package/theme/themes/yvvyschshol__dark.js +10 -0
  129. package/theme/themes/yvvyschshol__dark.js.map +1 -0
  130. package/theme/themes/yvvyschshol__light.d.ts +1 -0
  131. package/theme/themes/yvvyschshol__light.js +10 -0
  132. package/theme/themes/yvvyschshol__light.js.map +1 -0
  133. package/theme/tokens/index.d.ts +2185 -0
  134. package/theme/tokens/index.js +4017 -0
  135. package/theme/tokens/index.js.map +1 -0
@@ -0,0 +1,1517 @@
1
+ /* Generated by robots, do not change this manually! */
2
+
3
+ :root {
4
+ --text-primary: #B559F3;
5
+ --text-primary-hover: #C67EF6FF;
6
+ --text-primary-active: #A432F1FF;
7
+ --text-primary-brightness: #16181DF5;
8
+ --text-secondary: #0000008F;
9
+ --text-secondary-hover: #16181DFF;
10
+ --text-secondary-active: #16181DAB;
11
+ --text-tertiary: #00000047;
12
+ --text-tertiary-hover: #16181DFF;
13
+ --text-tertiary-active: #16181D56;
14
+ --text-paragraph: #000000CC;
15
+ --text-paragraph-hover: #16181D7A;
16
+ --text-paragraph-active: #16181DA3;
17
+ --text-accent-hover: #12D0D3FF;
18
+ --text-accent-active: #0FABAEFF;
19
+ --text-accent-minor: #04C6C9;
20
+ --text-accent-minor-hover: #05ECF0FF;
21
+ --text-accent-minor-active: #039DA0FF;
22
+ --text-positive: #108E26;
23
+ --text-positive-hover: #14B32EFF;
24
+ --text-positive-active: #0C6A1BFF;
25
+ --text-warning: #E85702;
26
+ --text-warning-hover: #FD6B17FF;
27
+ --text-warning-active: #C04802FF;
28
+ --text-negative: #F31B31;
29
+ --text-negative-hover: #F54254FF;
30
+ --text-negative-active: #DA0B20FF;
31
+ --text-info: #0B7ECB;
32
+ --text-info-hover: #0D96F2FF;
33
+ --text-info-active: #0966A5FF;
34
+ --text-positive-minor: #28D247;
35
+ --text-positive-minor-hover: #47DC62FF;
36
+ --text-positive-minor-active: #21B03CFF;
37
+ --text-warning-minor: #FD9C68;
38
+ --text-warning-minor-hover: #FDB790FF;
39
+ --text-warning-minor-active: #FC8240FF;
40
+ --text-negative-minor: #FF8F9A;
41
+ --text-negative-minor-hover: #FFB8BFFF;
42
+ --text-negative-minor-active: #FF6675FF;
43
+ --text-info-minor: #52BAFF;
44
+ --text-info-minor-hover: #7ACAFFFF;
45
+ --text-info-minor-active: #29A9FFFF;
46
+ --on-dark-text-primary: #000000F5;
47
+ --on-dark-text-primary-hover: #F8F9FC93;
48
+ --on-dark-text-primary-active: #F8F9FCC4;
49
+ --on-dark-text-primary-brightness: #F8F9FCF5;
50
+ --on-dark-text-secondary: #0000008F;
51
+ --on-dark-text-secondary-hover: #F8F9FCFF;
52
+ --on-dark-text-secondary-active: #F8F9FCAB;
53
+ --on-dark-text-tertiary: #00000047;
54
+ --on-dark-text-tertiary-hover: #F8F9FCFF;
55
+ --on-dark-text-tertiary-active: #F8F9FC56;
56
+ --on-dark-text-paragraph: #000000CC;
57
+ --on-dark-text-paragraph-hover: #F8F9FC7A;
58
+ --on-dark-text-paragraph-active: #F8F9FCA3;
59
+ --on-dark-text-accent: #0C9597;
60
+ --on-dark-text-accent-hover: #12DFE2FF;
61
+ --on-dark-text-accent-active: #0A797BFF;
62
+ --on-dark-text-accent-minor: #0C585A;
63
+ --on-dark-text-accent-minor-hover: #148B90FF;
64
+ --on-dark-text-accent-minor-active: #107175FF;
65
+ --on-dark-text-positive: #1A9E32;
66
+ --on-dark-text-positive-hover: #1EB83AFF;
67
+ --on-dark-text-positive-active: #15842AFF;
68
+ --on-dark-text-warning: #FA5F05;
69
+ --on-dark-text-warning-hover: #FB7223FF;
70
+ --on-dark-text-warning-active: #DC5304FF;
71
+ --on-dark-text-negative: #FF293E;
72
+ --on-dark-text-negative-hover: #FF475AFF;
73
+ --on-dark-text-negative-active: #FF0A23FF;
74
+ --on-dark-text-info: #118CDF;
75
+ --on-dark-text-info-hover: #50B1F2FF;
76
+ --on-dark-text-info-active: #0F7BC2FF;
77
+ --on-dark-text-positive-minor: #095C18;
78
+ --on-dark-text-positive-minor-hover: #0F9527FF;
79
+ --on-dark-text-positive-minor-active: #0C7920FF;
80
+ --on-dark-text-warning-minor: #85380C;
81
+ --on-dark-text-warning-minor-hover: #BB4F11FF;
82
+ --on-dark-text-warning-minor-active: #9F440FFF;
83
+ --on-dark-text-negative-minor: #9C1422;
84
+ --on-dark-text-negative-minor-hover: #B91828FF;
85
+ --on-dark-text-negative-minor-active: #83111CFF;
86
+ --on-dark-text-info-minor: #0D5382;
87
+ --on-dark-text-info-minor-hover: #1277BAFF;
88
+ --on-dark-text-info-minor-active: #10659EFF;
89
+ --on-light-text-primary: #000000F5;
90
+ --on-light-text-primary-hover: #16181D93;
91
+ --on-light-text-primary-active: #16181DC4;
92
+ --on-light-text-primary-brightness: #16181DF5;
93
+ --on-light-text-secondary: #0000008F;
94
+ --on-light-text-secondary-hover: #16181DFF;
95
+ --on-light-text-secondary-active: #16181DAB;
96
+ --on-light-text-tertiary: #00000047;
97
+ --on-light-text-tertiary-hover: #16181DFF;
98
+ --on-light-text-tertiary-active: #16181D56;
99
+ --on-light-text-paragraph: #000000CC;
100
+ --on-light-text-paragraph-hover: #16181D7A;
101
+ --on-light-text-paragraph-active: #16181DA3;
102
+ --on-light-text-accent: #0C8688;
103
+ --on-light-text-accent-hover: #12D0D3FF;
104
+ --on-light-text-accent-active: #0FABAEFF;
105
+ --on-light-text-accent-minor: #04C6C9;
106
+ --on-light-text-accent-minor-hover: #05ECF0FF;
107
+ --on-light-text-accent-minor-active: #039DA0FF;
108
+ --on-light-text-positive: #108E26;
109
+ --on-light-text-positive-hover: #14B32EFF;
110
+ --on-light-text-positive-active: #0C6A1BFF;
111
+ --on-light-text-warning: #E85702;
112
+ --on-light-text-warning-hover: #FD6B17FF;
113
+ --on-light-text-warning-active: #C04802FF;
114
+ --on-light-text-negative: #F31B31;
115
+ --on-light-text-negative-hover: #F54254FF;
116
+ --on-light-text-negative-active: #DA0B20FF;
117
+ --on-light-text-info: #0B7ECB;
118
+ --on-light-text-info-hover: #0D96F2FF;
119
+ --on-light-text-info-active: #0966A5FF;
120
+ --on-light-text-positive-minor: #28D247;
121
+ --on-light-text-positive-minor-hover: #47DC62FF;
122
+ --on-light-text-positive-minor-active: #21B03CFF;
123
+ --on-light-text-warning-minor: #FD9C68;
124
+ --on-light-text-warning-minor-hover: #FDB790FF;
125
+ --on-light-text-warning-minor-active: #FC8240FF;
126
+ --on-light-text-negative-minor: #FF8F9A;
127
+ --on-light-text-negative-minor-hover: #FFB8BFFF;
128
+ --on-light-text-negative-minor-active: #FF6675FF;
129
+ --on-light-text-info-minor: #52BAFF;
130
+ --on-light-text-info-minor-hover: #7ACAFFFF;
131
+ --on-light-text-info-minor-active: #29A9FFFF;
132
+ --inverse-text-primary: #000000F5;
133
+ --inverse-text-primary-hover: #F8F9FC93;
134
+ --inverse-text-primary-active: #F8F9FCC4;
135
+ --inverse-text-primary-brightness: #F8F9FCF5;
136
+ --inverse-text-secondary: #0000008F;
137
+ --inverse-text-secondary-hover: #F8F9FCFF;
138
+ --inverse-text-secondary-active: #F8F9FCAB;
139
+ --inverse-text-tertiary: #00000047;
140
+ --inverse-text-tertiary-hover: #F8F9FCFF;
141
+ --inverse-text-tertiary-active: #F8F9FC56;
142
+ --inverse-text-paragraph: #000000CC;
143
+ --inverse-text-paragraph-hover: #F8F9FC7A;
144
+ --inverse-text-paragraph-active: #F8F9FCA3;
145
+ --inverse-text-accent: #0C9597;
146
+ --inverse-text-accent-hover: #12DFE2FF;
147
+ --inverse-text-accent-active: #0A797BFF;
148
+ --inverse-text-accent-minor: #0C585A;
149
+ --inverse-text-accent-minor-hover: #148B90FF;
150
+ --inverse-text-accent-minor-active: #107175FF;
151
+ --inverse-text-positive: #1A9E32;
152
+ --inverse-text-positive-hover: #1EB83AFF;
153
+ --inverse-text-positive-active: #15842AFF;
154
+ --inverse-text-warning: #FA5F05;
155
+ --inverse-text-warning-hover: #FB7223FF;
156
+ --inverse-text-warning-active: #DC5304FF;
157
+ --inverse-text-negative: #FF293E;
158
+ --inverse-text-negative-hover: #FF475AFF;
159
+ --inverse-text-negative-active: #FF0A23FF;
160
+ --inverse-text-info: #118CDF;
161
+ --inverse-text-info-hover: #50B1F2FF;
162
+ --inverse-text-info-active: #0F7BC2FF;
163
+ --inverse-text-positive-minor: #095C18;
164
+ --inverse-text-positive-minor-hover: #0F9527FF;
165
+ --inverse-text-positive-minor-active: #0C7920FF;
166
+ --inverse-text-warning-minor: #85380C;
167
+ --inverse-text-warning-minor-hover: #BB4F11FF;
168
+ --inverse-text-warning-minor-active: #9F440FFF;
169
+ --inverse-text-negative-minor: #9C1422;
170
+ --inverse-text-negative-minor-hover: #B91828FF;
171
+ --inverse-text-negative-minor-active: #83111CFF;
172
+ --inverse-text-info-minor: #0D5382;
173
+ --inverse-text-info-minor-hover: #1277BAFF;
174
+ --inverse-text-info-minor-active: #10659EFF;
175
+ --surface-solid-primary: undefined;
176
+ --surface-solid-primary-hover: #FBFCFEFF;
177
+ --surface-solid-primary-active: #ECEEF8FF;
178
+ --surface-solid-primary-brightness: #FFFFFFFF;
179
+ --surface-solid-secondary: undefined;
180
+ --surface-solid-secondary-hover: #F9F9FBFF;
181
+ --surface-solid-secondary-active: #E5E6F0FF;
182
+ --surface-solid-tertiary: undefined;
183
+ --surface-solid-tertiary-hover: #E5E8F0FF;
184
+ --surface-solid-tertiary-active: #CCD1E1FF;
185
+ --surface-solid-card: #FFFFFF;
186
+ --surface-solid-card-hover: #FFFFFFFF;
187
+ --surface-solid-card-active: #FFFFFFFF;
188
+ --surface-solid-card-brightness: #FFFFFFFF;
189
+ --surface-solid-default: undefined;
190
+ --surface-solid-default-hover: #14171FFF;
191
+ --surface-solid-default-active: #040506FF;
192
+ --surface-transparent-primary: #0000000A;
193
+ --surface-transparent-primary-hover: #08090C05;
194
+ --surface-transparent-primary-active: #08090C0F;
195
+ --surface-transparent-secondary: #00000014;
196
+ --surface-transparent-secondary-hover: #08090C0A;
197
+ --surface-transparent-secondary-active: #08090C1F;
198
+ --surface-transparent-tertiary: #0000001F;
199
+ --surface-transparent-tertiary-hover: #08090C0A;
200
+ --surface-transparent-tertiary-active: #08090C29;
201
+ --surface-transparent-deep: #000000A3;
202
+ --surface-transparent-deep-hover: #08090C8F;
203
+ --surface-transparent-deep-active: #08090CAD;
204
+ --surface-transparent-card: #FFFFFF;
205
+ --surface-transparent-card-hover: #FFFFFFFF;
206
+ --surface-transparent-card-active: #FFFFFFFF;
207
+ --surface-transparent-card-brightness: #FFFFFFFF;
208
+ --surface-clear: #FFFFFF00;
209
+ --surface-clear-hover: #FFFFFF00;
210
+ --surface-clear-active: #FFFFFF00;
211
+ --surface-accent: #0C9597;
212
+ --surface-accent-hover: #0EA7AAFF;
213
+ --surface-accent-active: #0B8284FF;
214
+ --surface-accent-minor: #88F9FB;
215
+ --surface-accent-minor-hover: #9DFAFBFF;
216
+ --surface-accent-minor-active: #75F8FAFF;
217
+ --surface-transparent-accent: #0C95971F;
218
+ --surface-transparent-accent-hover: #0C95970A;
219
+ --surface-transparent-accent-active: #0C959729;
220
+ --surface-positive: #1A9E32;
221
+ --surface-positive-hover: #1EB83AFF;
222
+ --surface-positive-active: #178C2CFF;
223
+ --surface-warning: #FA5F05;
224
+ --surface-warning-hover: #FB782DFF;
225
+ --surface-warning-active: #E65705FF;
226
+ --surface-negative: #FF293E;
227
+ --surface-negative-hover: #FF5263FF;
228
+ --surface-negative-active: #FF142CFF;
229
+ --surface-info: #118CDF;
230
+ --surface-info-hover: #1798EEFF;
231
+ --surface-info-active: #0F81CCFF;
232
+ --surface-positive-minor: #9EFAAF;
233
+ --surface-positive-minor-hover: #B1FBBFFF;
234
+ --surface-positive-minor-active: #8BF99FFF;
235
+ --surface-warning-minor: #FEE2D2;
236
+ --surface-warning-minor-hover: #FEEFE6FF;
237
+ --surface-warning-minor-active: #FEDCC8FF;
238
+ --surface-negative-minor: #FFE0E3;
239
+ --surface-negative-minor-hover: #FFF5F6FF;
240
+ --surface-negative-minor-active: #FFD6DAFF;
241
+ --surface-info-minor: #CFECFF;
242
+ --surface-info-minor-hover: #E5F5FFFF;
243
+ --surface-info-minor-active: #C7E9FFFF;
244
+ --surface-transparent-positive: #1A9E321F;
245
+ --surface-transparent-positive-hover: #1A9E320A;
246
+ --surface-transparent-positive-active: #1A9E3229;
247
+ --surface-transparent-warning: #FA5F051F;
248
+ --surface-transparent-warning-hover: #FA5F050A;
249
+ --surface-transparent-warning-active: #FA5F0529;
250
+ --surface-transparent-negative: #FF293E1F;
251
+ --surface-transparent-negative-hover: #FF293E0A;
252
+ --surface-transparent-negative-active: #FF293E29;
253
+ --surface-transparent-info: #118CDF1F;
254
+ --surface-transparent-info-hover: #118CDF0A;
255
+ --surface-transparent-info-active: #118CDF29;
256
+ --on-dark-surface-solid-primary: undefined;
257
+ --on-dark-surface-solid-primary-hover: #1F2229FF;
258
+ --on-dark-surface-solid-primary-active: #121317FF;
259
+ --on-dark-surface-solid-primary-brightness: #23262FFF;
260
+ --on-dark-surface-solid-secondary: undefined;
261
+ --on-dark-surface-solid-secondary-hover: #2E2F38FF;
262
+ --on-dark-surface-solid-secondary-active: #202127FF;
263
+ --on-dark-surface-solid-tertiary: undefined;
264
+ --on-dark-surface-solid-tertiary-hover: #3B3F4AFF;
265
+ --on-dark-surface-solid-tertiary-active: #2D3039FF;
266
+ --on-dark-surface-solid-card: undefined;
267
+ --on-dark-surface-solid-card-hover: #1F2229FF;
268
+ --on-dark-surface-solid-card-active: #121317FF;
269
+ --on-dark-surface-solid-card-brightness: #23262FFF;
270
+ --on-dark-surface-solid-default: undefined;
271
+ --on-dark-surface-solid-default-hover: #FFFFFFFF;
272
+ --on-dark-surface-solid-default-active: #F1F3F8FF;
273
+ --on-dark-surface-transparent-primary: #0000000F;
274
+ --on-dark-surface-transparent-primary-hover: #F8F9FC1F;
275
+ --on-dark-surface-transparent-primary-active: #F8F9FC0A;
276
+ --on-dark-surface-transparent-secondary: #0000001F;
277
+ --on-dark-surface-transparent-secondary-hover: #F8F9FC3D;
278
+ --on-dark-surface-transparent-secondary-active: #F8F9FC0F;
279
+ --on-dark-surface-transparent-tertiary: #00000033;
280
+ --on-dark-surface-transparent-tertiary-hover: #F8F9FC52;
281
+ --on-dark-surface-transparent-tertiary-active: #F8F9FC24;
282
+ --on-dark-surface-transparent-deep: #000000A3;
283
+ --on-dark-surface-transparent-deep-hover: #F8F9FCC2;
284
+ --on-dark-surface-transparent-deep-active: #F8F9FC94;
285
+ --on-dark-surface-transparent-card: #0000000F;
286
+ --on-dark-surface-transparent-card-hover: #F8F9FC1F;
287
+ --on-dark-surface-transparent-card-active: #F8F9FC0A;
288
+ --on-dark-surface-transparent-card-brightness: #F8F9FC0F;
289
+ --on-dark-surface-clear: #FFFFFF00;
290
+ --on-dark-surface-clear-hover: #FFFFFF00;
291
+ --on-dark-surface-clear-active: #FFFFFF00;
292
+ --on-dark-surface-accent: #0C8688;
293
+ --on-dark-surface-accent-hover: #0D989BFF;
294
+ --on-dark-surface-accent-active: #0B7D7FFF;
295
+ --on-dark-surface-accent-minor: #0D2A2B;
296
+ --on-dark-surface-accent-minor-hover: #123A3BFF;
297
+ --on-dark-surface-accent-minor-active: #0B2323FF;
298
+ --on-dark-surface-transparent-accent: #0C868833;
299
+ --on-dark-surface-transparent-accent-hover: #0C868852;
300
+ --on-dark-surface-transparent-accent-active: #0C868824;
301
+ --on-dark-surface-positive: #108E26;
302
+ --on-dark-surface-positive-hover: #12A12AFF;
303
+ --on-dark-surface-positive-active: #0F8523FF;
304
+ --on-dark-surface-warning: #E85702;
305
+ --on-dark-surface-warning-hover: #FC5E03FF;
306
+ --on-dark-surface-warning-active: #DE5302FF;
307
+ --on-dark-surface-negative: #F31B31;
308
+ --on-dark-surface-negative-hover: #F5384BFF;
309
+ --on-dark-surface-negative-active: #F31228FF;
310
+ --on-dark-surface-info: #0B7ECB;
311
+ --on-dark-surface-info-hover: #0C8ADFFF;
312
+ --on-dark-surface-info-active: #0A78C2FF;
313
+ --on-dark-surface-positive-minor: #0A2B10;
314
+ --on-dark-surface-positive-minor-hover: #0E3A16FF;
315
+ --on-dark-surface-positive-minor-active: #08210CFF;
316
+ --on-dark-surface-warning-minor: #3D1D0A;
317
+ --on-dark-surface-warning-minor-hover: #4F250DFF;
318
+ --on-dark-surface-warning-minor-active: #351909FF;
319
+ --on-dark-surface-negative-minor: #4A0D13;
320
+ --on-dark-surface-negative-minor-hover: #5B1018FF;
321
+ --on-dark-surface-negative-minor-active: #410B11FF;
322
+ --on-dark-surface-info-minor: #0C283B;
323
+ --on-dark-surface-info-minor-hover: #10344CFF;
324
+ --on-dark-surface-info-minor-active: #0A2333FF;
325
+ --on-dark-surface-transparent-positive: #108E2633;
326
+ --on-dark-surface-transparent-positive-hover: #108E2552;
327
+ --on-dark-surface-transparent-positive-active: #108E2524;
328
+ --on-dark-surface-transparent-warning: #E8570233;
329
+ --on-dark-surface-transparent-warning-hover: #E8570252;
330
+ --on-dark-surface-transparent-warning-active: #E8570224;
331
+ --on-dark-surface-transparent-negative: #F31B3133;
332
+ --on-dark-surface-transparent-negative-hover: #F31B3152;
333
+ --on-dark-surface-transparent-negative-active: #F31B3124;
334
+ --on-dark-surface-transparent-info: #0B7ECB33;
335
+ --on-dark-surface-transparent-info-hover: #0B7ECB52;
336
+ --on-dark-surface-transparent-info-active: #0B7ECB24;
337
+ --on-light-surface-solid-primary: undefined;
338
+ --on-light-surface-solid-primary-hover: #FBFCFEFF;
339
+ --on-light-surface-solid-primary-active: #ECEEF8FF;
340
+ --on-light-surface-solid-primary-brightness: #FFFFFFFF;
341
+ --on-light-surface-solid-secondary: undefined;
342
+ --on-light-surface-solid-secondary-hover: #F9F9FBFF;
343
+ --on-light-surface-solid-secondary-active: #E5E6F0FF;
344
+ --on-light-surface-solid-tertiary: undefined;
345
+ --on-light-surface-solid-tertiary-hover: #E5E8F0FF;
346
+ --on-light-surface-solid-tertiary-active: #CCD1E1FF;
347
+ --on-light-surface-solid-card: #FFFFFF;
348
+ --on-light-surface-solid-card-hover: #FFFFFFFF;
349
+ --on-light-surface-solid-card-active: #FFFFFFFF;
350
+ --on-light-surface-solid-card-brightness: #FFFFFFFF;
351
+ --on-light-surface-solid-default: undefined;
352
+ --on-light-surface-solid-default-hover: #14171FFF;
353
+ --on-light-surface-solid-default-active: #040506FF;
354
+ --on-light-surface-transparent-primary: #0000000A;
355
+ --on-light-surface-transparent-primary-hover: #08090C05;
356
+ --on-light-surface-transparent-primary-active: #08090C0F;
357
+ --on-light-surface-transparent-secondary: #00000014;
358
+ --on-light-surface-transparent-secondary-hover: #08090C0A;
359
+ --on-light-surface-transparent-secondary-active: #08090C1F;
360
+ --on-light-surface-transparent-tertiary: #0000001F;
361
+ --on-light-surface-transparent-tertiary-hover: #08090C0A;
362
+ --on-light-surface-transparent-tertiary-active: #08090C29;
363
+ --on-light-surface-transparent-deep: #000000A3;
364
+ --on-light-surface-transparent-deep-hover: #08090C8F;
365
+ --on-light-surface-transparent-deep-active: #08090CAD;
366
+ --on-light-surface-transparent-card: #FFFFFF;
367
+ --on-light-surface-transparent-card-hover: #FFFFFFFF;
368
+ --on-light-surface-transparent-card-active: #FFFFFFFF;
369
+ --on-light-surface-transparent-card-brightness: #FFFFFFFF;
370
+ --on-light-surface-clear: #FFFFFF00;
371
+ --on-light-surface-clear-hover: #FFFFFF00;
372
+ --on-light-surface-clear-active: #FFFFFF00;
373
+ --on-light-surface-accent: #0C9597;
374
+ --on-light-surface-accent-hover: #0EA7AAFF;
375
+ --on-light-surface-accent-active: #0B8284FF;
376
+ --on-light-surface-accent-minor: #88F9FB;
377
+ --on-light-surface-accent-minor-hover: #9DFAFBFF;
378
+ --on-light-surface-accent-minor-active: #75F8FAFF;
379
+ --on-light-surface-transparent-accent: #0C95971F;
380
+ --on-light-surface-transparent-accent-hover: #0C95970A;
381
+ --on-light-surface-transparent-accent-active: #0C959729;
382
+ --on-light-surface-positive: #1A9E32;
383
+ --on-light-surface-positive-hover: #1EB83AFF;
384
+ --on-light-surface-positive-active: #178C2CFF;
385
+ --on-light-surface-warning: #FA5F05;
386
+ --on-light-surface-warning-hover: #FB782DFF;
387
+ --on-light-surface-warning-active: #E65705FF;
388
+ --on-light-surface-negative: #FF293E;
389
+ --on-light-surface-negative-hover: #FF5263FF;
390
+ --on-light-surface-negative-active: #FF142CFF;
391
+ --on-light-surface-info: #118CDF;
392
+ --on-light-surface-info-hover: #1798EEFF;
393
+ --on-light-surface-info-active: #0F81CCFF;
394
+ --on-light-surface-positive-minor: #9EFAAF;
395
+ --on-light-surface-positive-minor-hover: #B1FBBFFF;
396
+ --on-light-surface-positive-minor-active: #8BF99FFF;
397
+ --on-light-surface-warning-minor: #FEE2D2;
398
+ --on-light-surface-warning-minor-hover: #FEEFE6FF;
399
+ --on-light-surface-warning-minor-active: #FEDCC8FF;
400
+ --on-light-surface-negative-minor: #FFE0E3;
401
+ --on-light-surface-negative-minor-hover: #FFF5F6FF;
402
+ --on-light-surface-negative-minor-active: #FFD6DAFF;
403
+ --on-light-surface-info-minor: #CFECFF;
404
+ --on-light-surface-info-minor-hover: #E5F5FFFF;
405
+ --on-light-surface-info-minor-active: #C7E9FFFF;
406
+ --on-light-surface-transparent-positive: #1A9E321F;
407
+ --on-light-surface-transparent-positive-hover: #1A9E320A;
408
+ --on-light-surface-transparent-positive-active: #1A9E3229;
409
+ --on-light-surface-transparent-warning: #FA5F051F;
410
+ --on-light-surface-transparent-warning-hover: #FA5F050A;
411
+ --on-light-surface-transparent-warning-active: #FA5F0529;
412
+ --on-light-surface-transparent-negative: #FF293E1F;
413
+ --on-light-surface-transparent-negative-hover: #FF293E0A;
414
+ --on-light-surface-transparent-negative-active: #FF293E29;
415
+ --on-light-surface-transparent-info: #118CDF1F;
416
+ --on-light-surface-transparent-info-hover: #118CDF0A;
417
+ --on-light-surface-transparent-info-active: #118CDF29;
418
+ --inverse-surface-solid-primary: undefined;
419
+ --inverse-surface-solid-primary-hover: #1F2229FF;
420
+ --inverse-surface-solid-primary-active: #121317FF;
421
+ --inverse-surface-solid-primary-brightness: #23262FFF;
422
+ --inverse-surface-solid-secondary: undefined;
423
+ --inverse-surface-solid-secondary-hover: #2E2F38FF;
424
+ --inverse-surface-solid-secondary-active: #202127FF;
425
+ --inverse-surface-solid-tertiary: undefined;
426
+ --inverse-surface-solid-tertiary-hover: #3B3F4AFF;
427
+ --inverse-surface-solid-tertiary-active: #2D3039FF;
428
+ --inverse-surface-solid-card: undefined;
429
+ --inverse-surface-solid-card-hover: #1F2229FF;
430
+ --inverse-surface-solid-card-active: #121317FF;
431
+ --inverse-surface-solid-card-brightness: #23262FFF;
432
+ --inverse-surface-solid-default: undefined;
433
+ --inverse-surface-solid-default-hover: #FFFFFFFF;
434
+ --inverse-surface-solid-default-active: #F1F3F8FF;
435
+ --inverse-surface-transparent-primary: #0000000F;
436
+ --inverse-surface-transparent-primary-hover: #F8F9FC1F;
437
+ --inverse-surface-transparent-primary-active: #F8F9FC0A;
438
+ --inverse-surface-transparent-secondary: #0000001F;
439
+ --inverse-surface-transparent-secondary-hover: #F8F9FC3D;
440
+ --inverse-surface-transparent-secondary-active: #F8F9FC0F;
441
+ --inverse-surface-transparent-tertiary: #00000033;
442
+ --inverse-surface-transparent-tertiary-hover: #F8F9FC52;
443
+ --inverse-surface-transparent-tertiary-active: #F8F9FC24;
444
+ --inverse-surface-transparent-deep: #000000A3;
445
+ --inverse-surface-transparent-deep-hover: #F8F9FCC2;
446
+ --inverse-surface-transparent-deep-active: #F8F9FC94;
447
+ --inverse-surface-transparent-card: #0000000F;
448
+ --inverse-surface-transparent-card-hover: #F8F9FC1F;
449
+ --inverse-surface-transparent-card-active: #F8F9FC0A;
450
+ --inverse-surface-transparent-card-brightness: #F8F9FC0F;
451
+ --inverse-surface-clear: #FFFFFF00;
452
+ --inverse-surface-clear-hover: #FFFFFF00;
453
+ --inverse-surface-clear-active: #FFFFFF00;
454
+ --inverse-surface-accent: #0C8688;
455
+ --inverse-surface-accent-hover: #0D989BFF;
456
+ --inverse-surface-accent-active: #0B7D7FFF;
457
+ --inverse-surface-accent-minor: #0D2A2B;
458
+ --inverse-surface-accent-minor-hover: #123A3BFF;
459
+ --inverse-surface-accent-minor-active: #0B2323FF;
460
+ --inverse-surface-transparent-accent: #0C868833;
461
+ --inverse-surface-transparent-accent-hover: #0C868852;
462
+ --inverse-surface-transparent-accent-active: #0C868824;
463
+ --inverse-surface-positive: #108E26;
464
+ --inverse-surface-positive-hover: #12A12AFF;
465
+ --inverse-surface-positive-active: #0F8523FF;
466
+ --inverse-surface-warning: #E85702;
467
+ --inverse-surface-warning-hover: #FC5E03FF;
468
+ --inverse-surface-warning-active: #DE5302FF;
469
+ --inverse-surface-negative: #F31B31;
470
+ --inverse-surface-negative-hover: #F5384BFF;
471
+ --inverse-surface-negative-active: #F31228FF;
472
+ --inverse-surface-info: #0B7ECB;
473
+ --inverse-surface-info-hover: #0C8ADFFF;
474
+ --inverse-surface-info-active: #0A78C2FF;
475
+ --inverse-surface-positive-minor: #0A2B10;
476
+ --inverse-surface-positive-minor-hover: #0E3A16FF;
477
+ --inverse-surface-positive-minor-active: #08210CFF;
478
+ --inverse-surface-warning-minor: #3D1D0A;
479
+ --inverse-surface-warning-minor-hover: #4F250DFF;
480
+ --inverse-surface-warning-minor-active: #351909FF;
481
+ --inverse-surface-negative-minor: #4A0D13;
482
+ --inverse-surface-negative-minor-hover: #5B1018FF;
483
+ --inverse-surface-negative-minor-active: #410B11FF;
484
+ --inverse-surface-info-minor: #0C283B;
485
+ --inverse-surface-info-minor-hover: #10344CFF;
486
+ --inverse-surface-info-minor-active: #0A2333FF;
487
+ --inverse-surface-transparent-positive: #108E2633;
488
+ --inverse-surface-transparent-positive-hover: #108E2552;
489
+ --inverse-surface-transparent-positive-active: #108E2524;
490
+ --inverse-surface-transparent-warning: #E8570233;
491
+ --inverse-surface-transparent-warning-hover: #E8570252;
492
+ --inverse-surface-transparent-warning-active: #E8570224;
493
+ --inverse-surface-transparent-negative: #F31B3133;
494
+ --inverse-surface-transparent-negative-hover: #F31B3152;
495
+ --inverse-surface-transparent-negative-active: #F31B3124;
496
+ --inverse-surface-transparent-info: #0B7ECB33;
497
+ --inverse-surface-transparent-info-hover: #0B7ECB52;
498
+ --inverse-surface-transparent-info-active: #0B7ECB24;
499
+ --background-primary: undefined;
500
+ --dark-background-primary: undefined;
501
+ --light-background-primary: undefined;
502
+ --inverse-background-primary: undefined;
503
+ --overlay-soft: #0000008F;
504
+ --overlay-hard: #000000F5;
505
+ --overlay-blur: #00000047;
506
+ --on-dark-overlay-soft: #0000008F;
507
+ --on-dark-overlay-hard: #000000F5;
508
+ --on-dark-overlay-blur: #00000047;
509
+ --on-light-overlay-soft: #0000008F;
510
+ --on-light-overlay-hard: #000000F5;
511
+ --on-light-overlay-blur: #00000047;
512
+ --inverse-overlay-soft: #0000008F;
513
+ --inverse-overlay-hard: #000000F5;
514
+ --inverse-overlay-blur: #00000047;
515
+ --outline-solid-primary: undefined;
516
+ --outline-solid-primary-hover: #000000FF;
517
+ --outline-solid-primary-active: #9FA9C6FF;
518
+ --outline-solid-secondary: undefined;
519
+ --outline-solid-secondary-hover: #000000FF;
520
+ --outline-solid-secondary-active: #858BA3FF;
521
+ --outline-solid-tertiary: undefined;
522
+ --outline-solid-tertiary-hover: #000000FF;
523
+ --outline-solid-tertiary-active: #575A66FF;
524
+ --outline-solid-default: undefined;
525
+ --outline-solid-default-hover: #485270FF;
526
+ --outline-solid-default-active: #282D3EFF;
527
+ --outline-transparent-primary: #0000001F;
528
+ --outline-transparent-primary-hover: #08090CFF;
529
+ --outline-transparent-primary-active: #08090C25;
530
+ --outline-transparent-secondary: #00000047;
531
+ --outline-transparent-secondary-hover: #08090CFF;
532
+ --outline-transparent-secondary-active: #08090C56;
533
+ --outline-transparent-tertiary: #0000008F;
534
+ --outline-transparent-tertiary-hover: #08090CFF;
535
+ --outline-transparent-tertiary-active: #08090CAB;
536
+ --outline-clear: #FFFFFF00;
537
+ --outline-clear-hover: #FFFFFF00;
538
+ --outline-clear-active: #FFFFFF00;
539
+ --outline-accent: #0C8688;
540
+ --outline-accent-hover: #12D0D3FF;
541
+ --outline-accent-active: #0FABAEFF;
542
+ --outline-accent-minor: #04C6C9;
543
+ --outline-accent-minor-hover: #05ECF0FF;
544
+ --outline-accent-minor-active: #039DA0FF;
545
+ --outline-transparent-accent: #0C868800;
546
+ --outline-transparent-accent-hover: #0C868800;
547
+ --outline-transparent-accent-active: #0C868800;
548
+ --outline-positive: #108E26;
549
+ --outline-positive-hover: #14B32EFF;
550
+ --outline-positive-active: #0C6A1BFF;
551
+ --outline-warning: #E85702;
552
+ --outline-warning-hover: #FD6B17FF;
553
+ --outline-warning-active: #C04802FF;
554
+ --outline-negative: #F31B31;
555
+ --outline-negative-hover: #F54254FF;
556
+ --outline-negative-active: #DA0B20FF;
557
+ --outline-info: #0B7ECB;
558
+ --outline-info-hover: #0D96F2FF;
559
+ --outline-info-active: #0966A5FF;
560
+ --outline-positive-minor: #28D247;
561
+ --outline-positive-minor-hover: #47DC62FF;
562
+ --outline-positive-minor-active: #21B03CFF;
563
+ --outline-warning-minor: #FD9C68;
564
+ --outline-warning-minor-hover: #FDB790FF;
565
+ --outline-warning-minor-active: #FC8240FF;
566
+ --outline-negative-minor: #FF8F9A;
567
+ --outline-negative-minor-hover: #FFB8BFFF;
568
+ --outline-negative-minor-active: #FF6675FF;
569
+ --outline-info-minor: #52BAFF;
570
+ --outline-info-minor-hover: #7ACAFFFF;
571
+ --outline-info-minor-active: #29A9FFFF;
572
+ --outline-transparent-positive: #108E2633;
573
+ --outline-transparent-positive-hover: #108E25FF;
574
+ --outline-transparent-positive-active: #108E253D;
575
+ --outline-transparent-warning: #E8570233;
576
+ --outline-transparent-warning-hover: #E85702FF;
577
+ --outline-transparent-warning-active: #E857023D;
578
+ --outline-transparent-negative: #F31B3133;
579
+ --outline-transparent-negative-hover: #F31B31FF;
580
+ --outline-transparent-negative-active: #F31B313D;
581
+ --outline-transparent-info: #0B7ECB33;
582
+ --outline-transparent-info-hover: #0B7ECBFF;
583
+ --outline-transparent-info-active: #0B7ECB3D;
584
+ --on-dark-outline-solid-primary: undefined;
585
+ --on-dark-outline-solid-primary-hover: #FFFFFFFF;
586
+ --on-dark-outline-solid-primary-active: #A2A4B3FF;
587
+ --on-dark-outline-solid-secondary: undefined;
588
+ --on-dark-outline-solid-secondary-hover: #FFFFFFFF;
589
+ --on-dark-outline-solid-secondary-active: #808293FF;
590
+ --on-dark-outline-solid-tertiary: undefined;
591
+ --on-dark-outline-solid-tertiary-hover: #FFFFFFFF;
592
+ --on-dark-outline-solid-tertiary-active: #585A65FF;
593
+ --on-dark-outline-solid-default: undefined;
594
+ --on-dark-outline-solid-default-hover: #D0D5E7FF;
595
+ --on-dark-outline-solid-default-active: #E4E7F1FF;
596
+ --on-dark-outline-transparent-primary: #0000001F;
597
+ --on-dark-outline-transparent-primary-hover: #F8F9FCFF;
598
+ --on-dark-outline-transparent-primary-active: #F8F9FC25;
599
+ --on-dark-outline-transparent-secondary: #00000047;
600
+ --on-dark-outline-transparent-secondary-hover: #F8F9FCFF;
601
+ --on-dark-outline-transparent-secondary-active: #F8F9FC56;
602
+ --on-dark-outline-transparent-tertiary: #0000008F;
603
+ --on-dark-outline-transparent-tertiary-hover: #F8F9FCFF;
604
+ --on-dark-outline-transparent-tertiary-active: #F8F9FCAB;
605
+ --on-dark-outline-clear: #FFFFFF00;
606
+ --on-dark-outline-clear-hover: #FFFFFF00;
607
+ --on-dark-outline-clear-active: #FFFFFF00;
608
+ --on-dark-outline-accent: #0C9597;
609
+ --on-dark-outline-accent-hover: #12DFE2FF;
610
+ --on-dark-outline-accent-active: #0A797BFF;
611
+ --on-dark-outline-accent-minor: #0C585A;
612
+ --on-dark-outline-accent-minor-hover: #148B90FF;
613
+ --on-dark-outline-accent-minor-active: #107175FF;
614
+ --on-dark-outline-transparent-accent: #0C959700;
615
+ --on-dark-outline-transparent-accent-hover: #0C959700;
616
+ --on-dark-outline-transparent-accent-active: #0C959700;
617
+ --on-dark-outline-positive: #1A9E32;
618
+ --on-dark-outline-positive-hover: #1EB83AFF;
619
+ --on-dark-outline-positive-active: #15842AFF;
620
+ --on-dark-outline-warning: #FA5F05;
621
+ --on-dark-outline-warning-hover: #FB7223FF;
622
+ --on-dark-outline-warning-active: #DC5304FF;
623
+ --on-dark-outline-negative: #FF293E;
624
+ --on-dark-outline-negative-hover: #FF475AFF;
625
+ --on-dark-outline-negative-active: #FF0A23FF;
626
+ --on-dark-outline-info: #118CDF;
627
+ --on-dark-outline-info-hover: #50B1F2FF;
628
+ --on-dark-outline-info-active: #0F7BC2FF;
629
+ --on-dark-outline-positive-minor: #095C18;
630
+ --on-dark-outline-positive-minor-hover: #0F9527FF;
631
+ --on-dark-outline-positive-minor-active: #0C7920FF;
632
+ --on-dark-outline-warning-minor: #85380C;
633
+ --on-dark-outline-warning-minor-hover: #BB4F11FF;
634
+ --on-dark-outline-warning-minor-active: #9F440FFF;
635
+ --on-dark-outline-negative-minor: #9C1422;
636
+ --on-dark-outline-negative-minor-hover: #B91828FF;
637
+ --on-dark-outline-negative-minor-active: #83111CFF;
638
+ --on-dark-outline-info-minor: #0D5382;
639
+ --on-dark-outline-info-minor-hover: #1277BAFF;
640
+ --on-dark-outline-info-minor-active: #10659EFF;
641
+ --on-dark-outline-transparent-positive: #1A9E3247;
642
+ --on-dark-outline-transparent-positive-hover: #1A9E32FF;
643
+ --on-dark-outline-transparent-positive-active: #1A9E3256;
644
+ --on-dark-outline-transparent-warning: #FA5F0547;
645
+ --on-dark-outline-transparent-warning-hover: #FA5F05FF;
646
+ --on-dark-outline-transparent-warning-active: #FA5F0556;
647
+ --on-dark-outline-transparent-negative: #FF293E47;
648
+ --on-dark-outline-transparent-negative-hover: #FF293EFF;
649
+ --on-dark-outline-transparent-negative-active: #FF293E56;
650
+ --on-dark-outline-transparent-info: #118CDF47;
651
+ --on-dark-outline-transparent-info-hover: #118CDFFF;
652
+ --on-dark-outline-transparent-info-active: #118CDF56;
653
+ --on-light-outline-solid-primary: undefined;
654
+ --on-light-outline-solid-primary-hover: #000000FF;
655
+ --on-light-outline-solid-primary-active: #9FA9C6FF;
656
+ --on-light-outline-solid-secondary: undefined;
657
+ --on-light-outline-solid-secondary-hover: #000000FF;
658
+ --on-light-outline-solid-secondary-active: #858BA3FF;
659
+ --on-light-outline-solid-tertiary: undefined;
660
+ --on-light-outline-solid-tertiary-hover: #000000FF;
661
+ --on-light-outline-solid-tertiary-active: #575A66FF;
662
+ --on-light-outline-solid-default: undefined;
663
+ --on-light-outline-solid-default-hover: #485270FF;
664
+ --on-light-outline-solid-default-active: #282D3EFF;
665
+ --on-light-outline-transparent-primary: #0000001F;
666
+ --on-light-outline-transparent-primary-hover: #08090CFF;
667
+ --on-light-outline-transparent-primary-active: #08090C25;
668
+ --on-light-outline-transparent-secondary: #00000047;
669
+ --on-light-outline-transparent-secondary-hover: #08090CFF;
670
+ --on-light-outline-transparent-secondary-active: #08090C56;
671
+ --on-light-outline-transparent-tertiary: #0000008F;
672
+ --on-light-outline-transparent-tertiary-hover: #08090CFF;
673
+ --on-light-outline-transparent-tertiary-active: #08090CAB;
674
+ --on-light-outline-clear: #FFFFFF00;
675
+ --on-light-outline-clear-hover: #FFFFFF00;
676
+ --on-light-outline-clear-active: #FFFFFF00;
677
+ --on-light-outline-accent: #0C8688;
678
+ --on-light-outline-accent-hover: #12D0D3FF;
679
+ --on-light-outline-accent-active: #0FABAEFF;
680
+ --on-light-outline-accent-minor: #04C6C9;
681
+ --on-light-outline-accent-minor-hover: #05ECF0FF;
682
+ --on-light-outline-accent-minor-active: #039DA0FF;
683
+ --on-light-outline-transparent-accent: #0C868800;
684
+ --on-light-outline-transparent-accent-hover: #0C868800;
685
+ --on-light-outline-transparent-accent-active: #0C868800;
686
+ --on-light-outline-positive: #108E26;
687
+ --on-light-outline-positive-hover: #14B32EFF;
688
+ --on-light-outline-positive-active: #0C6A1BFF;
689
+ --on-light-outline-warning: #E85702;
690
+ --on-light-outline-warning-hover: #FD6B17FF;
691
+ --on-light-outline-warning-active: #C04802FF;
692
+ --on-light-outline-negative: #F31B31;
693
+ --on-light-outline-negative-hover: #F54254FF;
694
+ --on-light-outline-negative-active: #DA0B20FF;
695
+ --on-light-outline-info: #0B7ECB;
696
+ --on-light-outline-info-hover: #0D96F2FF;
697
+ --on-light-outline-info-active: #0966A5FF;
698
+ --on-light-outline-positive-minor: #28D247;
699
+ --on-light-outline-positive-minor-hover: #47DC62FF;
700
+ --on-light-outline-positive-minor-active: #21B03CFF;
701
+ --on-light-outline-warning-minor: #FD9C68;
702
+ --on-light-outline-warning-minor-hover: #FDB790FF;
703
+ --on-light-outline-warning-minor-active: #FC8240FF;
704
+ --on-light-outline-negative-minor: #FF8F9A;
705
+ --on-light-outline-negative-minor-hover: #FFB8BFFF;
706
+ --on-light-outline-negative-minor-active: #FF6675FF;
707
+ --on-light-outline-info-minor: #52BAFF;
708
+ --on-light-outline-info-minor-hover: #7ACAFFFF;
709
+ --on-light-outline-info-minor-active: #29A9FFFF;
710
+ --on-light-outline-transparent-positive: #108E2633;
711
+ --on-light-outline-transparent-positive-hover: #108E25FF;
712
+ --on-light-outline-transparent-positive-active: #108E253D;
713
+ --on-light-outline-transparent-warning: #E8570233;
714
+ --on-light-outline-transparent-warning-hover: #E85702FF;
715
+ --on-light-outline-transparent-warning-active: #E857023D;
716
+ --on-light-outline-transparent-negative: #F31B3133;
717
+ --on-light-outline-transparent-negative-hover: #F31B31FF;
718
+ --on-light-outline-transparent-negative-active: #F31B313D;
719
+ --on-light-outline-transparent-info: #0B7ECB33;
720
+ --on-light-outline-transparent-info-hover: #0B7ECBFF;
721
+ --on-light-outline-transparent-info-active: #0B7ECB3D;
722
+ --inverse-outline-solid-primary: undefined;
723
+ --inverse-outline-solid-primary-hover: #FFFFFFFF;
724
+ --inverse-outline-solid-primary-active: #A2A4B3FF;
725
+ --inverse-outline-solid-secondary: undefined;
726
+ --inverse-outline-solid-secondary-hover: #FFFFFFFF;
727
+ --inverse-outline-solid-secondary-active: #808293FF;
728
+ --inverse-outline-solid-tertiary: undefined;
729
+ --inverse-outline-solid-tertiary-hover: #FFFFFFFF;
730
+ --inverse-outline-solid-tertiary-active: #585A65FF;
731
+ --inverse-outline-solid-default: undefined;
732
+ --inverse-outline-solid-default-hover: #D0D5E7FF;
733
+ --inverse-outline-solid-default-active: #E4E7F1FF;
734
+ --inverse-outline-transparent-primary: #0000001F;
735
+ --inverse-outline-transparent-primary-hover: #F8F9FCFF;
736
+ --inverse-outline-transparent-primary-active: #F8F9FC25;
737
+ --inverse-outline-transparent-secondary: #00000047;
738
+ --inverse-outline-transparent-secondary-hover: #F8F9FCFF;
739
+ --inverse-outline-transparent-secondary-active: #F8F9FC56;
740
+ --inverse-outline-transparent-tertiary: #0000008F;
741
+ --inverse-outline-transparent-tertiary-hover: #F8F9FCFF;
742
+ --inverse-outline-transparent-tertiary-active: #F8F9FCAB;
743
+ --inverse-outline-clear: #FFFFFF00;
744
+ --inverse-outline-clear-hover: #FFFFFF00;
745
+ --inverse-outline-clear-active: #FFFFFF00;
746
+ --inverse-outline-accent: #0C9597;
747
+ --inverse-outline-accent-hover: #12DFE2FF;
748
+ --inverse-outline-accent-active: #0A797BFF;
749
+ --inverse-outline-accent-minor: #0C585A;
750
+ --inverse-outline-accent-minor-hover: #148B90FF;
751
+ --inverse-outline-accent-minor-active: #107175FF;
752
+ --inverse-outline-transparent-accent: #0C959700;
753
+ --inverse-outline-transparent-accent-hover: #0C959700;
754
+ --inverse-outline-transparent-accent-active: #0C959700;
755
+ --inverse-outline-positive: #1A9E32;
756
+ --inverse-outline-positive-hover: #1EB83AFF;
757
+ --inverse-outline-positive-active: #15842AFF;
758
+ --inverse-outline-warning: #FA5F05;
759
+ --inverse-outline-warning-hover: #FB7223FF;
760
+ --inverse-outline-warning-active: #DC5304FF;
761
+ --inverse-outline-negative: #FF293E;
762
+ --inverse-outline-negative-hover: #FF475AFF;
763
+ --inverse-outline-negative-active: #FF0A23FF;
764
+ --inverse-outline-info: #118CDF;
765
+ --inverse-outline-info-hover: #50B1F2FF;
766
+ --inverse-outline-info-active: #0F7BC2FF;
767
+ --inverse-outline-positive-minor: #095C18;
768
+ --inverse-outline-positive-minor-hover: #0F9527FF;
769
+ --inverse-outline-positive-minor-active: #0C7920FF;
770
+ --inverse-outline-warning-minor: #85380C;
771
+ --inverse-outline-warning-minor-hover: #BB4F11FF;
772
+ --inverse-outline-warning-minor-active: #9F440FFF;
773
+ --inverse-outline-negative-minor: #9C1422;
774
+ --inverse-outline-negative-minor-hover: #B91828FF;
775
+ --inverse-outline-negative-minor-active: #83111CFF;
776
+ --inverse-outline-info-minor: #0D5382;
777
+ --inverse-outline-info-minor-hover: #1277BAFF;
778
+ --inverse-outline-info-minor-active: #10659EFF;
779
+ --inverse-outline-transparent-positive: #1A9E3247;
780
+ --inverse-outline-transparent-positive-hover: #1A9E32FF;
781
+ --inverse-outline-transparent-positive-active: #1A9E3256;
782
+ --inverse-outline-transparent-warning: #FA5F0547;
783
+ --inverse-outline-transparent-warning-hover: #FA5F05FF;
784
+ --inverse-outline-transparent-warning-active: #FA5F0556;
785
+ --inverse-outline-transparent-negative: #FF293E47;
786
+ --inverse-outline-transparent-negative-hover: #FF293EFF;
787
+ --inverse-outline-transparent-negative-active: #FF293E56;
788
+ --inverse-outline-transparent-info: #118CDF47;
789
+ --inverse-outline-transparent-info-hover: #118CDFFF;
790
+ --inverse-outline-transparent-info-active: #118CDF56;
791
+ --data-yellow: #F3A912;
792
+ --data-yellow-hover: #F5B638FF;
793
+ --data-yellow-active: #E49C0CFF;
794
+ --data-yellow-minor: #FFD37A;
795
+ --data-yellow-minor-hover: #FFDA8FFF;
796
+ --data-yellow-minor-active: #FFCC66FF;
797
+ --data-yellow-transparent: #F3A9128F;
798
+ --data-yellow-transparent-hover: #F3A8127A;
799
+ --data-yellow-transparent-active: #F3A81299;
800
+ --on-dark-data-yellow: #F3A912;
801
+ --on-dark-data-yellow-hover: #F4B22FFF;
802
+ --on-dark-data-yellow-active: #EDA20CFF;
803
+ --on-dark-data-yellow-minor: #A16B00;
804
+ --on-dark-data-yellow-minor-hover: #B87A00FF;
805
+ --on-dark-data-yellow-minor-active: #996600FF;
806
+ --on-dark-data-yellow-transparent: #F3A9128F;
807
+ --on-dark-data-yellow-transparent-hover: #F3A812AD;
808
+ --on-dark-data-yellow-transparent-active: #F3A81280;
809
+ --on-light-data-yellow: #F3A912;
810
+ --on-light-data-yellow-hover: #F5B638FF;
811
+ --on-light-data-yellow-active: #E49C0CFF;
812
+ --on-light-data-yellow-minor: #FFD37A;
813
+ --on-light-data-yellow-minor-hover: #FFDA8FFF;
814
+ --on-light-data-yellow-minor-active: #FFCC66FF;
815
+ --on-light-data-yellow-transparent: #F3A9128F;
816
+ --on-light-data-yellow-transparent-hover: #F3A8127A;
817
+ --on-light-data-yellow-transparent-active: #F3A81299;
818
+ --inverse-data-yellow: #F3A912;
819
+ --inverse-data-yellow-hover: #F4B22FFF;
820
+ --inverse-data-yellow-active: #EDA20CFF;
821
+ --inverse-data-yellow-minor: #A16B00;
822
+ --inverse-data-yellow-minor-hover: #B87A00FF;
823
+ --inverse-data-yellow-minor-active: #996600FF;
824
+ --inverse-data-yellow-transparent: #F3A9128F;
825
+ --inverse-data-yellow-transparent-hover: #F3A812AD;
826
+ --inverse-data-yellow-transparent-active: #F3A81280;
827
+ --text-new-item: #F9F9F9;
828
+ --text-new-item-active: #C7C7C7FF;
829
+ --text-new-item-hover: #000000FF;
830
+ color: var(--text-primary);
831
+ background-color: var(--background-primary);
832
+ }
833
+
834
+ :root {
835
+
836
+ }
837
+
838
+ :root {
839
+ --shadow-down-soft-s: 0rem 0.25rem 0.875rem -0.25rem #08080814, 0rem 0.0625rem 0.25rem -0.0625rem #0000000A;
840
+ --shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;
841
+ --shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;
842
+ --shadow-down-hard-s: 0rem 0.25rem 0.75rem -0.1875rem #08080829, 0rem 0.0625rem 0.25rem -0.125rem #00000014;
843
+ --shadow-down-hard-m: 0rem 1rem 2rem -0.5rem #0000003D;
844
+ --shadow-down-hard-l: 0rem 3.75rem 7rem -0.5rem #00000066;
845
+ --shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
846
+ --shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;
847
+ --shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;
848
+ --shadow-up-hard-s: 0rem -0.25rem 0.75rem -0.1875rem #08080833, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
849
+ --shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;
850
+ --shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;
851
+ }
852
+
853
+ :root {
854
+ --border-radius-xxs: 0.25rem;
855
+ --border-radius-xs: 0.375rem;
856
+ --border-radius-s: 0.5rem;
857
+ --border-radius-m: 6.25rem;
858
+ --border-radius-l: 1rem;
859
+ --border-radius-xl: 1.25rem;
860
+ --border-radius-xxl: 2rem;
861
+ --border-radius-circle: 100rem;
862
+ }
863
+
864
+ :root {
865
+ --spacing-0x: 0rem;
866
+ --spacing-1x: 0.125rem;
867
+ --spacing-2x: 0.25rem;
868
+ --spacing-3x: 0.375rem;
869
+ --spacing-4x: 0.5rem;
870
+ --spacing-6x: 0.75rem;
871
+ --spacing-8x: 1rem;
872
+ --spacing-10x: 1.25rem;
873
+ --spacing-12x: 1.5rem;
874
+ --spacing-16x: 2rem;
875
+ --spacing-20x: 2.5rem;
876
+ --spacing-24x: 3rem;
877
+ --spacing-32x: 4rem;
878
+ --spacing-40x: 5rem;
879
+ --spacing-60x: 7.5rem;
880
+ }
881
+
882
+ :root {
883
+ font-size: 16px;
884
+ --plasma-typo-overflow-wrap: break-word;
885
+ --plasma-typo-hyphens: auto;
886
+ --plasma-typo-display-font-family: 'SB Sans Display', sans-serif;
887
+ --plasma-typo-body-font-family: 'SB Sans Text', sans-serif;
888
+ --plasma-typo-header-font-family: 'SB Sans Display', sans-serif;
889
+ --plasma-typo-text-font-family: 'SB Sans Text', sans-serif;
890
+ --plasma-typo-dspl-l-font-family: var(--plasma-typo-display-font-family);
891
+ --plasma-typo-dspl-l-letter-spacing: normal;
892
+ --plasma-typo-dspl-l-font-style: normal;
893
+ --plasma-typo-dspl-l-bold-font-family: var(--plasma-typo-display-font-family);
894
+ --plasma-typo-dspl-l-bold-letter-spacing: normal;
895
+ --plasma-typo-dspl-l-bold-font-style: normal;
896
+ --plasma-typo-dspl-l-medium-font-family: var(--plasma-typo-display-font-family);
897
+ --plasma-typo-dspl-l-medium-letter-spacing: normal;
898
+ --plasma-typo-dspl-l-medium-font-style: normal;
899
+ --plasma-typo-dspl-m-font-family: var(--plasma-typo-display-font-family);
900
+ --plasma-typo-dspl-m-letter-spacing: normal;
901
+ --plasma-typo-dspl-m-font-style: normal;
902
+ --plasma-typo-dspl-m-bold-font-family: var(--plasma-typo-display-font-family);
903
+ --plasma-typo-dspl-m-bold-letter-spacing: normal;
904
+ --plasma-typo-dspl-m-bold-font-style: normal;
905
+ --plasma-typo-dspl-m-medium-font-family: var(--plasma-typo-display-font-family);
906
+ --plasma-typo-dspl-m-medium-letter-spacing: normal;
907
+ --plasma-typo-dspl-m-medium-font-style: normal;
908
+ --plasma-typo-dspl-s-font-family: var(--plasma-typo-display-font-family);
909
+ --plasma-typo-dspl-s-letter-spacing: normal;
910
+ --plasma-typo-dspl-s-font-style: normal;
911
+ --plasma-typo-dspl-s-bold-font-family: var(--plasma-typo-display-font-family);
912
+ --plasma-typo-dspl-s-bold-letter-spacing: normal;
913
+ --plasma-typo-dspl-s-bold-font-style: normal;
914
+ --plasma-typo-dspl-s-medium-font-family: var(--plasma-typo-display-font-family);
915
+ --plasma-typo-dspl-s-medium-letter-spacing: normal;
916
+ --plasma-typo-dspl-s-medium-font-style: normal;
917
+ --plasma-typo-h1-font-family: var(--plasma-typo-display-font-family);
918
+ --plasma-typo-h1-letter-spacing: normal;
919
+ --plasma-typo-h1-font-style: normal;
920
+ --plasma-typo-h1-bold-font-family: var(--plasma-typo-display-font-family);
921
+ --plasma-typo-h1-bold-letter-spacing: normal;
922
+ --plasma-typo-h1-bold-font-style: normal;
923
+ --plasma-typo-h1-medium-font-family: var(--plasma-typo-display-font-family);
924
+ --plasma-typo-h1-medium-letter-spacing: normal;
925
+ --plasma-typo-h1-medium-font-style: normal;
926
+ --plasma-typo-h2-font-family: var(--plasma-typo-display-font-family);
927
+ --plasma-typo-h2-letter-spacing: normal;
928
+ --plasma-typo-h2-font-style: normal;
929
+ --plasma-typo-h2-bold-font-family: var(--plasma-typo-display-font-family);
930
+ --plasma-typo-h2-bold-letter-spacing: normal;
931
+ --plasma-typo-h2-bold-font-style: normal;
932
+ --plasma-typo-h2-medium-font-family: var(--plasma-typo-display-font-family);
933
+ --plasma-typo-h2-medium-letter-spacing: normal;
934
+ --plasma-typo-h2-medium-font-style: normal;
935
+ --plasma-typo-h3-font-family: var(--plasma-typo-display-font-family);
936
+ --plasma-typo-h3-letter-spacing: normal;
937
+ --plasma-typo-h3-font-style: normal;
938
+ --plasma-typo-h3-bold-font-family: var(--plasma-typo-display-font-family);
939
+ --plasma-typo-h3-bold-letter-spacing: normal;
940
+ --plasma-typo-h3-bold-font-style: normal;
941
+ --plasma-typo-h3-medium-font-family: var(--plasma-typo-display-font-family);
942
+ --plasma-typo-h3-medium-letter-spacing: normal;
943
+ --plasma-typo-h3-medium-font-style: normal;
944
+ --plasma-typo-h4-font-family: var(--plasma-typo-display-font-family);
945
+ --plasma-typo-h4-letter-spacing: normal;
946
+ --plasma-typo-h4-font-style: normal;
947
+ --plasma-typo-h4-bold-font-family: var(--plasma-typo-display-font-family);
948
+ --plasma-typo-h4-bold-letter-spacing: normal;
949
+ --plasma-typo-h4-bold-font-style: normal;
950
+ --plasma-typo-h4-medium-font-family: var(--plasma-typo-display-font-family);
951
+ --plasma-typo-h4-medium-letter-spacing: normal;
952
+ --plasma-typo-h4-medium-font-style: normal;
953
+ --plasma-typo-h5-font-family: var(--plasma-typo-display-font-family);
954
+ --plasma-typo-h5-letter-spacing: normal;
955
+ --plasma-typo-h5-font-style: normal;
956
+ --plasma-typo-h5-bold-font-family: var(--plasma-typo-display-font-family);
957
+ --plasma-typo-h5-bold-letter-spacing: normal;
958
+ --plasma-typo-h5-bold-font-style: normal;
959
+ --plasma-typo-h5-medium-font-family: var(--plasma-typo-display-font-family);
960
+ --plasma-typo-h5-medium-letter-spacing: normal;
961
+ --plasma-typo-h5-medium-font-style: normal;
962
+ --plasma-typo-body-l-font-family: var(--plasma-typo-text-font-family);
963
+ --plasma-typo-body-l-letter-spacing: -0.02em;
964
+ --plasma-typo-body-l-font-style: normal;
965
+ --plasma-typo-body-l-bold-font-family: var(--plasma-typo-text-font-family);
966
+ --plasma-typo-body-l-bold-letter-spacing: -0.02em;
967
+ --plasma-typo-body-l-bold-font-style: normal;
968
+ --plasma-typo-body-l-medium-font-family: var(--plasma-typo-text-font-family);
969
+ --plasma-typo-body-l-medium-letter-spacing: -0.02em;
970
+ --plasma-typo-body-l-medium-font-style: normal;
971
+ --plasma-typo-body-m-font-family: var(--plasma-typo-text-font-family);
972
+ --plasma-typo-body-m-letter-spacing: -0.02em;
973
+ --plasma-typo-body-m-font-style: normal;
974
+ --plasma-typo-body-m-bold-font-family: var(--plasma-typo-text-font-family);
975
+ --plasma-typo-body-m-bold-letter-spacing: -0.02em;
976
+ --plasma-typo-body-m-bold-font-style: normal;
977
+ --plasma-typo-body-m-medium-font-family: var(--plasma-typo-text-font-family);
978
+ --plasma-typo-body-m-medium-letter-spacing: -0.02em;
979
+ --plasma-typo-body-m-medium-font-style: normal;
980
+ --plasma-typo-body-s-font-family: var(--plasma-typo-text-font-family);
981
+ --plasma-typo-body-s-letter-spacing: -0.02em;
982
+ --plasma-typo-body-s-font-style: normal;
983
+ --plasma-typo-body-s-bold-font-family: var(--plasma-typo-text-font-family);
984
+ --plasma-typo-body-s-bold-letter-spacing: -0.02em;
985
+ --plasma-typo-body-s-bold-font-style: normal;
986
+ --plasma-typo-body-s-medium-font-family: var(--plasma-typo-text-font-family);
987
+ --plasma-typo-body-s-medium-letter-spacing: -0.02em;
988
+ --plasma-typo-body-s-medium-font-style: normal;
989
+ --plasma-typo-body-xs-font-family: var(--plasma-typo-text-font-family);
990
+ --plasma-typo-body-xs-letter-spacing: -0.02em;
991
+ --plasma-typo-body-xs-font-style: normal;
992
+ --plasma-typo-body-xs-bold-font-family: var(--plasma-typo-text-font-family);
993
+ --plasma-typo-body-xs-bold-letter-spacing: -0.02em;
994
+ --plasma-typo-body-xs-bold-font-style: normal;
995
+ --plasma-typo-body-xs-medium-font-family: var(--plasma-typo-text-font-family);
996
+ --plasma-typo-body-xs-medium-letter-spacing: -0.02em;
997
+ --plasma-typo-body-xs-medium-font-style: normal;
998
+ --plasma-typo-body-xxs-font-family: var(--plasma-typo-text-font-family);
999
+ --plasma-typo-body-xxs-letter-spacing: -0.02em;
1000
+ --plasma-typo-body-xxs-font-style: normal;
1001
+ --plasma-typo-body-xxs-bold-font-family: var(--plasma-typo-text-font-family);
1002
+ --plasma-typo-body-xxs-bold-letter-spacing: -0.02em;
1003
+ --plasma-typo-body-xxs-bold-font-style: normal;
1004
+ --plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-text-font-family);
1005
+ --plasma-typo-body-xxs-medium-letter-spacing: -0.02em;
1006
+ --plasma-typo-body-xxs-medium-font-style: normal;
1007
+ --plasma-typo-text-l-font-family: var(--plasma-typo-text-font-family);
1008
+ --plasma-typo-text-l-letter-spacing: -0.02em;
1009
+ --plasma-typo-text-l-font-style: normal;
1010
+ --plasma-typo-text-l-bold-font-family: var(--plasma-typo-text-font-family);
1011
+ --plasma-typo-text-l-bold-letter-spacing: -0.02em;
1012
+ --plasma-typo-text-l-bold-font-style: normal;
1013
+ --plasma-typo-text-l-medium-font-family: var(--plasma-typo-text-font-family);
1014
+ --plasma-typo-text-l-medium-letter-spacing: -0.02em;
1015
+ --plasma-typo-text-l-medium-font-style: normal;
1016
+ --plasma-typo-text-m-font-family: var(--plasma-typo-text-font-family);
1017
+ --plasma-typo-text-m-letter-spacing: -0.02em;
1018
+ --plasma-typo-text-m-font-style: normal;
1019
+ --plasma-typo-text-m-bold-font-family: var(--plasma-typo-text-font-family);
1020
+ --plasma-typo-text-m-bold-letter-spacing: -0.02em;
1021
+ --plasma-typo-text-m-bold-font-style: normal;
1022
+ --plasma-typo-text-m-medium-font-family: var(--plasma-typo-text-font-family);
1023
+ --plasma-typo-text-m-medium-letter-spacing: -0.02em;
1024
+ --plasma-typo-text-m-medium-font-style: normal;
1025
+ --plasma-typo-text-s-font-family: var(--plasma-typo-text-font-family);
1026
+ --plasma-typo-text-s-letter-spacing: -0.02em;
1027
+ --plasma-typo-text-s-font-style: normal;
1028
+ --plasma-typo-text-s-bold-font-family: var(--plasma-typo-text-font-family);
1029
+ --plasma-typo-text-s-bold-letter-spacing: -0.02em;
1030
+ --plasma-typo-text-s-bold-font-style: normal;
1031
+ --plasma-typo-text-s-medium-font-family: var(--plasma-typo-text-font-family);
1032
+ --plasma-typo-text-s-medium-letter-spacing: -0.02em;
1033
+ --plasma-typo-text-s-medium-font-style: normal;
1034
+ --plasma-typo-text-xs-font-family: var(--plasma-typo-text-font-family);
1035
+ --plasma-typo-text-xs-letter-spacing: -0.02em;
1036
+ --plasma-typo-text-xs-font-style: normal;
1037
+ --plasma-typo-text-xs-bold-font-family: var(--plasma-typo-text-font-family);
1038
+ --plasma-typo-text-xs-bold-letter-spacing: -0.02em;
1039
+ --plasma-typo-text-xs-bold-font-style: normal;
1040
+ --plasma-typo-text-xs-medium-font-family: var(--plasma-typo-text-font-family);
1041
+ --plasma-typo-text-xs-medium-letter-spacing: -0.02em;
1042
+ --plasma-typo-text-xs-medium-font-style: normal;
1043
+ }
1044
+
1045
+ @media (max-width: 559px) {
1046
+ :root {
1047
+ --plasma-typo-dspl-l-font-size: 5.5rem;
1048
+ --plasma-typo-dspl-l-font-weight: 300;
1049
+ --plasma-typo-dspl-l-line-height: 5.75rem;
1050
+ --plasma-typo-dspl-l-bold-font-size: 5.5rem;
1051
+ --plasma-typo-dspl-l-bold-font-weight: 600;
1052
+ --plasma-typo-dspl-l-bold-line-height: 5.75rem;
1053
+ --plasma-typo-dspl-l-medium-font-size: 5.5rem;
1054
+ --plasma-typo-dspl-l-medium-font-weight: 500;
1055
+ --plasma-typo-dspl-l-medium-line-height: 5.75rem;
1056
+ --plasma-typo-dspl-m-font-size: 3.5rem;
1057
+ --plasma-typo-dspl-m-font-weight: 300;
1058
+ --plasma-typo-dspl-m-line-height: 3.875rem;
1059
+ --plasma-typo-dspl-m-bold-font-size: 3.5rem;
1060
+ --plasma-typo-dspl-m-bold-font-weight: 600;
1061
+ --plasma-typo-dspl-m-bold-line-height: 3.875rem;
1062
+ --plasma-typo-dspl-m-medium-font-size: 3.5rem;
1063
+ --plasma-typo-dspl-m-medium-font-weight: 500;
1064
+ --plasma-typo-dspl-m-medium-line-height: 3.875rem;
1065
+ --plasma-typo-dspl-s-font-size: 2.5rem;
1066
+ --plasma-typo-dspl-s-font-weight: 300;
1067
+ --plasma-typo-dspl-s-line-height: 2.875rem;
1068
+ --plasma-typo-dspl-s-bold-font-size: 2.5rem;
1069
+ --plasma-typo-dspl-s-bold-font-weight: 600;
1070
+ --plasma-typo-dspl-s-bold-line-height: 2.875rem;
1071
+ --plasma-typo-dspl-s-medium-font-size: 2.5rem;
1072
+ --plasma-typo-dspl-s-medium-font-weight: 500;
1073
+ --plasma-typo-dspl-s-medium-line-height: 2.875rem;
1074
+ --plasma-typo-h1-font-size: 1.75rem;
1075
+ --plasma-typo-h1-font-weight: 400;
1076
+ --plasma-typo-h1-line-height: 2.125rem;
1077
+ --plasma-typo-h1-bold-font-size: 1.75rem;
1078
+ --plasma-typo-h1-bold-font-weight: 600;
1079
+ --plasma-typo-h1-bold-line-height: 2.125rem;
1080
+ --plasma-typo-h1-medium-font-size: 1.75rem;
1081
+ --plasma-typo-h1-medium-font-weight: 500;
1082
+ --plasma-typo-h1-medium-line-height: 2.125rem;
1083
+ --plasma-typo-h2-font-size: 1.5rem;
1084
+ --plasma-typo-h2-font-weight: 400;
1085
+ --plasma-typo-h2-line-height: 1.875rem;
1086
+ --plasma-typo-h2-bold-font-size: 1.5rem;
1087
+ --plasma-typo-h2-bold-font-weight: 600;
1088
+ --plasma-typo-h2-bold-line-height: 1.875rem;
1089
+ --plasma-typo-h2-medium-font-size: 1.5rem;
1090
+ --plasma-typo-h2-medium-font-weight: 500;
1091
+ --plasma-typo-h2-medium-line-height: 1.875rem;
1092
+ --plasma-typo-h3-font-size: 1.25rem;
1093
+ --plasma-typo-h3-font-weight: 400;
1094
+ --plasma-typo-h3-line-height: 1.625rem;
1095
+ --plasma-typo-h3-bold-font-size: 1.25rem;
1096
+ --plasma-typo-h3-bold-font-weight: 600;
1097
+ --plasma-typo-h3-bold-line-height: 1.625rem;
1098
+ --plasma-typo-h3-medium-font-size: 1.25rem;
1099
+ --plasma-typo-h3-medium-font-weight: 500;
1100
+ --plasma-typo-h3-medium-line-height: 1.625rem;
1101
+ --plasma-typo-h4-font-size: 1.125rem;
1102
+ --plasma-typo-h4-font-weight: 400;
1103
+ --plasma-typo-h4-line-height: 1.5rem;
1104
+ --plasma-typo-h4-bold-font-size: 1.125rem;
1105
+ --plasma-typo-h4-bold-font-weight: 600;
1106
+ --plasma-typo-h4-bold-line-height: 1.5rem;
1107
+ --plasma-typo-h4-medium-font-size: 1.125rem;
1108
+ --plasma-typo-h4-medium-font-weight: 500;
1109
+ --plasma-typo-h4-medium-line-height: 1.5rem;
1110
+ --plasma-typo-h5-font-size: 1rem;
1111
+ --plasma-typo-h5-font-weight: 400;
1112
+ --plasma-typo-h5-line-height: 1.375rem;
1113
+ --plasma-typo-h5-bold-font-size: 1rem;
1114
+ --plasma-typo-h5-bold-font-weight: 600;
1115
+ --plasma-typo-h5-bold-line-height: 1.375rem;
1116
+ --plasma-typo-h5-medium-font-size: 1rem;
1117
+ --plasma-typo-h5-medium-font-weight: 500;
1118
+ --plasma-typo-h5-medium-line-height: 1.375rem;
1119
+ --plasma-typo-body-l-font-size: 1.125rem;
1120
+ --plasma-typo-body-l-font-weight: 400;
1121
+ --plasma-typo-body-l-line-height: 1.375rem;
1122
+ --plasma-typo-body-l-bold-font-size: 1.125rem;
1123
+ --plasma-typo-body-l-bold-font-weight: 600;
1124
+ --plasma-typo-body-l-bold-line-height: 1.375rem;
1125
+ --plasma-typo-body-l-medium-font-size: 1.125rem;
1126
+ --plasma-typo-body-l-medium-font-weight: 500;
1127
+ --plasma-typo-body-l-medium-line-height: 1.375rem;
1128
+ --plasma-typo-body-m-font-size: 1rem;
1129
+ --plasma-typo-body-m-font-weight: 400;
1130
+ --plasma-typo-body-m-line-height: 1.25rem;
1131
+ --plasma-typo-body-m-bold-font-size: 1rem;
1132
+ --plasma-typo-body-m-bold-font-weight: 600;
1133
+ --plasma-typo-body-m-bold-line-height: 1.25rem;
1134
+ --plasma-typo-body-m-medium-font-size: 1rem;
1135
+ --plasma-typo-body-m-medium-font-weight: 500;
1136
+ --plasma-typo-body-m-medium-line-height: 1.25rem;
1137
+ --plasma-typo-body-s-font-size: 0.875rem;
1138
+ --plasma-typo-body-s-font-weight: 400;
1139
+ --plasma-typo-body-s-line-height: 1.125rem;
1140
+ --plasma-typo-body-s-bold-font-size: 0.875rem;
1141
+ --plasma-typo-body-s-bold-font-weight: 600;
1142
+ --plasma-typo-body-s-bold-line-height: 1.125rem;
1143
+ --plasma-typo-body-s-medium-font-size: 0.875rem;
1144
+ --plasma-typo-body-s-medium-font-weight: 500;
1145
+ --plasma-typo-body-s-medium-line-height: 1.125rem;
1146
+ --plasma-typo-body-xs-font-size: 0.75rem;
1147
+ --plasma-typo-body-xs-font-weight: 400;
1148
+ --plasma-typo-body-xs-line-height: 0.875rem;
1149
+ --plasma-typo-body-xs-bold-font-size: 0.75rem;
1150
+ --plasma-typo-body-xs-bold-font-weight: 600;
1151
+ --plasma-typo-body-xs-bold-line-height: 0.875rem;
1152
+ --plasma-typo-body-xs-medium-font-size: 0.75rem;
1153
+ --plasma-typo-body-xs-medium-font-weight: 500;
1154
+ --plasma-typo-body-xs-medium-line-height: 0.875rem;
1155
+ --plasma-typo-body-xxs-font-size: 0.625rem;
1156
+ --plasma-typo-body-xxs-font-weight: 400;
1157
+ --plasma-typo-body-xxs-line-height: 0.75rem;
1158
+ --plasma-typo-body-xxs-bold-font-size: 0.625rem;
1159
+ --plasma-typo-body-xxs-bold-font-weight: 600;
1160
+ --plasma-typo-body-xxs-bold-line-height: 0.75rem;
1161
+ --plasma-typo-body-xxs-medium-font-size: 0.625rem;
1162
+ --plasma-typo-body-xxs-medium-font-weight: 500;
1163
+ --plasma-typo-body-xxs-medium-line-height: 0.75rem;
1164
+ --plasma-typo-text-l-font-size: 1.125rem;
1165
+ --plasma-typo-text-l-font-weight: 400;
1166
+ --plasma-typo-text-l-line-height: 1.625rem;
1167
+ --plasma-typo-text-l-bold-font-size: 1.125rem;
1168
+ --plasma-typo-text-l-bold-font-weight: 600;
1169
+ --plasma-typo-text-l-bold-line-height: 1.625rem;
1170
+ --plasma-typo-text-l-medium-font-size: 1.125rem;
1171
+ --plasma-typo-text-l-medium-font-weight: 500;
1172
+ --plasma-typo-text-l-medium-line-height: 1.625rem;
1173
+ --plasma-typo-text-m-font-size: 1rem;
1174
+ --plasma-typo-text-m-font-weight: 400;
1175
+ --plasma-typo-text-m-line-height: 1.5rem;
1176
+ --plasma-typo-text-m-bold-font-size: 1rem;
1177
+ --plasma-typo-text-m-bold-font-weight: 600;
1178
+ --plasma-typo-text-m-bold-line-height: 1.5rem;
1179
+ --plasma-typo-text-m-medium-font-size: 1rem;
1180
+ --plasma-typo-text-m-medium-font-weight: 500;
1181
+ --plasma-typo-text-m-medium-line-height: 1.5rem;
1182
+ --plasma-typo-text-s-font-size: 0.875rem;
1183
+ --plasma-typo-text-s-font-weight: 400;
1184
+ --plasma-typo-text-s-line-height: 1.25rem;
1185
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
1186
+ --plasma-typo-text-s-bold-font-weight: 600;
1187
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
1188
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
1189
+ --plasma-typo-text-s-medium-font-weight: 500;
1190
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
1191
+ --plasma-typo-text-xs-font-size: 0.75rem;
1192
+ --plasma-typo-text-xs-font-weight: 400;
1193
+ --plasma-typo-text-xs-line-height: 1rem;
1194
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
1195
+ --plasma-typo-text-xs-bold-font-weight: 600;
1196
+ --plasma-typo-text-xs-bold-line-height: 1rem;
1197
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
1198
+ --plasma-typo-text-xs-medium-font-weight: 500;
1199
+ --plasma-typo-text-xs-medium-line-height: 1rem;
1200
+ }
1201
+ }
1202
+
1203
+ @media (min-width: 560px) and (max-width: 959px) {
1204
+ :root {
1205
+ --plasma-typo-dspl-l-font-size: 7rem;
1206
+ --plasma-typo-dspl-l-font-weight: 300;
1207
+ --plasma-typo-dspl-l-line-height: 7rem;
1208
+ --plasma-typo-dspl-l-bold-font-size: 7rem;
1209
+ --plasma-typo-dspl-l-bold-font-weight: 600;
1210
+ --plasma-typo-dspl-l-bold-line-height: 7rem;
1211
+ --plasma-typo-dspl-l-medium-font-size: 7rem;
1212
+ --plasma-typo-dspl-l-medium-font-weight: 500;
1213
+ --plasma-typo-dspl-l-medium-line-height: 7rem;
1214
+ --plasma-typo-dspl-m-font-size: 4.5rem;
1215
+ --plasma-typo-dspl-m-font-weight: 300;
1216
+ --plasma-typo-dspl-m-line-height: 4.75rem;
1217
+ --plasma-typo-dspl-m-bold-font-size: 4.5rem;
1218
+ --plasma-typo-dspl-m-bold-font-weight: 600;
1219
+ --plasma-typo-dspl-m-bold-line-height: 4.75rem;
1220
+ --plasma-typo-dspl-m-medium-font-size: 4.5rem;
1221
+ --plasma-typo-dspl-m-medium-font-weight: 500;
1222
+ --plasma-typo-dspl-m-medium-line-height: 4.75rem;
1223
+ --plasma-typo-dspl-s-font-size: 3rem;
1224
+ --plasma-typo-dspl-s-font-weight: 300;
1225
+ --plasma-typo-dspl-s-line-height: 3.375rem;
1226
+ --plasma-typo-dspl-s-bold-font-size: 3rem;
1227
+ --plasma-typo-dspl-s-bold-font-weight: 600;
1228
+ --plasma-typo-dspl-s-bold-line-height: 3.375rem;
1229
+ --plasma-typo-dspl-s-medium-font-size: 3rem;
1230
+ --plasma-typo-dspl-s-medium-font-weight: 500;
1231
+ --plasma-typo-dspl-s-medium-line-height: 3.375rem;
1232
+ --plasma-typo-h1-font-size: 2.5rem;
1233
+ --plasma-typo-h1-font-weight: 400;
1234
+ --plasma-typo-h1-line-height: 2.875rem;
1235
+ --plasma-typo-h1-bold-font-size: 2.5rem;
1236
+ --plasma-typo-h1-bold-font-weight: 600;
1237
+ --plasma-typo-h1-bold-line-height: 2.875rem;
1238
+ --plasma-typo-h1-medium-font-size: 2.5rem;
1239
+ --plasma-typo-h1-medium-font-weight: 500;
1240
+ --plasma-typo-h1-medium-line-height: 2.875rem;
1241
+ --plasma-typo-h2-font-size: 1.75rem;
1242
+ --plasma-typo-h2-font-weight: 400;
1243
+ --plasma-typo-h2-line-height: 2.125rem;
1244
+ --plasma-typo-h2-bold-font-size: 1.75rem;
1245
+ --plasma-typo-h2-bold-font-weight: 600;
1246
+ --plasma-typo-h2-bold-line-height: 2.125rem;
1247
+ --plasma-typo-h2-medium-font-size: 1.75rem;
1248
+ --plasma-typo-h2-medium-font-weight: 500;
1249
+ --plasma-typo-h2-medium-line-height: 2.125rem;
1250
+ --plasma-typo-h3-font-size: 1.25rem;
1251
+ --plasma-typo-h3-font-weight: 400;
1252
+ --plasma-typo-h3-line-height: 1.625rem;
1253
+ --plasma-typo-h3-bold-font-size: 1.25rem;
1254
+ --plasma-typo-h3-bold-font-weight: 600;
1255
+ --plasma-typo-h3-bold-line-height: 1.625rem;
1256
+ --plasma-typo-h3-medium-font-size: 1.25rem;
1257
+ --plasma-typo-h3-medium-font-weight: 500;
1258
+ --plasma-typo-h3-medium-line-height: 1.625rem;
1259
+ --plasma-typo-h4-font-size: 1.125rem;
1260
+ --plasma-typo-h4-font-weight: 400;
1261
+ --plasma-typo-h4-line-height: 1.5rem;
1262
+ --plasma-typo-h4-bold-font-size: 1.125rem;
1263
+ --plasma-typo-h4-bold-font-weight: 600;
1264
+ --plasma-typo-h4-bold-line-height: 1.5rem;
1265
+ --plasma-typo-h4-medium-font-size: 1.125rem;
1266
+ --plasma-typo-h4-medium-font-weight: 500;
1267
+ --plasma-typo-h4-medium-line-height: 1.5rem;
1268
+ --plasma-typo-h5-font-size: 1rem;
1269
+ --plasma-typo-h5-font-weight: 400;
1270
+ --plasma-typo-h5-line-height: 1.375rem;
1271
+ --plasma-typo-h5-bold-font-size: 1rem;
1272
+ --plasma-typo-h5-bold-font-weight: 600;
1273
+ --plasma-typo-h5-bold-line-height: 1.375rem;
1274
+ --plasma-typo-h5-medium-font-size: 1rem;
1275
+ --plasma-typo-h5-medium-font-weight: 500;
1276
+ --plasma-typo-h5-medium-line-height: 1.375rem;
1277
+ --plasma-typo-body-l-font-size: 1.125rem;
1278
+ --plasma-typo-body-l-font-weight: 400;
1279
+ --plasma-typo-body-l-line-height: 1.375rem;
1280
+ --plasma-typo-body-l-bold-font-size: 1.125rem;
1281
+ --plasma-typo-body-l-bold-font-weight: 600;
1282
+ --plasma-typo-body-l-bold-line-height: 1.375rem;
1283
+ --plasma-typo-body-l-medium-font-size: 1.125rem;
1284
+ --plasma-typo-body-l-medium-font-weight: 500;
1285
+ --plasma-typo-body-l-medium-line-height: 1.375rem;
1286
+ --plasma-typo-body-m-font-size: 1rem;
1287
+ --plasma-typo-body-m-font-weight: 400;
1288
+ --plasma-typo-body-m-line-height: 1.25rem;
1289
+ --plasma-typo-body-m-bold-font-size: 1rem;
1290
+ --plasma-typo-body-m-bold-font-weight: 600;
1291
+ --plasma-typo-body-m-bold-line-height: 1.25rem;
1292
+ --plasma-typo-body-m-medium-font-size: 1rem;
1293
+ --plasma-typo-body-m-medium-font-weight: 500;
1294
+ --plasma-typo-body-m-medium-line-height: 1.25rem;
1295
+ --plasma-typo-body-s-font-size: 0.875rem;
1296
+ --plasma-typo-body-s-font-weight: 400;
1297
+ --plasma-typo-body-s-line-height: 1.125rem;
1298
+ --plasma-typo-body-s-bold-font-size: 0.875rem;
1299
+ --plasma-typo-body-s-bold-font-weight: 600;
1300
+ --plasma-typo-body-s-bold-line-height: 1.125rem;
1301
+ --plasma-typo-body-s-medium-font-size: 0.875rem;
1302
+ --plasma-typo-body-s-medium-font-weight: 500;
1303
+ --plasma-typo-body-s-medium-line-height: 1.125rem;
1304
+ --plasma-typo-body-xs-font-size: 0.75rem;
1305
+ --plasma-typo-body-xs-font-weight: 400;
1306
+ --plasma-typo-body-xs-line-height: 0.875rem;
1307
+ --plasma-typo-body-xs-bold-font-size: 0.75rem;
1308
+ --plasma-typo-body-xs-bold-font-weight: 600;
1309
+ --plasma-typo-body-xs-bold-line-height: 0.875rem;
1310
+ --plasma-typo-body-xs-medium-font-size: 0.75rem;
1311
+ --plasma-typo-body-xs-medium-font-weight: 500;
1312
+ --plasma-typo-body-xs-medium-line-height: 0.875rem;
1313
+ --plasma-typo-body-xxs-font-size: 0.625rem;
1314
+ --plasma-typo-body-xxs-font-weight: 400;
1315
+ --plasma-typo-body-xxs-line-height: 0.75rem;
1316
+ --plasma-typo-body-xxs-bold-font-size: 0.625rem;
1317
+ --plasma-typo-body-xxs-bold-font-weight: 600;
1318
+ --plasma-typo-body-xxs-bold-line-height: 0.75rem;
1319
+ --plasma-typo-body-xxs-medium-font-size: 0.625rem;
1320
+ --plasma-typo-body-xxs-medium-font-weight: 500;
1321
+ --plasma-typo-body-xxs-medium-line-height: 0.75rem;
1322
+ --plasma-typo-text-l-font-size: 1.25rem;
1323
+ --plasma-typo-text-l-font-weight: 400;
1324
+ --plasma-typo-text-l-line-height: 1.75rem;
1325
+ --plasma-typo-text-l-bold-font-size: 1.25rem;
1326
+ --plasma-typo-text-l-bold-font-weight: 600;
1327
+ --plasma-typo-text-l-bold-line-height: 1.75rem;
1328
+ --plasma-typo-text-l-medium-font-size: 1.25rem;
1329
+ --plasma-typo-text-l-medium-font-weight: 500;
1330
+ --plasma-typo-text-l-medium-line-height: 1.75rem;
1331
+ --plasma-typo-text-m-font-size: 1rem;
1332
+ --plasma-typo-text-m-font-weight: 400;
1333
+ --plasma-typo-text-m-line-height: 1.5rem;
1334
+ --plasma-typo-text-m-bold-font-size: 1rem;
1335
+ --plasma-typo-text-m-bold-font-weight: 600;
1336
+ --plasma-typo-text-m-bold-line-height: 1.5rem;
1337
+ --plasma-typo-text-m-medium-font-size: 1rem;
1338
+ --plasma-typo-text-m-medium-font-weight: 500;
1339
+ --plasma-typo-text-m-medium-line-height: 1.5rem;
1340
+ --plasma-typo-text-s-font-size: 0.875rem;
1341
+ --plasma-typo-text-s-font-weight: 400;
1342
+ --plasma-typo-text-s-line-height: 1.25rem;
1343
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
1344
+ --plasma-typo-text-s-bold-font-weight: 600;
1345
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
1346
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
1347
+ --plasma-typo-text-s-medium-font-weight: 500;
1348
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
1349
+ --plasma-typo-text-xs-font-size: 0.75rem;
1350
+ --plasma-typo-text-xs-font-weight: 400;
1351
+ --plasma-typo-text-xs-line-height: 1rem;
1352
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
1353
+ --plasma-typo-text-xs-bold-font-weight: 600;
1354
+ --plasma-typo-text-xs-bold-line-height: 1rem;
1355
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
1356
+ --plasma-typo-text-xs-medium-font-weight: 500;
1357
+ --plasma-typo-text-xs-medium-line-height: 1rem;
1358
+ }
1359
+ }
1360
+
1361
+ @media (min-width: 960px) {
1362
+ :root {
1363
+ --plasma-typo-dspl-l-font-size: 8rem;
1364
+ --plasma-typo-dspl-l-font-weight: 300;
1365
+ --plasma-typo-dspl-l-line-height: 8rem;
1366
+ --plasma-typo-dspl-l-bold-font-size: 8rem;
1367
+ --plasma-typo-dspl-l-bold-font-weight: 600;
1368
+ --plasma-typo-dspl-l-bold-line-height: 8rem;
1369
+ --plasma-typo-dspl-l-medium-font-size: 8rem;
1370
+ --plasma-typo-dspl-l-medium-font-weight: 500;
1371
+ --plasma-typo-dspl-l-medium-line-height: 8rem;
1372
+ --plasma-typo-dspl-m-font-size: 5.5rem;
1373
+ --plasma-typo-dspl-m-font-weight: 300;
1374
+ --plasma-typo-dspl-m-line-height: 5.75rem;
1375
+ --plasma-typo-dspl-m-bold-font-size: 5.5rem;
1376
+ --plasma-typo-dspl-m-bold-font-weight: 600;
1377
+ --plasma-typo-dspl-m-bold-line-height: 5.75rem;
1378
+ --plasma-typo-dspl-m-medium-font-size: 5.5rem;
1379
+ --plasma-typo-dspl-m-medium-font-weight: 500;
1380
+ --plasma-typo-dspl-m-medium-line-height: 5.75rem;
1381
+ --plasma-typo-dspl-s-font-size: 4rem;
1382
+ --plasma-typo-dspl-s-font-weight: 300;
1383
+ --plasma-typo-dspl-s-line-height: 4.25rem;
1384
+ --plasma-typo-dspl-s-bold-font-size: 4rem;
1385
+ --plasma-typo-dspl-s-bold-font-weight: 600;
1386
+ --plasma-typo-dspl-s-bold-line-height: 4.25rem;
1387
+ --plasma-typo-dspl-s-medium-font-size: 4rem;
1388
+ --plasma-typo-dspl-s-medium-font-weight: 500;
1389
+ --plasma-typo-dspl-s-medium-line-height: 4.25rem;
1390
+ --plasma-typo-h1-font-size: 3rem;
1391
+ --plasma-typo-h1-font-weight: 400;
1392
+ --plasma-typo-h1-line-height: 3.375rem;
1393
+ --plasma-typo-h1-bold-font-size: 3rem;
1394
+ --plasma-typo-h1-bold-font-weight: 600;
1395
+ --plasma-typo-h1-bold-line-height: 3.375rem;
1396
+ --plasma-typo-h1-medium-font-size: 3rem;
1397
+ --plasma-typo-h1-medium-font-weight: 500;
1398
+ --plasma-typo-h1-medium-line-height: 3.375rem;
1399
+ --plasma-typo-h2-font-size: 2rem;
1400
+ --plasma-typo-h2-font-weight: 400;
1401
+ --plasma-typo-h2-line-height: 2.375rem;
1402
+ --plasma-typo-h2-bold-font-size: 2rem;
1403
+ --plasma-typo-h2-bold-font-weight: 600;
1404
+ --plasma-typo-h2-bold-line-height: 2.375rem;
1405
+ --plasma-typo-h2-medium-font-size: 2rem;
1406
+ --plasma-typo-h2-medium-font-weight: 500;
1407
+ --plasma-typo-h2-medium-line-height: 2.375rem;
1408
+ --plasma-typo-h3-font-size: 1.5rem;
1409
+ --plasma-typo-h3-font-weight: 400;
1410
+ --plasma-typo-h3-line-height: 1.875rem;
1411
+ --plasma-typo-h3-bold-font-size: 1.5rem;
1412
+ --plasma-typo-h3-bold-font-weight: 600;
1413
+ --plasma-typo-h3-bold-line-height: 1.875rem;
1414
+ --plasma-typo-h3-medium-font-size: 1.5rem;
1415
+ --plasma-typo-h3-medium-font-weight: 500;
1416
+ --plasma-typo-h3-medium-line-height: 1.875rem;
1417
+ --plasma-typo-h4-font-size: 1.25rem;
1418
+ --plasma-typo-h4-font-weight: 400;
1419
+ --plasma-typo-h4-line-height: 1.625rem;
1420
+ --plasma-typo-h4-bold-font-size: 1.25rem;
1421
+ --plasma-typo-h4-bold-font-weight: 600;
1422
+ --plasma-typo-h4-bold-line-height: 1.625rem;
1423
+ --plasma-typo-h4-medium-font-size: 1.25rem;
1424
+ --plasma-typo-h4-medium-font-weight: 500;
1425
+ --plasma-typo-h4-medium-line-height: 1.625rem;
1426
+ --plasma-typo-h5-font-size: 1.125rem;
1427
+ --plasma-typo-h5-font-weight: 400;
1428
+ --plasma-typo-h5-line-height: 1.5rem;
1429
+ --plasma-typo-h5-bold-font-size: 1.125rem;
1430
+ --plasma-typo-h5-bold-font-weight: 600;
1431
+ --plasma-typo-h5-bold-line-height: 1.5rem;
1432
+ --plasma-typo-h5-medium-font-size: 1.125rem;
1433
+ --plasma-typo-h5-medium-font-weight: 500;
1434
+ --plasma-typo-h5-medium-line-height: 1.5rem;
1435
+ --plasma-typo-body-l-font-size: 1.125rem;
1436
+ --plasma-typo-body-l-font-weight: 400;
1437
+ --plasma-typo-body-l-line-height: 1.375rem;
1438
+ --plasma-typo-body-l-bold-font-size: 1.125rem;
1439
+ --plasma-typo-body-l-bold-font-weight: 600;
1440
+ --plasma-typo-body-l-bold-line-height: 1.375rem;
1441
+ --plasma-typo-body-l-medium-font-size: 1.125rem;
1442
+ --plasma-typo-body-l-medium-font-weight: 500;
1443
+ --plasma-typo-body-l-medium-line-height: 1.375rem;
1444
+ --plasma-typo-body-m-font-size: 1rem;
1445
+ --plasma-typo-body-m-font-weight: 400;
1446
+ --plasma-typo-body-m-line-height: 1.25rem;
1447
+ --plasma-typo-body-m-bold-font-size: 1rem;
1448
+ --plasma-typo-body-m-bold-font-weight: 600;
1449
+ --plasma-typo-body-m-bold-line-height: 1.25rem;
1450
+ --plasma-typo-body-m-medium-font-size: 1rem;
1451
+ --plasma-typo-body-m-medium-font-weight: 500;
1452
+ --plasma-typo-body-m-medium-line-height: 1.25rem;
1453
+ --plasma-typo-body-s-font-size: 0.875rem;
1454
+ --plasma-typo-body-s-font-weight: 400;
1455
+ --plasma-typo-body-s-line-height: 1.125rem;
1456
+ --plasma-typo-body-s-bold-font-size: 0.875rem;
1457
+ --plasma-typo-body-s-bold-font-weight: 600;
1458
+ --plasma-typo-body-s-bold-line-height: 1.125rem;
1459
+ --plasma-typo-body-s-medium-font-size: 0.875rem;
1460
+ --plasma-typo-body-s-medium-font-weight: 500;
1461
+ --plasma-typo-body-s-medium-line-height: 1.125rem;
1462
+ --plasma-typo-body-xs-font-size: 0.75rem;
1463
+ --plasma-typo-body-xs-font-weight: 400;
1464
+ --plasma-typo-body-xs-line-height: 0.875rem;
1465
+ --plasma-typo-body-xs-bold-font-size: 0.75rem;
1466
+ --plasma-typo-body-xs-bold-font-weight: 600;
1467
+ --plasma-typo-body-xs-bold-line-height: 0.875rem;
1468
+ --plasma-typo-body-xs-medium-font-size: 0.75rem;
1469
+ --plasma-typo-body-xs-medium-font-weight: 500;
1470
+ --plasma-typo-body-xs-medium-line-height: 0.875rem;
1471
+ --plasma-typo-body-xxs-font-size: 0.625rem;
1472
+ --plasma-typo-body-xxs-font-weight: 400;
1473
+ --plasma-typo-body-xxs-line-height: 0.75rem;
1474
+ --plasma-typo-body-xxs-bold-font-size: 0.625rem;
1475
+ --plasma-typo-body-xxs-bold-font-weight: 600;
1476
+ --plasma-typo-body-xxs-bold-line-height: 0.75rem;
1477
+ --plasma-typo-body-xxs-medium-font-size: 0.625rem;
1478
+ --plasma-typo-body-xxs-medium-font-weight: 500;
1479
+ --plasma-typo-body-xxs-medium-line-height: 0.75rem;
1480
+ --plasma-typo-text-l-font-size: 1.5rem;
1481
+ --plasma-typo-text-l-font-weight: 400;
1482
+ --plasma-typo-text-l-line-height: 2rem;
1483
+ --plasma-typo-text-l-bold-font-size: 1.5rem;
1484
+ --plasma-typo-text-l-bold-font-weight: 600;
1485
+ --plasma-typo-text-l-bold-line-height: 2rem;
1486
+ --plasma-typo-text-l-medium-font-size: 1.5rem;
1487
+ --plasma-typo-text-l-medium-font-weight: 500;
1488
+ --plasma-typo-text-l-medium-line-height: 2rem;
1489
+ --plasma-typo-text-m-font-size: 1.125rem;
1490
+ --plasma-typo-text-m-font-weight: 400;
1491
+ --plasma-typo-text-m-line-height: 1.625rem;
1492
+ --plasma-typo-text-m-bold-font-size: 1.125rem;
1493
+ --plasma-typo-text-m-bold-font-weight: 600;
1494
+ --plasma-typo-text-m-bold-line-height: 1.625rem;
1495
+ --plasma-typo-text-m-medium-font-size: 1.125rem;
1496
+ --plasma-typo-text-m-medium-font-weight: 500;
1497
+ --plasma-typo-text-m-medium-line-height: 1.625rem;
1498
+ --plasma-typo-text-s-font-size: 0.875rem;
1499
+ --plasma-typo-text-s-font-weight: 400;
1500
+ --plasma-typo-text-s-line-height: 1.25rem;
1501
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
1502
+ --plasma-typo-text-s-bold-font-weight: 600;
1503
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
1504
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
1505
+ --plasma-typo-text-s-medium-font-weight: 500;
1506
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
1507
+ --plasma-typo-text-xs-font-size: 0.75rem;
1508
+ --plasma-typo-text-xs-font-weight: 400;
1509
+ --plasma-typo-text-xs-line-height: 1rem;
1510
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
1511
+ --plasma-typo-text-xs-bold-font-weight: 600;
1512
+ --plasma-typo-text-xs-bold-line-height: 1rem;
1513
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
1514
+ --plasma-typo-text-xs-medium-font-weight: 500;
1515
+ --plasma-typo-text-xs-medium-line-height: 1rem;
1516
+ }
1517
+ }