@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,2352 @@
1
+ /* Generated by robots, do not change this manually! */
2
+
3
+ .dark {
4
+ --text-primary: #000000F5;
5
+ --text-primary-hover: #F8F9FC93;
6
+ --text-primary-active: #F8F9FCC4;
7
+ --text-primary-brightness: #F8F9FCF5;
8
+ --text-secondary: #0000008F;
9
+ --text-secondary-hover: #F8F9FCFF;
10
+ --text-secondary-active: #F8F9FCAB;
11
+ --text-tertiary: #00000047;
12
+ --text-tertiary-hover: #F8F9FCFF;
13
+ --text-tertiary-active: #F8F9FC56;
14
+ --text-paragraph: #000000CC;
15
+ --text-paragraph-hover: #F8F9FC7A;
16
+ --text-paragraph-active: #F8F9FCA3;
17
+ --text-accent-hover: #12DFE2FF;
18
+ --text-accent-active: #0A797BFF;
19
+ --text-accent-minor: #0C585A;
20
+ --text-accent-minor-hover: #148B90FF;
21
+ --text-accent-minor-active: #107175FF;
22
+ --text-positive: #1A9E32;
23
+ --text-positive-hover: #1EB83AFF;
24
+ --text-positive-active: #15842AFF;
25
+ --text-warning: #FA5F05;
26
+ --text-warning-hover: #FB7223FF;
27
+ --text-warning-active: #DC5304FF;
28
+ --text-negative: #FF293E;
29
+ --text-negative-hover: #FF475AFF;
30
+ --text-negative-active: #FF0A23FF;
31
+ --text-info: #118CDF;
32
+ --text-info-hover: #50B1F2FF;
33
+ --text-info-active: #0F7BC2FF;
34
+ --text-positive-minor: #095C18;
35
+ --text-positive-minor-hover: #0F9527FF;
36
+ --text-positive-minor-active: #0C7920FF;
37
+ --text-warning-minor: #85380C;
38
+ --text-warning-minor-hover: #BB4F11FF;
39
+ --text-warning-minor-active: #9F440FFF;
40
+ --text-negative-minor: #9C1422;
41
+ --text-negative-minor-hover: #B91828FF;
42
+ --text-negative-minor-active: #83111CFF;
43
+ --text-info-minor: #0D5382;
44
+ --text-info-minor-hover: #1277BAFF;
45
+ --text-info-minor-active: #10659EFF;
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: #16181D93;
134
+ --inverse-text-primary-active: #16181DC4;
135
+ --inverse-text-primary-brightness: #16181DF5;
136
+ --inverse-text-secondary: #0000008F;
137
+ --inverse-text-secondary-hover: #16181DFF;
138
+ --inverse-text-secondary-active: #16181DAB;
139
+ --inverse-text-tertiary: #00000047;
140
+ --inverse-text-tertiary-hover: #16181DFF;
141
+ --inverse-text-tertiary-active: #16181D56;
142
+ --inverse-text-paragraph: #000000CC;
143
+ --inverse-text-paragraph-hover: #16181D7A;
144
+ --inverse-text-paragraph-active: #16181DA3;
145
+ --inverse-text-accent: #0C8688;
146
+ --inverse-text-accent-hover: #12D0D3FF;
147
+ --inverse-text-accent-active: #0FABAEFF;
148
+ --inverse-text-accent-minor: #04C6C9;
149
+ --inverse-text-accent-minor-hover: #05ECF0FF;
150
+ --inverse-text-accent-minor-active: #039DA0FF;
151
+ --inverse-text-positive: #108E26;
152
+ --inverse-text-positive-hover: #14B32EFF;
153
+ --inverse-text-positive-active: #0C6A1BFF;
154
+ --inverse-text-warning: #E85702;
155
+ --inverse-text-warning-hover: #FD6B17FF;
156
+ --inverse-text-warning-active: #C04802FF;
157
+ --inverse-text-negative: #F31B31;
158
+ --inverse-text-negative-hover: #F54254FF;
159
+ --inverse-text-negative-active: #DA0B20FF;
160
+ --inverse-text-info: #0B7ECB;
161
+ --inverse-text-info-hover: #0D96F2FF;
162
+ --inverse-text-info-active: #0966A5FF;
163
+ --inverse-text-positive-minor: #28D247;
164
+ --inverse-text-positive-minor-hover: #47DC62FF;
165
+ --inverse-text-positive-minor-active: #21B03CFF;
166
+ --inverse-text-warning-minor: #FD9C68;
167
+ --inverse-text-warning-minor-hover: #FDB790FF;
168
+ --inverse-text-warning-minor-active: #FC8240FF;
169
+ --inverse-text-negative-minor: #FF8F9A;
170
+ --inverse-text-negative-minor-hover: #FFB8BFFF;
171
+ --inverse-text-negative-minor-active: #FF6675FF;
172
+ --inverse-text-info-minor: #52BAFF;
173
+ --inverse-text-info-minor-hover: #7ACAFFFF;
174
+ --inverse-text-info-minor-active: #29A9FFFF;
175
+ --surface-solid-primary: undefined;
176
+ --surface-solid-primary-hover: #1F2229FF;
177
+ --surface-solid-primary-active: #121317FF;
178
+ --surface-solid-primary-brightness: #23262FFF;
179
+ --surface-solid-secondary: undefined;
180
+ --surface-solid-secondary-hover: #2E2F38FF;
181
+ --surface-solid-secondary-active: #202127FF;
182
+ --surface-solid-tertiary: undefined;
183
+ --surface-solid-tertiary-hover: #3B3F4AFF;
184
+ --surface-solid-tertiary-active: #2D3039FF;
185
+ --surface-solid-card: undefined;
186
+ --surface-solid-card-hover: #1F2229FF;
187
+ --surface-solid-card-active: #121317FF;
188
+ --surface-solid-card-brightness: #23262FFF;
189
+ --surface-solid-default: undefined;
190
+ --surface-solid-default-hover: #FFFFFFFF;
191
+ --surface-solid-default-active: #F1F3F8FF;
192
+ --surface-transparent-primary: #0000000F;
193
+ --surface-transparent-primary-hover: #F8F9FC1F;
194
+ --surface-transparent-primary-active: #F8F9FC0A;
195
+ --surface-transparent-secondary: #0000001F;
196
+ --surface-transparent-secondary-hover: #F8F9FC3D;
197
+ --surface-transparent-secondary-active: #F8F9FC0F;
198
+ --surface-transparent-tertiary: #00000033;
199
+ --surface-transparent-tertiary-hover: #F8F9FC52;
200
+ --surface-transparent-tertiary-active: #F8F9FC24;
201
+ --surface-transparent-deep: #000000A3;
202
+ --surface-transparent-deep-hover: #F8F9FCC2;
203
+ --surface-transparent-deep-active: #F8F9FC94;
204
+ --surface-transparent-card: #0000000F;
205
+ --surface-transparent-card-hover: #F8F9FC1F;
206
+ --surface-transparent-card-active: #F8F9FC0A;
207
+ --surface-transparent-card-brightness: #F8F9FC0F;
208
+ --surface-clear: #FFFFFF00;
209
+ --surface-clear-hover: #FFFFFF00;
210
+ --surface-clear-active: #FFFFFF00;
211
+ --surface-accent: #0C8688;
212
+ --surface-accent-hover: #0D989BFF;
213
+ --surface-accent-active: #0B7D7FFF;
214
+ --surface-accent-minor: #0D2A2B;
215
+ --surface-accent-minor-hover: #123A3BFF;
216
+ --surface-accent-minor-active: #0B2323FF;
217
+ --surface-transparent-accent: #0C868833;
218
+ --surface-transparent-accent-hover: #0C868852;
219
+ --surface-transparent-accent-active: #0C868824;
220
+ --surface-positive: #108E26;
221
+ --surface-positive-hover: #12A12AFF;
222
+ --surface-positive-active: #0F8523FF;
223
+ --surface-warning: #E85702;
224
+ --surface-warning-hover: #FC5E03FF;
225
+ --surface-warning-active: #DE5302FF;
226
+ --surface-negative: #F31B31;
227
+ --surface-negative-hover: #F5384BFF;
228
+ --surface-negative-active: #F31228FF;
229
+ --surface-info: #0B7ECB;
230
+ --surface-info-hover: #0C8ADFFF;
231
+ --surface-info-active: #0A78C2FF;
232
+ --surface-positive-minor: #0A2B10;
233
+ --surface-positive-minor-hover: #0E3A16FF;
234
+ --surface-positive-minor-active: #08210CFF;
235
+ --surface-warning-minor: #3D1D0A;
236
+ --surface-warning-minor-hover: #4F250DFF;
237
+ --surface-warning-minor-active: #351909FF;
238
+ --surface-negative-minor: #4A0D13;
239
+ --surface-negative-minor-hover: #5B1018FF;
240
+ --surface-negative-minor-active: #410B11FF;
241
+ --surface-info-minor: #0C283B;
242
+ --surface-info-minor-hover: #10344CFF;
243
+ --surface-info-minor-active: #0A2333FF;
244
+ --surface-transparent-positive: #108E2633;
245
+ --surface-transparent-positive-hover: #108E2552;
246
+ --surface-transparent-positive-active: #108E2524;
247
+ --surface-transparent-warning: #E8570233;
248
+ --surface-transparent-warning-hover: #E8570252;
249
+ --surface-transparent-warning-active: #E8570224;
250
+ --surface-transparent-negative: #F31B3133;
251
+ --surface-transparent-negative-hover: #F31B3152;
252
+ --surface-transparent-negative-active: #F31B3124;
253
+ --surface-transparent-info: #0B7ECB33;
254
+ --surface-transparent-info-hover: #0B7ECB52;
255
+ --surface-transparent-info-active: #0B7ECB24;
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: #FBFCFEFF;
420
+ --inverse-surface-solid-primary-active: #ECEEF8FF;
421
+ --inverse-surface-solid-primary-brightness: #FFFFFFFF;
422
+ --inverse-surface-solid-secondary: undefined;
423
+ --inverse-surface-solid-secondary-hover: #F9F9FBFF;
424
+ --inverse-surface-solid-secondary-active: #E5E6F0FF;
425
+ --inverse-surface-solid-tertiary: undefined;
426
+ --inverse-surface-solid-tertiary-hover: #E5E8F0FF;
427
+ --inverse-surface-solid-tertiary-active: #CCD1E1FF;
428
+ --inverse-surface-solid-card: #FFFFFF;
429
+ --inverse-surface-solid-card-hover: #FFFFFFFF;
430
+ --inverse-surface-solid-card-active: #FFFFFFFF;
431
+ --inverse-surface-solid-card-brightness: #FFFFFFFF;
432
+ --inverse-surface-solid-default: undefined;
433
+ --inverse-surface-solid-default-hover: #14171FFF;
434
+ --inverse-surface-solid-default-active: #040506FF;
435
+ --inverse-surface-transparent-primary: #0000000A;
436
+ --inverse-surface-transparent-primary-hover: #08090C05;
437
+ --inverse-surface-transparent-primary-active: #08090C0F;
438
+ --inverse-surface-transparent-secondary: #00000014;
439
+ --inverse-surface-transparent-secondary-hover: #08090C0A;
440
+ --inverse-surface-transparent-secondary-active: #08090C1F;
441
+ --inverse-surface-transparent-tertiary: #0000001F;
442
+ --inverse-surface-transparent-tertiary-hover: #08090C0A;
443
+ --inverse-surface-transparent-tertiary-active: #08090C29;
444
+ --inverse-surface-transparent-deep: #000000A3;
445
+ --inverse-surface-transparent-deep-hover: #08090C8F;
446
+ --inverse-surface-transparent-deep-active: #08090CAD;
447
+ --inverse-surface-transparent-card: #FFFFFF;
448
+ --inverse-surface-transparent-card-hover: #FFFFFFFF;
449
+ --inverse-surface-transparent-card-active: #FFFFFFFF;
450
+ --inverse-surface-transparent-card-brightness: #FFFFFFFF;
451
+ --inverse-surface-clear: #FFFFFF00;
452
+ --inverse-surface-clear-hover: #FFFFFF00;
453
+ --inverse-surface-clear-active: #FFFFFF00;
454
+ --inverse-surface-accent: #0C9597;
455
+ --inverse-surface-accent-hover: #0EA7AAFF;
456
+ --inverse-surface-accent-active: #0B8284FF;
457
+ --inverse-surface-accent-minor: #88F9FB;
458
+ --inverse-surface-accent-minor-hover: #9DFAFBFF;
459
+ --inverse-surface-accent-minor-active: #75F8FAFF;
460
+ --inverse-surface-transparent-accent: #0C95971F;
461
+ --inverse-surface-transparent-accent-hover: #0C95970A;
462
+ --inverse-surface-transparent-accent-active: #0C959729;
463
+ --inverse-surface-positive: #1A9E32;
464
+ --inverse-surface-positive-hover: #1EB83AFF;
465
+ --inverse-surface-positive-active: #178C2CFF;
466
+ --inverse-surface-warning: #FA5F05;
467
+ --inverse-surface-warning-hover: #FB782DFF;
468
+ --inverse-surface-warning-active: #E65705FF;
469
+ --inverse-surface-negative: #FF293E;
470
+ --inverse-surface-negative-hover: #FF5263FF;
471
+ --inverse-surface-negative-active: #FF142CFF;
472
+ --inverse-surface-info: #118CDF;
473
+ --inverse-surface-info-hover: #1798EEFF;
474
+ --inverse-surface-info-active: #0F81CCFF;
475
+ --inverse-surface-positive-minor: #9EFAAF;
476
+ --inverse-surface-positive-minor-hover: #B1FBBFFF;
477
+ --inverse-surface-positive-minor-active: #8BF99FFF;
478
+ --inverse-surface-warning-minor: #FEE2D2;
479
+ --inverse-surface-warning-minor-hover: #FEEFE6FF;
480
+ --inverse-surface-warning-minor-active: #FEDCC8FF;
481
+ --inverse-surface-negative-minor: #FFE0E3;
482
+ --inverse-surface-negative-minor-hover: #FFF5F6FF;
483
+ --inverse-surface-negative-minor-active: #FFD6DAFF;
484
+ --inverse-surface-info-minor: #CFECFF;
485
+ --inverse-surface-info-minor-hover: #E5F5FFFF;
486
+ --inverse-surface-info-minor-active: #C7E9FFFF;
487
+ --inverse-surface-transparent-positive: #1A9E321F;
488
+ --inverse-surface-transparent-positive-hover: #1A9E320A;
489
+ --inverse-surface-transparent-positive-active: #1A9E3229;
490
+ --inverse-surface-transparent-warning: #FA5F051F;
491
+ --inverse-surface-transparent-warning-hover: #FA5F050A;
492
+ --inverse-surface-transparent-warning-active: #FA5F0529;
493
+ --inverse-surface-transparent-negative: #FF293E1F;
494
+ --inverse-surface-transparent-negative-hover: #FF293E0A;
495
+ --inverse-surface-transparent-negative-active: #FF293E29;
496
+ --inverse-surface-transparent-info: #118CDF1F;
497
+ --inverse-surface-transparent-info-hover: #118CDF0A;
498
+ --inverse-surface-transparent-info-active: #118CDF29;
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: #FFFFFFFF;
517
+ --outline-solid-primary-active: #A2A4B3FF;
518
+ --outline-solid-secondary: undefined;
519
+ --outline-solid-secondary-hover: #FFFFFFFF;
520
+ --outline-solid-secondary-active: #808293FF;
521
+ --outline-solid-tertiary: undefined;
522
+ --outline-solid-tertiary-hover: #FFFFFFFF;
523
+ --outline-solid-tertiary-active: #585A65FF;
524
+ --outline-solid-default: undefined;
525
+ --outline-solid-default-hover: #D0D5E7FF;
526
+ --outline-solid-default-active: #E4E7F1FF;
527
+ --outline-transparent-primary: #0000001F;
528
+ --outline-transparent-primary-hover: #F8F9FCFF;
529
+ --outline-transparent-primary-active: #F8F9FC25;
530
+ --outline-transparent-secondary: #00000047;
531
+ --outline-transparent-secondary-hover: #F8F9FCFF;
532
+ --outline-transparent-secondary-active: #F8F9FC56;
533
+ --outline-transparent-tertiary: #0000008F;
534
+ --outline-transparent-tertiary-hover: #F8F9FCFF;
535
+ --outline-transparent-tertiary-active: #F8F9FCAB;
536
+ --outline-clear: #FFFFFF00;
537
+ --outline-clear-hover: #FFFFFF00;
538
+ --outline-clear-active: #FFFFFF00;
539
+ --outline-accent: #0C9597;
540
+ --outline-accent-hover: #12DFE2FF;
541
+ --outline-accent-active: #0A797BFF;
542
+ --outline-accent-minor: #0C585A;
543
+ --outline-accent-minor-hover: #148B90FF;
544
+ --outline-accent-minor-active: #107175FF;
545
+ --outline-transparent-accent: #0C959700;
546
+ --outline-transparent-accent-hover: #0C959700;
547
+ --outline-transparent-accent-active: #0C959700;
548
+ --outline-positive: #1A9E32;
549
+ --outline-positive-hover: #1EB83AFF;
550
+ --outline-positive-active: #15842AFF;
551
+ --outline-warning: #FA5F05;
552
+ --outline-warning-hover: #FB7223FF;
553
+ --outline-warning-active: #DC5304FF;
554
+ --outline-negative: #FF293E;
555
+ --outline-negative-hover: #FF475AFF;
556
+ --outline-negative-active: #FF0A23FF;
557
+ --outline-info: #118CDF;
558
+ --outline-info-hover: #50B1F2FF;
559
+ --outline-info-active: #0F7BC2FF;
560
+ --outline-positive-minor: #095C18;
561
+ --outline-positive-minor-hover: #0F9527FF;
562
+ --outline-positive-minor-active: #0C7920FF;
563
+ --outline-warning-minor: #85380C;
564
+ --outline-warning-minor-hover: #BB4F11FF;
565
+ --outline-warning-minor-active: #9F440FFF;
566
+ --outline-negative-minor: #9C1422;
567
+ --outline-negative-minor-hover: #B91828FF;
568
+ --outline-negative-minor-active: #83111CFF;
569
+ --outline-info-minor: #0D5382;
570
+ --outline-info-minor-hover: #1277BAFF;
571
+ --outline-info-minor-active: #10659EFF;
572
+ --outline-transparent-positive: #1A9E3247;
573
+ --outline-transparent-positive-hover: #1A9E32FF;
574
+ --outline-transparent-positive-active: #1A9E3256;
575
+ --outline-transparent-warning: #FA5F0547;
576
+ --outline-transparent-warning-hover: #FA5F05FF;
577
+ --outline-transparent-warning-active: #FA5F0556;
578
+ --outline-transparent-negative: #FF293E47;
579
+ --outline-transparent-negative-hover: #FF293EFF;
580
+ --outline-transparent-negative-active: #FF293E56;
581
+ --outline-transparent-info: #118CDF47;
582
+ --outline-transparent-info-hover: #118CDFFF;
583
+ --outline-transparent-info-active: #118CDF56;
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: #000000FF;
724
+ --inverse-outline-solid-primary-active: #9FA9C6FF;
725
+ --inverse-outline-solid-secondary: undefined;
726
+ --inverse-outline-solid-secondary-hover: #000000FF;
727
+ --inverse-outline-solid-secondary-active: #858BA3FF;
728
+ --inverse-outline-solid-tertiary: undefined;
729
+ --inverse-outline-solid-tertiary-hover: #000000FF;
730
+ --inverse-outline-solid-tertiary-active: #575A66FF;
731
+ --inverse-outline-solid-default: undefined;
732
+ --inverse-outline-solid-default-hover: #485270FF;
733
+ --inverse-outline-solid-default-active: #282D3EFF;
734
+ --inverse-outline-transparent-primary: #0000001F;
735
+ --inverse-outline-transparent-primary-hover: #08090CFF;
736
+ --inverse-outline-transparent-primary-active: #08090C25;
737
+ --inverse-outline-transparent-secondary: #00000047;
738
+ --inverse-outline-transparent-secondary-hover: #08090CFF;
739
+ --inverse-outline-transparent-secondary-active: #08090C56;
740
+ --inverse-outline-transparent-tertiary: #0000008F;
741
+ --inverse-outline-transparent-tertiary-hover: #08090CFF;
742
+ --inverse-outline-transparent-tertiary-active: #08090CAB;
743
+ --inverse-outline-clear: #FFFFFF00;
744
+ --inverse-outline-clear-hover: #FFFFFF00;
745
+ --inverse-outline-clear-active: #FFFFFF00;
746
+ --inverse-outline-accent: #0C8688;
747
+ --inverse-outline-accent-hover: #12D0D3FF;
748
+ --inverse-outline-accent-active: #0FABAEFF;
749
+ --inverse-outline-accent-minor: #04C6C9;
750
+ --inverse-outline-accent-minor-hover: #05ECF0FF;
751
+ --inverse-outline-accent-minor-active: #039DA0FF;
752
+ --inverse-outline-transparent-accent: #0C868800;
753
+ --inverse-outline-transparent-accent-hover: #0C868800;
754
+ --inverse-outline-transparent-accent-active: #0C868800;
755
+ --inverse-outline-positive: #108E26;
756
+ --inverse-outline-positive-hover: #14B32EFF;
757
+ --inverse-outline-positive-active: #0C6A1BFF;
758
+ --inverse-outline-warning: #E85702;
759
+ --inverse-outline-warning-hover: #FD6B17FF;
760
+ --inverse-outline-warning-active: #C04802FF;
761
+ --inverse-outline-negative: #F31B31;
762
+ --inverse-outline-negative-hover: #F54254FF;
763
+ --inverse-outline-negative-active: #DA0B20FF;
764
+ --inverse-outline-info: #0B7ECB;
765
+ --inverse-outline-info-hover: #0D96F2FF;
766
+ --inverse-outline-info-active: #0966A5FF;
767
+ --inverse-outline-positive-minor: #28D247;
768
+ --inverse-outline-positive-minor-hover: #47DC62FF;
769
+ --inverse-outline-positive-minor-active: #21B03CFF;
770
+ --inverse-outline-warning-minor: #FD9C68;
771
+ --inverse-outline-warning-minor-hover: #FDB790FF;
772
+ --inverse-outline-warning-minor-active: #FC8240FF;
773
+ --inverse-outline-negative-minor: #FF8F9A;
774
+ --inverse-outline-negative-minor-hover: #FFB8BFFF;
775
+ --inverse-outline-negative-minor-active: #FF6675FF;
776
+ --inverse-outline-info-minor: #52BAFF;
777
+ --inverse-outline-info-minor-hover: #7ACAFFFF;
778
+ --inverse-outline-info-minor-active: #29A9FFFF;
779
+ --inverse-outline-transparent-positive: #108E2633;
780
+ --inverse-outline-transparent-positive-hover: #108E25FF;
781
+ --inverse-outline-transparent-positive-active: #108E253D;
782
+ --inverse-outline-transparent-warning: #E8570233;
783
+ --inverse-outline-transparent-warning-hover: #E85702FF;
784
+ --inverse-outline-transparent-warning-active: #E857023D;
785
+ --inverse-outline-transparent-negative: #F31B3133;
786
+ --inverse-outline-transparent-negative-hover: #F31B31FF;
787
+ --inverse-outline-transparent-negative-active: #F31B313D;
788
+ --inverse-outline-transparent-info: #0B7ECB33;
789
+ --inverse-outline-transparent-info-hover: #0B7ECBFF;
790
+ --inverse-outline-transparent-info-active: #0B7ECB3D;
791
+ --data-yellow: #F3A912;
792
+ --data-yellow-hover: #F4B22FFF;
793
+ --data-yellow-active: #EDA20CFF;
794
+ --data-yellow-minor: #A16B00;
795
+ --data-yellow-minor-hover: #B87A00FF;
796
+ --data-yellow-minor-active: #996600FF;
797
+ --data-yellow-transparent: #F3A9128F;
798
+ --data-yellow-transparent-hover: #F3A812AD;
799
+ --data-yellow-transparent-active: #F3A81280;
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: #F5B638FF;
820
+ --inverse-data-yellow-active: #E49C0CFF;
821
+ --inverse-data-yellow-minor: #FFD37A;
822
+ --inverse-data-yellow-minor-hover: #FFDA8FFF;
823
+ --inverse-data-yellow-minor-active: #FFCC66FF;
824
+ --inverse-data-yellow-transparent: #F3A9128F;
825
+ --inverse-data-yellow-transparent-hover: #F3A8127A;
826
+ --inverse-data-yellow-transparent-active: #F3A81299;
827
+ --text-new-item: #F9F9F9;
828
+ --text-new-item-active: #E0E0E0FF;
829
+ --text-new-item-hover: #C7C7C7FF;
830
+ color: var(--text-primary);
831
+ background-color: var(--background-primary);
832
+ }
833
+
834
+ .dark {
835
+
836
+ }
837
+
838
+ .light {
839
+ --text-primary: #B559F3;
840
+ --text-primary-hover: #C67EF6FF;
841
+ --text-primary-active: #A432F1FF;
842
+ --text-primary-brightness: #16181DF5;
843
+ --text-secondary: #0000008F;
844
+ --text-secondary-hover: #16181DFF;
845
+ --text-secondary-active: #16181DAB;
846
+ --text-tertiary: #00000047;
847
+ --text-tertiary-hover: #16181DFF;
848
+ --text-tertiary-active: #16181D56;
849
+ --text-paragraph: #000000CC;
850
+ --text-paragraph-hover: #16181D7A;
851
+ --text-paragraph-active: #16181DA3;
852
+ --text-accent-hover: #12D0D3FF;
853
+ --text-accent-active: #0FABAEFF;
854
+ --text-accent-minor: #04C6C9;
855
+ --text-accent-minor-hover: #05ECF0FF;
856
+ --text-accent-minor-active: #039DA0FF;
857
+ --text-positive: #108E26;
858
+ --text-positive-hover: #14B32EFF;
859
+ --text-positive-active: #0C6A1BFF;
860
+ --text-warning: #E85702;
861
+ --text-warning-hover: #FD6B17FF;
862
+ --text-warning-active: #C04802FF;
863
+ --text-negative: #F31B31;
864
+ --text-negative-hover: #F54254FF;
865
+ --text-negative-active: #DA0B20FF;
866
+ --text-info: #0B7ECB;
867
+ --text-info-hover: #0D96F2FF;
868
+ --text-info-active: #0966A5FF;
869
+ --text-positive-minor: #28D247;
870
+ --text-positive-minor-hover: #47DC62FF;
871
+ --text-positive-minor-active: #21B03CFF;
872
+ --text-warning-minor: #FD9C68;
873
+ --text-warning-minor-hover: #FDB790FF;
874
+ --text-warning-minor-active: #FC8240FF;
875
+ --text-negative-minor: #FF8F9A;
876
+ --text-negative-minor-hover: #FFB8BFFF;
877
+ --text-negative-minor-active: #FF6675FF;
878
+ --text-info-minor: #52BAFF;
879
+ --text-info-minor-hover: #7ACAFFFF;
880
+ --text-info-minor-active: #29A9FFFF;
881
+ --on-dark-text-primary: #000000F5;
882
+ --on-dark-text-primary-hover: #F8F9FC93;
883
+ --on-dark-text-primary-active: #F8F9FCC4;
884
+ --on-dark-text-primary-brightness: #F8F9FCF5;
885
+ --on-dark-text-secondary: #0000008F;
886
+ --on-dark-text-secondary-hover: #F8F9FCFF;
887
+ --on-dark-text-secondary-active: #F8F9FCAB;
888
+ --on-dark-text-tertiary: #00000047;
889
+ --on-dark-text-tertiary-hover: #F8F9FCFF;
890
+ --on-dark-text-tertiary-active: #F8F9FC56;
891
+ --on-dark-text-paragraph: #000000CC;
892
+ --on-dark-text-paragraph-hover: #F8F9FC7A;
893
+ --on-dark-text-paragraph-active: #F8F9FCA3;
894
+ --on-dark-text-accent: #0C9597;
895
+ --on-dark-text-accent-hover: #12DFE2FF;
896
+ --on-dark-text-accent-active: #0A797BFF;
897
+ --on-dark-text-accent-minor: #0C585A;
898
+ --on-dark-text-accent-minor-hover: #148B90FF;
899
+ --on-dark-text-accent-minor-active: #107175FF;
900
+ --on-dark-text-positive: #1A9E32;
901
+ --on-dark-text-positive-hover: #1EB83AFF;
902
+ --on-dark-text-positive-active: #15842AFF;
903
+ --on-dark-text-warning: #FA5F05;
904
+ --on-dark-text-warning-hover: #FB7223FF;
905
+ --on-dark-text-warning-active: #DC5304FF;
906
+ --on-dark-text-negative: #FF293E;
907
+ --on-dark-text-negative-hover: #FF475AFF;
908
+ --on-dark-text-negative-active: #FF0A23FF;
909
+ --on-dark-text-info: #118CDF;
910
+ --on-dark-text-info-hover: #50B1F2FF;
911
+ --on-dark-text-info-active: #0F7BC2FF;
912
+ --on-dark-text-positive-minor: #095C18;
913
+ --on-dark-text-positive-minor-hover: #0F9527FF;
914
+ --on-dark-text-positive-minor-active: #0C7920FF;
915
+ --on-dark-text-warning-minor: #85380C;
916
+ --on-dark-text-warning-minor-hover: #BB4F11FF;
917
+ --on-dark-text-warning-minor-active: #9F440FFF;
918
+ --on-dark-text-negative-minor: #9C1422;
919
+ --on-dark-text-negative-minor-hover: #B91828FF;
920
+ --on-dark-text-negative-minor-active: #83111CFF;
921
+ --on-dark-text-info-minor: #0D5382;
922
+ --on-dark-text-info-minor-hover: #1277BAFF;
923
+ --on-dark-text-info-minor-active: #10659EFF;
924
+ --on-light-text-primary: #000000F5;
925
+ --on-light-text-primary-hover: #16181D93;
926
+ --on-light-text-primary-active: #16181DC4;
927
+ --on-light-text-primary-brightness: #16181DF5;
928
+ --on-light-text-secondary: #0000008F;
929
+ --on-light-text-secondary-hover: #16181DFF;
930
+ --on-light-text-secondary-active: #16181DAB;
931
+ --on-light-text-tertiary: #00000047;
932
+ --on-light-text-tertiary-hover: #16181DFF;
933
+ --on-light-text-tertiary-active: #16181D56;
934
+ --on-light-text-paragraph: #000000CC;
935
+ --on-light-text-paragraph-hover: #16181D7A;
936
+ --on-light-text-paragraph-active: #16181DA3;
937
+ --on-light-text-accent: #0C8688;
938
+ --on-light-text-accent-hover: #12D0D3FF;
939
+ --on-light-text-accent-active: #0FABAEFF;
940
+ --on-light-text-accent-minor: #04C6C9;
941
+ --on-light-text-accent-minor-hover: #05ECF0FF;
942
+ --on-light-text-accent-minor-active: #039DA0FF;
943
+ --on-light-text-positive: #108E26;
944
+ --on-light-text-positive-hover: #14B32EFF;
945
+ --on-light-text-positive-active: #0C6A1BFF;
946
+ --on-light-text-warning: #E85702;
947
+ --on-light-text-warning-hover: #FD6B17FF;
948
+ --on-light-text-warning-active: #C04802FF;
949
+ --on-light-text-negative: #F31B31;
950
+ --on-light-text-negative-hover: #F54254FF;
951
+ --on-light-text-negative-active: #DA0B20FF;
952
+ --on-light-text-info: #0B7ECB;
953
+ --on-light-text-info-hover: #0D96F2FF;
954
+ --on-light-text-info-active: #0966A5FF;
955
+ --on-light-text-positive-minor: #28D247;
956
+ --on-light-text-positive-minor-hover: #47DC62FF;
957
+ --on-light-text-positive-minor-active: #21B03CFF;
958
+ --on-light-text-warning-minor: #FD9C68;
959
+ --on-light-text-warning-minor-hover: #FDB790FF;
960
+ --on-light-text-warning-minor-active: #FC8240FF;
961
+ --on-light-text-negative-minor: #FF8F9A;
962
+ --on-light-text-negative-minor-hover: #FFB8BFFF;
963
+ --on-light-text-negative-minor-active: #FF6675FF;
964
+ --on-light-text-info-minor: #52BAFF;
965
+ --on-light-text-info-minor-hover: #7ACAFFFF;
966
+ --on-light-text-info-minor-active: #29A9FFFF;
967
+ --inverse-text-primary: #000000F5;
968
+ --inverse-text-primary-hover: #F8F9FC93;
969
+ --inverse-text-primary-active: #F8F9FCC4;
970
+ --inverse-text-primary-brightness: #F8F9FCF5;
971
+ --inverse-text-secondary: #0000008F;
972
+ --inverse-text-secondary-hover: #F8F9FCFF;
973
+ --inverse-text-secondary-active: #F8F9FCAB;
974
+ --inverse-text-tertiary: #00000047;
975
+ --inverse-text-tertiary-hover: #F8F9FCFF;
976
+ --inverse-text-tertiary-active: #F8F9FC56;
977
+ --inverse-text-paragraph: #000000CC;
978
+ --inverse-text-paragraph-hover: #F8F9FC7A;
979
+ --inverse-text-paragraph-active: #F8F9FCA3;
980
+ --inverse-text-accent: #0C9597;
981
+ --inverse-text-accent-hover: #12DFE2FF;
982
+ --inverse-text-accent-active: #0A797BFF;
983
+ --inverse-text-accent-minor: #0C585A;
984
+ --inverse-text-accent-minor-hover: #148B90FF;
985
+ --inverse-text-accent-minor-active: #107175FF;
986
+ --inverse-text-positive: #1A9E32;
987
+ --inverse-text-positive-hover: #1EB83AFF;
988
+ --inverse-text-positive-active: #15842AFF;
989
+ --inverse-text-warning: #FA5F05;
990
+ --inverse-text-warning-hover: #FB7223FF;
991
+ --inverse-text-warning-active: #DC5304FF;
992
+ --inverse-text-negative: #FF293E;
993
+ --inverse-text-negative-hover: #FF475AFF;
994
+ --inverse-text-negative-active: #FF0A23FF;
995
+ --inverse-text-info: #118CDF;
996
+ --inverse-text-info-hover: #50B1F2FF;
997
+ --inverse-text-info-active: #0F7BC2FF;
998
+ --inverse-text-positive-minor: #095C18;
999
+ --inverse-text-positive-minor-hover: #0F9527FF;
1000
+ --inverse-text-positive-minor-active: #0C7920FF;
1001
+ --inverse-text-warning-minor: #85380C;
1002
+ --inverse-text-warning-minor-hover: #BB4F11FF;
1003
+ --inverse-text-warning-minor-active: #9F440FFF;
1004
+ --inverse-text-negative-minor: #9C1422;
1005
+ --inverse-text-negative-minor-hover: #B91828FF;
1006
+ --inverse-text-negative-minor-active: #83111CFF;
1007
+ --inverse-text-info-minor: #0D5382;
1008
+ --inverse-text-info-minor-hover: #1277BAFF;
1009
+ --inverse-text-info-minor-active: #10659EFF;
1010
+ --surface-solid-primary: undefined;
1011
+ --surface-solid-primary-hover: #FBFCFEFF;
1012
+ --surface-solid-primary-active: #ECEEF8FF;
1013
+ --surface-solid-primary-brightness: #FFFFFFFF;
1014
+ --surface-solid-secondary: undefined;
1015
+ --surface-solid-secondary-hover: #F9F9FBFF;
1016
+ --surface-solid-secondary-active: #E5E6F0FF;
1017
+ --surface-solid-tertiary: undefined;
1018
+ --surface-solid-tertiary-hover: #E5E8F0FF;
1019
+ --surface-solid-tertiary-active: #CCD1E1FF;
1020
+ --surface-solid-card: #FFFFFF;
1021
+ --surface-solid-card-hover: #FFFFFFFF;
1022
+ --surface-solid-card-active: #FFFFFFFF;
1023
+ --surface-solid-card-brightness: #FFFFFFFF;
1024
+ --surface-solid-default: undefined;
1025
+ --surface-solid-default-hover: #14171FFF;
1026
+ --surface-solid-default-active: #040506FF;
1027
+ --surface-transparent-primary: #0000000A;
1028
+ --surface-transparent-primary-hover: #08090C05;
1029
+ --surface-transparent-primary-active: #08090C0F;
1030
+ --surface-transparent-secondary: #00000014;
1031
+ --surface-transparent-secondary-hover: #08090C0A;
1032
+ --surface-transparent-secondary-active: #08090C1F;
1033
+ --surface-transparent-tertiary: #0000001F;
1034
+ --surface-transparent-tertiary-hover: #08090C0A;
1035
+ --surface-transparent-tertiary-active: #08090C29;
1036
+ --surface-transparent-deep: #000000A3;
1037
+ --surface-transparent-deep-hover: #08090C8F;
1038
+ --surface-transparent-deep-active: #08090CAD;
1039
+ --surface-transparent-card: #FFFFFF;
1040
+ --surface-transparent-card-hover: #FFFFFFFF;
1041
+ --surface-transparent-card-active: #FFFFFFFF;
1042
+ --surface-transparent-card-brightness: #FFFFFFFF;
1043
+ --surface-clear: #FFFFFF00;
1044
+ --surface-clear-hover: #FFFFFF00;
1045
+ --surface-clear-active: #FFFFFF00;
1046
+ --surface-accent: #0C9597;
1047
+ --surface-accent-hover: #0EA7AAFF;
1048
+ --surface-accent-active: #0B8284FF;
1049
+ --surface-accent-minor: #88F9FB;
1050
+ --surface-accent-minor-hover: #9DFAFBFF;
1051
+ --surface-accent-minor-active: #75F8FAFF;
1052
+ --surface-transparent-accent: #0C95971F;
1053
+ --surface-transparent-accent-hover: #0C95970A;
1054
+ --surface-transparent-accent-active: #0C959729;
1055
+ --surface-positive: #1A9E32;
1056
+ --surface-positive-hover: #1EB83AFF;
1057
+ --surface-positive-active: #178C2CFF;
1058
+ --surface-warning: #FA5F05;
1059
+ --surface-warning-hover: #FB782DFF;
1060
+ --surface-warning-active: #E65705FF;
1061
+ --surface-negative: #FF293E;
1062
+ --surface-negative-hover: #FF5263FF;
1063
+ --surface-negative-active: #FF142CFF;
1064
+ --surface-info: #118CDF;
1065
+ --surface-info-hover: #1798EEFF;
1066
+ --surface-info-active: #0F81CCFF;
1067
+ --surface-positive-minor: #9EFAAF;
1068
+ --surface-positive-minor-hover: #B1FBBFFF;
1069
+ --surface-positive-minor-active: #8BF99FFF;
1070
+ --surface-warning-minor: #FEE2D2;
1071
+ --surface-warning-minor-hover: #FEEFE6FF;
1072
+ --surface-warning-minor-active: #FEDCC8FF;
1073
+ --surface-negative-minor: #FFE0E3;
1074
+ --surface-negative-minor-hover: #FFF5F6FF;
1075
+ --surface-negative-minor-active: #FFD6DAFF;
1076
+ --surface-info-minor: #CFECFF;
1077
+ --surface-info-minor-hover: #E5F5FFFF;
1078
+ --surface-info-minor-active: #C7E9FFFF;
1079
+ --surface-transparent-positive: #1A9E321F;
1080
+ --surface-transparent-positive-hover: #1A9E320A;
1081
+ --surface-transparent-positive-active: #1A9E3229;
1082
+ --surface-transparent-warning: #FA5F051F;
1083
+ --surface-transparent-warning-hover: #FA5F050A;
1084
+ --surface-transparent-warning-active: #FA5F0529;
1085
+ --surface-transparent-negative: #FF293E1F;
1086
+ --surface-transparent-negative-hover: #FF293E0A;
1087
+ --surface-transparent-negative-active: #FF293E29;
1088
+ --surface-transparent-info: #118CDF1F;
1089
+ --surface-transparent-info-hover: #118CDF0A;
1090
+ --surface-transparent-info-active: #118CDF29;
1091
+ --on-dark-surface-solid-primary: undefined;
1092
+ --on-dark-surface-solid-primary-hover: #1F2229FF;
1093
+ --on-dark-surface-solid-primary-active: #121317FF;
1094
+ --on-dark-surface-solid-primary-brightness: #23262FFF;
1095
+ --on-dark-surface-solid-secondary: undefined;
1096
+ --on-dark-surface-solid-secondary-hover: #2E2F38FF;
1097
+ --on-dark-surface-solid-secondary-active: #202127FF;
1098
+ --on-dark-surface-solid-tertiary: undefined;
1099
+ --on-dark-surface-solid-tertiary-hover: #3B3F4AFF;
1100
+ --on-dark-surface-solid-tertiary-active: #2D3039FF;
1101
+ --on-dark-surface-solid-card: undefined;
1102
+ --on-dark-surface-solid-card-hover: #1F2229FF;
1103
+ --on-dark-surface-solid-card-active: #121317FF;
1104
+ --on-dark-surface-solid-card-brightness: #23262FFF;
1105
+ --on-dark-surface-solid-default: undefined;
1106
+ --on-dark-surface-solid-default-hover: #FFFFFFFF;
1107
+ --on-dark-surface-solid-default-active: #F1F3F8FF;
1108
+ --on-dark-surface-transparent-primary: #0000000F;
1109
+ --on-dark-surface-transparent-primary-hover: #F8F9FC1F;
1110
+ --on-dark-surface-transparent-primary-active: #F8F9FC0A;
1111
+ --on-dark-surface-transparent-secondary: #0000001F;
1112
+ --on-dark-surface-transparent-secondary-hover: #F8F9FC3D;
1113
+ --on-dark-surface-transparent-secondary-active: #F8F9FC0F;
1114
+ --on-dark-surface-transparent-tertiary: #00000033;
1115
+ --on-dark-surface-transparent-tertiary-hover: #F8F9FC52;
1116
+ --on-dark-surface-transparent-tertiary-active: #F8F9FC24;
1117
+ --on-dark-surface-transparent-deep: #000000A3;
1118
+ --on-dark-surface-transparent-deep-hover: #F8F9FCC2;
1119
+ --on-dark-surface-transparent-deep-active: #F8F9FC94;
1120
+ --on-dark-surface-transparent-card: #0000000F;
1121
+ --on-dark-surface-transparent-card-hover: #F8F9FC1F;
1122
+ --on-dark-surface-transparent-card-active: #F8F9FC0A;
1123
+ --on-dark-surface-transparent-card-brightness: #F8F9FC0F;
1124
+ --on-dark-surface-clear: #FFFFFF00;
1125
+ --on-dark-surface-clear-hover: #FFFFFF00;
1126
+ --on-dark-surface-clear-active: #FFFFFF00;
1127
+ --on-dark-surface-accent: #0C8688;
1128
+ --on-dark-surface-accent-hover: #0D989BFF;
1129
+ --on-dark-surface-accent-active: #0B7D7FFF;
1130
+ --on-dark-surface-accent-minor: #0D2A2B;
1131
+ --on-dark-surface-accent-minor-hover: #123A3BFF;
1132
+ --on-dark-surface-accent-minor-active: #0B2323FF;
1133
+ --on-dark-surface-transparent-accent: #0C868833;
1134
+ --on-dark-surface-transparent-accent-hover: #0C868852;
1135
+ --on-dark-surface-transparent-accent-active: #0C868824;
1136
+ --on-dark-surface-positive: #108E26;
1137
+ --on-dark-surface-positive-hover: #12A12AFF;
1138
+ --on-dark-surface-positive-active: #0F8523FF;
1139
+ --on-dark-surface-warning: #E85702;
1140
+ --on-dark-surface-warning-hover: #FC5E03FF;
1141
+ --on-dark-surface-warning-active: #DE5302FF;
1142
+ --on-dark-surface-negative: #F31B31;
1143
+ --on-dark-surface-negative-hover: #F5384BFF;
1144
+ --on-dark-surface-negative-active: #F31228FF;
1145
+ --on-dark-surface-info: #0B7ECB;
1146
+ --on-dark-surface-info-hover: #0C8ADFFF;
1147
+ --on-dark-surface-info-active: #0A78C2FF;
1148
+ --on-dark-surface-positive-minor: #0A2B10;
1149
+ --on-dark-surface-positive-minor-hover: #0E3A16FF;
1150
+ --on-dark-surface-positive-minor-active: #08210CFF;
1151
+ --on-dark-surface-warning-minor: #3D1D0A;
1152
+ --on-dark-surface-warning-minor-hover: #4F250DFF;
1153
+ --on-dark-surface-warning-minor-active: #351909FF;
1154
+ --on-dark-surface-negative-minor: #4A0D13;
1155
+ --on-dark-surface-negative-minor-hover: #5B1018FF;
1156
+ --on-dark-surface-negative-minor-active: #410B11FF;
1157
+ --on-dark-surface-info-minor: #0C283B;
1158
+ --on-dark-surface-info-minor-hover: #10344CFF;
1159
+ --on-dark-surface-info-minor-active: #0A2333FF;
1160
+ --on-dark-surface-transparent-positive: #108E2633;
1161
+ --on-dark-surface-transparent-positive-hover: #108E2552;
1162
+ --on-dark-surface-transparent-positive-active: #108E2524;
1163
+ --on-dark-surface-transparent-warning: #E8570233;
1164
+ --on-dark-surface-transparent-warning-hover: #E8570252;
1165
+ --on-dark-surface-transparent-warning-active: #E8570224;
1166
+ --on-dark-surface-transparent-negative: #F31B3133;
1167
+ --on-dark-surface-transparent-negative-hover: #F31B3152;
1168
+ --on-dark-surface-transparent-negative-active: #F31B3124;
1169
+ --on-dark-surface-transparent-info: #0B7ECB33;
1170
+ --on-dark-surface-transparent-info-hover: #0B7ECB52;
1171
+ --on-dark-surface-transparent-info-active: #0B7ECB24;
1172
+ --on-light-surface-solid-primary: undefined;
1173
+ --on-light-surface-solid-primary-hover: #FBFCFEFF;
1174
+ --on-light-surface-solid-primary-active: #ECEEF8FF;
1175
+ --on-light-surface-solid-primary-brightness: #FFFFFFFF;
1176
+ --on-light-surface-solid-secondary: undefined;
1177
+ --on-light-surface-solid-secondary-hover: #F9F9FBFF;
1178
+ --on-light-surface-solid-secondary-active: #E5E6F0FF;
1179
+ --on-light-surface-solid-tertiary: undefined;
1180
+ --on-light-surface-solid-tertiary-hover: #E5E8F0FF;
1181
+ --on-light-surface-solid-tertiary-active: #CCD1E1FF;
1182
+ --on-light-surface-solid-card: #FFFFFF;
1183
+ --on-light-surface-solid-card-hover: #FFFFFFFF;
1184
+ --on-light-surface-solid-card-active: #FFFFFFFF;
1185
+ --on-light-surface-solid-card-brightness: #FFFFFFFF;
1186
+ --on-light-surface-solid-default: undefined;
1187
+ --on-light-surface-solid-default-hover: #14171FFF;
1188
+ --on-light-surface-solid-default-active: #040506FF;
1189
+ --on-light-surface-transparent-primary: #0000000A;
1190
+ --on-light-surface-transparent-primary-hover: #08090C05;
1191
+ --on-light-surface-transparent-primary-active: #08090C0F;
1192
+ --on-light-surface-transparent-secondary: #00000014;
1193
+ --on-light-surface-transparent-secondary-hover: #08090C0A;
1194
+ --on-light-surface-transparent-secondary-active: #08090C1F;
1195
+ --on-light-surface-transparent-tertiary: #0000001F;
1196
+ --on-light-surface-transparent-tertiary-hover: #08090C0A;
1197
+ --on-light-surface-transparent-tertiary-active: #08090C29;
1198
+ --on-light-surface-transparent-deep: #000000A3;
1199
+ --on-light-surface-transparent-deep-hover: #08090C8F;
1200
+ --on-light-surface-transparent-deep-active: #08090CAD;
1201
+ --on-light-surface-transparent-card: #FFFFFF;
1202
+ --on-light-surface-transparent-card-hover: #FFFFFFFF;
1203
+ --on-light-surface-transparent-card-active: #FFFFFFFF;
1204
+ --on-light-surface-transparent-card-brightness: #FFFFFFFF;
1205
+ --on-light-surface-clear: #FFFFFF00;
1206
+ --on-light-surface-clear-hover: #FFFFFF00;
1207
+ --on-light-surface-clear-active: #FFFFFF00;
1208
+ --on-light-surface-accent: #0C9597;
1209
+ --on-light-surface-accent-hover: #0EA7AAFF;
1210
+ --on-light-surface-accent-active: #0B8284FF;
1211
+ --on-light-surface-accent-minor: #88F9FB;
1212
+ --on-light-surface-accent-minor-hover: #9DFAFBFF;
1213
+ --on-light-surface-accent-minor-active: #75F8FAFF;
1214
+ --on-light-surface-transparent-accent: #0C95971F;
1215
+ --on-light-surface-transparent-accent-hover: #0C95970A;
1216
+ --on-light-surface-transparent-accent-active: #0C959729;
1217
+ --on-light-surface-positive: #1A9E32;
1218
+ --on-light-surface-positive-hover: #1EB83AFF;
1219
+ --on-light-surface-positive-active: #178C2CFF;
1220
+ --on-light-surface-warning: #FA5F05;
1221
+ --on-light-surface-warning-hover: #FB782DFF;
1222
+ --on-light-surface-warning-active: #E65705FF;
1223
+ --on-light-surface-negative: #FF293E;
1224
+ --on-light-surface-negative-hover: #FF5263FF;
1225
+ --on-light-surface-negative-active: #FF142CFF;
1226
+ --on-light-surface-info: #118CDF;
1227
+ --on-light-surface-info-hover: #1798EEFF;
1228
+ --on-light-surface-info-active: #0F81CCFF;
1229
+ --on-light-surface-positive-minor: #9EFAAF;
1230
+ --on-light-surface-positive-minor-hover: #B1FBBFFF;
1231
+ --on-light-surface-positive-minor-active: #8BF99FFF;
1232
+ --on-light-surface-warning-minor: #FEE2D2;
1233
+ --on-light-surface-warning-minor-hover: #FEEFE6FF;
1234
+ --on-light-surface-warning-minor-active: #FEDCC8FF;
1235
+ --on-light-surface-negative-minor: #FFE0E3;
1236
+ --on-light-surface-negative-minor-hover: #FFF5F6FF;
1237
+ --on-light-surface-negative-minor-active: #FFD6DAFF;
1238
+ --on-light-surface-info-minor: #CFECFF;
1239
+ --on-light-surface-info-minor-hover: #E5F5FFFF;
1240
+ --on-light-surface-info-minor-active: #C7E9FFFF;
1241
+ --on-light-surface-transparent-positive: #1A9E321F;
1242
+ --on-light-surface-transparent-positive-hover: #1A9E320A;
1243
+ --on-light-surface-transparent-positive-active: #1A9E3229;
1244
+ --on-light-surface-transparent-warning: #FA5F051F;
1245
+ --on-light-surface-transparent-warning-hover: #FA5F050A;
1246
+ --on-light-surface-transparent-warning-active: #FA5F0529;
1247
+ --on-light-surface-transparent-negative: #FF293E1F;
1248
+ --on-light-surface-transparent-negative-hover: #FF293E0A;
1249
+ --on-light-surface-transparent-negative-active: #FF293E29;
1250
+ --on-light-surface-transparent-info: #118CDF1F;
1251
+ --on-light-surface-transparent-info-hover: #118CDF0A;
1252
+ --on-light-surface-transparent-info-active: #118CDF29;
1253
+ --inverse-surface-solid-primary: undefined;
1254
+ --inverse-surface-solid-primary-hover: #1F2229FF;
1255
+ --inverse-surface-solid-primary-active: #121317FF;
1256
+ --inverse-surface-solid-primary-brightness: #23262FFF;
1257
+ --inverse-surface-solid-secondary: undefined;
1258
+ --inverse-surface-solid-secondary-hover: #2E2F38FF;
1259
+ --inverse-surface-solid-secondary-active: #202127FF;
1260
+ --inverse-surface-solid-tertiary: undefined;
1261
+ --inverse-surface-solid-tertiary-hover: #3B3F4AFF;
1262
+ --inverse-surface-solid-tertiary-active: #2D3039FF;
1263
+ --inverse-surface-solid-card: undefined;
1264
+ --inverse-surface-solid-card-hover: #1F2229FF;
1265
+ --inverse-surface-solid-card-active: #121317FF;
1266
+ --inverse-surface-solid-card-brightness: #23262FFF;
1267
+ --inverse-surface-solid-default: undefined;
1268
+ --inverse-surface-solid-default-hover: #FFFFFFFF;
1269
+ --inverse-surface-solid-default-active: #F1F3F8FF;
1270
+ --inverse-surface-transparent-primary: #0000000F;
1271
+ --inverse-surface-transparent-primary-hover: #F8F9FC1F;
1272
+ --inverse-surface-transparent-primary-active: #F8F9FC0A;
1273
+ --inverse-surface-transparent-secondary: #0000001F;
1274
+ --inverse-surface-transparent-secondary-hover: #F8F9FC3D;
1275
+ --inverse-surface-transparent-secondary-active: #F8F9FC0F;
1276
+ --inverse-surface-transparent-tertiary: #00000033;
1277
+ --inverse-surface-transparent-tertiary-hover: #F8F9FC52;
1278
+ --inverse-surface-transparent-tertiary-active: #F8F9FC24;
1279
+ --inverse-surface-transparent-deep: #000000A3;
1280
+ --inverse-surface-transparent-deep-hover: #F8F9FCC2;
1281
+ --inverse-surface-transparent-deep-active: #F8F9FC94;
1282
+ --inverse-surface-transparent-card: #0000000F;
1283
+ --inverse-surface-transparent-card-hover: #F8F9FC1F;
1284
+ --inverse-surface-transparent-card-active: #F8F9FC0A;
1285
+ --inverse-surface-transparent-card-brightness: #F8F9FC0F;
1286
+ --inverse-surface-clear: #FFFFFF00;
1287
+ --inverse-surface-clear-hover: #FFFFFF00;
1288
+ --inverse-surface-clear-active: #FFFFFF00;
1289
+ --inverse-surface-accent: #0C8688;
1290
+ --inverse-surface-accent-hover: #0D989BFF;
1291
+ --inverse-surface-accent-active: #0B7D7FFF;
1292
+ --inverse-surface-accent-minor: #0D2A2B;
1293
+ --inverse-surface-accent-minor-hover: #123A3BFF;
1294
+ --inverse-surface-accent-minor-active: #0B2323FF;
1295
+ --inverse-surface-transparent-accent: #0C868833;
1296
+ --inverse-surface-transparent-accent-hover: #0C868852;
1297
+ --inverse-surface-transparent-accent-active: #0C868824;
1298
+ --inverse-surface-positive: #108E26;
1299
+ --inverse-surface-positive-hover: #12A12AFF;
1300
+ --inverse-surface-positive-active: #0F8523FF;
1301
+ --inverse-surface-warning: #E85702;
1302
+ --inverse-surface-warning-hover: #FC5E03FF;
1303
+ --inverse-surface-warning-active: #DE5302FF;
1304
+ --inverse-surface-negative: #F31B31;
1305
+ --inverse-surface-negative-hover: #F5384BFF;
1306
+ --inverse-surface-negative-active: #F31228FF;
1307
+ --inverse-surface-info: #0B7ECB;
1308
+ --inverse-surface-info-hover: #0C8ADFFF;
1309
+ --inverse-surface-info-active: #0A78C2FF;
1310
+ --inverse-surface-positive-minor: #0A2B10;
1311
+ --inverse-surface-positive-minor-hover: #0E3A16FF;
1312
+ --inverse-surface-positive-minor-active: #08210CFF;
1313
+ --inverse-surface-warning-minor: #3D1D0A;
1314
+ --inverse-surface-warning-minor-hover: #4F250DFF;
1315
+ --inverse-surface-warning-minor-active: #351909FF;
1316
+ --inverse-surface-negative-minor: #4A0D13;
1317
+ --inverse-surface-negative-minor-hover: #5B1018FF;
1318
+ --inverse-surface-negative-minor-active: #410B11FF;
1319
+ --inverse-surface-info-minor: #0C283B;
1320
+ --inverse-surface-info-minor-hover: #10344CFF;
1321
+ --inverse-surface-info-minor-active: #0A2333FF;
1322
+ --inverse-surface-transparent-positive: #108E2633;
1323
+ --inverse-surface-transparent-positive-hover: #108E2552;
1324
+ --inverse-surface-transparent-positive-active: #108E2524;
1325
+ --inverse-surface-transparent-warning: #E8570233;
1326
+ --inverse-surface-transparent-warning-hover: #E8570252;
1327
+ --inverse-surface-transparent-warning-active: #E8570224;
1328
+ --inverse-surface-transparent-negative: #F31B3133;
1329
+ --inverse-surface-transparent-negative-hover: #F31B3152;
1330
+ --inverse-surface-transparent-negative-active: #F31B3124;
1331
+ --inverse-surface-transparent-info: #0B7ECB33;
1332
+ --inverse-surface-transparent-info-hover: #0B7ECB52;
1333
+ --inverse-surface-transparent-info-active: #0B7ECB24;
1334
+ --background-primary: undefined;
1335
+ --dark-background-primary: undefined;
1336
+ --light-background-primary: undefined;
1337
+ --inverse-background-primary: undefined;
1338
+ --overlay-soft: #0000008F;
1339
+ --overlay-hard: #000000F5;
1340
+ --overlay-blur: #00000047;
1341
+ --on-dark-overlay-soft: #0000008F;
1342
+ --on-dark-overlay-hard: #000000F5;
1343
+ --on-dark-overlay-blur: #00000047;
1344
+ --on-light-overlay-soft: #0000008F;
1345
+ --on-light-overlay-hard: #000000F5;
1346
+ --on-light-overlay-blur: #00000047;
1347
+ --inverse-overlay-soft: #0000008F;
1348
+ --inverse-overlay-hard: #000000F5;
1349
+ --inverse-overlay-blur: #00000047;
1350
+ --outline-solid-primary: undefined;
1351
+ --outline-solid-primary-hover: #000000FF;
1352
+ --outline-solid-primary-active: #9FA9C6FF;
1353
+ --outline-solid-secondary: undefined;
1354
+ --outline-solid-secondary-hover: #000000FF;
1355
+ --outline-solid-secondary-active: #858BA3FF;
1356
+ --outline-solid-tertiary: undefined;
1357
+ --outline-solid-tertiary-hover: #000000FF;
1358
+ --outline-solid-tertiary-active: #575A66FF;
1359
+ --outline-solid-default: undefined;
1360
+ --outline-solid-default-hover: #485270FF;
1361
+ --outline-solid-default-active: #282D3EFF;
1362
+ --outline-transparent-primary: #0000001F;
1363
+ --outline-transparent-primary-hover: #08090CFF;
1364
+ --outline-transparent-primary-active: #08090C25;
1365
+ --outline-transparent-secondary: #00000047;
1366
+ --outline-transparent-secondary-hover: #08090CFF;
1367
+ --outline-transparent-secondary-active: #08090C56;
1368
+ --outline-transparent-tertiary: #0000008F;
1369
+ --outline-transparent-tertiary-hover: #08090CFF;
1370
+ --outline-transparent-tertiary-active: #08090CAB;
1371
+ --outline-clear: #FFFFFF00;
1372
+ --outline-clear-hover: #FFFFFF00;
1373
+ --outline-clear-active: #FFFFFF00;
1374
+ --outline-accent: #0C8688;
1375
+ --outline-accent-hover: #12D0D3FF;
1376
+ --outline-accent-active: #0FABAEFF;
1377
+ --outline-accent-minor: #04C6C9;
1378
+ --outline-accent-minor-hover: #05ECF0FF;
1379
+ --outline-accent-minor-active: #039DA0FF;
1380
+ --outline-transparent-accent: #0C868800;
1381
+ --outline-transparent-accent-hover: #0C868800;
1382
+ --outline-transparent-accent-active: #0C868800;
1383
+ --outline-positive: #108E26;
1384
+ --outline-positive-hover: #14B32EFF;
1385
+ --outline-positive-active: #0C6A1BFF;
1386
+ --outline-warning: #E85702;
1387
+ --outline-warning-hover: #FD6B17FF;
1388
+ --outline-warning-active: #C04802FF;
1389
+ --outline-negative: #F31B31;
1390
+ --outline-negative-hover: #F54254FF;
1391
+ --outline-negative-active: #DA0B20FF;
1392
+ --outline-info: #0B7ECB;
1393
+ --outline-info-hover: #0D96F2FF;
1394
+ --outline-info-active: #0966A5FF;
1395
+ --outline-positive-minor: #28D247;
1396
+ --outline-positive-minor-hover: #47DC62FF;
1397
+ --outline-positive-minor-active: #21B03CFF;
1398
+ --outline-warning-minor: #FD9C68;
1399
+ --outline-warning-minor-hover: #FDB790FF;
1400
+ --outline-warning-minor-active: #FC8240FF;
1401
+ --outline-negative-minor: #FF8F9A;
1402
+ --outline-negative-minor-hover: #FFB8BFFF;
1403
+ --outline-negative-minor-active: #FF6675FF;
1404
+ --outline-info-minor: #52BAFF;
1405
+ --outline-info-minor-hover: #7ACAFFFF;
1406
+ --outline-info-minor-active: #29A9FFFF;
1407
+ --outline-transparent-positive: #108E2633;
1408
+ --outline-transparent-positive-hover: #108E25FF;
1409
+ --outline-transparent-positive-active: #108E253D;
1410
+ --outline-transparent-warning: #E8570233;
1411
+ --outline-transparent-warning-hover: #E85702FF;
1412
+ --outline-transparent-warning-active: #E857023D;
1413
+ --outline-transparent-negative: #F31B3133;
1414
+ --outline-transparent-negative-hover: #F31B31FF;
1415
+ --outline-transparent-negative-active: #F31B313D;
1416
+ --outline-transparent-info: #0B7ECB33;
1417
+ --outline-transparent-info-hover: #0B7ECBFF;
1418
+ --outline-transparent-info-active: #0B7ECB3D;
1419
+ --on-dark-outline-solid-primary: undefined;
1420
+ --on-dark-outline-solid-primary-hover: #FFFFFFFF;
1421
+ --on-dark-outline-solid-primary-active: #A2A4B3FF;
1422
+ --on-dark-outline-solid-secondary: undefined;
1423
+ --on-dark-outline-solid-secondary-hover: #FFFFFFFF;
1424
+ --on-dark-outline-solid-secondary-active: #808293FF;
1425
+ --on-dark-outline-solid-tertiary: undefined;
1426
+ --on-dark-outline-solid-tertiary-hover: #FFFFFFFF;
1427
+ --on-dark-outline-solid-tertiary-active: #585A65FF;
1428
+ --on-dark-outline-solid-default: undefined;
1429
+ --on-dark-outline-solid-default-hover: #D0D5E7FF;
1430
+ --on-dark-outline-solid-default-active: #E4E7F1FF;
1431
+ --on-dark-outline-transparent-primary: #0000001F;
1432
+ --on-dark-outline-transparent-primary-hover: #F8F9FCFF;
1433
+ --on-dark-outline-transparent-primary-active: #F8F9FC25;
1434
+ --on-dark-outline-transparent-secondary: #00000047;
1435
+ --on-dark-outline-transparent-secondary-hover: #F8F9FCFF;
1436
+ --on-dark-outline-transparent-secondary-active: #F8F9FC56;
1437
+ --on-dark-outline-transparent-tertiary: #0000008F;
1438
+ --on-dark-outline-transparent-tertiary-hover: #F8F9FCFF;
1439
+ --on-dark-outline-transparent-tertiary-active: #F8F9FCAB;
1440
+ --on-dark-outline-clear: #FFFFFF00;
1441
+ --on-dark-outline-clear-hover: #FFFFFF00;
1442
+ --on-dark-outline-clear-active: #FFFFFF00;
1443
+ --on-dark-outline-accent: #0C9597;
1444
+ --on-dark-outline-accent-hover: #12DFE2FF;
1445
+ --on-dark-outline-accent-active: #0A797BFF;
1446
+ --on-dark-outline-accent-minor: #0C585A;
1447
+ --on-dark-outline-accent-minor-hover: #148B90FF;
1448
+ --on-dark-outline-accent-minor-active: #107175FF;
1449
+ --on-dark-outline-transparent-accent: #0C959700;
1450
+ --on-dark-outline-transparent-accent-hover: #0C959700;
1451
+ --on-dark-outline-transparent-accent-active: #0C959700;
1452
+ --on-dark-outline-positive: #1A9E32;
1453
+ --on-dark-outline-positive-hover: #1EB83AFF;
1454
+ --on-dark-outline-positive-active: #15842AFF;
1455
+ --on-dark-outline-warning: #FA5F05;
1456
+ --on-dark-outline-warning-hover: #FB7223FF;
1457
+ --on-dark-outline-warning-active: #DC5304FF;
1458
+ --on-dark-outline-negative: #FF293E;
1459
+ --on-dark-outline-negative-hover: #FF475AFF;
1460
+ --on-dark-outline-negative-active: #FF0A23FF;
1461
+ --on-dark-outline-info: #118CDF;
1462
+ --on-dark-outline-info-hover: #50B1F2FF;
1463
+ --on-dark-outline-info-active: #0F7BC2FF;
1464
+ --on-dark-outline-positive-minor: #095C18;
1465
+ --on-dark-outline-positive-minor-hover: #0F9527FF;
1466
+ --on-dark-outline-positive-minor-active: #0C7920FF;
1467
+ --on-dark-outline-warning-minor: #85380C;
1468
+ --on-dark-outline-warning-minor-hover: #BB4F11FF;
1469
+ --on-dark-outline-warning-minor-active: #9F440FFF;
1470
+ --on-dark-outline-negative-minor: #9C1422;
1471
+ --on-dark-outline-negative-minor-hover: #B91828FF;
1472
+ --on-dark-outline-negative-minor-active: #83111CFF;
1473
+ --on-dark-outline-info-minor: #0D5382;
1474
+ --on-dark-outline-info-minor-hover: #1277BAFF;
1475
+ --on-dark-outline-info-minor-active: #10659EFF;
1476
+ --on-dark-outline-transparent-positive: #1A9E3247;
1477
+ --on-dark-outline-transparent-positive-hover: #1A9E32FF;
1478
+ --on-dark-outline-transparent-positive-active: #1A9E3256;
1479
+ --on-dark-outline-transparent-warning: #FA5F0547;
1480
+ --on-dark-outline-transparent-warning-hover: #FA5F05FF;
1481
+ --on-dark-outline-transparent-warning-active: #FA5F0556;
1482
+ --on-dark-outline-transparent-negative: #FF293E47;
1483
+ --on-dark-outline-transparent-negative-hover: #FF293EFF;
1484
+ --on-dark-outline-transparent-negative-active: #FF293E56;
1485
+ --on-dark-outline-transparent-info: #118CDF47;
1486
+ --on-dark-outline-transparent-info-hover: #118CDFFF;
1487
+ --on-dark-outline-transparent-info-active: #118CDF56;
1488
+ --on-light-outline-solid-primary: undefined;
1489
+ --on-light-outline-solid-primary-hover: #000000FF;
1490
+ --on-light-outline-solid-primary-active: #9FA9C6FF;
1491
+ --on-light-outline-solid-secondary: undefined;
1492
+ --on-light-outline-solid-secondary-hover: #000000FF;
1493
+ --on-light-outline-solid-secondary-active: #858BA3FF;
1494
+ --on-light-outline-solid-tertiary: undefined;
1495
+ --on-light-outline-solid-tertiary-hover: #000000FF;
1496
+ --on-light-outline-solid-tertiary-active: #575A66FF;
1497
+ --on-light-outline-solid-default: undefined;
1498
+ --on-light-outline-solid-default-hover: #485270FF;
1499
+ --on-light-outline-solid-default-active: #282D3EFF;
1500
+ --on-light-outline-transparent-primary: #0000001F;
1501
+ --on-light-outline-transparent-primary-hover: #08090CFF;
1502
+ --on-light-outline-transparent-primary-active: #08090C25;
1503
+ --on-light-outline-transparent-secondary: #00000047;
1504
+ --on-light-outline-transparent-secondary-hover: #08090CFF;
1505
+ --on-light-outline-transparent-secondary-active: #08090C56;
1506
+ --on-light-outline-transparent-tertiary: #0000008F;
1507
+ --on-light-outline-transparent-tertiary-hover: #08090CFF;
1508
+ --on-light-outline-transparent-tertiary-active: #08090CAB;
1509
+ --on-light-outline-clear: #FFFFFF00;
1510
+ --on-light-outline-clear-hover: #FFFFFF00;
1511
+ --on-light-outline-clear-active: #FFFFFF00;
1512
+ --on-light-outline-accent: #0C8688;
1513
+ --on-light-outline-accent-hover: #12D0D3FF;
1514
+ --on-light-outline-accent-active: #0FABAEFF;
1515
+ --on-light-outline-accent-minor: #04C6C9;
1516
+ --on-light-outline-accent-minor-hover: #05ECF0FF;
1517
+ --on-light-outline-accent-minor-active: #039DA0FF;
1518
+ --on-light-outline-transparent-accent: #0C868800;
1519
+ --on-light-outline-transparent-accent-hover: #0C868800;
1520
+ --on-light-outline-transparent-accent-active: #0C868800;
1521
+ --on-light-outline-positive: #108E26;
1522
+ --on-light-outline-positive-hover: #14B32EFF;
1523
+ --on-light-outline-positive-active: #0C6A1BFF;
1524
+ --on-light-outline-warning: #E85702;
1525
+ --on-light-outline-warning-hover: #FD6B17FF;
1526
+ --on-light-outline-warning-active: #C04802FF;
1527
+ --on-light-outline-negative: #F31B31;
1528
+ --on-light-outline-negative-hover: #F54254FF;
1529
+ --on-light-outline-negative-active: #DA0B20FF;
1530
+ --on-light-outline-info: #0B7ECB;
1531
+ --on-light-outline-info-hover: #0D96F2FF;
1532
+ --on-light-outline-info-active: #0966A5FF;
1533
+ --on-light-outline-positive-minor: #28D247;
1534
+ --on-light-outline-positive-minor-hover: #47DC62FF;
1535
+ --on-light-outline-positive-minor-active: #21B03CFF;
1536
+ --on-light-outline-warning-minor: #FD9C68;
1537
+ --on-light-outline-warning-minor-hover: #FDB790FF;
1538
+ --on-light-outline-warning-minor-active: #FC8240FF;
1539
+ --on-light-outline-negative-minor: #FF8F9A;
1540
+ --on-light-outline-negative-minor-hover: #FFB8BFFF;
1541
+ --on-light-outline-negative-minor-active: #FF6675FF;
1542
+ --on-light-outline-info-minor: #52BAFF;
1543
+ --on-light-outline-info-minor-hover: #7ACAFFFF;
1544
+ --on-light-outline-info-minor-active: #29A9FFFF;
1545
+ --on-light-outline-transparent-positive: #108E2633;
1546
+ --on-light-outline-transparent-positive-hover: #108E25FF;
1547
+ --on-light-outline-transparent-positive-active: #108E253D;
1548
+ --on-light-outline-transparent-warning: #E8570233;
1549
+ --on-light-outline-transparent-warning-hover: #E85702FF;
1550
+ --on-light-outline-transparent-warning-active: #E857023D;
1551
+ --on-light-outline-transparent-negative: #F31B3133;
1552
+ --on-light-outline-transparent-negative-hover: #F31B31FF;
1553
+ --on-light-outline-transparent-negative-active: #F31B313D;
1554
+ --on-light-outline-transparent-info: #0B7ECB33;
1555
+ --on-light-outline-transparent-info-hover: #0B7ECBFF;
1556
+ --on-light-outline-transparent-info-active: #0B7ECB3D;
1557
+ --inverse-outline-solid-primary: undefined;
1558
+ --inverse-outline-solid-primary-hover: #FFFFFFFF;
1559
+ --inverse-outline-solid-primary-active: #A2A4B3FF;
1560
+ --inverse-outline-solid-secondary: undefined;
1561
+ --inverse-outline-solid-secondary-hover: #FFFFFFFF;
1562
+ --inverse-outline-solid-secondary-active: #808293FF;
1563
+ --inverse-outline-solid-tertiary: undefined;
1564
+ --inverse-outline-solid-tertiary-hover: #FFFFFFFF;
1565
+ --inverse-outline-solid-tertiary-active: #585A65FF;
1566
+ --inverse-outline-solid-default: undefined;
1567
+ --inverse-outline-solid-default-hover: #D0D5E7FF;
1568
+ --inverse-outline-solid-default-active: #E4E7F1FF;
1569
+ --inverse-outline-transparent-primary: #0000001F;
1570
+ --inverse-outline-transparent-primary-hover: #F8F9FCFF;
1571
+ --inverse-outline-transparent-primary-active: #F8F9FC25;
1572
+ --inverse-outline-transparent-secondary: #00000047;
1573
+ --inverse-outline-transparent-secondary-hover: #F8F9FCFF;
1574
+ --inverse-outline-transparent-secondary-active: #F8F9FC56;
1575
+ --inverse-outline-transparent-tertiary: #0000008F;
1576
+ --inverse-outline-transparent-tertiary-hover: #F8F9FCFF;
1577
+ --inverse-outline-transparent-tertiary-active: #F8F9FCAB;
1578
+ --inverse-outline-clear: #FFFFFF00;
1579
+ --inverse-outline-clear-hover: #FFFFFF00;
1580
+ --inverse-outline-clear-active: #FFFFFF00;
1581
+ --inverse-outline-accent: #0C9597;
1582
+ --inverse-outline-accent-hover: #12DFE2FF;
1583
+ --inverse-outline-accent-active: #0A797BFF;
1584
+ --inverse-outline-accent-minor: #0C585A;
1585
+ --inverse-outline-accent-minor-hover: #148B90FF;
1586
+ --inverse-outline-accent-minor-active: #107175FF;
1587
+ --inverse-outline-transparent-accent: #0C959700;
1588
+ --inverse-outline-transparent-accent-hover: #0C959700;
1589
+ --inverse-outline-transparent-accent-active: #0C959700;
1590
+ --inverse-outline-positive: #1A9E32;
1591
+ --inverse-outline-positive-hover: #1EB83AFF;
1592
+ --inverse-outline-positive-active: #15842AFF;
1593
+ --inverse-outline-warning: #FA5F05;
1594
+ --inverse-outline-warning-hover: #FB7223FF;
1595
+ --inverse-outline-warning-active: #DC5304FF;
1596
+ --inverse-outline-negative: #FF293E;
1597
+ --inverse-outline-negative-hover: #FF475AFF;
1598
+ --inverse-outline-negative-active: #FF0A23FF;
1599
+ --inverse-outline-info: #118CDF;
1600
+ --inverse-outline-info-hover: #50B1F2FF;
1601
+ --inverse-outline-info-active: #0F7BC2FF;
1602
+ --inverse-outline-positive-minor: #095C18;
1603
+ --inverse-outline-positive-minor-hover: #0F9527FF;
1604
+ --inverse-outline-positive-minor-active: #0C7920FF;
1605
+ --inverse-outline-warning-minor: #85380C;
1606
+ --inverse-outline-warning-minor-hover: #BB4F11FF;
1607
+ --inverse-outline-warning-minor-active: #9F440FFF;
1608
+ --inverse-outline-negative-minor: #9C1422;
1609
+ --inverse-outline-negative-minor-hover: #B91828FF;
1610
+ --inverse-outline-negative-minor-active: #83111CFF;
1611
+ --inverse-outline-info-minor: #0D5382;
1612
+ --inverse-outline-info-minor-hover: #1277BAFF;
1613
+ --inverse-outline-info-minor-active: #10659EFF;
1614
+ --inverse-outline-transparent-positive: #1A9E3247;
1615
+ --inverse-outline-transparent-positive-hover: #1A9E32FF;
1616
+ --inverse-outline-transparent-positive-active: #1A9E3256;
1617
+ --inverse-outline-transparent-warning: #FA5F0547;
1618
+ --inverse-outline-transparent-warning-hover: #FA5F05FF;
1619
+ --inverse-outline-transparent-warning-active: #FA5F0556;
1620
+ --inverse-outline-transparent-negative: #FF293E47;
1621
+ --inverse-outline-transparent-negative-hover: #FF293EFF;
1622
+ --inverse-outline-transparent-negative-active: #FF293E56;
1623
+ --inverse-outline-transparent-info: #118CDF47;
1624
+ --inverse-outline-transparent-info-hover: #118CDFFF;
1625
+ --inverse-outline-transparent-info-active: #118CDF56;
1626
+ --data-yellow: #F3A912;
1627
+ --data-yellow-hover: #F5B638FF;
1628
+ --data-yellow-active: #E49C0CFF;
1629
+ --data-yellow-minor: #FFD37A;
1630
+ --data-yellow-minor-hover: #FFDA8FFF;
1631
+ --data-yellow-minor-active: #FFCC66FF;
1632
+ --data-yellow-transparent: #F3A9128F;
1633
+ --data-yellow-transparent-hover: #F3A8127A;
1634
+ --data-yellow-transparent-active: #F3A81299;
1635
+ --on-dark-data-yellow: #F3A912;
1636
+ --on-dark-data-yellow-hover: #F4B22FFF;
1637
+ --on-dark-data-yellow-active: #EDA20CFF;
1638
+ --on-dark-data-yellow-minor: #A16B00;
1639
+ --on-dark-data-yellow-minor-hover: #B87A00FF;
1640
+ --on-dark-data-yellow-minor-active: #996600FF;
1641
+ --on-dark-data-yellow-transparent: #F3A9128F;
1642
+ --on-dark-data-yellow-transparent-hover: #F3A812AD;
1643
+ --on-dark-data-yellow-transparent-active: #F3A81280;
1644
+ --on-light-data-yellow: #F3A912;
1645
+ --on-light-data-yellow-hover: #F5B638FF;
1646
+ --on-light-data-yellow-active: #E49C0CFF;
1647
+ --on-light-data-yellow-minor: #FFD37A;
1648
+ --on-light-data-yellow-minor-hover: #FFDA8FFF;
1649
+ --on-light-data-yellow-minor-active: #FFCC66FF;
1650
+ --on-light-data-yellow-transparent: #F3A9128F;
1651
+ --on-light-data-yellow-transparent-hover: #F3A8127A;
1652
+ --on-light-data-yellow-transparent-active: #F3A81299;
1653
+ --inverse-data-yellow: #F3A912;
1654
+ --inverse-data-yellow-hover: #F4B22FFF;
1655
+ --inverse-data-yellow-active: #EDA20CFF;
1656
+ --inverse-data-yellow-minor: #A16B00;
1657
+ --inverse-data-yellow-minor-hover: #B87A00FF;
1658
+ --inverse-data-yellow-minor-active: #996600FF;
1659
+ --inverse-data-yellow-transparent: #F3A9128F;
1660
+ --inverse-data-yellow-transparent-hover: #F3A812AD;
1661
+ --inverse-data-yellow-transparent-active: #F3A81280;
1662
+ --text-new-item: #F9F9F9;
1663
+ --text-new-item-active: #C7C7C7FF;
1664
+ --text-new-item-hover: #000000FF;
1665
+ color: var(--text-primary);
1666
+ background-color: var(--background-primary);
1667
+ }
1668
+
1669
+ .light {
1670
+
1671
+ }
1672
+
1673
+ .dark, .light {
1674
+ --shadow-down-soft-s: 0rem 0.25rem 0.875rem -0.25rem #08080814, 0rem 0.0625rem 0.25rem -0.0625rem #0000000A;
1675
+ --shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;
1676
+ --shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;
1677
+ --shadow-down-hard-s: 0rem 0.25rem 0.75rem -0.1875rem #08080829, 0rem 0.0625rem 0.25rem -0.125rem #00000014;
1678
+ --shadow-down-hard-m: 0rem 1rem 2rem -0.5rem #0000003D;
1679
+ --shadow-down-hard-l: 0rem 3.75rem 7rem -0.5rem #00000066;
1680
+ --shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
1681
+ --shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;
1682
+ --shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;
1683
+ --shadow-up-hard-s: 0rem -0.25rem 0.75rem -0.1875rem #08080833, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
1684
+ --shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;
1685
+ --shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;
1686
+ }
1687
+
1688
+ .dark, .light {
1689
+ --border-radius-xxs: 0.25rem;
1690
+ --border-radius-xs: 0.375rem;
1691
+ --border-radius-s: 0.5rem;
1692
+ --border-radius-m: 6.25rem;
1693
+ --border-radius-l: 1rem;
1694
+ --border-radius-xl: 1.25rem;
1695
+ --border-radius-xxl: 2rem;
1696
+ --border-radius-circle: 100rem;
1697
+ }
1698
+
1699
+ .dark, .light {
1700
+ --spacing-0x: 0rem;
1701
+ --spacing-1x: 0.125rem;
1702
+ --spacing-2x: 0.25rem;
1703
+ --spacing-3x: 0.375rem;
1704
+ --spacing-4x: 0.5rem;
1705
+ --spacing-6x: 0.75rem;
1706
+ --spacing-8x: 1rem;
1707
+ --spacing-10x: 1.25rem;
1708
+ --spacing-12x: 1.5rem;
1709
+ --spacing-16x: 2rem;
1710
+ --spacing-20x: 2.5rem;
1711
+ --spacing-24x: 3rem;
1712
+ --spacing-32x: 4rem;
1713
+ --spacing-40x: 5rem;
1714
+ --spacing-60x: 7.5rem;
1715
+ }
1716
+
1717
+ .dark, .light {
1718
+ font-size: 16px;
1719
+ --plasma-typo-overflow-wrap: break-word;
1720
+ --plasma-typo-hyphens: auto;
1721
+ --plasma-typo-display-font-family: 'SB Sans Display', sans-serif;
1722
+ --plasma-typo-body-font-family: 'SB Sans Text', sans-serif;
1723
+ --plasma-typo-header-font-family: 'SB Sans Display', sans-serif;
1724
+ --plasma-typo-text-font-family: 'SB Sans Text', sans-serif;
1725
+ --plasma-typo-dspl-l-font-family: var(--plasma-typo-display-font-family);
1726
+ --plasma-typo-dspl-l-letter-spacing: normal;
1727
+ --plasma-typo-dspl-l-font-style: normal;
1728
+ --plasma-typo-dspl-l-bold-font-family: var(--plasma-typo-display-font-family);
1729
+ --plasma-typo-dspl-l-bold-letter-spacing: normal;
1730
+ --plasma-typo-dspl-l-bold-font-style: normal;
1731
+ --plasma-typo-dspl-l-medium-font-family: var(--plasma-typo-display-font-family);
1732
+ --plasma-typo-dspl-l-medium-letter-spacing: normal;
1733
+ --plasma-typo-dspl-l-medium-font-style: normal;
1734
+ --plasma-typo-dspl-m-font-family: var(--plasma-typo-display-font-family);
1735
+ --plasma-typo-dspl-m-letter-spacing: normal;
1736
+ --plasma-typo-dspl-m-font-style: normal;
1737
+ --plasma-typo-dspl-m-bold-font-family: var(--plasma-typo-display-font-family);
1738
+ --plasma-typo-dspl-m-bold-letter-spacing: normal;
1739
+ --plasma-typo-dspl-m-bold-font-style: normal;
1740
+ --plasma-typo-dspl-m-medium-font-family: var(--plasma-typo-display-font-family);
1741
+ --plasma-typo-dspl-m-medium-letter-spacing: normal;
1742
+ --plasma-typo-dspl-m-medium-font-style: normal;
1743
+ --plasma-typo-dspl-s-font-family: var(--plasma-typo-display-font-family);
1744
+ --plasma-typo-dspl-s-letter-spacing: normal;
1745
+ --plasma-typo-dspl-s-font-style: normal;
1746
+ --plasma-typo-dspl-s-bold-font-family: var(--plasma-typo-display-font-family);
1747
+ --plasma-typo-dspl-s-bold-letter-spacing: normal;
1748
+ --plasma-typo-dspl-s-bold-font-style: normal;
1749
+ --plasma-typo-dspl-s-medium-font-family: var(--plasma-typo-display-font-family);
1750
+ --plasma-typo-dspl-s-medium-letter-spacing: normal;
1751
+ --plasma-typo-dspl-s-medium-font-style: normal;
1752
+ --plasma-typo-h1-font-family: var(--plasma-typo-display-font-family);
1753
+ --plasma-typo-h1-letter-spacing: normal;
1754
+ --plasma-typo-h1-font-style: normal;
1755
+ --plasma-typo-h1-bold-font-family: var(--plasma-typo-display-font-family);
1756
+ --plasma-typo-h1-bold-letter-spacing: normal;
1757
+ --plasma-typo-h1-bold-font-style: normal;
1758
+ --plasma-typo-h1-medium-font-family: var(--plasma-typo-display-font-family);
1759
+ --plasma-typo-h1-medium-letter-spacing: normal;
1760
+ --plasma-typo-h1-medium-font-style: normal;
1761
+ --plasma-typo-h2-font-family: var(--plasma-typo-display-font-family);
1762
+ --plasma-typo-h2-letter-spacing: normal;
1763
+ --plasma-typo-h2-font-style: normal;
1764
+ --plasma-typo-h2-bold-font-family: var(--plasma-typo-display-font-family);
1765
+ --plasma-typo-h2-bold-letter-spacing: normal;
1766
+ --plasma-typo-h2-bold-font-style: normal;
1767
+ --plasma-typo-h2-medium-font-family: var(--plasma-typo-display-font-family);
1768
+ --plasma-typo-h2-medium-letter-spacing: normal;
1769
+ --plasma-typo-h2-medium-font-style: normal;
1770
+ --plasma-typo-h3-font-family: var(--plasma-typo-display-font-family);
1771
+ --plasma-typo-h3-letter-spacing: normal;
1772
+ --plasma-typo-h3-font-style: normal;
1773
+ --plasma-typo-h3-bold-font-family: var(--plasma-typo-display-font-family);
1774
+ --plasma-typo-h3-bold-letter-spacing: normal;
1775
+ --plasma-typo-h3-bold-font-style: normal;
1776
+ --plasma-typo-h3-medium-font-family: var(--plasma-typo-display-font-family);
1777
+ --plasma-typo-h3-medium-letter-spacing: normal;
1778
+ --plasma-typo-h3-medium-font-style: normal;
1779
+ --plasma-typo-h4-font-family: var(--plasma-typo-display-font-family);
1780
+ --plasma-typo-h4-letter-spacing: normal;
1781
+ --plasma-typo-h4-font-style: normal;
1782
+ --plasma-typo-h4-bold-font-family: var(--plasma-typo-display-font-family);
1783
+ --plasma-typo-h4-bold-letter-spacing: normal;
1784
+ --plasma-typo-h4-bold-font-style: normal;
1785
+ --plasma-typo-h4-medium-font-family: var(--plasma-typo-display-font-family);
1786
+ --plasma-typo-h4-medium-letter-spacing: normal;
1787
+ --plasma-typo-h4-medium-font-style: normal;
1788
+ --plasma-typo-h5-font-family: var(--plasma-typo-display-font-family);
1789
+ --plasma-typo-h5-letter-spacing: normal;
1790
+ --plasma-typo-h5-font-style: normal;
1791
+ --plasma-typo-h5-bold-font-family: var(--plasma-typo-display-font-family);
1792
+ --plasma-typo-h5-bold-letter-spacing: normal;
1793
+ --plasma-typo-h5-bold-font-style: normal;
1794
+ --plasma-typo-h5-medium-font-family: var(--plasma-typo-display-font-family);
1795
+ --plasma-typo-h5-medium-letter-spacing: normal;
1796
+ --plasma-typo-h5-medium-font-style: normal;
1797
+ --plasma-typo-body-l-font-family: var(--plasma-typo-text-font-family);
1798
+ --plasma-typo-body-l-letter-spacing: -0.02em;
1799
+ --plasma-typo-body-l-font-style: normal;
1800
+ --plasma-typo-body-l-bold-font-family: var(--plasma-typo-text-font-family);
1801
+ --plasma-typo-body-l-bold-letter-spacing: -0.02em;
1802
+ --plasma-typo-body-l-bold-font-style: normal;
1803
+ --plasma-typo-body-l-medium-font-family: var(--plasma-typo-text-font-family);
1804
+ --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1805
+ --plasma-typo-body-l-medium-font-style: normal;
1806
+ --plasma-typo-body-m-font-family: var(--plasma-typo-text-font-family);
1807
+ --plasma-typo-body-m-letter-spacing: -0.02em;
1808
+ --plasma-typo-body-m-font-style: normal;
1809
+ --plasma-typo-body-m-bold-font-family: var(--plasma-typo-text-font-family);
1810
+ --plasma-typo-body-m-bold-letter-spacing: -0.02em;
1811
+ --plasma-typo-body-m-bold-font-style: normal;
1812
+ --plasma-typo-body-m-medium-font-family: var(--plasma-typo-text-font-family);
1813
+ --plasma-typo-body-m-medium-letter-spacing: -0.02em;
1814
+ --plasma-typo-body-m-medium-font-style: normal;
1815
+ --plasma-typo-body-s-font-family: var(--plasma-typo-text-font-family);
1816
+ --plasma-typo-body-s-letter-spacing: -0.02em;
1817
+ --plasma-typo-body-s-font-style: normal;
1818
+ --plasma-typo-body-s-bold-font-family: var(--plasma-typo-text-font-family);
1819
+ --plasma-typo-body-s-bold-letter-spacing: -0.02em;
1820
+ --plasma-typo-body-s-bold-font-style: normal;
1821
+ --plasma-typo-body-s-medium-font-family: var(--plasma-typo-text-font-family);
1822
+ --plasma-typo-body-s-medium-letter-spacing: -0.02em;
1823
+ --plasma-typo-body-s-medium-font-style: normal;
1824
+ --plasma-typo-body-xs-font-family: var(--plasma-typo-text-font-family);
1825
+ --plasma-typo-body-xs-letter-spacing: -0.02em;
1826
+ --plasma-typo-body-xs-font-style: normal;
1827
+ --plasma-typo-body-xs-bold-font-family: var(--plasma-typo-text-font-family);
1828
+ --plasma-typo-body-xs-bold-letter-spacing: -0.02em;
1829
+ --plasma-typo-body-xs-bold-font-style: normal;
1830
+ --plasma-typo-body-xs-medium-font-family: var(--plasma-typo-text-font-family);
1831
+ --plasma-typo-body-xs-medium-letter-spacing: -0.02em;
1832
+ --plasma-typo-body-xs-medium-font-style: normal;
1833
+ --plasma-typo-body-xxs-font-family: var(--plasma-typo-text-font-family);
1834
+ --plasma-typo-body-xxs-letter-spacing: -0.02em;
1835
+ --plasma-typo-body-xxs-font-style: normal;
1836
+ --plasma-typo-body-xxs-bold-font-family: var(--plasma-typo-text-font-family);
1837
+ --plasma-typo-body-xxs-bold-letter-spacing: -0.02em;
1838
+ --plasma-typo-body-xxs-bold-font-style: normal;
1839
+ --plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-text-font-family);
1840
+ --plasma-typo-body-xxs-medium-letter-spacing: -0.02em;
1841
+ --plasma-typo-body-xxs-medium-font-style: normal;
1842
+ --plasma-typo-text-l-font-family: var(--plasma-typo-text-font-family);
1843
+ --plasma-typo-text-l-letter-spacing: -0.02em;
1844
+ --plasma-typo-text-l-font-style: normal;
1845
+ --plasma-typo-text-l-bold-font-family: var(--plasma-typo-text-font-family);
1846
+ --plasma-typo-text-l-bold-letter-spacing: -0.02em;
1847
+ --plasma-typo-text-l-bold-font-style: normal;
1848
+ --plasma-typo-text-l-medium-font-family: var(--plasma-typo-text-font-family);
1849
+ --plasma-typo-text-l-medium-letter-spacing: -0.02em;
1850
+ --plasma-typo-text-l-medium-font-style: normal;
1851
+ --plasma-typo-text-m-font-family: var(--plasma-typo-text-font-family);
1852
+ --plasma-typo-text-m-letter-spacing: -0.02em;
1853
+ --plasma-typo-text-m-font-style: normal;
1854
+ --plasma-typo-text-m-bold-font-family: var(--plasma-typo-text-font-family);
1855
+ --plasma-typo-text-m-bold-letter-spacing: -0.02em;
1856
+ --plasma-typo-text-m-bold-font-style: normal;
1857
+ --plasma-typo-text-m-medium-font-family: var(--plasma-typo-text-font-family);
1858
+ --plasma-typo-text-m-medium-letter-spacing: -0.02em;
1859
+ --plasma-typo-text-m-medium-font-style: normal;
1860
+ --plasma-typo-text-s-font-family: var(--plasma-typo-text-font-family);
1861
+ --plasma-typo-text-s-letter-spacing: -0.02em;
1862
+ --plasma-typo-text-s-font-style: normal;
1863
+ --plasma-typo-text-s-bold-font-family: var(--plasma-typo-text-font-family);
1864
+ --plasma-typo-text-s-bold-letter-spacing: -0.02em;
1865
+ --plasma-typo-text-s-bold-font-style: normal;
1866
+ --plasma-typo-text-s-medium-font-family: var(--plasma-typo-text-font-family);
1867
+ --plasma-typo-text-s-medium-letter-spacing: -0.02em;
1868
+ --plasma-typo-text-s-medium-font-style: normal;
1869
+ --plasma-typo-text-xs-font-family: var(--plasma-typo-text-font-family);
1870
+ --plasma-typo-text-xs-letter-spacing: -0.02em;
1871
+ --plasma-typo-text-xs-font-style: normal;
1872
+ --plasma-typo-text-xs-bold-font-family: var(--plasma-typo-text-font-family);
1873
+ --plasma-typo-text-xs-bold-letter-spacing: -0.02em;
1874
+ --plasma-typo-text-xs-bold-font-style: normal;
1875
+ --plasma-typo-text-xs-medium-font-family: var(--plasma-typo-text-font-family);
1876
+ --plasma-typo-text-xs-medium-letter-spacing: -0.02em;
1877
+ --plasma-typo-text-xs-medium-font-style: normal;
1878
+ }
1879
+
1880
+ @media (max-width: 559px) {
1881
+ .dark, .light {
1882
+ --plasma-typo-dspl-l-font-size: 5.5rem;
1883
+ --plasma-typo-dspl-l-font-weight: 300;
1884
+ --plasma-typo-dspl-l-line-height: 5.75rem;
1885
+ --plasma-typo-dspl-l-bold-font-size: 5.5rem;
1886
+ --plasma-typo-dspl-l-bold-font-weight: 600;
1887
+ --plasma-typo-dspl-l-bold-line-height: 5.75rem;
1888
+ --plasma-typo-dspl-l-medium-font-size: 5.5rem;
1889
+ --plasma-typo-dspl-l-medium-font-weight: 500;
1890
+ --plasma-typo-dspl-l-medium-line-height: 5.75rem;
1891
+ --plasma-typo-dspl-m-font-size: 3.5rem;
1892
+ --plasma-typo-dspl-m-font-weight: 300;
1893
+ --plasma-typo-dspl-m-line-height: 3.875rem;
1894
+ --plasma-typo-dspl-m-bold-font-size: 3.5rem;
1895
+ --plasma-typo-dspl-m-bold-font-weight: 600;
1896
+ --plasma-typo-dspl-m-bold-line-height: 3.875rem;
1897
+ --plasma-typo-dspl-m-medium-font-size: 3.5rem;
1898
+ --plasma-typo-dspl-m-medium-font-weight: 500;
1899
+ --plasma-typo-dspl-m-medium-line-height: 3.875rem;
1900
+ --plasma-typo-dspl-s-font-size: 2.5rem;
1901
+ --plasma-typo-dspl-s-font-weight: 300;
1902
+ --plasma-typo-dspl-s-line-height: 2.875rem;
1903
+ --plasma-typo-dspl-s-bold-font-size: 2.5rem;
1904
+ --plasma-typo-dspl-s-bold-font-weight: 600;
1905
+ --plasma-typo-dspl-s-bold-line-height: 2.875rem;
1906
+ --plasma-typo-dspl-s-medium-font-size: 2.5rem;
1907
+ --plasma-typo-dspl-s-medium-font-weight: 500;
1908
+ --plasma-typo-dspl-s-medium-line-height: 2.875rem;
1909
+ --plasma-typo-h1-font-size: 1.75rem;
1910
+ --plasma-typo-h1-font-weight: 400;
1911
+ --plasma-typo-h1-line-height: 2.125rem;
1912
+ --plasma-typo-h1-bold-font-size: 1.75rem;
1913
+ --plasma-typo-h1-bold-font-weight: 600;
1914
+ --plasma-typo-h1-bold-line-height: 2.125rem;
1915
+ --plasma-typo-h1-medium-font-size: 1.75rem;
1916
+ --plasma-typo-h1-medium-font-weight: 500;
1917
+ --plasma-typo-h1-medium-line-height: 2.125rem;
1918
+ --plasma-typo-h2-font-size: 1.5rem;
1919
+ --plasma-typo-h2-font-weight: 400;
1920
+ --plasma-typo-h2-line-height: 1.875rem;
1921
+ --plasma-typo-h2-bold-font-size: 1.5rem;
1922
+ --plasma-typo-h2-bold-font-weight: 600;
1923
+ --plasma-typo-h2-bold-line-height: 1.875rem;
1924
+ --plasma-typo-h2-medium-font-size: 1.5rem;
1925
+ --plasma-typo-h2-medium-font-weight: 500;
1926
+ --plasma-typo-h2-medium-line-height: 1.875rem;
1927
+ --plasma-typo-h3-font-size: 1.25rem;
1928
+ --plasma-typo-h3-font-weight: 400;
1929
+ --plasma-typo-h3-line-height: 1.625rem;
1930
+ --plasma-typo-h3-bold-font-size: 1.25rem;
1931
+ --plasma-typo-h3-bold-font-weight: 600;
1932
+ --plasma-typo-h3-bold-line-height: 1.625rem;
1933
+ --plasma-typo-h3-medium-font-size: 1.25rem;
1934
+ --plasma-typo-h3-medium-font-weight: 500;
1935
+ --plasma-typo-h3-medium-line-height: 1.625rem;
1936
+ --plasma-typo-h4-font-size: 1.125rem;
1937
+ --plasma-typo-h4-font-weight: 400;
1938
+ --plasma-typo-h4-line-height: 1.5rem;
1939
+ --plasma-typo-h4-bold-font-size: 1.125rem;
1940
+ --plasma-typo-h4-bold-font-weight: 600;
1941
+ --plasma-typo-h4-bold-line-height: 1.5rem;
1942
+ --plasma-typo-h4-medium-font-size: 1.125rem;
1943
+ --plasma-typo-h4-medium-font-weight: 500;
1944
+ --plasma-typo-h4-medium-line-height: 1.5rem;
1945
+ --plasma-typo-h5-font-size: 1rem;
1946
+ --plasma-typo-h5-font-weight: 400;
1947
+ --plasma-typo-h5-line-height: 1.375rem;
1948
+ --plasma-typo-h5-bold-font-size: 1rem;
1949
+ --plasma-typo-h5-bold-font-weight: 600;
1950
+ --plasma-typo-h5-bold-line-height: 1.375rem;
1951
+ --plasma-typo-h5-medium-font-size: 1rem;
1952
+ --plasma-typo-h5-medium-font-weight: 500;
1953
+ --plasma-typo-h5-medium-line-height: 1.375rem;
1954
+ --plasma-typo-body-l-font-size: 1.125rem;
1955
+ --plasma-typo-body-l-font-weight: 400;
1956
+ --plasma-typo-body-l-line-height: 1.375rem;
1957
+ --plasma-typo-body-l-bold-font-size: 1.125rem;
1958
+ --plasma-typo-body-l-bold-font-weight: 600;
1959
+ --plasma-typo-body-l-bold-line-height: 1.375rem;
1960
+ --plasma-typo-body-l-medium-font-size: 1.125rem;
1961
+ --plasma-typo-body-l-medium-font-weight: 500;
1962
+ --plasma-typo-body-l-medium-line-height: 1.375rem;
1963
+ --plasma-typo-body-m-font-size: 1rem;
1964
+ --plasma-typo-body-m-font-weight: 400;
1965
+ --plasma-typo-body-m-line-height: 1.25rem;
1966
+ --plasma-typo-body-m-bold-font-size: 1rem;
1967
+ --plasma-typo-body-m-bold-font-weight: 600;
1968
+ --plasma-typo-body-m-bold-line-height: 1.25rem;
1969
+ --plasma-typo-body-m-medium-font-size: 1rem;
1970
+ --plasma-typo-body-m-medium-font-weight: 500;
1971
+ --plasma-typo-body-m-medium-line-height: 1.25rem;
1972
+ --plasma-typo-body-s-font-size: 0.875rem;
1973
+ --plasma-typo-body-s-font-weight: 400;
1974
+ --plasma-typo-body-s-line-height: 1.125rem;
1975
+ --plasma-typo-body-s-bold-font-size: 0.875rem;
1976
+ --plasma-typo-body-s-bold-font-weight: 600;
1977
+ --plasma-typo-body-s-bold-line-height: 1.125rem;
1978
+ --plasma-typo-body-s-medium-font-size: 0.875rem;
1979
+ --plasma-typo-body-s-medium-font-weight: 500;
1980
+ --plasma-typo-body-s-medium-line-height: 1.125rem;
1981
+ --plasma-typo-body-xs-font-size: 0.75rem;
1982
+ --plasma-typo-body-xs-font-weight: 400;
1983
+ --plasma-typo-body-xs-line-height: 0.875rem;
1984
+ --plasma-typo-body-xs-bold-font-size: 0.75rem;
1985
+ --plasma-typo-body-xs-bold-font-weight: 600;
1986
+ --plasma-typo-body-xs-bold-line-height: 0.875rem;
1987
+ --plasma-typo-body-xs-medium-font-size: 0.75rem;
1988
+ --plasma-typo-body-xs-medium-font-weight: 500;
1989
+ --plasma-typo-body-xs-medium-line-height: 0.875rem;
1990
+ --plasma-typo-body-xxs-font-size: 0.625rem;
1991
+ --plasma-typo-body-xxs-font-weight: 400;
1992
+ --plasma-typo-body-xxs-line-height: 0.75rem;
1993
+ --plasma-typo-body-xxs-bold-font-size: 0.625rem;
1994
+ --plasma-typo-body-xxs-bold-font-weight: 600;
1995
+ --plasma-typo-body-xxs-bold-line-height: 0.75rem;
1996
+ --plasma-typo-body-xxs-medium-font-size: 0.625rem;
1997
+ --plasma-typo-body-xxs-medium-font-weight: 500;
1998
+ --plasma-typo-body-xxs-medium-line-height: 0.75rem;
1999
+ --plasma-typo-text-l-font-size: 1.125rem;
2000
+ --plasma-typo-text-l-font-weight: 400;
2001
+ --plasma-typo-text-l-line-height: 1.625rem;
2002
+ --plasma-typo-text-l-bold-font-size: 1.125rem;
2003
+ --plasma-typo-text-l-bold-font-weight: 600;
2004
+ --plasma-typo-text-l-bold-line-height: 1.625rem;
2005
+ --plasma-typo-text-l-medium-font-size: 1.125rem;
2006
+ --plasma-typo-text-l-medium-font-weight: 500;
2007
+ --plasma-typo-text-l-medium-line-height: 1.625rem;
2008
+ --plasma-typo-text-m-font-size: 1rem;
2009
+ --plasma-typo-text-m-font-weight: 400;
2010
+ --plasma-typo-text-m-line-height: 1.5rem;
2011
+ --plasma-typo-text-m-bold-font-size: 1rem;
2012
+ --plasma-typo-text-m-bold-font-weight: 600;
2013
+ --plasma-typo-text-m-bold-line-height: 1.5rem;
2014
+ --plasma-typo-text-m-medium-font-size: 1rem;
2015
+ --plasma-typo-text-m-medium-font-weight: 500;
2016
+ --plasma-typo-text-m-medium-line-height: 1.5rem;
2017
+ --plasma-typo-text-s-font-size: 0.875rem;
2018
+ --plasma-typo-text-s-font-weight: 400;
2019
+ --plasma-typo-text-s-line-height: 1.25rem;
2020
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
2021
+ --plasma-typo-text-s-bold-font-weight: 600;
2022
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
2023
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
2024
+ --plasma-typo-text-s-medium-font-weight: 500;
2025
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
2026
+ --plasma-typo-text-xs-font-size: 0.75rem;
2027
+ --plasma-typo-text-xs-font-weight: 400;
2028
+ --plasma-typo-text-xs-line-height: 1rem;
2029
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
2030
+ --plasma-typo-text-xs-bold-font-weight: 600;
2031
+ --plasma-typo-text-xs-bold-line-height: 1rem;
2032
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
2033
+ --plasma-typo-text-xs-medium-font-weight: 500;
2034
+ --plasma-typo-text-xs-medium-line-height: 1rem;
2035
+ }
2036
+ }
2037
+
2038
+ @media (min-width: 560px) and (max-width: 959px) {
2039
+ .dark, .light {
2040
+ --plasma-typo-dspl-l-font-size: 7rem;
2041
+ --plasma-typo-dspl-l-font-weight: 300;
2042
+ --plasma-typo-dspl-l-line-height: 7rem;
2043
+ --plasma-typo-dspl-l-bold-font-size: 7rem;
2044
+ --plasma-typo-dspl-l-bold-font-weight: 600;
2045
+ --plasma-typo-dspl-l-bold-line-height: 7rem;
2046
+ --plasma-typo-dspl-l-medium-font-size: 7rem;
2047
+ --plasma-typo-dspl-l-medium-font-weight: 500;
2048
+ --plasma-typo-dspl-l-medium-line-height: 7rem;
2049
+ --plasma-typo-dspl-m-font-size: 4.5rem;
2050
+ --plasma-typo-dspl-m-font-weight: 300;
2051
+ --plasma-typo-dspl-m-line-height: 4.75rem;
2052
+ --plasma-typo-dspl-m-bold-font-size: 4.5rem;
2053
+ --plasma-typo-dspl-m-bold-font-weight: 600;
2054
+ --plasma-typo-dspl-m-bold-line-height: 4.75rem;
2055
+ --plasma-typo-dspl-m-medium-font-size: 4.5rem;
2056
+ --plasma-typo-dspl-m-medium-font-weight: 500;
2057
+ --plasma-typo-dspl-m-medium-line-height: 4.75rem;
2058
+ --plasma-typo-dspl-s-font-size: 3rem;
2059
+ --plasma-typo-dspl-s-font-weight: 300;
2060
+ --plasma-typo-dspl-s-line-height: 3.375rem;
2061
+ --plasma-typo-dspl-s-bold-font-size: 3rem;
2062
+ --plasma-typo-dspl-s-bold-font-weight: 600;
2063
+ --plasma-typo-dspl-s-bold-line-height: 3.375rem;
2064
+ --plasma-typo-dspl-s-medium-font-size: 3rem;
2065
+ --plasma-typo-dspl-s-medium-font-weight: 500;
2066
+ --plasma-typo-dspl-s-medium-line-height: 3.375rem;
2067
+ --plasma-typo-h1-font-size: 2.5rem;
2068
+ --plasma-typo-h1-font-weight: 400;
2069
+ --plasma-typo-h1-line-height: 2.875rem;
2070
+ --plasma-typo-h1-bold-font-size: 2.5rem;
2071
+ --plasma-typo-h1-bold-font-weight: 600;
2072
+ --plasma-typo-h1-bold-line-height: 2.875rem;
2073
+ --plasma-typo-h1-medium-font-size: 2.5rem;
2074
+ --plasma-typo-h1-medium-font-weight: 500;
2075
+ --plasma-typo-h1-medium-line-height: 2.875rem;
2076
+ --plasma-typo-h2-font-size: 1.75rem;
2077
+ --plasma-typo-h2-font-weight: 400;
2078
+ --plasma-typo-h2-line-height: 2.125rem;
2079
+ --plasma-typo-h2-bold-font-size: 1.75rem;
2080
+ --plasma-typo-h2-bold-font-weight: 600;
2081
+ --plasma-typo-h2-bold-line-height: 2.125rem;
2082
+ --plasma-typo-h2-medium-font-size: 1.75rem;
2083
+ --plasma-typo-h2-medium-font-weight: 500;
2084
+ --plasma-typo-h2-medium-line-height: 2.125rem;
2085
+ --plasma-typo-h3-font-size: 1.25rem;
2086
+ --plasma-typo-h3-font-weight: 400;
2087
+ --plasma-typo-h3-line-height: 1.625rem;
2088
+ --plasma-typo-h3-bold-font-size: 1.25rem;
2089
+ --plasma-typo-h3-bold-font-weight: 600;
2090
+ --plasma-typo-h3-bold-line-height: 1.625rem;
2091
+ --plasma-typo-h3-medium-font-size: 1.25rem;
2092
+ --plasma-typo-h3-medium-font-weight: 500;
2093
+ --plasma-typo-h3-medium-line-height: 1.625rem;
2094
+ --plasma-typo-h4-font-size: 1.125rem;
2095
+ --plasma-typo-h4-font-weight: 400;
2096
+ --plasma-typo-h4-line-height: 1.5rem;
2097
+ --plasma-typo-h4-bold-font-size: 1.125rem;
2098
+ --plasma-typo-h4-bold-font-weight: 600;
2099
+ --plasma-typo-h4-bold-line-height: 1.5rem;
2100
+ --plasma-typo-h4-medium-font-size: 1.125rem;
2101
+ --plasma-typo-h4-medium-font-weight: 500;
2102
+ --plasma-typo-h4-medium-line-height: 1.5rem;
2103
+ --plasma-typo-h5-font-size: 1rem;
2104
+ --plasma-typo-h5-font-weight: 400;
2105
+ --plasma-typo-h5-line-height: 1.375rem;
2106
+ --plasma-typo-h5-bold-font-size: 1rem;
2107
+ --plasma-typo-h5-bold-font-weight: 600;
2108
+ --plasma-typo-h5-bold-line-height: 1.375rem;
2109
+ --plasma-typo-h5-medium-font-size: 1rem;
2110
+ --plasma-typo-h5-medium-font-weight: 500;
2111
+ --plasma-typo-h5-medium-line-height: 1.375rem;
2112
+ --plasma-typo-body-l-font-size: 1.125rem;
2113
+ --plasma-typo-body-l-font-weight: 400;
2114
+ --plasma-typo-body-l-line-height: 1.375rem;
2115
+ --plasma-typo-body-l-bold-font-size: 1.125rem;
2116
+ --plasma-typo-body-l-bold-font-weight: 600;
2117
+ --plasma-typo-body-l-bold-line-height: 1.375rem;
2118
+ --plasma-typo-body-l-medium-font-size: 1.125rem;
2119
+ --plasma-typo-body-l-medium-font-weight: 500;
2120
+ --plasma-typo-body-l-medium-line-height: 1.375rem;
2121
+ --plasma-typo-body-m-font-size: 1rem;
2122
+ --plasma-typo-body-m-font-weight: 400;
2123
+ --plasma-typo-body-m-line-height: 1.25rem;
2124
+ --plasma-typo-body-m-bold-font-size: 1rem;
2125
+ --plasma-typo-body-m-bold-font-weight: 600;
2126
+ --plasma-typo-body-m-bold-line-height: 1.25rem;
2127
+ --plasma-typo-body-m-medium-font-size: 1rem;
2128
+ --plasma-typo-body-m-medium-font-weight: 500;
2129
+ --plasma-typo-body-m-medium-line-height: 1.25rem;
2130
+ --plasma-typo-body-s-font-size: 0.875rem;
2131
+ --plasma-typo-body-s-font-weight: 400;
2132
+ --plasma-typo-body-s-line-height: 1.125rem;
2133
+ --plasma-typo-body-s-bold-font-size: 0.875rem;
2134
+ --plasma-typo-body-s-bold-font-weight: 600;
2135
+ --plasma-typo-body-s-bold-line-height: 1.125rem;
2136
+ --plasma-typo-body-s-medium-font-size: 0.875rem;
2137
+ --plasma-typo-body-s-medium-font-weight: 500;
2138
+ --plasma-typo-body-s-medium-line-height: 1.125rem;
2139
+ --plasma-typo-body-xs-font-size: 0.75rem;
2140
+ --plasma-typo-body-xs-font-weight: 400;
2141
+ --plasma-typo-body-xs-line-height: 0.875rem;
2142
+ --plasma-typo-body-xs-bold-font-size: 0.75rem;
2143
+ --plasma-typo-body-xs-bold-font-weight: 600;
2144
+ --plasma-typo-body-xs-bold-line-height: 0.875rem;
2145
+ --plasma-typo-body-xs-medium-font-size: 0.75rem;
2146
+ --plasma-typo-body-xs-medium-font-weight: 500;
2147
+ --plasma-typo-body-xs-medium-line-height: 0.875rem;
2148
+ --plasma-typo-body-xxs-font-size: 0.625rem;
2149
+ --plasma-typo-body-xxs-font-weight: 400;
2150
+ --plasma-typo-body-xxs-line-height: 0.75rem;
2151
+ --plasma-typo-body-xxs-bold-font-size: 0.625rem;
2152
+ --plasma-typo-body-xxs-bold-font-weight: 600;
2153
+ --plasma-typo-body-xxs-bold-line-height: 0.75rem;
2154
+ --plasma-typo-body-xxs-medium-font-size: 0.625rem;
2155
+ --plasma-typo-body-xxs-medium-font-weight: 500;
2156
+ --plasma-typo-body-xxs-medium-line-height: 0.75rem;
2157
+ --plasma-typo-text-l-font-size: 1.25rem;
2158
+ --plasma-typo-text-l-font-weight: 400;
2159
+ --plasma-typo-text-l-line-height: 1.75rem;
2160
+ --plasma-typo-text-l-bold-font-size: 1.25rem;
2161
+ --plasma-typo-text-l-bold-font-weight: 600;
2162
+ --plasma-typo-text-l-bold-line-height: 1.75rem;
2163
+ --plasma-typo-text-l-medium-font-size: 1.25rem;
2164
+ --plasma-typo-text-l-medium-font-weight: 500;
2165
+ --plasma-typo-text-l-medium-line-height: 1.75rem;
2166
+ --plasma-typo-text-m-font-size: 1rem;
2167
+ --plasma-typo-text-m-font-weight: 400;
2168
+ --plasma-typo-text-m-line-height: 1.5rem;
2169
+ --plasma-typo-text-m-bold-font-size: 1rem;
2170
+ --plasma-typo-text-m-bold-font-weight: 600;
2171
+ --plasma-typo-text-m-bold-line-height: 1.5rem;
2172
+ --plasma-typo-text-m-medium-font-size: 1rem;
2173
+ --plasma-typo-text-m-medium-font-weight: 500;
2174
+ --plasma-typo-text-m-medium-line-height: 1.5rem;
2175
+ --plasma-typo-text-s-font-size: 0.875rem;
2176
+ --plasma-typo-text-s-font-weight: 400;
2177
+ --plasma-typo-text-s-line-height: 1.25rem;
2178
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
2179
+ --plasma-typo-text-s-bold-font-weight: 600;
2180
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
2181
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
2182
+ --plasma-typo-text-s-medium-font-weight: 500;
2183
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
2184
+ --plasma-typo-text-xs-font-size: 0.75rem;
2185
+ --plasma-typo-text-xs-font-weight: 400;
2186
+ --plasma-typo-text-xs-line-height: 1rem;
2187
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
2188
+ --plasma-typo-text-xs-bold-font-weight: 600;
2189
+ --plasma-typo-text-xs-bold-line-height: 1rem;
2190
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
2191
+ --plasma-typo-text-xs-medium-font-weight: 500;
2192
+ --plasma-typo-text-xs-medium-line-height: 1rem;
2193
+ }
2194
+ }
2195
+
2196
+ @media (min-width: 960px) {
2197
+ .dark, .light {
2198
+ --plasma-typo-dspl-l-font-size: 8rem;
2199
+ --plasma-typo-dspl-l-font-weight: 300;
2200
+ --plasma-typo-dspl-l-line-height: 8rem;
2201
+ --plasma-typo-dspl-l-bold-font-size: 8rem;
2202
+ --plasma-typo-dspl-l-bold-font-weight: 600;
2203
+ --plasma-typo-dspl-l-bold-line-height: 8rem;
2204
+ --plasma-typo-dspl-l-medium-font-size: 8rem;
2205
+ --plasma-typo-dspl-l-medium-font-weight: 500;
2206
+ --plasma-typo-dspl-l-medium-line-height: 8rem;
2207
+ --plasma-typo-dspl-m-font-size: 5.5rem;
2208
+ --plasma-typo-dspl-m-font-weight: 300;
2209
+ --plasma-typo-dspl-m-line-height: 5.75rem;
2210
+ --plasma-typo-dspl-m-bold-font-size: 5.5rem;
2211
+ --plasma-typo-dspl-m-bold-font-weight: 600;
2212
+ --plasma-typo-dspl-m-bold-line-height: 5.75rem;
2213
+ --plasma-typo-dspl-m-medium-font-size: 5.5rem;
2214
+ --plasma-typo-dspl-m-medium-font-weight: 500;
2215
+ --plasma-typo-dspl-m-medium-line-height: 5.75rem;
2216
+ --plasma-typo-dspl-s-font-size: 4rem;
2217
+ --plasma-typo-dspl-s-font-weight: 300;
2218
+ --plasma-typo-dspl-s-line-height: 4.25rem;
2219
+ --plasma-typo-dspl-s-bold-font-size: 4rem;
2220
+ --plasma-typo-dspl-s-bold-font-weight: 600;
2221
+ --plasma-typo-dspl-s-bold-line-height: 4.25rem;
2222
+ --plasma-typo-dspl-s-medium-font-size: 4rem;
2223
+ --plasma-typo-dspl-s-medium-font-weight: 500;
2224
+ --plasma-typo-dspl-s-medium-line-height: 4.25rem;
2225
+ --plasma-typo-h1-font-size: 3rem;
2226
+ --plasma-typo-h1-font-weight: 400;
2227
+ --plasma-typo-h1-line-height: 3.375rem;
2228
+ --plasma-typo-h1-bold-font-size: 3rem;
2229
+ --plasma-typo-h1-bold-font-weight: 600;
2230
+ --plasma-typo-h1-bold-line-height: 3.375rem;
2231
+ --plasma-typo-h1-medium-font-size: 3rem;
2232
+ --plasma-typo-h1-medium-font-weight: 500;
2233
+ --plasma-typo-h1-medium-line-height: 3.375rem;
2234
+ --plasma-typo-h2-font-size: 2rem;
2235
+ --plasma-typo-h2-font-weight: 400;
2236
+ --plasma-typo-h2-line-height: 2.375rem;
2237
+ --plasma-typo-h2-bold-font-size: 2rem;
2238
+ --plasma-typo-h2-bold-font-weight: 600;
2239
+ --plasma-typo-h2-bold-line-height: 2.375rem;
2240
+ --plasma-typo-h2-medium-font-size: 2rem;
2241
+ --plasma-typo-h2-medium-font-weight: 500;
2242
+ --plasma-typo-h2-medium-line-height: 2.375rem;
2243
+ --plasma-typo-h3-font-size: 1.5rem;
2244
+ --plasma-typo-h3-font-weight: 400;
2245
+ --plasma-typo-h3-line-height: 1.875rem;
2246
+ --plasma-typo-h3-bold-font-size: 1.5rem;
2247
+ --plasma-typo-h3-bold-font-weight: 600;
2248
+ --plasma-typo-h3-bold-line-height: 1.875rem;
2249
+ --plasma-typo-h3-medium-font-size: 1.5rem;
2250
+ --plasma-typo-h3-medium-font-weight: 500;
2251
+ --plasma-typo-h3-medium-line-height: 1.875rem;
2252
+ --plasma-typo-h4-font-size: 1.25rem;
2253
+ --plasma-typo-h4-font-weight: 400;
2254
+ --plasma-typo-h4-line-height: 1.625rem;
2255
+ --plasma-typo-h4-bold-font-size: 1.25rem;
2256
+ --plasma-typo-h4-bold-font-weight: 600;
2257
+ --plasma-typo-h4-bold-line-height: 1.625rem;
2258
+ --plasma-typo-h4-medium-font-size: 1.25rem;
2259
+ --plasma-typo-h4-medium-font-weight: 500;
2260
+ --plasma-typo-h4-medium-line-height: 1.625rem;
2261
+ --plasma-typo-h5-font-size: 1.125rem;
2262
+ --plasma-typo-h5-font-weight: 400;
2263
+ --plasma-typo-h5-line-height: 1.5rem;
2264
+ --plasma-typo-h5-bold-font-size: 1.125rem;
2265
+ --plasma-typo-h5-bold-font-weight: 600;
2266
+ --plasma-typo-h5-bold-line-height: 1.5rem;
2267
+ --plasma-typo-h5-medium-font-size: 1.125rem;
2268
+ --plasma-typo-h5-medium-font-weight: 500;
2269
+ --plasma-typo-h5-medium-line-height: 1.5rem;
2270
+ --plasma-typo-body-l-font-size: 1.125rem;
2271
+ --plasma-typo-body-l-font-weight: 400;
2272
+ --plasma-typo-body-l-line-height: 1.375rem;
2273
+ --plasma-typo-body-l-bold-font-size: 1.125rem;
2274
+ --plasma-typo-body-l-bold-font-weight: 600;
2275
+ --plasma-typo-body-l-bold-line-height: 1.375rem;
2276
+ --plasma-typo-body-l-medium-font-size: 1.125rem;
2277
+ --plasma-typo-body-l-medium-font-weight: 500;
2278
+ --plasma-typo-body-l-medium-line-height: 1.375rem;
2279
+ --plasma-typo-body-m-font-size: 1rem;
2280
+ --plasma-typo-body-m-font-weight: 400;
2281
+ --plasma-typo-body-m-line-height: 1.25rem;
2282
+ --plasma-typo-body-m-bold-font-size: 1rem;
2283
+ --plasma-typo-body-m-bold-font-weight: 600;
2284
+ --plasma-typo-body-m-bold-line-height: 1.25rem;
2285
+ --plasma-typo-body-m-medium-font-size: 1rem;
2286
+ --plasma-typo-body-m-medium-font-weight: 500;
2287
+ --plasma-typo-body-m-medium-line-height: 1.25rem;
2288
+ --plasma-typo-body-s-font-size: 0.875rem;
2289
+ --plasma-typo-body-s-font-weight: 400;
2290
+ --plasma-typo-body-s-line-height: 1.125rem;
2291
+ --plasma-typo-body-s-bold-font-size: 0.875rem;
2292
+ --plasma-typo-body-s-bold-font-weight: 600;
2293
+ --plasma-typo-body-s-bold-line-height: 1.125rem;
2294
+ --plasma-typo-body-s-medium-font-size: 0.875rem;
2295
+ --plasma-typo-body-s-medium-font-weight: 500;
2296
+ --plasma-typo-body-s-medium-line-height: 1.125rem;
2297
+ --plasma-typo-body-xs-font-size: 0.75rem;
2298
+ --plasma-typo-body-xs-font-weight: 400;
2299
+ --plasma-typo-body-xs-line-height: 0.875rem;
2300
+ --plasma-typo-body-xs-bold-font-size: 0.75rem;
2301
+ --plasma-typo-body-xs-bold-font-weight: 600;
2302
+ --plasma-typo-body-xs-bold-line-height: 0.875rem;
2303
+ --plasma-typo-body-xs-medium-font-size: 0.75rem;
2304
+ --plasma-typo-body-xs-medium-font-weight: 500;
2305
+ --plasma-typo-body-xs-medium-line-height: 0.875rem;
2306
+ --plasma-typo-body-xxs-font-size: 0.625rem;
2307
+ --plasma-typo-body-xxs-font-weight: 400;
2308
+ --plasma-typo-body-xxs-line-height: 0.75rem;
2309
+ --plasma-typo-body-xxs-bold-font-size: 0.625rem;
2310
+ --plasma-typo-body-xxs-bold-font-weight: 600;
2311
+ --plasma-typo-body-xxs-bold-line-height: 0.75rem;
2312
+ --plasma-typo-body-xxs-medium-font-size: 0.625rem;
2313
+ --plasma-typo-body-xxs-medium-font-weight: 500;
2314
+ --plasma-typo-body-xxs-medium-line-height: 0.75rem;
2315
+ --plasma-typo-text-l-font-size: 1.5rem;
2316
+ --plasma-typo-text-l-font-weight: 400;
2317
+ --plasma-typo-text-l-line-height: 2rem;
2318
+ --plasma-typo-text-l-bold-font-size: 1.5rem;
2319
+ --plasma-typo-text-l-bold-font-weight: 600;
2320
+ --plasma-typo-text-l-bold-line-height: 2rem;
2321
+ --plasma-typo-text-l-medium-font-size: 1.5rem;
2322
+ --plasma-typo-text-l-medium-font-weight: 500;
2323
+ --plasma-typo-text-l-medium-line-height: 2rem;
2324
+ --plasma-typo-text-m-font-size: 1.125rem;
2325
+ --plasma-typo-text-m-font-weight: 400;
2326
+ --plasma-typo-text-m-line-height: 1.625rem;
2327
+ --plasma-typo-text-m-bold-font-size: 1.125rem;
2328
+ --plasma-typo-text-m-bold-font-weight: 600;
2329
+ --plasma-typo-text-m-bold-line-height: 1.625rem;
2330
+ --plasma-typo-text-m-medium-font-size: 1.125rem;
2331
+ --plasma-typo-text-m-medium-font-weight: 500;
2332
+ --plasma-typo-text-m-medium-line-height: 1.625rem;
2333
+ --plasma-typo-text-s-font-size: 0.875rem;
2334
+ --plasma-typo-text-s-font-weight: 400;
2335
+ --plasma-typo-text-s-line-height: 1.25rem;
2336
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
2337
+ --plasma-typo-text-s-bold-font-weight: 600;
2338
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
2339
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
2340
+ --plasma-typo-text-s-medium-font-weight: 500;
2341
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
2342
+ --plasma-typo-text-xs-font-size: 0.75rem;
2343
+ --plasma-typo-text-xs-font-weight: 400;
2344
+ --plasma-typo-text-xs-line-height: 1rem;
2345
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
2346
+ --plasma-typo-text-xs-bold-font-weight: 600;
2347
+ --plasma-typo-text-xs-bold-line-height: 1rem;
2348
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
2349
+ --plasma-typo-text-xs-medium-font-weight: 500;
2350
+ --plasma-typo-text-xs-medium-line-height: 1rem;
2351
+ }
2352
+ }