@salutejs-ds/test1750 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/LICENSE.txt +21 -0
  2. package/components/Button/Button.config.d.ts +25 -0
  3. package/components/Button/Button.config.js +33 -0
  4. package/components/Button/Button.config.js.map +1 -0
  5. package/components/Button/Button.config_qbl4tb.css +10 -0
  6. package/components/Button/Button.css +10 -0
  7. package/components/Button/Button.d.ts +64 -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_i1wugf.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/Counter/Counter.config.d.ts +23 -0
  21. package/components/Counter/Counter.config.js +31 -0
  22. package/components/Counter/Counter.config.js.map +1 -0
  23. package/components/Counter/Counter.config_ijx2rj.css +11 -0
  24. package/components/Counter/Counter.css +11 -0
  25. package/components/Counter/Counter.d.ts +19 -0
  26. package/components/Counter/Counter.js +17 -0
  27. package/components/Counter/Counter.js.map +1 -0
  28. package/components/Counter/index.d.ts +1 -0
  29. package/components/IconButton/IconButton.config.d.ts +24 -0
  30. package/components/IconButton/IconButton.config.js +32 -0
  31. package/components/IconButton/IconButton.config.js.map +1 -0
  32. package/components/IconButton/IconButton.config_21llfv.css +9 -0
  33. package/components/IconButton/IconButton.css +9 -0
  34. package/components/IconButton/IconButton.d.ts +63 -0
  35. package/components/IconButton/IconButton.js +17 -0
  36. package/components/IconButton/IconButton.js.map +1 -0
  37. package/components/IconButton/index.d.ts +1 -0
  38. package/components/Link/Link.config.d.ts +20 -0
  39. package/components/Link/Link.config.js +28 -0
  40. package/components/Link/Link.config.js.map +1 -0
  41. package/components/Link/Link.config_p3x5fy.css +8 -0
  42. package/components/Link/Link.css +8 -0
  43. package/components/Link/Link.d.ts +16 -0
  44. package/components/Link/Link.js +17 -0
  45. package/components/Link/Link.js.map +1 -0
  46. package/components/Link/index.d.ts +1 -0
  47. package/components/Radiobox/Radiobox.config.d.ts +18 -0
  48. package/components/Radiobox/Radiobox.config.js +26 -0
  49. package/components/Radiobox/Radiobox.config.js.map +1 -0
  50. package/components/Radiobox/Radiobox.config_1ok209z.css +6 -0
  51. package/components/Radiobox/Radiobox.css +6 -0
  52. package/components/Radiobox/Radiobox.d.ts +14 -0
  53. package/components/Radiobox/Radiobox.js +17 -0
  54. package/components/Radiobox/Radiobox.js.map +1 -0
  55. package/components/Radiobox/index.d.ts +1 -0
  56. package/css/test1750.module.css +2396 -0
  57. package/css/test1750__dark.css +1539 -0
  58. package/css/test1750__light.css +1539 -0
  59. package/es/components/Button/Button.config.js +29 -0
  60. package/es/components/Button/Button.config.js.map +1 -0
  61. package/es/components/Button/Button.config_qbl4tb.css +10 -0
  62. package/es/components/Button/Button.css +10 -0
  63. package/es/components/Button/Button.js +13 -0
  64. package/es/components/Button/Button.js.map +1 -0
  65. package/es/components/Checkbox/Checkbox.config.js +22 -0
  66. package/es/components/Checkbox/Checkbox.config.js.map +1 -0
  67. package/es/components/Checkbox/Checkbox.config_i1wugf.css +6 -0
  68. package/es/components/Checkbox/Checkbox.css +6 -0
  69. package/es/components/Checkbox/Checkbox.js +13 -0
  70. package/es/components/Checkbox/Checkbox.js.map +1 -0
  71. package/es/components/Counter/Counter.config.js +27 -0
  72. package/es/components/Counter/Counter.config.js.map +1 -0
  73. package/es/components/Counter/Counter.config_ijx2rj.css +11 -0
  74. package/es/components/Counter/Counter.css +11 -0
  75. package/es/components/Counter/Counter.js +13 -0
  76. package/es/components/Counter/Counter.js.map +1 -0
  77. package/es/components/IconButton/IconButton.config.js +28 -0
  78. package/es/components/IconButton/IconButton.config.js.map +1 -0
  79. package/es/components/IconButton/IconButton.config_21llfv.css +9 -0
  80. package/es/components/IconButton/IconButton.css +9 -0
  81. package/es/components/IconButton/IconButton.js +13 -0
  82. package/es/components/IconButton/IconButton.js.map +1 -0
  83. package/es/components/Link/Link.config.js +24 -0
  84. package/es/components/Link/Link.config.js.map +1 -0
  85. package/es/components/Link/Link.config_p3x5fy.css +8 -0
  86. package/es/components/Link/Link.css +8 -0
  87. package/es/components/Link/Link.js +13 -0
  88. package/es/components/Link/Link.js.map +1 -0
  89. package/es/components/Radiobox/Radiobox.config.js +22 -0
  90. package/es/components/Radiobox/Radiobox.config.js.map +1 -0
  91. package/es/components/Radiobox/Radiobox.config_1ok209z.css +6 -0
  92. package/es/components/Radiobox/Radiobox.css +6 -0
  93. package/es/components/Radiobox/Radiobox.js +13 -0
  94. package/es/components/Radiobox/Radiobox.js.map +1 -0
  95. package/es/index.css +55 -0
  96. package/es/index.js +10 -0
  97. package/es/index.js.map +1 -0
  98. package/es/theme/themes/test1750__dark.js +6 -0
  99. package/es/theme/themes/test1750__dark.js.map +1 -0
  100. package/es/theme/themes/test1750__light.js +6 -0
  101. package/es/theme/themes/test1750__light.js.map +1 -0
  102. package/es/theme/tokens/index.js +3167 -0
  103. package/es/theme/tokens/index.js.map +1 -0
  104. package/index.css +55 -0
  105. package/index.d.ts +7 -0
  106. package/index.js +960 -0
  107. package/index.js.map +1 -0
  108. package/package.json +99 -0
  109. package/styled-components/cjs/Button/Button.config.js +34 -0
  110. package/styled-components/cjs/Button/Button.js +15 -0
  111. package/styled-components/cjs/Button/index.js +12 -0
  112. package/styled-components/cjs/Checkbox/Checkbox.config.js +27 -0
  113. package/styled-components/cjs/Checkbox/Checkbox.js +15 -0
  114. package/styled-components/cjs/Checkbox/index.js +12 -0
  115. package/styled-components/cjs/Counter/Counter.config.js +32 -0
  116. package/styled-components/cjs/Counter/Counter.js +15 -0
  117. package/styled-components/cjs/Counter/index.js +12 -0
  118. package/styled-components/cjs/IconButton/IconButton.config.js +33 -0
  119. package/styled-components/cjs/IconButton/IconButton.js +15 -0
  120. package/styled-components/cjs/IconButton/index.js +12 -0
  121. package/styled-components/cjs/Link/Link.config.js +29 -0
  122. package/styled-components/cjs/Link/Link.js +15 -0
  123. package/styled-components/cjs/Link/index.js +12 -0
  124. package/styled-components/cjs/Radiobox/Radiobox.config.js +27 -0
  125. package/styled-components/cjs/Radiobox/Radiobox.js +15 -0
  126. package/styled-components/cjs/Radiobox/index.js +12 -0
  127. package/styled-components/es/Button/Button.config.js +28 -0
  128. package/styled-components/es/Button/Button.js +9 -0
  129. package/styled-components/es/Button/index.js +1 -0
  130. package/styled-components/es/Checkbox/Checkbox.config.js +21 -0
  131. package/styled-components/es/Checkbox/Checkbox.js +9 -0
  132. package/styled-components/es/Checkbox/index.js +1 -0
  133. package/styled-components/es/Counter/Counter.config.js +26 -0
  134. package/styled-components/es/Counter/Counter.js +9 -0
  135. package/styled-components/es/Counter/index.js +1 -0
  136. package/styled-components/es/IconButton/IconButton.config.js +27 -0
  137. package/styled-components/es/IconButton/IconButton.js +9 -0
  138. package/styled-components/es/IconButton/index.js +1 -0
  139. package/styled-components/es/Link/Link.config.js +23 -0
  140. package/styled-components/es/Link/Link.js +9 -0
  141. package/styled-components/es/Link/index.js +1 -0
  142. package/styled-components/es/Radiobox/Radiobox.config.js +21 -0
  143. package/styled-components/es/Radiobox/Radiobox.js +9 -0
  144. package/styled-components/es/Radiobox/index.js +1 -0
  145. package/styled-components/package.json +5 -0
  146. package/theme/index.d.ts +2 -0
  147. package/theme/themes/index.d.ts +2 -0
  148. package/theme/themes/test1750__dark.d.ts +1 -0
  149. package/theme/themes/test1750__dark.js +10 -0
  150. package/theme/themes/test1750__dark.js.map +1 -0
  151. package/theme/themes/test1750__light.d.ts +1 -0
  152. package/theme/themes/test1750__light.js +10 -0
  153. package/theme/themes/test1750__light.js.map +1 -0
  154. package/theme/tokens/index.d.ts +2229 -0
  155. package/theme/tokens/index.js +4105 -0
  156. package/theme/tokens/index.js.map +1 -0
@@ -0,0 +1,2396 @@
1
+ /* Generated by robots, do not change this manually! */
2
+
3
+ .dark {
4
+ --dark-background-primary: #07080B;
5
+ --background-primary: #07080B;
6
+ --inverse-background-primary: #F7F8FB;
7
+ --light-background-primary: #F7F8FB;
8
+ --data-yellow: #F3A912;
9
+ --data-yellow-active: #EDA20CFF;
10
+ --data-yellow-hover: #F4B22FFF;
11
+ --data-yellow-minor: #A16B00;
12
+ --data-yellow-minor-active: #996600FF;
13
+ --data-yellow-minor-hover: #B87A00FF;
14
+ --data-yellow-transparent: #F3A9128F;
15
+ --data-yellow-transparent-active: #F3A81280;
16
+ --data-yellow-transparent-hover: #F3A812AD;
17
+ --inverse-data-yellow: #F3A912;
18
+ --inverse-data-yellow-active: #E49C0CFF;
19
+ --inverse-data-yellow-hover: #F5B638FF;
20
+ --inverse-data-yellow-minor: #FFD37A;
21
+ --inverse-data-yellow-minor-active: #FFCC66FF;
22
+ --inverse-data-yellow-minor-hover: #FFCF70FF;
23
+ --inverse-data-yellow-transparent: #F3A9128F;
24
+ --inverse-data-yellow-transparent-active: #F3A812A3;
25
+ --inverse-data-yellow-transparent-hover: #F3A8129E;
26
+ --on-dark-data-yellow: #F3A912;
27
+ --on-dark-data-yellow-active: #EDA20CFF;
28
+ --on-dark-data-yellow-hover: #F4B22FFF;
29
+ --on-dark-data-yellow-minor: #A16B00;
30
+ --on-dark-data-yellow-minor-active: #996600FF;
31
+ --on-dark-data-yellow-minor-hover: #B87A00FF;
32
+ --on-dark-data-yellow-transparent: #F3A9128F;
33
+ --on-dark-data-yellow-transparent-active: #F3A81280;
34
+ --on-dark-data-yellow-transparent-hover: #F3A812AD;
35
+ --on-light-data-yellow: #F3A912;
36
+ --on-light-data-yellow-active: #E49C0CFF;
37
+ --on-light-data-yellow-hover: #F5B638FF;
38
+ --on-light-data-yellow-minor: #FFD37A;
39
+ --on-light-data-yellow-minor-active: #FFCC66FF;
40
+ --on-light-data-yellow-minor-hover: #FFCF70FF;
41
+ --on-light-data-yellow-transparent: #F3A9128F;
42
+ --on-light-data-yellow-transparent-active: #F3A812A3;
43
+ --on-light-data-yellow-transparent-hover: #F3A8129E;
44
+ --outline-accent: #0D8523;
45
+ --outline-accent-active: #0B741FFF;
46
+ --outline-accent-hover: #13BE32FF;
47
+ --outline-accent-minor: #095C18;
48
+ --outline-accent-minor-active: #074A14FF;
49
+ --outline-accent-minor-hover: #0F9527FF;
50
+ --outline-clear: #FFFFFF00;
51
+ --outline-clear-active: #FFFFFF00;
52
+ --outline-clear-hover: #FFFFFF00;
53
+ --outline-info: #0C72B6;
54
+ --outline-info-active: #0A66A3FF;
55
+ --outline-info-hover: #0F96F0FF;
56
+ --outline-info-minor: #0D5382;
57
+ --outline-info-minor-active: #0B476FFF;
58
+ --outline-info-minor-hover: #1277BAFF;
59
+ --outline-negative: #E31227;
60
+ --outline-negative-active: #C61022FF;
61
+ --outline-negative-hover: #F36876FF;
62
+ --outline-negative-minor: #9C1422;
63
+ --outline-negative-minor-active: #8C121EFF;
64
+ --outline-negative-minor-hover: #D41C2EFF;
65
+ --outline-positive: #0D8523;
66
+ --outline-positive-active: #0B741FFF;
67
+ --outline-positive-hover: #13BE32FF;
68
+ --outline-positive-minor: #095C18;
69
+ --outline-positive-minor-active: #074A14FF;
70
+ --outline-positive-minor-hover: #0F9527FF;
71
+ --outline-read-only: #F7F8FB1F;
72
+ --outline-read-only-active: #F8F9FC12;
73
+ --outline-read-only-hover: #F8F9FC4D;
74
+ --outline-solid-default: #F7F8FB;
75
+ --outline-solid-default-active: #B4BED9FF;
76
+ --outline-solid-default-hover: #C2CAE0FF;
77
+ --outline-solid-primary: #25262D;
78
+ --outline-solid-primary-active: #17181CFF;
79
+ --outline-solid-primary-hover: #4E505FFF;
80
+ --outline-solid-secondary: #4B4C58;
81
+ --outline-solid-secondary-active: #34343DFF;
82
+ --outline-solid-secondary-hover: #A7A8B4FF;
83
+ --outline-solid-tertiary: #828592;
84
+ --outline-solid-tertiary-active: #51535DFF;
85
+ --outline-solid-tertiary-hover: #FFFFFFFF;
86
+ --outline-transparent-accent: #0D852347;
87
+ --outline-transparent-accent-active: #0D87242B;
88
+ --outline-transparent-accent-hover: #0D8724B3;
89
+ --outline-transparent-info: #0C72B6FF;
90
+ --outline-transparent-info-active: #0A66A3FF;
91
+ --outline-transparent-info-hover: #0F96F0FF;
92
+ --outline-transparent-negative: #E31227FF;
93
+ --outline-transparent-negative-active: #C61022FF;
94
+ --outline-transparent-negative-hover: #F36876FF;
95
+ --outline-transparent-positive: #0D8523FF;
96
+ --outline-transparent-positive-active: #0B741FFF;
97
+ --outline-transparent-positive-hover: #13BE32FF;
98
+ --outline-transparent-primary: #F7F8FB1F;
99
+ --outline-transparent-primary-active: #F8F9FC12;
100
+ --outline-transparent-primary-hover: #F8F9FC4D;
101
+ --outline-transparent-secondary: #F7F8FB47;
102
+ --outline-transparent-secondary-active: #F8F9FC2B;
103
+ --outline-transparent-secondary-hover: #F8F9FCB3;
104
+ --outline-transparent-tertiary: #F7F8FB8F;
105
+ --outline-transparent-tertiary-active: #F8F9FC47;
106
+ --outline-transparent-tertiary-hover: #F8F9FCFF;
107
+ --outline-transparent-warning: #D14D00FF;
108
+ --outline-transparent-warning-active: #B34100FF;
109
+ --outline-transparent-warning-hover: #FF8138FF;
110
+ --outline-warning: #D14D00;
111
+ --outline-warning-active: #B34100FF;
112
+ --outline-warning-hover: #FF8138FF;
113
+ --outline-warning-minor: #85380C;
114
+ --outline-warning-minor-active: #70300AFF;
115
+ --outline-warning-minor-hover: #BB4F11FF;
116
+ --inverse-outline-accent: #095C18;
117
+ --inverse-outline-accent-active: #074A14FF;
118
+ --inverse-outline-accent-hover: #0F9527FF;
119
+ --inverse-outline-accent-minor: #28D247;
120
+ --inverse-outline-accent-minor-active: #23B83EFF;
121
+ --inverse-outline-accent-minor-hover: #7AE68EFF;
122
+ --inverse-outline-clear: #FFFFFF00;
123
+ --inverse-outline-clear-active: #FFFFFF00;
124
+ --inverse-outline-clear-hover: #FFFFFF00;
125
+ --inverse-outline-info: #0D5382;
126
+ --inverse-outline-info-active: #093B5DFF;
127
+ --inverse-outline-info-hover: #137DC3FF;
128
+ --inverse-outline-info-minor: #52BAFF;
129
+ --inverse-outline-info-minor-active: #29A9FFFF;
130
+ --inverse-outline-info-minor-hover: #A3DAFFFF;
131
+ --inverse-outline-negative: #9C1422;
132
+ --inverse-outline-negative-active: #8C121EFF;
133
+ --inverse-outline-negative-hover: #DD1D30FF;
134
+ --inverse-outline-negative-minor: #FF8F9A;
135
+ --inverse-outline-negative-minor-active: #FF6675FF;
136
+ --inverse-outline-negative-minor-hover: #FFB8BFFF;
137
+ --inverse-outline-positive: #095C18;
138
+ --inverse-outline-positive-active: #074A14FF;
139
+ --inverse-outline-positive-hover: #0F9527FF;
140
+ --inverse-outline-positive-minor: #28D247;
141
+ --inverse-outline-positive-minor-active: #23B83EFF;
142
+ --inverse-outline-positive-minor-hover: #7AE68EFF;
143
+ --inverse-outline-read-only: #F7F8FB03;
144
+ --inverse-outline-read-only-active: #F8F9FC1C;
145
+ --inverse-outline-read-only-hover: #F8F9FC36;
146
+ --inverse-outline-solid-default: #07080B;
147
+ --inverse-outline-solid-default-active: #08090CFF;
148
+ --inverse-outline-solid-default-hover: #838EAFFF;
149
+ --inverse-outline-solid-primary: #D8DCE8;
150
+ --inverse-outline-solid-primary-active: #B8C0D5FF;
151
+ --inverse-outline-solid-primary-hover: #C5CBDDFF;
152
+ --inverse-outline-solid-secondary: #AEB2C2;
153
+ --inverse-outline-solid-secondary-active: #858BA3FF;
154
+ --inverse-outline-solid-secondary-hover: #DCDEE5FF;
155
+ --inverse-outline-solid-tertiary: #6C707F;
156
+ --inverse-outline-solid-tertiary-active: #595D69FF;
157
+ --inverse-outline-solid-tertiary-hover: #A1A4AFFF;
158
+ --inverse-outline-transparent-accent: #095C1833;
159
+ --inverse-outline-transparent-accent-active: #095D1952;
160
+ --inverse-outline-transparent-accent-hover: #095D191F;
161
+ --inverse-outline-transparent-info: #0D5382FF;
162
+ --inverse-outline-transparent-info-active: #093B5DFF;
163
+ --inverse-outline-transparent-info-hover: #137DC3FF;
164
+ --inverse-outline-transparent-negative: #9C1422FF;
165
+ --inverse-outline-transparent-negative-active: #8C121EFF;
166
+ --inverse-outline-transparent-negative-hover: #DD1D30FF;
167
+ --inverse-outline-transparent-positive: #095C18FF;
168
+ --inverse-outline-transparent-positive-active: #074A14FF;
169
+ --inverse-outline-transparent-positive-hover: #0F9527FF;
170
+ --inverse-outline-transparent-primary: #07080B1F;
171
+ --inverse-outline-transparent-primary-active: #08090C38;
172
+ --inverse-outline-transparent-primary-hover: #08090C52;
173
+ --inverse-outline-transparent-secondary: #07080B47;
174
+ --inverse-outline-transparent-secondary-active: #08090C72;
175
+ --inverse-outline-transparent-secondary-hover: #08090C2B;
176
+ --inverse-outline-transparent-tertiary: #07080B8F;
177
+ --inverse-outline-transparent-tertiary-active: #08090CFF;
178
+ --inverse-outline-transparent-tertiary-hover: #08090C47;
179
+ --inverse-outline-transparent-warning: #85380CFF;
180
+ --inverse-outline-transparent-warning-active: #5D2809FF;
181
+ --inverse-outline-transparent-warning-hover: #B14B10FF;
182
+ --inverse-outline-warning: #85380C;
183
+ --inverse-outline-warning-active: #5D2809FF;
184
+ --inverse-outline-warning-hover: #B14B10FF;
185
+ --inverse-outline-warning-minor: #FD9C68;
186
+ --inverse-outline-warning-minor-active: #FC8240FF;
187
+ --inverse-outline-warning-minor-hover: #FDB790FF;
188
+ --on-dark-outline-accent: #0D8523;
189
+ --on-dark-outline-accent-active: #0B741FFF;
190
+ --on-dark-outline-accent-hover: #13BE32FF;
191
+ --on-dark-outline-accent-minor: #095C18;
192
+ --on-dark-outline-accent-minor-active: #074A14FF;
193
+ --on-dark-outline-accent-minor-hover: #0F9527FF;
194
+ --on-dark-outline-clear: #FFFFFF00;
195
+ --on-dark-outline-clear-active: #FFFFFF00;
196
+ --on-dark-outline-clear-hover: #FFFFFF00;
197
+ --on-dark-outline-info: #0C72B6;
198
+ --on-dark-outline-info-active: #0A66A3FF;
199
+ --on-dark-outline-info-hover: #0F96F0FF;
200
+ --on-dark-outline-info-minor: #0D5382;
201
+ --on-dark-outline-info-minor-active: #0B476FFF;
202
+ --on-dark-outline-info-minor-hover: #1277BAFF;
203
+ --on-dark-outline-negative: #E31227;
204
+ --on-dark-outline-negative-active: #C61022FF;
205
+ --on-dark-outline-negative-hover: #F36876FF;
206
+ --on-dark-outline-negative-minor: #9C1422;
207
+ --on-dark-outline-negative-minor-active: #8C121EFF;
208
+ --on-dark-outline-negative-minor-hover: #D41C2EFF;
209
+ --on-dark-outline-positive: #0D8523;
210
+ --on-dark-outline-positive-active: #0B741FFF;
211
+ --on-dark-outline-positive-hover: #13BE32FF;
212
+ --on-dark-outline-positive-minor: #095C18;
213
+ --on-dark-outline-positive-minor-active: #074A14FF;
214
+ --on-dark-outline-positive-minor-hover: #0F9527FF;
215
+ --on-dark-outline-read-only: #F7F8FB1F;
216
+ --on-dark-outline-read-only-active: #F8F9FC12;
217
+ --on-dark-outline-read-only-hover: #F8F9FC4D;
218
+ --on-dark-outline-solid-default: #F7F8FB;
219
+ --on-dark-outline-solid-default-active: #B4BED9FF;
220
+ --on-dark-outline-solid-default-hover: #C2CAE0FF;
221
+ --on-dark-outline-solid-primary: #25262D;
222
+ --on-dark-outline-solid-primary-active: #17181CFF;
223
+ --on-dark-outline-solid-primary-hover: #4E505FFF;
224
+ --on-dark-outline-solid-secondary: #4B4C58;
225
+ --on-dark-outline-solid-secondary-active: #34343DFF;
226
+ --on-dark-outline-solid-secondary-hover: #A7A8B4FF;
227
+ --on-dark-outline-solid-tertiary: #828592;
228
+ --on-dark-outline-solid-tertiary-active: #51535DFF;
229
+ --on-dark-outline-solid-tertiary-hover: #FFFFFFFF;
230
+ --on-dark-outline-transparent-accent: #0D852347;
231
+ --on-dark-outline-transparent-accent-active: #0D87242B;
232
+ --on-dark-outline-transparent-accent-hover: #0D8724B3;
233
+ --on-dark-outline-transparent-info: #0C72B6FF;
234
+ --on-dark-outline-transparent-info-active: #0A66A3FF;
235
+ --on-dark-outline-transparent-info-hover: #0F96F0FF;
236
+ --on-dark-outline-transparent-negative: #E31227FF;
237
+ --on-dark-outline-transparent-negative-active: #C61022FF;
238
+ --on-dark-outline-transparent-negative-hover: #F36876FF;
239
+ --on-dark-outline-transparent-positive: #0D8523FF;
240
+ --on-dark-outline-transparent-positive-active: #0B741FFF;
241
+ --on-dark-outline-transparent-positive-hover: #13BE32FF;
242
+ --on-dark-outline-transparent-primary: #F7F8FB1F;
243
+ --on-dark-outline-transparent-primary-active: #F8F9FC12;
244
+ --on-dark-outline-transparent-primary-hover: #F8F9FC4D;
245
+ --on-dark-outline-transparent-secondary: #F7F8FB47;
246
+ --on-dark-outline-transparent-secondary-active: #F8F9FC2B;
247
+ --on-dark-outline-transparent-secondary-hover: #F8F9FCB3;
248
+ --on-dark-outline-transparent-tertiary: #F7F8FB8F;
249
+ --on-dark-outline-transparent-tertiary-active: #F8F9FC47;
250
+ --on-dark-outline-transparent-tertiary-hover: #F8F9FCFF;
251
+ --on-dark-outline-transparent-warning: #D14D00FF;
252
+ --on-dark-outline-transparent-warning-active: #B34100FF;
253
+ --on-dark-outline-transparent-warning-hover: #FF8138FF;
254
+ --on-dark-outline-warning: #D14D00;
255
+ --on-dark-outline-warning-active: #B34100FF;
256
+ --on-dark-outline-warning-hover: #FF8138FF;
257
+ --on-dark-outline-warning-minor: #85380C;
258
+ --on-dark-outline-warning-minor-active: #70300AFF;
259
+ --on-dark-outline-warning-minor-hover: #BB4F11FF;
260
+ --on-light-outline-accent: #095C18;
261
+ --on-light-outline-accent-active: #074A14FF;
262
+ --on-light-outline-accent-hover: #0F9527FF;
263
+ --on-light-outline-accent-minor: #28D247;
264
+ --on-light-outline-accent-minor-active: #23B83EFF;
265
+ --on-light-outline-accent-minor-hover: #7AE68EFF;
266
+ --on-light-outline-clear: #FFFFFF00;
267
+ --on-light-outline-clear-active: #FFFFFF00;
268
+ --on-light-outline-clear-hover: #FFFFFF00;
269
+ --on-light-outline-info: #0D5382;
270
+ --on-light-outline-info-active: #093B5DFF;
271
+ --on-light-outline-info-hover: #137DC3FF;
272
+ --on-light-outline-info-minor: #52BAFF;
273
+ --on-light-outline-info-minor-active: #29A9FFFF;
274
+ --on-light-outline-info-minor-hover: #A3DAFFFF;
275
+ --on-light-outline-negative: #9C1422;
276
+ --on-light-outline-negative-active: #8C121EFF;
277
+ --on-light-outline-negative-hover: #DD1D30FF;
278
+ --on-light-outline-negative-minor: #FF8F9A;
279
+ --on-light-outline-negative-minor-active: #FF6675FF;
280
+ --on-light-outline-negative-minor-hover: #FFB8BFFF;
281
+ --on-light-outline-positive: #095C18;
282
+ --on-light-outline-positive-active: #074A14FF;
283
+ --on-light-outline-positive-hover: #0F9527FF;
284
+ --on-light-outline-positive-minor: #28D247;
285
+ --on-light-outline-positive-minor-active: #23B83EFF;
286
+ --on-light-outline-positive-minor-hover: #7AE68EFF;
287
+ --on-light-outline-read-only: #F7F8FB03;
288
+ --on-light-outline-read-only-active: #F8F9FC1C;
289
+ --on-light-outline-read-only-hover: #F8F9FC36;
290
+ --on-light-outline-solid-default: #07080B;
291
+ --on-light-outline-solid-default-active: #08090CFF;
292
+ --on-light-outline-solid-default-hover: #838EAFFF;
293
+ --on-light-outline-solid-primary: #D8DCE8;
294
+ --on-light-outline-solid-primary-active: #B8C0D5FF;
295
+ --on-light-outline-solid-primary-hover: #C5CBDDFF;
296
+ --on-light-outline-solid-secondary: #AEB2C2;
297
+ --on-light-outline-solid-secondary-active: #858BA3FF;
298
+ --on-light-outline-solid-secondary-hover: #DCDEE5FF;
299
+ --on-light-outline-solid-tertiary: #6C707F;
300
+ --on-light-outline-solid-tertiary-active: #595D69FF;
301
+ --on-light-outline-solid-tertiary-hover: #A1A4AFFF;
302
+ --on-light-outline-transparent-accent: #095C1833;
303
+ --on-light-outline-transparent-accent-active: #095D1952;
304
+ --on-light-outline-transparent-accent-hover: #095D191F;
305
+ --on-light-outline-transparent-info: #0D5382FF;
306
+ --on-light-outline-transparent-info-active: #093B5DFF;
307
+ --on-light-outline-transparent-info-hover: #137DC3FF;
308
+ --on-light-outline-transparent-negative: #9C1422FF;
309
+ --on-light-outline-transparent-negative-active: #8C121EFF;
310
+ --on-light-outline-transparent-negative-hover: #DD1D30FF;
311
+ --on-light-outline-transparent-positive: #095C18FF;
312
+ --on-light-outline-transparent-positive-active: #074A14FF;
313
+ --on-light-outline-transparent-positive-hover: #0F9527FF;
314
+ --on-light-outline-transparent-primary: #07080B1F;
315
+ --on-light-outline-transparent-primary-active: #08090C38;
316
+ --on-light-outline-transparent-primary-hover: #08090C52;
317
+ --on-light-outline-transparent-secondary: #07080B47;
318
+ --on-light-outline-transparent-secondary-active: #08090C72;
319
+ --on-light-outline-transparent-secondary-hover: #08090C2B;
320
+ --on-light-outline-transparent-tertiary: #07080B8F;
321
+ --on-light-outline-transparent-tertiary-active: #08090CFF;
322
+ --on-light-outline-transparent-tertiary-hover: #08090C47;
323
+ --on-light-outline-transparent-warning: #85380CFF;
324
+ --on-light-outline-transparent-warning-active: #5D2809FF;
325
+ --on-light-outline-transparent-warning-hover: #B14B10FF;
326
+ --on-light-outline-warning: #85380C;
327
+ --on-light-outline-warning-active: #5D2809FF;
328
+ --on-light-outline-warning-hover: #B14B10FF;
329
+ --on-light-outline-warning-minor: #FD9C68;
330
+ --on-light-outline-warning-minor-active: #FC8240FF;
331
+ --on-light-outline-warning-minor-hover: #FDB790FF;
332
+ --overlay-blur: #07080B47;
333
+ --overlay-hard: #07080BF5;
334
+ --overlay-soft: #07080B8F;
335
+ --inverse-overlay-blur: #F7F8FB47;
336
+ --inverse-overlay-hard: #F7F8FBF5;
337
+ --inverse-overlay-soft: #F7F8FB8F;
338
+ --on-dark-overlay-blur: #07080B47;
339
+ --on-dark-overlay-hard: #07080BF5;
340
+ --on-dark-overlay-soft: #07080B8F;
341
+ --on-light-overlay-blur: #F7F8FB47;
342
+ --on-light-overlay-hard: #F7F8FBF5;
343
+ --on-light-overlay-soft: #F7F8FB8F;
344
+ --surface-accent: #071F0C;
345
+ --surface-accent-active: #051508FF;
346
+ --surface-accent-hover: #08250FFF;
347
+ --surface-accent-minor: #0A2B10;
348
+ --surface-accent-minor-active: #08210CFF;
349
+ --surface-accent-minor-hover: #0E3A16FF;
350
+ --surface-clear: #FFFFFF00;
351
+ --surface-clear-active: #FFFFFF00;
352
+ --surface-clear-hover: #FFFFFF00;
353
+ --surface-info: #0A1924;
354
+ --surface-info-active: #08141CFF;
355
+ --surface-info-hover: #0C1F2CFF;
356
+ --surface-info-minor: #0C283B;
357
+ --surface-info-minor-active: #0A2333FF;
358
+ --surface-info-minor-hover: #10344CFF;
359
+ --surface-negative: #2E090D;
360
+ --surface-negative-active: #26080BFF;
361
+ --surface-negative-hover: #400D12FF;
362
+ --surface-negative-minor: #4A0D13;
363
+ --surface-negative-minor-active: #410B11FF;
364
+ --surface-negative-minor-hover: #5B1018FF;
365
+ --surface-positive: #071F0C;
366
+ --surface-positive-active: #051508FF;
367
+ --surface-positive-hover: #08250FFF;
368
+ --surface-positive-minor: #0A2B10;
369
+ --surface-positive-minor-active: #08210CFF;
370
+ --surface-positive-minor-hover: #0E3A16FF;
371
+ --surface-read-only: #F7F8FB05;
372
+ --surface-read-only-active: #F8F9FC00;
373
+ --surface-read-only-hover: #F8F9FC0F;
374
+ --surface-solid-card: #16181D;
375
+ --surface-solid-card-active: #121317FF;
376
+ --surface-solid-card-brightness: #23262FFF;
377
+ --surface-solid-card-hover: #1F2229FF;
378
+ --surface-solid-default: #F7F8FB;
379
+ --surface-solid-default-active: #F1F3F8FF;
380
+ --surface-solid-default-hover: #FFFFFFFF;
381
+ --surface-solid-primary: #16181D;
382
+ --surface-solid-primary-active: #121317FF;
383
+ --surface-solid-primary-brightness: #23262FFF;
384
+ --surface-solid-primary-hover: #1F2229FF;
385
+ --surface-solid-secondary: #25262D;
386
+ --surface-solid-secondary-active: #202127FF;
387
+ --surface-solid-secondary-hover: #2E2F38FF;
388
+ --surface-solid-tertiary: #32353E;
389
+ --surface-solid-tertiary-active: #2D3039FF;
390
+ --surface-solid-tertiary-hover: #3B3F4AFF;
391
+ --surface-transparent-accent: #071F0C33;
392
+ --surface-transparent-accent-active: #071D0B24;
393
+ --surface-transparent-accent-hover: #071D0B52;
394
+ --surface-transparent-card: #F7F8FB0F;
395
+ --surface-transparent-card-active: #F8F9FC0A;
396
+ --surface-transparent-card-brightness: #F8F9FC0F;
397
+ --surface-transparent-card-hover: #F8F9FC1F;
398
+ --surface-transparent-deep: #F7F8FBA3;
399
+ --surface-transparent-deep-active: #F8F9FC94;
400
+ --surface-transparent-deep-hover: #F8F9FCC2;
401
+ --surface-transparent-info: #0A192433;
402
+ --surface-transparent-info-active: #0A192424;
403
+ --surface-transparent-info-hover: #0A192452;
404
+ --surface-transparent-negative: #2E090D33;
405
+ --surface-transparent-negative-active: #2F090D24;
406
+ --surface-transparent-negative-hover: #2F090D52;
407
+ --surface-transparent-positive: #071F0C33;
408
+ --surface-transparent-positive-active: #071D0B24;
409
+ --surface-transparent-positive-hover: #071D0B52;
410
+ --surface-transparent-primary: #F7F8FB0F;
411
+ --surface-transparent-primary-active: #F8F9FC0A;
412
+ --surface-transparent-primary-hover: #F8F9FC1F;
413
+ --surface-transparent-secondary: #F7F8FB1F;
414
+ --surface-transparent-secondary-active: #F8F9FC0F;
415
+ --surface-transparent-secondary-hover: #F8F9FC3D;
416
+ --surface-transparent-tertiary: #F7F8FB33;
417
+ --surface-transparent-tertiary-active: #F8F9FC24;
418
+ --surface-transparent-tertiary-hover: #F8F9FC52;
419
+ --surface-transparent-warning: #29120533;
420
+ --surface-transparent-warning-active: #29120524;
421
+ --surface-transparent-warning-hover: #29120552;
422
+ --surface-warning: #291205;
423
+ --surface-warning-active: #200E04FF;
424
+ --surface-warning-hover: #321606FF;
425
+ --surface-warning-minor: #3D1D0A;
426
+ --surface-warning-minor-active: #351909FF;
427
+ --surface-warning-minor-hover: #4F250DFF;
428
+ --inverse-surface-accent: #071F0C;
429
+ --inverse-surface-accent-active: #030C05FF;
430
+ --inverse-surface-accent-hover: #0A2E12FF;
431
+ --inverse-surface-accent-minor: #9EFAAF;
432
+ --inverse-surface-accent-minor-active: #8BF99FFF;
433
+ --inverse-surface-accent-minor-hover: #94F9A7FF;
434
+ --inverse-surface-clear: #FFFFFF00;
435
+ --inverse-surface-clear-active: #FFFFFF00;
436
+ --inverse-surface-clear-hover: #FFFFFF00;
437
+ --inverse-surface-info: #0A1924;
438
+ --inverse-surface-info-active: #050E14FF;
439
+ --inverse-surface-info-hover: #0E2434FF;
440
+ --inverse-surface-info-minor: #CFECFF;
441
+ --inverse-surface-info-minor-active: #C2E7FFFF;
442
+ --inverse-surface-info-minor-hover: #C7E9FFFF;
443
+ --inverse-surface-negative: #2E090D;
444
+ --inverse-surface-negative-active: #1E0608FF;
445
+ --inverse-surface-negative-hover: #400D12FF;
446
+ --inverse-surface-negative-minor: #FFE0E3;
447
+ --inverse-surface-negative-minor-active: #FFD1D6FF;
448
+ --inverse-surface-negative-minor-hover: #FFD6DAFF;
449
+ --inverse-surface-positive: #071F0C;
450
+ --inverse-surface-positive-active: #030C05FF;
451
+ --inverse-surface-positive-hover: #0A2E12FF;
452
+ --inverse-surface-positive-minor: #9EFAAF;
453
+ --inverse-surface-positive-minor-active: #8BF99FFF;
454
+ --inverse-surface-positive-minor-hover: #94F9A7FF;
455
+ --inverse-surface-read-only: #F7F8FB03;
456
+ --inverse-surface-read-only-active: #F8F9FC08;
457
+ --inverse-surface-read-only-hover: #F8F9FC05;
458
+ --inverse-surface-solid-card: #FFFFFF;
459
+ --inverse-surface-solid-card-active: #FFFFFFFF;
460
+ --inverse-surface-solid-card-brightness: #FFFFFFFF;
461
+ --inverse-surface-solid-card-hover: #FFFFFFFF;
462
+ --inverse-surface-solid-default: #07080B;
463
+ --inverse-surface-solid-default-active: #040506FF;
464
+ --inverse-surface-solid-default-hover: #14171FFF;
465
+ --inverse-surface-solid-primary: #F4F5FB;
466
+ --inverse-surface-solid-primary-active: #ECEEF8FF;
467
+ --inverse-surface-solid-primary-brightness: #FFFFFFFF;
468
+ --inverse-surface-solid-primary-hover: #F0F1FAFF;
469
+ --inverse-surface-solid-secondary: #ECEDF4;
470
+ --inverse-surface-solid-secondary-active: #E2E3EEFF;
471
+ --inverse-surface-solid-secondary-hover: #E5E6F0FF;
472
+ --inverse-surface-solid-tertiary: #D8DCE8;
473
+ --inverse-surface-solid-tertiary-active: #CCD1E1FF;
474
+ --inverse-surface-solid-tertiary-hover: #D2D7E5FF;
475
+ --inverse-surface-transparent-accent: #071F0C1F;
476
+ --inverse-surface-transparent-accent-active: #071D0B33;
477
+ --inverse-surface-transparent-accent-hover: #071D0B2E;
478
+ --inverse-surface-transparent-card: #FFFFFF;
479
+ --inverse-surface-transparent-card-active: #FFFFFFFF;
480
+ --inverse-surface-transparent-card-brightness: #FFFFFFFF;
481
+ --inverse-surface-transparent-card-hover: #FFFFFFFF;
482
+ --inverse-surface-transparent-deep: #07080BA3;
483
+ --inverse-surface-transparent-deep-active: #08090CB8;
484
+ --inverse-surface-transparent-deep-hover: #08090CB3;
485
+ --inverse-surface-transparent-info: #0A19241F;
486
+ --inverse-surface-transparent-info-active: #0A192433;
487
+ --inverse-surface-transparent-info-hover: #0A19242E;
488
+ --inverse-surface-transparent-negative: #2E090D1F;
489
+ --inverse-surface-transparent-negative-active: #2F090D33;
490
+ --inverse-surface-transparent-negative-hover: #2F090D2E;
491
+ --inverse-surface-transparent-positive: #071F0C1F;
492
+ --inverse-surface-transparent-positive-active: #071D0B33;
493
+ --inverse-surface-transparent-positive-hover: #071D0B2E;
494
+ --inverse-surface-transparent-primary: #07080B0A;
495
+ --inverse-surface-transparent-primary-active: #08090C0F;
496
+ --inverse-surface-transparent-primary-hover: #08090C0D;
497
+ --inverse-surface-transparent-secondary: #07080B14;
498
+ --inverse-surface-transparent-secondary-active: #08090C1F;
499
+ --inverse-surface-transparent-secondary-hover: #08090C1A;
500
+ --inverse-surface-transparent-tertiary: #07080B1F;
501
+ --inverse-surface-transparent-tertiary-active: #08090C33;
502
+ --inverse-surface-transparent-tertiary-hover: #08090C2E;
503
+ --inverse-surface-transparent-warning: #2912051F;
504
+ --inverse-surface-transparent-warning-active: #29120533;
505
+ --inverse-surface-transparent-warning-hover: #2912052E;
506
+ --inverse-surface-warning: #291205;
507
+ --inverse-surface-warning-active: #170A03FF;
508
+ --inverse-surface-warning-hover: #3B1A07FF;
509
+ --inverse-surface-warning-minor: #FEE2D2;
510
+ --inverse-surface-warning-minor-active: #FED9C3FF;
511
+ --inverse-surface-warning-minor-hover: #FEDCC8FF;
512
+ --on-dark-surface-accent: #071F0C;
513
+ --on-dark-surface-accent-active: #051508FF;
514
+ --on-dark-surface-accent-hover: #08250FFF;
515
+ --on-dark-surface-accent-minor: #0A2B10;
516
+ --on-dark-surface-accent-minor-active: #08210CFF;
517
+ --on-dark-surface-accent-minor-hover: #0E3A16FF;
518
+ --on-dark-surface-clear: #FFFFFF00;
519
+ --on-dark-surface-clear-active: #FFFFFF00;
520
+ --on-dark-surface-clear-hover: #FFFFFF00;
521
+ --on-dark-surface-info: #0A1924;
522
+ --on-dark-surface-info-active: #08141CFF;
523
+ --on-dark-surface-info-hover: #0C1F2CFF;
524
+ --on-dark-surface-info-minor: #0C283B;
525
+ --on-dark-surface-info-minor-active: #0A2333FF;
526
+ --on-dark-surface-info-minor-hover: #10344CFF;
527
+ --on-dark-surface-negative: #2E090D;
528
+ --on-dark-surface-negative-active: #26080BFF;
529
+ --on-dark-surface-negative-hover: #400D12FF;
530
+ --on-dark-surface-negative-minor: #4A0D13;
531
+ --on-dark-surface-negative-minor-active: #410B11FF;
532
+ --on-dark-surface-negative-minor-hover: #5B1018FF;
533
+ --on-dark-surface-positive: #071F0C;
534
+ --on-dark-surface-positive-active: #051508FF;
535
+ --on-dark-surface-positive-hover: #08250FFF;
536
+ --on-dark-surface-positive-minor: #0A2B10;
537
+ --on-dark-surface-positive-minor-active: #08210CFF;
538
+ --on-dark-surface-positive-minor-hover: #0E3A16FF;
539
+ --on-dark-surface-read-only: #F7F8FB05;
540
+ --on-dark-surface-read-only-active: #F8F9FC00;
541
+ --on-dark-surface-read-only-hover: #F8F9FC0F;
542
+ --on-dark-surface-solid-card: #16181D;
543
+ --on-dark-surface-solid-card-active: #121317FF;
544
+ --on-dark-surface-solid-card-brightness: #23262FFF;
545
+ --on-dark-surface-solid-card-hover: #1F2229FF;
546
+ --on-dark-surface-solid-default: #F7F8FB;
547
+ --on-dark-surface-solid-default-active: #F1F3F8FF;
548
+ --on-dark-surface-solid-default-hover: #FFFFFFFF;
549
+ --on-dark-surface-solid-primary: #16181D;
550
+ --on-dark-surface-solid-primary-active: #121317FF;
551
+ --on-dark-surface-solid-primary-brightness: #23262FFF;
552
+ --on-dark-surface-solid-primary-hover: #1F2229FF;
553
+ --on-dark-surface-solid-secondary: #25262D;
554
+ --on-dark-surface-solid-secondary-active: #202127FF;
555
+ --on-dark-surface-solid-secondary-hover: #2E2F38FF;
556
+ --on-dark-surface-solid-tertiary: #32353E;
557
+ --on-dark-surface-solid-tertiary-active: #2D3039FF;
558
+ --on-dark-surface-solid-tertiary-hover: #3B3F4AFF;
559
+ --on-dark-surface-transparent-accent: #071F0C33;
560
+ --on-dark-surface-transparent-accent-active: #071D0B24;
561
+ --on-dark-surface-transparent-accent-hover: #071D0B52;
562
+ --on-dark-surface-transparent-card: #F7F8FB0F;
563
+ --on-dark-surface-transparent-card-active: #F8F9FC0A;
564
+ --on-dark-surface-transparent-card-brightness: #F8F9FC0F;
565
+ --on-dark-surface-transparent-card-hover: #F8F9FC1F;
566
+ --on-dark-surface-transparent-deep: #F7F8FBA3;
567
+ --on-dark-surface-transparent-deep-active: #F8F9FC94;
568
+ --on-dark-surface-transparent-deep-hover: #F8F9FCC2;
569
+ --on-dark-surface-transparent-info: #0A192433;
570
+ --on-dark-surface-transparent-info-active: #0A192424;
571
+ --on-dark-surface-transparent-info-hover: #0A192452;
572
+ --on-dark-surface-transparent-negative: #2E090D33;
573
+ --on-dark-surface-transparent-negative-active: #2F090D24;
574
+ --on-dark-surface-transparent-negative-hover: #2F090D52;
575
+ --on-dark-surface-transparent-positive: #071F0C33;
576
+ --on-dark-surface-transparent-positive-active: #071D0B24;
577
+ --on-dark-surface-transparent-positive-hover: #071D0B52;
578
+ --on-dark-surface-transparent-primary: #F7F8FB0F;
579
+ --on-dark-surface-transparent-primary-active: #F8F9FC0A;
580
+ --on-dark-surface-transparent-primary-hover: #F8F9FC1F;
581
+ --on-dark-surface-transparent-secondary: #F7F8FB1F;
582
+ --on-dark-surface-transparent-secondary-active: #F8F9FC0F;
583
+ --on-dark-surface-transparent-secondary-hover: #F8F9FC3D;
584
+ --on-dark-surface-transparent-tertiary: #F7F8FB33;
585
+ --on-dark-surface-transparent-tertiary-active: #F8F9FC24;
586
+ --on-dark-surface-transparent-tertiary-hover: #F8F9FC52;
587
+ --on-dark-surface-transparent-warning: #29120533;
588
+ --on-dark-surface-transparent-warning-active: #29120524;
589
+ --on-dark-surface-transparent-warning-hover: #29120552;
590
+ --on-dark-surface-warning: #291205;
591
+ --on-dark-surface-warning-active: #200E04FF;
592
+ --on-dark-surface-warning-hover: #321606FF;
593
+ --on-dark-surface-warning-minor: #3D1D0A;
594
+ --on-dark-surface-warning-minor-active: #351909FF;
595
+ --on-dark-surface-warning-minor-hover: #4F250DFF;
596
+ --on-light-surface-accent: #071F0C;
597
+ --on-light-surface-accent-active: #030C05FF;
598
+ --on-light-surface-accent-hover: #0A2E12FF;
599
+ --on-light-surface-accent-minor: #9EFAAF;
600
+ --on-light-surface-accent-minor-active: #8BF99FFF;
601
+ --on-light-surface-accent-minor-hover: #94F9A7FF;
602
+ --on-light-surface-clear: #FFFFFF00;
603
+ --on-light-surface-clear-active: #FFFFFF00;
604
+ --on-light-surface-clear-hover: #FFFFFF00;
605
+ --on-light-surface-info: #0A1924;
606
+ --on-light-surface-info-active: #050E14FF;
607
+ --on-light-surface-info-hover: #0E2434FF;
608
+ --on-light-surface-info-minor: #CFECFF;
609
+ --on-light-surface-info-minor-active: #C2E7FFFF;
610
+ --on-light-surface-info-minor-hover: #C7E9FFFF;
611
+ --on-light-surface-negative: #2E090D;
612
+ --on-light-surface-negative-active: #1E0608FF;
613
+ --on-light-surface-negative-hover: #400D12FF;
614
+ --on-light-surface-negative-minor: #FFE0E3;
615
+ --on-light-surface-negative-minor-active: #FFD1D6FF;
616
+ --on-light-surface-negative-minor-hover: #FFD6DAFF;
617
+ --on-light-surface-positive: #071F0C;
618
+ --on-light-surface-positive-active: #030C05FF;
619
+ --on-light-surface-positive-hover: #0A2E12FF;
620
+ --on-light-surface-positive-minor: #9EFAAF;
621
+ --on-light-surface-positive-minor-active: #8BF99FFF;
622
+ --on-light-surface-positive-minor-hover: #94F9A7FF;
623
+ --on-light-surface-read-only: #F7F8FB03;
624
+ --on-light-surface-read-only-active: #F8F9FC08;
625
+ --on-light-surface-read-only-hover: #F8F9FC05;
626
+ --on-light-surface-solid-card: #FFFFFF;
627
+ --on-light-surface-solid-card-active: #FFFFFFFF;
628
+ --on-light-surface-solid-card-brightness: #FFFFFFFF;
629
+ --on-light-surface-solid-card-hover: #FFFFFFFF;
630
+ --on-light-surface-solid-default: #07080B;
631
+ --on-light-surface-solid-default-active: #040506FF;
632
+ --on-light-surface-solid-default-hover: #14171FFF;
633
+ --on-light-surface-solid-primary: #F4F5FB;
634
+ --on-light-surface-solid-primary-active: #ECEEF8FF;
635
+ --on-light-surface-solid-primary-brightness: #FFFFFFFF;
636
+ --on-light-surface-solid-primary-hover: #F0F1FAFF;
637
+ --on-light-surface-solid-secondary: #ECEDF4;
638
+ --on-light-surface-solid-secondary-active: #E2E3EEFF;
639
+ --on-light-surface-solid-secondary-hover: #E5E6F0FF;
640
+ --on-light-surface-solid-tertiary: #D8DCE8;
641
+ --on-light-surface-solid-tertiary-active: #CCD1E1FF;
642
+ --on-light-surface-solid-tertiary-hover: #D2D7E5FF;
643
+ --on-light-surface-transparent-accent: #071F0C1F;
644
+ --on-light-surface-transparent-accent-active: #071D0B33;
645
+ --on-light-surface-transparent-accent-hover: #071D0B2E;
646
+ --on-light-surface-transparent-card: #FFFFFF;
647
+ --on-light-surface-transparent-card-active: #FFFFFFFF;
648
+ --on-light-surface-transparent-card-brightness: #FFFFFFFF;
649
+ --on-light-surface-transparent-card-hover: #FFFFFFFF;
650
+ --on-light-surface-transparent-deep: #07080BA3;
651
+ --on-light-surface-transparent-deep-active: #08090CB8;
652
+ --on-light-surface-transparent-deep-hover: #08090CB3;
653
+ --on-light-surface-transparent-info: #0A19241F;
654
+ --on-light-surface-transparent-info-active: #0A192433;
655
+ --on-light-surface-transparent-info-hover: #0A19242E;
656
+ --on-light-surface-transparent-negative: #2E090D1F;
657
+ --on-light-surface-transparent-negative-active: #2F090D33;
658
+ --on-light-surface-transparent-negative-hover: #2F090D2E;
659
+ --on-light-surface-transparent-positive: #071F0C1F;
660
+ --on-light-surface-transparent-positive-active: #071D0B33;
661
+ --on-light-surface-transparent-positive-hover: #071D0B2E;
662
+ --on-light-surface-transparent-primary: #07080B0A;
663
+ --on-light-surface-transparent-primary-active: #08090C0F;
664
+ --on-light-surface-transparent-primary-hover: #08090C0D;
665
+ --on-light-surface-transparent-secondary: #07080B14;
666
+ --on-light-surface-transparent-secondary-active: #08090C1F;
667
+ --on-light-surface-transparent-secondary-hover: #08090C1A;
668
+ --on-light-surface-transparent-tertiary: #07080B1F;
669
+ --on-light-surface-transparent-tertiary-active: #08090C33;
670
+ --on-light-surface-transparent-tertiary-hover: #08090C2E;
671
+ --on-light-surface-transparent-warning: #2912051F;
672
+ --on-light-surface-transparent-warning-active: #29120533;
673
+ --on-light-surface-transparent-warning-hover: #2912052E;
674
+ --on-light-surface-warning: #291205;
675
+ --on-light-surface-warning-active: #170A03FF;
676
+ --on-light-surface-warning-hover: #3B1A07FF;
677
+ --on-light-surface-warning-minor: #FEE2D2;
678
+ --on-light-surface-warning-minor-active: #FED9C3FF;
679
+ --on-light-surface-warning-minor-hover: #FEDCC8FF;
680
+ --text-accent: #0D8523;
681
+ --text-accent-active: #10A22BFF;
682
+ --text-accent-hover: #13BE32FF;
683
+ --text-accent-minor: #095C18;
684
+ --text-accent-minor-active: #0C7920FF;
685
+ --text-accent-minor-hover: #0F9527FF;
686
+ --text-info: #0C72B6;
687
+ --text-info-active: #0A6099FF;
688
+ --text-info-hover: #229EF1FF;
689
+ --text-info-minor: #0D5382;
690
+ --text-info-minor-active: #10659EFF;
691
+ --text-info-minor-hover: #1277BAFF;
692
+ --text-negative: #E31227;
693
+ --text-negative-active: #C61022FF;
694
+ --text-negative-hover: #ED263AFF;
695
+ --text-negative-minor: #9C1422;
696
+ --text-negative-minor-active: #83111CFF;
697
+ --text-negative-minor-hover: #B91828FF;
698
+ --text-paragraph: #F7F8FBCC;
699
+ --text-paragraph-active: #F8F9FCA3;
700
+ --text-paragraph-hover: #F8F9FC7A;
701
+ --text-positive: #0D8523;
702
+ --text-positive-active: #10A22BFF;
703
+ --text-positive-hover: #13BE32FF;
704
+ --text-positive-minor: #095C18;
705
+ --text-positive-minor-active: #0C7920FF;
706
+ --text-positive-minor-hover: #0F9527FF;
707
+ --text-primary: #F7F8FBF5;
708
+ --text-primary-active: #F8F9FCC4;
709
+ --text-primary-brightness: #F8F9FCF5;
710
+ --text-primary-hover: #F8F9FC93;
711
+ --text-secondary: #F7F8FB8F;
712
+ --text-secondary-active: #F8F9FCAB;
713
+ --text-secondary-hover: #F8F9FCFF;
714
+ --text-tertiary: #F7F8FB47;
715
+ --text-tertiary-active: #F8F9FC56;
716
+ --text-tertiary-hover: #F8F9FCFF;
717
+ --text-warning: #D14D00;
718
+ --text-warning-active: #B34100FF;
719
+ --text-warning-hover: #F05800FF;
720
+ --text-warning-minor: #85380C;
721
+ --text-warning-minor-active: #9F440FFF;
722
+ --text-warning-minor-hover: #BB4F11FF;
723
+ --inverse-text-accent: #095C18;
724
+ --inverse-text-accent-active: #0D8222FF;
725
+ --inverse-text-accent-hover: #11A72CFF;
726
+ --inverse-text-accent-minor: #28D247;
727
+ --inverse-text-accent-minor-active: #21B03CFF;
728
+ --inverse-text-accent-minor-hover: #47DC62FF;
729
+ --inverse-text-info: #0D5382;
730
+ --inverse-text-info-active: #116BA7FF;
731
+ --inverse-text-info-hover: #1483CCFF;
732
+ --inverse-text-info-minor: #52BAFF;
733
+ --inverse-text-info-minor-active: #29A9FFFF;
734
+ --inverse-text-info-minor-hover: #7ACAFFFF;
735
+ --inverse-text-negative: #9C1422;
736
+ --inverse-text-negative-active: #7A101AFF;
737
+ --inverse-text-negative-hover: #C2192AFF;
738
+ --inverse-text-negative-minor: #FF8F9A;
739
+ --inverse-text-negative-minor-active: #FF6675FF;
740
+ --inverse-text-negative-minor-hover: #FFB8BFFF;
741
+ --inverse-text-paragraph: #16181DCC;
742
+ --inverse-text-paragraph-active: #16181DA3;
743
+ --inverse-text-paragraph-hover: #16181D7A;
744
+ --inverse-text-positive: #095C18;
745
+ --inverse-text-positive-active: #0D8222FF;
746
+ --inverse-text-positive-hover: #11A72CFF;
747
+ --inverse-text-positive-minor: #28D247;
748
+ --inverse-text-positive-minor-active: #21B03CFF;
749
+ --inverse-text-positive-minor-hover: #47DC62FF;
750
+ --inverse-text-primary: #16181DF5;
751
+ --inverse-text-primary-active: #16181DC4;
752
+ --inverse-text-primary-brightness: #16181DF5;
753
+ --inverse-text-primary-hover: #16181D93;
754
+ --inverse-text-secondary: #16181D8F;
755
+ --inverse-text-secondary-active: #16181DAB;
756
+ --inverse-text-secondary-hover: #16181DFF;
757
+ --inverse-text-tertiary: #16181D47;
758
+ --inverse-text-tertiary-active: #16181D56;
759
+ --inverse-text-tertiary-hover: #16181DFF;
760
+ --inverse-text-warning: #85380C;
761
+ --inverse-text-warning-active: #A84710FF;
762
+ --inverse-text-warning-hover: #CD5713FF;
763
+ --inverse-text-warning-minor: #FD9C68;
764
+ --inverse-text-warning-minor-active: #FC8240FF;
765
+ --inverse-text-warning-minor-hover: #FDB790FF;
766
+ --on-dark-text-accent: #0D8523;
767
+ --on-dark-text-accent-active: #10A22BFF;
768
+ --on-dark-text-accent-hover: #13BE32FF;
769
+ --on-dark-text-accent-minor: #095C18;
770
+ --on-dark-text-accent-minor-active: #0C7920FF;
771
+ --on-dark-text-accent-minor-hover: #0F9527FF;
772
+ --on-dark-text-info: #0C72B6;
773
+ --on-dark-text-info-active: #0A6099FF;
774
+ --on-dark-text-info-hover: #229EF1FF;
775
+ --on-dark-text-info-minor: #0D5382;
776
+ --on-dark-text-info-minor-active: #10659EFF;
777
+ --on-dark-text-info-minor-hover: #1277BAFF;
778
+ --on-dark-text-negative: #E31227;
779
+ --on-dark-text-negative-active: #C61022FF;
780
+ --on-dark-text-negative-hover: #ED263AFF;
781
+ --on-dark-text-negative-minor: #9C1422;
782
+ --on-dark-text-negative-minor-active: #83111CFF;
783
+ --on-dark-text-negative-minor-hover: #B91828FF;
784
+ --on-dark-text-paragraph: #F7F8FBCC;
785
+ --on-dark-text-paragraph-active: #F8F9FCA3;
786
+ --on-dark-text-paragraph-hover: #F8F9FC7A;
787
+ --on-dark-text-positive: #0D8523;
788
+ --on-dark-text-positive-active: #10A22BFF;
789
+ --on-dark-text-positive-hover: #13BE32FF;
790
+ --on-dark-text-positive-minor: #095C18;
791
+ --on-dark-text-positive-minor-active: #0C7920FF;
792
+ --on-dark-text-positive-minor-hover: #0F9527FF;
793
+ --on-dark-text-primary: #F7F8FBF5;
794
+ --on-dark-text-primary-active: #F8F9FCC4;
795
+ --on-dark-text-primary-brightness: #F8F9FCF5;
796
+ --on-dark-text-primary-hover: #F8F9FC93;
797
+ --on-dark-text-secondary: #F7F8FB8F;
798
+ --on-dark-text-secondary-active: #F8F9FCAB;
799
+ --on-dark-text-secondary-hover: #F8F9FCFF;
800
+ --on-dark-text-tertiary: #F7F8FB47;
801
+ --on-dark-text-tertiary-active: #F8F9FC56;
802
+ --on-dark-text-tertiary-hover: #F8F9FCFF;
803
+ --on-dark-text-warning: #D14D00;
804
+ --on-dark-text-warning-active: #B34100FF;
805
+ --on-dark-text-warning-hover: #F05800FF;
806
+ --on-dark-text-warning-minor: #85380C;
807
+ --on-dark-text-warning-minor-active: #9F440FFF;
808
+ --on-dark-text-warning-minor-hover: #BB4F11FF;
809
+ --on-light-text-accent: #095C18;
810
+ --on-light-text-accent-active: #0D8222FF;
811
+ --on-light-text-accent-hover: #11A72CFF;
812
+ --on-light-text-accent-minor: #28D247;
813
+ --on-light-text-accent-minor-active: #21B03CFF;
814
+ --on-light-text-accent-minor-hover: #47DC62FF;
815
+ --on-light-text-info: #0D5382;
816
+ --on-light-text-info-active: #116BA7FF;
817
+ --on-light-text-info-hover: #1483CCFF;
818
+ --on-light-text-info-minor: #52BAFF;
819
+ --on-light-text-info-minor-active: #29A9FFFF;
820
+ --on-light-text-info-minor-hover: #7ACAFFFF;
821
+ --on-light-text-negative: #9C1422;
822
+ --on-light-text-negative-active: #7A101AFF;
823
+ --on-light-text-negative-hover: #C2192AFF;
824
+ --on-light-text-negative-minor: #FF8F9A;
825
+ --on-light-text-negative-minor-active: #FF6675FF;
826
+ --on-light-text-negative-minor-hover: #FFB8BFFF;
827
+ --on-light-text-paragraph: #16181DCC;
828
+ --on-light-text-paragraph-active: #16181DA3;
829
+ --on-light-text-paragraph-hover: #16181D7A;
830
+ --on-light-text-positive: #095C18;
831
+ --on-light-text-positive-active: #0D8222FF;
832
+ --on-light-text-positive-hover: #11A72CFF;
833
+ --on-light-text-positive-minor: #28D247;
834
+ --on-light-text-positive-minor-active: #21B03CFF;
835
+ --on-light-text-positive-minor-hover: #47DC62FF;
836
+ --on-light-text-primary: #16181DF5;
837
+ --on-light-text-primary-active: #16181DC4;
838
+ --on-light-text-primary-brightness: #16181DF5;
839
+ --on-light-text-primary-hover: #16181D93;
840
+ --on-light-text-secondary: #16181D8F;
841
+ --on-light-text-secondary-active: #16181DAB;
842
+ --on-light-text-secondary-hover: #16181DFF;
843
+ --on-light-text-tertiary: #16181D47;
844
+ --on-light-text-tertiary-active: #16181D56;
845
+ --on-light-text-tertiary-hover: #16181DFF;
846
+ --on-light-text-warning: #85380C;
847
+ --on-light-text-warning-active: #A84710FF;
848
+ --on-light-text-warning-hover: #CD5713FF;
849
+ --on-light-text-warning-minor: #FD9C68;
850
+ --on-light-text-warning-minor-active: #FC8240FF;
851
+ --on-light-text-warning-minor-hover: #FDB790FF;
852
+ color: var(--text-primary);
853
+ background-color: var(--background-primary);
854
+ }
855
+
856
+ .dark {
857
+
858
+ }
859
+
860
+ .light {
861
+ --dark-background-primary: #07080B;
862
+ --background-primary: #F7F8FB;
863
+ --inverse-background-primary: #07080B;
864
+ --light-background-primary: #F7F8FB;
865
+ --data-yellow: #F3A912;
866
+ --data-yellow-active: #E49C0CFF;
867
+ --data-yellow-hover: #F5B638FF;
868
+ --data-yellow-minor: #FFD37A;
869
+ --data-yellow-minor-active: #FFCC66FF;
870
+ --data-yellow-minor-hover: #FFCF70FF;
871
+ --data-yellow-transparent: #F3A9128F;
872
+ --data-yellow-transparent-active: #F3A812A3;
873
+ --data-yellow-transparent-hover: #F3A8129E;
874
+ --inverse-data-yellow: #F3A912;
875
+ --inverse-data-yellow-active: #EDA20CFF;
876
+ --inverse-data-yellow-hover: #F4B22FFF;
877
+ --inverse-data-yellow-minor: #A16B00;
878
+ --inverse-data-yellow-minor-active: #996600FF;
879
+ --inverse-data-yellow-minor-hover: #B87A00FF;
880
+ --inverse-data-yellow-transparent: #F3A9128F;
881
+ --inverse-data-yellow-transparent-active: #F3A81280;
882
+ --inverse-data-yellow-transparent-hover: #F3A812AD;
883
+ --on-dark-data-yellow: #F3A912;
884
+ --on-dark-data-yellow-active: #EDA20CFF;
885
+ --on-dark-data-yellow-hover: #F4B22FFF;
886
+ --on-dark-data-yellow-minor: #A16B00;
887
+ --on-dark-data-yellow-minor-active: #996600FF;
888
+ --on-dark-data-yellow-minor-hover: #B87A00FF;
889
+ --on-dark-data-yellow-transparent: #F3A9128F;
890
+ --on-dark-data-yellow-transparent-active: #F3A81280;
891
+ --on-dark-data-yellow-transparent-hover: #F3A812AD;
892
+ --on-light-data-yellow: #F3A912;
893
+ --on-light-data-yellow-active: #E49C0CFF;
894
+ --on-light-data-yellow-hover: #F5B638FF;
895
+ --on-light-data-yellow-minor: #FFD37A;
896
+ --on-light-data-yellow-minor-active: #FFCC66FF;
897
+ --on-light-data-yellow-minor-hover: #FFCF70FF;
898
+ --on-light-data-yellow-transparent: #F3A9128F;
899
+ --on-light-data-yellow-transparent-active: #F3A812A3;
900
+ --on-light-data-yellow-transparent-hover: #F3A8129E;
901
+ --outline-accent: #095C18;
902
+ --outline-accent-active: #074A14FF;
903
+ --outline-accent-hover: #0F9527FF;
904
+ --outline-accent-minor: #28D247;
905
+ --outline-accent-minor-active: #23B83EFF;
906
+ --outline-accent-minor-hover: #7AE68EFF;
907
+ --outline-clear: #FFFFFF00;
908
+ --outline-clear-active: #FFFFFF00;
909
+ --outline-clear-hover: #FFFFFF00;
910
+ --outline-info: #0D5382;
911
+ --outline-info-active: #093B5DFF;
912
+ --outline-info-hover: #137DC3FF;
913
+ --outline-info-minor: #52BAFF;
914
+ --outline-info-minor-active: #29A9FFFF;
915
+ --outline-info-minor-hover: #A3DAFFFF;
916
+ --outline-negative: #9C1422;
917
+ --outline-negative-active: #8C121EFF;
918
+ --outline-negative-hover: #DD1D30FF;
919
+ --outline-negative-minor: #FF8F9A;
920
+ --outline-negative-minor-active: #FF6675FF;
921
+ --outline-negative-minor-hover: #FFB8BFFF;
922
+ --outline-positive: #095C18;
923
+ --outline-positive-active: #074A14FF;
924
+ --outline-positive-hover: #0F9527FF;
925
+ --outline-positive-minor: #28D247;
926
+ --outline-positive-minor-active: #23B83EFF;
927
+ --outline-positive-minor-hover: #7AE68EFF;
928
+ --outline-read-only: #F7F8FB03;
929
+ --outline-read-only-active: #F8F9FC1C;
930
+ --outline-read-only-hover: #F8F9FC36;
931
+ --outline-solid-default: #07080B;
932
+ --outline-solid-default-active: #08090CFF;
933
+ --outline-solid-default-hover: #838EAFFF;
934
+ --outline-solid-primary: #D8DCE8;
935
+ --outline-solid-primary-active: #B8C0D5FF;
936
+ --outline-solid-primary-hover: #C5CBDDFF;
937
+ --outline-solid-secondary: #AEB2C2;
938
+ --outline-solid-secondary-active: #858BA3FF;
939
+ --outline-solid-secondary-hover: #DCDEE5FF;
940
+ --outline-solid-tertiary: #6C707F;
941
+ --outline-solid-tertiary-active: #595D69FF;
942
+ --outline-solid-tertiary-hover: #A1A4AFFF;
943
+ --outline-transparent-accent: #095C1833;
944
+ --outline-transparent-accent-active: #095D1952;
945
+ --outline-transparent-accent-hover: #095D191F;
946
+ --outline-transparent-info: #0D5382FF;
947
+ --outline-transparent-info-active: #093B5DFF;
948
+ --outline-transparent-info-hover: #137DC3FF;
949
+ --outline-transparent-negative: #9C1422FF;
950
+ --outline-transparent-negative-active: #8C121EFF;
951
+ --outline-transparent-negative-hover: #DD1D30FF;
952
+ --outline-transparent-positive: #095C18FF;
953
+ --outline-transparent-positive-active: #074A14FF;
954
+ --outline-transparent-positive-hover: #0F9527FF;
955
+ --outline-transparent-primary: #07080B1F;
956
+ --outline-transparent-primary-active: #08090C38;
957
+ --outline-transparent-primary-hover: #08090C52;
958
+ --outline-transparent-secondary: #07080B47;
959
+ --outline-transparent-secondary-active: #08090C72;
960
+ --outline-transparent-secondary-hover: #08090C2B;
961
+ --outline-transparent-tertiary: #07080B8F;
962
+ --outline-transparent-tertiary-active: #08090CFF;
963
+ --outline-transparent-tertiary-hover: #08090C47;
964
+ --outline-transparent-warning: #85380CFF;
965
+ --outline-transparent-warning-active: #5D2809FF;
966
+ --outline-transparent-warning-hover: #B14B10FF;
967
+ --outline-warning: #85380C;
968
+ --outline-warning-active: #5D2809FF;
969
+ --outline-warning-hover: #B14B10FF;
970
+ --outline-warning-minor: #FD9C68;
971
+ --outline-warning-minor-active: #FC8240FF;
972
+ --outline-warning-minor-hover: #FDB790FF;
973
+ --inverse-outline-accent: #0D8523;
974
+ --inverse-outline-accent-active: #0B741FFF;
975
+ --inverse-outline-accent-hover: #13BE32FF;
976
+ --inverse-outline-accent-minor: #095C18;
977
+ --inverse-outline-accent-minor-active: #074A14FF;
978
+ --inverse-outline-accent-minor-hover: #0F9527FF;
979
+ --inverse-outline-clear: #FFFFFF00;
980
+ --inverse-outline-clear-active: #FFFFFF00;
981
+ --inverse-outline-clear-hover: #FFFFFF00;
982
+ --inverse-outline-info: #0C72B6;
983
+ --inverse-outline-info-active: #0A66A3FF;
984
+ --inverse-outline-info-hover: #0F96F0FF;
985
+ --inverse-outline-info-minor: #0D5382;
986
+ --inverse-outline-info-minor-active: #0B476FFF;
987
+ --inverse-outline-info-minor-hover: #1277BAFF;
988
+ --inverse-outline-negative: #E31227;
989
+ --inverse-outline-negative-active: #C61022FF;
990
+ --inverse-outline-negative-hover: #F36876FF;
991
+ --inverse-outline-negative-minor: #9C1422;
992
+ --inverse-outline-negative-minor-active: #8C121EFF;
993
+ --inverse-outline-negative-minor-hover: #D41C2EFF;
994
+ --inverse-outline-positive: #0D8523;
995
+ --inverse-outline-positive-active: #0B741FFF;
996
+ --inverse-outline-positive-hover: #13BE32FF;
997
+ --inverse-outline-positive-minor: #095C18;
998
+ --inverse-outline-positive-minor-active: #074A14FF;
999
+ --inverse-outline-positive-minor-hover: #0F9527FF;
1000
+ --inverse-outline-read-only: #F7F8FB1F;
1001
+ --inverse-outline-read-only-active: #F8F9FC12;
1002
+ --inverse-outline-read-only-hover: #F8F9FC4D;
1003
+ --inverse-outline-solid-default: #F7F8FB;
1004
+ --inverse-outline-solid-default-active: #B4BED9FF;
1005
+ --inverse-outline-solid-default-hover: #C2CAE0FF;
1006
+ --inverse-outline-solid-primary: #25262D;
1007
+ --inverse-outline-solid-primary-active: #17181CFF;
1008
+ --inverse-outline-solid-primary-hover: #4E505FFF;
1009
+ --inverse-outline-solid-secondary: #4B4C58;
1010
+ --inverse-outline-solid-secondary-active: #34343DFF;
1011
+ --inverse-outline-solid-secondary-hover: #A7A8B4FF;
1012
+ --inverse-outline-solid-tertiary: #828592;
1013
+ --inverse-outline-solid-tertiary-active: #51535DFF;
1014
+ --inverse-outline-solid-tertiary-hover: #FFFFFFFF;
1015
+ --inverse-outline-transparent-accent: #0D852347;
1016
+ --inverse-outline-transparent-accent-active: #0D87242B;
1017
+ --inverse-outline-transparent-accent-hover: #0D8724B3;
1018
+ --inverse-outline-transparent-info: #0C72B6FF;
1019
+ --inverse-outline-transparent-info-active: #0A66A3FF;
1020
+ --inverse-outline-transparent-info-hover: #0F96F0FF;
1021
+ --inverse-outline-transparent-negative: #E31227FF;
1022
+ --inverse-outline-transparent-negative-active: #C61022FF;
1023
+ --inverse-outline-transparent-negative-hover: #F36876FF;
1024
+ --inverse-outline-transparent-positive: #0D8523FF;
1025
+ --inverse-outline-transparent-positive-active: #0B741FFF;
1026
+ --inverse-outline-transparent-positive-hover: #13BE32FF;
1027
+ --inverse-outline-transparent-primary: #F7F8FB1F;
1028
+ --inverse-outline-transparent-primary-active: #F8F9FC12;
1029
+ --inverse-outline-transparent-primary-hover: #F8F9FC4D;
1030
+ --inverse-outline-transparent-secondary: #F7F8FB47;
1031
+ --inverse-outline-transparent-secondary-active: #F8F9FC2B;
1032
+ --inverse-outline-transparent-secondary-hover: #F8F9FCB3;
1033
+ --inverse-outline-transparent-tertiary: #F7F8FB8F;
1034
+ --inverse-outline-transparent-tertiary-active: #F8F9FC47;
1035
+ --inverse-outline-transparent-tertiary-hover: #F8F9FCFF;
1036
+ --inverse-outline-transparent-warning: #D14D00FF;
1037
+ --inverse-outline-transparent-warning-active: #B34100FF;
1038
+ --inverse-outline-transparent-warning-hover: #FF8138FF;
1039
+ --inverse-outline-warning: #D14D00;
1040
+ --inverse-outline-warning-active: #B34100FF;
1041
+ --inverse-outline-warning-hover: #FF8138FF;
1042
+ --inverse-outline-warning-minor: #85380C;
1043
+ --inverse-outline-warning-minor-active: #70300AFF;
1044
+ --inverse-outline-warning-minor-hover: #BB4F11FF;
1045
+ --on-dark-outline-accent: #0D8523;
1046
+ --on-dark-outline-accent-active: #0B741FFF;
1047
+ --on-dark-outline-accent-hover: #13BE32FF;
1048
+ --on-dark-outline-accent-minor: #095C18;
1049
+ --on-dark-outline-accent-minor-active: #074A14FF;
1050
+ --on-dark-outline-accent-minor-hover: #0F9527FF;
1051
+ --on-dark-outline-clear: #FFFFFF00;
1052
+ --on-dark-outline-clear-active: #FFFFFF00;
1053
+ --on-dark-outline-clear-hover: #FFFFFF00;
1054
+ --on-dark-outline-info: #0C72B6;
1055
+ --on-dark-outline-info-active: #0A66A3FF;
1056
+ --on-dark-outline-info-hover: #0F96F0FF;
1057
+ --on-dark-outline-info-minor: #0D5382;
1058
+ --on-dark-outline-info-minor-active: #0B476FFF;
1059
+ --on-dark-outline-info-minor-hover: #1277BAFF;
1060
+ --on-dark-outline-negative: #E31227;
1061
+ --on-dark-outline-negative-active: #C61022FF;
1062
+ --on-dark-outline-negative-hover: #F36876FF;
1063
+ --on-dark-outline-negative-minor: #9C1422;
1064
+ --on-dark-outline-negative-minor-active: #8C121EFF;
1065
+ --on-dark-outline-negative-minor-hover: #D41C2EFF;
1066
+ --on-dark-outline-positive: #0D8523;
1067
+ --on-dark-outline-positive-active: #0B741FFF;
1068
+ --on-dark-outline-positive-hover: #13BE32FF;
1069
+ --on-dark-outline-positive-minor: #095C18;
1070
+ --on-dark-outline-positive-minor-active: #074A14FF;
1071
+ --on-dark-outline-positive-minor-hover: #0F9527FF;
1072
+ --on-dark-outline-read-only: #F7F8FB1F;
1073
+ --on-dark-outline-read-only-active: #F8F9FC12;
1074
+ --on-dark-outline-read-only-hover: #F8F9FC4D;
1075
+ --on-dark-outline-solid-default: #F7F8FB;
1076
+ --on-dark-outline-solid-default-active: #B4BED9FF;
1077
+ --on-dark-outline-solid-default-hover: #C2CAE0FF;
1078
+ --on-dark-outline-solid-primary: #25262D;
1079
+ --on-dark-outline-solid-primary-active: #17181CFF;
1080
+ --on-dark-outline-solid-primary-hover: #4E505FFF;
1081
+ --on-dark-outline-solid-secondary: #4B4C58;
1082
+ --on-dark-outline-solid-secondary-active: #34343DFF;
1083
+ --on-dark-outline-solid-secondary-hover: #A7A8B4FF;
1084
+ --on-dark-outline-solid-tertiary: #828592;
1085
+ --on-dark-outline-solid-tertiary-active: #51535DFF;
1086
+ --on-dark-outline-solid-tertiary-hover: #FFFFFFFF;
1087
+ --on-dark-outline-transparent-accent: #0D852347;
1088
+ --on-dark-outline-transparent-accent-active: #0D87242B;
1089
+ --on-dark-outline-transparent-accent-hover: #0D8724B3;
1090
+ --on-dark-outline-transparent-info: #0C72B6FF;
1091
+ --on-dark-outline-transparent-info-active: #0A66A3FF;
1092
+ --on-dark-outline-transparent-info-hover: #0F96F0FF;
1093
+ --on-dark-outline-transparent-negative: #E31227FF;
1094
+ --on-dark-outline-transparent-negative-active: #C61022FF;
1095
+ --on-dark-outline-transparent-negative-hover: #F36876FF;
1096
+ --on-dark-outline-transparent-positive: #0D8523FF;
1097
+ --on-dark-outline-transparent-positive-active: #0B741FFF;
1098
+ --on-dark-outline-transparent-positive-hover: #13BE32FF;
1099
+ --on-dark-outline-transparent-primary: #F7F8FB1F;
1100
+ --on-dark-outline-transparent-primary-active: #F8F9FC12;
1101
+ --on-dark-outline-transparent-primary-hover: #F8F9FC4D;
1102
+ --on-dark-outline-transparent-secondary: #F7F8FB47;
1103
+ --on-dark-outline-transparent-secondary-active: #F8F9FC2B;
1104
+ --on-dark-outline-transparent-secondary-hover: #F8F9FCB3;
1105
+ --on-dark-outline-transparent-tertiary: #F7F8FB8F;
1106
+ --on-dark-outline-transparent-tertiary-active: #F8F9FC47;
1107
+ --on-dark-outline-transparent-tertiary-hover: #F8F9FCFF;
1108
+ --on-dark-outline-transparent-warning: #D14D00FF;
1109
+ --on-dark-outline-transparent-warning-active: #B34100FF;
1110
+ --on-dark-outline-transparent-warning-hover: #FF8138FF;
1111
+ --on-dark-outline-warning: #D14D00;
1112
+ --on-dark-outline-warning-active: #B34100FF;
1113
+ --on-dark-outline-warning-hover: #FF8138FF;
1114
+ --on-dark-outline-warning-minor: #85380C;
1115
+ --on-dark-outline-warning-minor-active: #70300AFF;
1116
+ --on-dark-outline-warning-minor-hover: #BB4F11FF;
1117
+ --on-light-outline-accent: #095C18;
1118
+ --on-light-outline-accent-active: #074A14FF;
1119
+ --on-light-outline-accent-hover: #0F9527FF;
1120
+ --on-light-outline-accent-minor: #28D247;
1121
+ --on-light-outline-accent-minor-active: #23B83EFF;
1122
+ --on-light-outline-accent-minor-hover: #7AE68EFF;
1123
+ --on-light-outline-clear: #FFFFFF00;
1124
+ --on-light-outline-clear-active: #FFFFFF00;
1125
+ --on-light-outline-clear-hover: #FFFFFF00;
1126
+ --on-light-outline-info: #0D5382;
1127
+ --on-light-outline-info-active: #093B5DFF;
1128
+ --on-light-outline-info-hover: #137DC3FF;
1129
+ --on-light-outline-info-minor: #52BAFF;
1130
+ --on-light-outline-info-minor-active: #29A9FFFF;
1131
+ --on-light-outline-info-minor-hover: #A3DAFFFF;
1132
+ --on-light-outline-negative: #9C1422;
1133
+ --on-light-outline-negative-active: #8C121EFF;
1134
+ --on-light-outline-negative-hover: #DD1D30FF;
1135
+ --on-light-outline-negative-minor: #FF8F9A;
1136
+ --on-light-outline-negative-minor-active: #FF6675FF;
1137
+ --on-light-outline-negative-minor-hover: #FFB8BFFF;
1138
+ --on-light-outline-positive: #095C18;
1139
+ --on-light-outline-positive-active: #074A14FF;
1140
+ --on-light-outline-positive-hover: #0F9527FF;
1141
+ --on-light-outline-positive-minor: #28D247;
1142
+ --on-light-outline-positive-minor-active: #23B83EFF;
1143
+ --on-light-outline-positive-minor-hover: #7AE68EFF;
1144
+ --on-light-outline-read-only: #F7F8FB03;
1145
+ --on-light-outline-read-only-active: #F8F9FC1C;
1146
+ --on-light-outline-read-only-hover: #F8F9FC36;
1147
+ --on-light-outline-solid-default: #07080B;
1148
+ --on-light-outline-solid-default-active: #08090CFF;
1149
+ --on-light-outline-solid-default-hover: #838EAFFF;
1150
+ --on-light-outline-solid-primary: #D8DCE8;
1151
+ --on-light-outline-solid-primary-active: #B8C0D5FF;
1152
+ --on-light-outline-solid-primary-hover: #C5CBDDFF;
1153
+ --on-light-outline-solid-secondary: #AEB2C2;
1154
+ --on-light-outline-solid-secondary-active: #858BA3FF;
1155
+ --on-light-outline-solid-secondary-hover: #DCDEE5FF;
1156
+ --on-light-outline-solid-tertiary: #6C707F;
1157
+ --on-light-outline-solid-tertiary-active: #595D69FF;
1158
+ --on-light-outline-solid-tertiary-hover: #A1A4AFFF;
1159
+ --on-light-outline-transparent-accent: #095C1833;
1160
+ --on-light-outline-transparent-accent-active: #095D1952;
1161
+ --on-light-outline-transparent-accent-hover: #095D191F;
1162
+ --on-light-outline-transparent-info: #0D5382FF;
1163
+ --on-light-outline-transparent-info-active: #093B5DFF;
1164
+ --on-light-outline-transparent-info-hover: #137DC3FF;
1165
+ --on-light-outline-transparent-negative: #9C1422FF;
1166
+ --on-light-outline-transparent-negative-active: #8C121EFF;
1167
+ --on-light-outline-transparent-negative-hover: #DD1D30FF;
1168
+ --on-light-outline-transparent-positive: #095C18FF;
1169
+ --on-light-outline-transparent-positive-active: #074A14FF;
1170
+ --on-light-outline-transparent-positive-hover: #0F9527FF;
1171
+ --on-light-outline-transparent-primary: #07080B1F;
1172
+ --on-light-outline-transparent-primary-active: #08090C38;
1173
+ --on-light-outline-transparent-primary-hover: #08090C52;
1174
+ --on-light-outline-transparent-secondary: #07080B47;
1175
+ --on-light-outline-transparent-secondary-active: #08090C72;
1176
+ --on-light-outline-transparent-secondary-hover: #08090C2B;
1177
+ --on-light-outline-transparent-tertiary: #07080B8F;
1178
+ --on-light-outline-transparent-tertiary-active: #08090CFF;
1179
+ --on-light-outline-transparent-tertiary-hover: #08090C47;
1180
+ --on-light-outline-transparent-warning: #85380CFF;
1181
+ --on-light-outline-transparent-warning-active: #5D2809FF;
1182
+ --on-light-outline-transparent-warning-hover: #B14B10FF;
1183
+ --on-light-outline-warning: #85380C;
1184
+ --on-light-outline-warning-active: #5D2809FF;
1185
+ --on-light-outline-warning-hover: #B14B10FF;
1186
+ --on-light-outline-warning-minor: #FD9C68;
1187
+ --on-light-outline-warning-minor-active: #FC8240FF;
1188
+ --on-light-outline-warning-minor-hover: #FDB790FF;
1189
+ --overlay-blur: #F7F8FB47;
1190
+ --overlay-hard: #F7F8FBF5;
1191
+ --overlay-soft: #F7F8FB8F;
1192
+ --inverse-overlay-blur: #07080B47;
1193
+ --inverse-overlay-hard: #07080BF5;
1194
+ --inverse-overlay-soft: #07080B8F;
1195
+ --on-dark-overlay-blur: #07080B47;
1196
+ --on-dark-overlay-hard: #07080BF5;
1197
+ --on-dark-overlay-soft: #07080B8F;
1198
+ --on-light-overlay-blur: #F7F8FB47;
1199
+ --on-light-overlay-hard: #F7F8FBF5;
1200
+ --on-light-overlay-soft: #F7F8FB8F;
1201
+ --surface-accent: #071F0C;
1202
+ --surface-accent-active: #030C05FF;
1203
+ --surface-accent-hover: #0A2E12FF;
1204
+ --surface-accent-minor: #9EFAAF;
1205
+ --surface-accent-minor-active: #8BF99FFF;
1206
+ --surface-accent-minor-hover: #94F9A7FF;
1207
+ --surface-clear: #FFFFFF00;
1208
+ --surface-clear-active: #FFFFFF00;
1209
+ --surface-clear-hover: #FFFFFF00;
1210
+ --surface-info: #0A1924;
1211
+ --surface-info-active: #050E14FF;
1212
+ --surface-info-hover: #0E2434FF;
1213
+ --surface-info-minor: #CFECFF;
1214
+ --surface-info-minor-active: #C2E7FFFF;
1215
+ --surface-info-minor-hover: #C7E9FFFF;
1216
+ --surface-negative: #2E090D;
1217
+ --surface-negative-active: #1E0608FF;
1218
+ --surface-negative-hover: #400D12FF;
1219
+ --surface-negative-minor: #FFE0E3;
1220
+ --surface-negative-minor-active: #FFD1D6FF;
1221
+ --surface-negative-minor-hover: #FFD6DAFF;
1222
+ --surface-positive: #071F0C;
1223
+ --surface-positive-active: #030C05FF;
1224
+ --surface-positive-hover: #0A2E12FF;
1225
+ --surface-positive-minor: #9EFAAF;
1226
+ --surface-positive-minor-active: #8BF99FFF;
1227
+ --surface-positive-minor-hover: #94F9A7FF;
1228
+ --surface-read-only: #F7F8FB03;
1229
+ --surface-read-only-active: #F8F9FC08;
1230
+ --surface-read-only-hover: #F8F9FC05;
1231
+ --surface-solid-card: #FFFFFF;
1232
+ --surface-solid-card-active: #FFFFFFFF;
1233
+ --surface-solid-card-brightness: #FFFFFFFF;
1234
+ --surface-solid-card-hover: #FFFFFFFF;
1235
+ --surface-solid-default: #07080B;
1236
+ --surface-solid-default-active: #040506FF;
1237
+ --surface-solid-default-hover: #14171FFF;
1238
+ --surface-solid-primary: #F4F5FB;
1239
+ --surface-solid-primary-active: #ECEEF8FF;
1240
+ --surface-solid-primary-brightness: #FFFFFFFF;
1241
+ --surface-solid-primary-hover: #F0F1FAFF;
1242
+ --surface-solid-secondary: #ECEDF4;
1243
+ --surface-solid-secondary-active: #E2E3EEFF;
1244
+ --surface-solid-secondary-hover: #E5E6F0FF;
1245
+ --surface-solid-tertiary: #D8DCE8;
1246
+ --surface-solid-tertiary-active: #CCD1E1FF;
1247
+ --surface-solid-tertiary-hover: #D2D7E5FF;
1248
+ --surface-transparent-accent: #071F0C1F;
1249
+ --surface-transparent-accent-active: #071D0B33;
1250
+ --surface-transparent-accent-hover: #071D0B2E;
1251
+ --surface-transparent-card: #FFFFFF;
1252
+ --surface-transparent-card-active: #FFFFFFFF;
1253
+ --surface-transparent-card-brightness: #FFFFFFFF;
1254
+ --surface-transparent-card-hover: #FFFFFFFF;
1255
+ --surface-transparent-deep: #07080BA3;
1256
+ --surface-transparent-deep-active: #08090CB8;
1257
+ --surface-transparent-deep-hover: #08090CB3;
1258
+ --surface-transparent-info: #0A19241F;
1259
+ --surface-transparent-info-active: #0A192433;
1260
+ --surface-transparent-info-hover: #0A19242E;
1261
+ --surface-transparent-negative: #2E090D1F;
1262
+ --surface-transparent-negative-active: #2F090D33;
1263
+ --surface-transparent-negative-hover: #2F090D2E;
1264
+ --surface-transparent-positive: #071F0C1F;
1265
+ --surface-transparent-positive-active: #071D0B33;
1266
+ --surface-transparent-positive-hover: #071D0B2E;
1267
+ --surface-transparent-primary: #07080B0A;
1268
+ --surface-transparent-primary-active: #08090C0F;
1269
+ --surface-transparent-primary-hover: #08090C0D;
1270
+ --surface-transparent-secondary: #07080B14;
1271
+ --surface-transparent-secondary-active: #08090C1F;
1272
+ --surface-transparent-secondary-hover: #08090C1A;
1273
+ --surface-transparent-tertiary: #07080B1F;
1274
+ --surface-transparent-tertiary-active: #08090C33;
1275
+ --surface-transparent-tertiary-hover: #08090C2E;
1276
+ --surface-transparent-warning: #2912051F;
1277
+ --surface-transparent-warning-active: #29120533;
1278
+ --surface-transparent-warning-hover: #2912052E;
1279
+ --surface-warning: #291205;
1280
+ --surface-warning-active: #170A03FF;
1281
+ --surface-warning-hover: #3B1A07FF;
1282
+ --surface-warning-minor: #FEE2D2;
1283
+ --surface-warning-minor-active: #FED9C3FF;
1284
+ --surface-warning-minor-hover: #FEDCC8FF;
1285
+ --inverse-surface-accent: #071F0C;
1286
+ --inverse-surface-accent-active: #051508FF;
1287
+ --inverse-surface-accent-hover: #08250FFF;
1288
+ --inverse-surface-accent-minor: #0A2B10;
1289
+ --inverse-surface-accent-minor-active: #08210CFF;
1290
+ --inverse-surface-accent-minor-hover: #0E3A16FF;
1291
+ --inverse-surface-clear: #FFFFFF00;
1292
+ --inverse-surface-clear-active: #FFFFFF00;
1293
+ --inverse-surface-clear-hover: #FFFFFF00;
1294
+ --inverse-surface-info: #0A1924;
1295
+ --inverse-surface-info-active: #08141CFF;
1296
+ --inverse-surface-info-hover: #0C1F2CFF;
1297
+ --inverse-surface-info-minor: #0C283B;
1298
+ --inverse-surface-info-minor-active: #0A2333FF;
1299
+ --inverse-surface-info-minor-hover: #10344CFF;
1300
+ --inverse-surface-negative: #2E090D;
1301
+ --inverse-surface-negative-active: #26080BFF;
1302
+ --inverse-surface-negative-hover: #400D12FF;
1303
+ --inverse-surface-negative-minor: #4A0D13;
1304
+ --inverse-surface-negative-minor-active: #410B11FF;
1305
+ --inverse-surface-negative-minor-hover: #5B1018FF;
1306
+ --inverse-surface-positive: #071F0C;
1307
+ --inverse-surface-positive-active: #051508FF;
1308
+ --inverse-surface-positive-hover: #08250FFF;
1309
+ --inverse-surface-positive-minor: #0A2B10;
1310
+ --inverse-surface-positive-minor-active: #08210CFF;
1311
+ --inverse-surface-positive-minor-hover: #0E3A16FF;
1312
+ --inverse-surface-read-only: #F7F8FB05;
1313
+ --inverse-surface-read-only-active: #F8F9FC00;
1314
+ --inverse-surface-read-only-hover: #F8F9FC0F;
1315
+ --inverse-surface-solid-card: #16181D;
1316
+ --inverse-surface-solid-card-active: #121317FF;
1317
+ --inverse-surface-solid-card-brightness: #23262FFF;
1318
+ --inverse-surface-solid-card-hover: #1F2229FF;
1319
+ --inverse-surface-solid-default: #F7F8FB;
1320
+ --inverse-surface-solid-default-active: #F1F3F8FF;
1321
+ --inverse-surface-solid-default-hover: #FFFFFFFF;
1322
+ --inverse-surface-solid-primary: #16181D;
1323
+ --inverse-surface-solid-primary-active: #121317FF;
1324
+ --inverse-surface-solid-primary-brightness: #23262FFF;
1325
+ --inverse-surface-solid-primary-hover: #1F2229FF;
1326
+ --inverse-surface-solid-secondary: #25262D;
1327
+ --inverse-surface-solid-secondary-active: #202127FF;
1328
+ --inverse-surface-solid-secondary-hover: #2E2F38FF;
1329
+ --inverse-surface-solid-tertiary: #32353E;
1330
+ --inverse-surface-solid-tertiary-active: #2D3039FF;
1331
+ --inverse-surface-solid-tertiary-hover: #3B3F4AFF;
1332
+ --inverse-surface-transparent-accent: #071F0C33;
1333
+ --inverse-surface-transparent-accent-active: #071D0B24;
1334
+ --inverse-surface-transparent-accent-hover: #071D0B52;
1335
+ --inverse-surface-transparent-card: #F7F8FB0F;
1336
+ --inverse-surface-transparent-card-active: #F8F9FC0A;
1337
+ --inverse-surface-transparent-card-brightness: #F8F9FC0F;
1338
+ --inverse-surface-transparent-card-hover: #F8F9FC1F;
1339
+ --inverse-surface-transparent-deep: #F7F8FBA3;
1340
+ --inverse-surface-transparent-deep-active: #F8F9FC94;
1341
+ --inverse-surface-transparent-deep-hover: #F8F9FCC2;
1342
+ --inverse-surface-transparent-info: #0A192433;
1343
+ --inverse-surface-transparent-info-active: #0A192424;
1344
+ --inverse-surface-transparent-info-hover: #0A192452;
1345
+ --inverse-surface-transparent-negative: #2E090D33;
1346
+ --inverse-surface-transparent-negative-active: #2F090D24;
1347
+ --inverse-surface-transparent-negative-hover: #2F090D52;
1348
+ --inverse-surface-transparent-positive: #071F0C33;
1349
+ --inverse-surface-transparent-positive-active: #071D0B24;
1350
+ --inverse-surface-transparent-positive-hover: #071D0B52;
1351
+ --inverse-surface-transparent-primary: #F7F8FB0F;
1352
+ --inverse-surface-transparent-primary-active: #F8F9FC0A;
1353
+ --inverse-surface-transparent-primary-hover: #F8F9FC1F;
1354
+ --inverse-surface-transparent-secondary: #F7F8FB1F;
1355
+ --inverse-surface-transparent-secondary-active: #F8F9FC0F;
1356
+ --inverse-surface-transparent-secondary-hover: #F8F9FC3D;
1357
+ --inverse-surface-transparent-tertiary: #F7F8FB33;
1358
+ --inverse-surface-transparent-tertiary-active: #F8F9FC24;
1359
+ --inverse-surface-transparent-tertiary-hover: #F8F9FC52;
1360
+ --inverse-surface-transparent-warning: #29120533;
1361
+ --inverse-surface-transparent-warning-active: #29120524;
1362
+ --inverse-surface-transparent-warning-hover: #29120552;
1363
+ --inverse-surface-warning: #291205;
1364
+ --inverse-surface-warning-active: #200E04FF;
1365
+ --inverse-surface-warning-hover: #321606FF;
1366
+ --inverse-surface-warning-minor: #3D1D0A;
1367
+ --inverse-surface-warning-minor-active: #351909FF;
1368
+ --inverse-surface-warning-minor-hover: #4F250DFF;
1369
+ --on-dark-surface-accent: #071F0C;
1370
+ --on-dark-surface-accent-active: #051508FF;
1371
+ --on-dark-surface-accent-hover: #08250FFF;
1372
+ --on-dark-surface-accent-minor: #0A2B10;
1373
+ --on-dark-surface-accent-minor-active: #08210CFF;
1374
+ --on-dark-surface-accent-minor-hover: #0E3A16FF;
1375
+ --on-dark-surface-clear: #FFFFFF00;
1376
+ --on-dark-surface-clear-active: #FFFFFF00;
1377
+ --on-dark-surface-clear-hover: #FFFFFF00;
1378
+ --on-dark-surface-info: #0A1924;
1379
+ --on-dark-surface-info-active: #08141CFF;
1380
+ --on-dark-surface-info-hover: #0C1F2CFF;
1381
+ --on-dark-surface-info-minor: #0C283B;
1382
+ --on-dark-surface-info-minor-active: #0A2333FF;
1383
+ --on-dark-surface-info-minor-hover: #10344CFF;
1384
+ --on-dark-surface-negative: #2E090D;
1385
+ --on-dark-surface-negative-active: #26080BFF;
1386
+ --on-dark-surface-negative-hover: #400D12FF;
1387
+ --on-dark-surface-negative-minor: #4A0D13;
1388
+ --on-dark-surface-negative-minor-active: #410B11FF;
1389
+ --on-dark-surface-negative-minor-hover: #5B1018FF;
1390
+ --on-dark-surface-positive: #071F0C;
1391
+ --on-dark-surface-positive-active: #051508FF;
1392
+ --on-dark-surface-positive-hover: #08250FFF;
1393
+ --on-dark-surface-positive-minor: #0A2B10;
1394
+ --on-dark-surface-positive-minor-active: #08210CFF;
1395
+ --on-dark-surface-positive-minor-hover: #0E3A16FF;
1396
+ --on-dark-surface-read-only: #F7F8FB05;
1397
+ --on-dark-surface-read-only-active: #F8F9FC00;
1398
+ --on-dark-surface-read-only-hover: #F8F9FC0F;
1399
+ --on-dark-surface-solid-card: #16181D;
1400
+ --on-dark-surface-solid-card-active: #121317FF;
1401
+ --on-dark-surface-solid-card-brightness: #23262FFF;
1402
+ --on-dark-surface-solid-card-hover: #1F2229FF;
1403
+ --on-dark-surface-solid-default: #F7F8FB;
1404
+ --on-dark-surface-solid-default-active: #F1F3F8FF;
1405
+ --on-dark-surface-solid-default-hover: #FFFFFFFF;
1406
+ --on-dark-surface-solid-primary: #16181D;
1407
+ --on-dark-surface-solid-primary-active: #121317FF;
1408
+ --on-dark-surface-solid-primary-brightness: #23262FFF;
1409
+ --on-dark-surface-solid-primary-hover: #1F2229FF;
1410
+ --on-dark-surface-solid-secondary: #25262D;
1411
+ --on-dark-surface-solid-secondary-active: #202127FF;
1412
+ --on-dark-surface-solid-secondary-hover: #2E2F38FF;
1413
+ --on-dark-surface-solid-tertiary: #32353E;
1414
+ --on-dark-surface-solid-tertiary-active: #2D3039FF;
1415
+ --on-dark-surface-solid-tertiary-hover: #3B3F4AFF;
1416
+ --on-dark-surface-transparent-accent: #071F0C33;
1417
+ --on-dark-surface-transparent-accent-active: #071D0B24;
1418
+ --on-dark-surface-transparent-accent-hover: #071D0B52;
1419
+ --on-dark-surface-transparent-card: #F7F8FB0F;
1420
+ --on-dark-surface-transparent-card-active: #F8F9FC0A;
1421
+ --on-dark-surface-transparent-card-brightness: #F8F9FC0F;
1422
+ --on-dark-surface-transparent-card-hover: #F8F9FC1F;
1423
+ --on-dark-surface-transparent-deep: #F7F8FBA3;
1424
+ --on-dark-surface-transparent-deep-active: #F8F9FC94;
1425
+ --on-dark-surface-transparent-deep-hover: #F8F9FCC2;
1426
+ --on-dark-surface-transparent-info: #0A192433;
1427
+ --on-dark-surface-transparent-info-active: #0A192424;
1428
+ --on-dark-surface-transparent-info-hover: #0A192452;
1429
+ --on-dark-surface-transparent-negative: #2E090D33;
1430
+ --on-dark-surface-transparent-negative-active: #2F090D24;
1431
+ --on-dark-surface-transparent-negative-hover: #2F090D52;
1432
+ --on-dark-surface-transparent-positive: #071F0C33;
1433
+ --on-dark-surface-transparent-positive-active: #071D0B24;
1434
+ --on-dark-surface-transparent-positive-hover: #071D0B52;
1435
+ --on-dark-surface-transparent-primary: #F7F8FB0F;
1436
+ --on-dark-surface-transparent-primary-active: #F8F9FC0A;
1437
+ --on-dark-surface-transparent-primary-hover: #F8F9FC1F;
1438
+ --on-dark-surface-transparent-secondary: #F7F8FB1F;
1439
+ --on-dark-surface-transparent-secondary-active: #F8F9FC0F;
1440
+ --on-dark-surface-transparent-secondary-hover: #F8F9FC3D;
1441
+ --on-dark-surface-transparent-tertiary: #F7F8FB33;
1442
+ --on-dark-surface-transparent-tertiary-active: #F8F9FC24;
1443
+ --on-dark-surface-transparent-tertiary-hover: #F8F9FC52;
1444
+ --on-dark-surface-transparent-warning: #29120533;
1445
+ --on-dark-surface-transparent-warning-active: #29120524;
1446
+ --on-dark-surface-transparent-warning-hover: #29120552;
1447
+ --on-dark-surface-warning: #291205;
1448
+ --on-dark-surface-warning-active: #200E04FF;
1449
+ --on-dark-surface-warning-hover: #321606FF;
1450
+ --on-dark-surface-warning-minor: #3D1D0A;
1451
+ --on-dark-surface-warning-minor-active: #351909FF;
1452
+ --on-dark-surface-warning-minor-hover: #4F250DFF;
1453
+ --on-light-surface-accent: #071F0C;
1454
+ --on-light-surface-accent-active: #030C05FF;
1455
+ --on-light-surface-accent-hover: #0A2E12FF;
1456
+ --on-light-surface-accent-minor: #9EFAAF;
1457
+ --on-light-surface-accent-minor-active: #8BF99FFF;
1458
+ --on-light-surface-accent-minor-hover: #94F9A7FF;
1459
+ --on-light-surface-clear: #FFFFFF00;
1460
+ --on-light-surface-clear-active: #FFFFFF00;
1461
+ --on-light-surface-clear-hover: #FFFFFF00;
1462
+ --on-light-surface-info: #0A1924;
1463
+ --on-light-surface-info-active: #050E14FF;
1464
+ --on-light-surface-info-hover: #0E2434FF;
1465
+ --on-light-surface-info-minor: #CFECFF;
1466
+ --on-light-surface-info-minor-active: #C2E7FFFF;
1467
+ --on-light-surface-info-minor-hover: #C7E9FFFF;
1468
+ --on-light-surface-negative: #2E090D;
1469
+ --on-light-surface-negative-active: #1E0608FF;
1470
+ --on-light-surface-negative-hover: #400D12FF;
1471
+ --on-light-surface-negative-minor: #FFE0E3;
1472
+ --on-light-surface-negative-minor-active: #FFD1D6FF;
1473
+ --on-light-surface-negative-minor-hover: #FFD6DAFF;
1474
+ --on-light-surface-positive: #071F0C;
1475
+ --on-light-surface-positive-active: #030C05FF;
1476
+ --on-light-surface-positive-hover: #0A2E12FF;
1477
+ --on-light-surface-positive-minor: #9EFAAF;
1478
+ --on-light-surface-positive-minor-active: #8BF99FFF;
1479
+ --on-light-surface-positive-minor-hover: #94F9A7FF;
1480
+ --on-light-surface-read-only: #F7F8FB03;
1481
+ --on-light-surface-read-only-active: #F8F9FC08;
1482
+ --on-light-surface-read-only-hover: #F8F9FC05;
1483
+ --on-light-surface-solid-card: #FFFFFF;
1484
+ --on-light-surface-solid-card-active: #FFFFFFFF;
1485
+ --on-light-surface-solid-card-brightness: #FFFFFFFF;
1486
+ --on-light-surface-solid-card-hover: #FFFFFFFF;
1487
+ --on-light-surface-solid-default: #07080B;
1488
+ --on-light-surface-solid-default-active: #040506FF;
1489
+ --on-light-surface-solid-default-hover: #14171FFF;
1490
+ --on-light-surface-solid-primary: #F4F5FB;
1491
+ --on-light-surface-solid-primary-active: #ECEEF8FF;
1492
+ --on-light-surface-solid-primary-brightness: #FFFFFFFF;
1493
+ --on-light-surface-solid-primary-hover: #F0F1FAFF;
1494
+ --on-light-surface-solid-secondary: #ECEDF4;
1495
+ --on-light-surface-solid-secondary-active: #E2E3EEFF;
1496
+ --on-light-surface-solid-secondary-hover: #E5E6F0FF;
1497
+ --on-light-surface-solid-tertiary: #D8DCE8;
1498
+ --on-light-surface-solid-tertiary-active: #CCD1E1FF;
1499
+ --on-light-surface-solid-tertiary-hover: #D2D7E5FF;
1500
+ --on-light-surface-transparent-accent: #071F0C1F;
1501
+ --on-light-surface-transparent-accent-active: #071D0B33;
1502
+ --on-light-surface-transparent-accent-hover: #071D0B2E;
1503
+ --on-light-surface-transparent-card: #FFFFFF;
1504
+ --on-light-surface-transparent-card-active: #FFFFFFFF;
1505
+ --on-light-surface-transparent-card-brightness: #FFFFFFFF;
1506
+ --on-light-surface-transparent-card-hover: #FFFFFFFF;
1507
+ --on-light-surface-transparent-deep: #07080BA3;
1508
+ --on-light-surface-transparent-deep-active: #08090CB8;
1509
+ --on-light-surface-transparent-deep-hover: #08090CB3;
1510
+ --on-light-surface-transparent-info: #0A19241F;
1511
+ --on-light-surface-transparent-info-active: #0A192433;
1512
+ --on-light-surface-transparent-info-hover: #0A19242E;
1513
+ --on-light-surface-transparent-negative: #2E090D1F;
1514
+ --on-light-surface-transparent-negative-active: #2F090D33;
1515
+ --on-light-surface-transparent-negative-hover: #2F090D2E;
1516
+ --on-light-surface-transparent-positive: #071F0C1F;
1517
+ --on-light-surface-transparent-positive-active: #071D0B33;
1518
+ --on-light-surface-transparent-positive-hover: #071D0B2E;
1519
+ --on-light-surface-transparent-primary: #07080B0A;
1520
+ --on-light-surface-transparent-primary-active: #08090C0F;
1521
+ --on-light-surface-transparent-primary-hover: #08090C0D;
1522
+ --on-light-surface-transparent-secondary: #07080B14;
1523
+ --on-light-surface-transparent-secondary-active: #08090C1F;
1524
+ --on-light-surface-transparent-secondary-hover: #08090C1A;
1525
+ --on-light-surface-transparent-tertiary: #07080B1F;
1526
+ --on-light-surface-transparent-tertiary-active: #08090C33;
1527
+ --on-light-surface-transparent-tertiary-hover: #08090C2E;
1528
+ --on-light-surface-transparent-warning: #2912051F;
1529
+ --on-light-surface-transparent-warning-active: #29120533;
1530
+ --on-light-surface-transparent-warning-hover: #2912052E;
1531
+ --on-light-surface-warning: #291205;
1532
+ --on-light-surface-warning-active: #170A03FF;
1533
+ --on-light-surface-warning-hover: #3B1A07FF;
1534
+ --on-light-surface-warning-minor: #FEE2D2;
1535
+ --on-light-surface-warning-minor-active: #FED9C3FF;
1536
+ --on-light-surface-warning-minor-hover: #FEDCC8FF;
1537
+ --text-accent: #095C18;
1538
+ --text-accent-active: #0D8222FF;
1539
+ --text-accent-hover: #11A72CFF;
1540
+ --text-accent-minor: #28D247;
1541
+ --text-accent-minor-active: #21B03CFF;
1542
+ --text-accent-minor-hover: #47DC62FF;
1543
+ --text-info: #0D5382;
1544
+ --text-info-active: #116BA7FF;
1545
+ --text-info-hover: #1483CCFF;
1546
+ --text-info-minor: #52BAFF;
1547
+ --text-info-minor-active: #29A9FFFF;
1548
+ --text-info-minor-hover: #7ACAFFFF;
1549
+ --text-negative: #9C1422;
1550
+ --text-negative-active: #7A101AFF;
1551
+ --text-negative-hover: #C2192AFF;
1552
+ --text-negative-minor: #FF8F9A;
1553
+ --text-negative-minor-active: #FF6675FF;
1554
+ --text-negative-minor-hover: #FFB8BFFF;
1555
+ --text-paragraph: #16181DCC;
1556
+ --text-paragraph-active: #16181DA3;
1557
+ --text-paragraph-hover: #16181D7A;
1558
+ --text-positive: #095C18;
1559
+ --text-positive-active: #0D8222FF;
1560
+ --text-positive-hover: #11A72CFF;
1561
+ --text-positive-minor: #28D247;
1562
+ --text-positive-minor-active: #21B03CFF;
1563
+ --text-positive-minor-hover: #47DC62FF;
1564
+ --text-primary: #16181DF5;
1565
+ --text-primary-active: #16181DC4;
1566
+ --text-primary-brightness: #16181DF5;
1567
+ --text-primary-hover: #16181D93;
1568
+ --text-secondary: #16181D8F;
1569
+ --text-secondary-active: #16181DAB;
1570
+ --text-secondary-hover: #16181DFF;
1571
+ --text-tertiary: #16181D47;
1572
+ --text-tertiary-active: #16181D56;
1573
+ --text-tertiary-hover: #16181DFF;
1574
+ --text-warning: #85380C;
1575
+ --text-warning-active: #A84710FF;
1576
+ --text-warning-hover: #CD5713FF;
1577
+ --text-warning-minor: #FD9C68;
1578
+ --text-warning-minor-active: #FC8240FF;
1579
+ --text-warning-minor-hover: #FDB790FF;
1580
+ --inverse-text-accent: #0D8523;
1581
+ --inverse-text-accent-active: #10A22BFF;
1582
+ --inverse-text-accent-hover: #13BE32FF;
1583
+ --inverse-text-accent-minor: #095C18;
1584
+ --inverse-text-accent-minor-active: #0C7920FF;
1585
+ --inverse-text-accent-minor-hover: #0F9527FF;
1586
+ --inverse-text-info: #0C72B6;
1587
+ --inverse-text-info-active: #0A6099FF;
1588
+ --inverse-text-info-hover: #229EF1FF;
1589
+ --inverse-text-info-minor: #0D5382;
1590
+ --inverse-text-info-minor-active: #10659EFF;
1591
+ --inverse-text-info-minor-hover: #1277BAFF;
1592
+ --inverse-text-negative: #E31227;
1593
+ --inverse-text-negative-active: #C61022FF;
1594
+ --inverse-text-negative-hover: #ED263AFF;
1595
+ --inverse-text-negative-minor: #9C1422;
1596
+ --inverse-text-negative-minor-active: #83111CFF;
1597
+ --inverse-text-negative-minor-hover: #B91828FF;
1598
+ --inverse-text-paragraph: #F7F8FBCC;
1599
+ --inverse-text-paragraph-active: #F8F9FCA3;
1600
+ --inverse-text-paragraph-hover: #F8F9FC7A;
1601
+ --inverse-text-positive: #0D8523;
1602
+ --inverse-text-positive-active: #10A22BFF;
1603
+ --inverse-text-positive-hover: #13BE32FF;
1604
+ --inverse-text-positive-minor: #095C18;
1605
+ --inverse-text-positive-minor-active: #0C7920FF;
1606
+ --inverse-text-positive-minor-hover: #0F9527FF;
1607
+ --inverse-text-primary: #F7F8FBF5;
1608
+ --inverse-text-primary-active: #F8F9FCC4;
1609
+ --inverse-text-primary-brightness: #F8F9FCF5;
1610
+ --inverse-text-primary-hover: #F8F9FC93;
1611
+ --inverse-text-secondary: #F7F8FB8F;
1612
+ --inverse-text-secondary-active: #F8F9FCAB;
1613
+ --inverse-text-secondary-hover: #F8F9FCFF;
1614
+ --inverse-text-tertiary: #F7F8FB47;
1615
+ --inverse-text-tertiary-active: #F8F9FC56;
1616
+ --inverse-text-tertiary-hover: #F8F9FCFF;
1617
+ --inverse-text-warning: #D14D00;
1618
+ --inverse-text-warning-active: #B34100FF;
1619
+ --inverse-text-warning-hover: #F05800FF;
1620
+ --inverse-text-warning-minor: #85380C;
1621
+ --inverse-text-warning-minor-active: #9F440FFF;
1622
+ --inverse-text-warning-minor-hover: #BB4F11FF;
1623
+ --on-dark-text-accent: #0D8523;
1624
+ --on-dark-text-accent-active: #10A22BFF;
1625
+ --on-dark-text-accent-hover: #13BE32FF;
1626
+ --on-dark-text-accent-minor: #095C18;
1627
+ --on-dark-text-accent-minor-active: #0C7920FF;
1628
+ --on-dark-text-accent-minor-hover: #0F9527FF;
1629
+ --on-dark-text-info: #0C72B6;
1630
+ --on-dark-text-info-active: #0A6099FF;
1631
+ --on-dark-text-info-hover: #229EF1FF;
1632
+ --on-dark-text-info-minor: #0D5382;
1633
+ --on-dark-text-info-minor-active: #10659EFF;
1634
+ --on-dark-text-info-minor-hover: #1277BAFF;
1635
+ --on-dark-text-negative: #E31227;
1636
+ --on-dark-text-negative-active: #C61022FF;
1637
+ --on-dark-text-negative-hover: #ED263AFF;
1638
+ --on-dark-text-negative-minor: #9C1422;
1639
+ --on-dark-text-negative-minor-active: #83111CFF;
1640
+ --on-dark-text-negative-minor-hover: #B91828FF;
1641
+ --on-dark-text-paragraph: #F7F8FBCC;
1642
+ --on-dark-text-paragraph-active: #F8F9FCA3;
1643
+ --on-dark-text-paragraph-hover: #F8F9FC7A;
1644
+ --on-dark-text-positive: #0D8523;
1645
+ --on-dark-text-positive-active: #10A22BFF;
1646
+ --on-dark-text-positive-hover: #13BE32FF;
1647
+ --on-dark-text-positive-minor: #095C18;
1648
+ --on-dark-text-positive-minor-active: #0C7920FF;
1649
+ --on-dark-text-positive-minor-hover: #0F9527FF;
1650
+ --on-dark-text-primary: #F7F8FBF5;
1651
+ --on-dark-text-primary-active: #F8F9FCC4;
1652
+ --on-dark-text-primary-brightness: #F8F9FCF5;
1653
+ --on-dark-text-primary-hover: #F8F9FC93;
1654
+ --on-dark-text-secondary: #F7F8FB8F;
1655
+ --on-dark-text-secondary-active: #F8F9FCAB;
1656
+ --on-dark-text-secondary-hover: #F8F9FCFF;
1657
+ --on-dark-text-tertiary: #F7F8FB47;
1658
+ --on-dark-text-tertiary-active: #F8F9FC56;
1659
+ --on-dark-text-tertiary-hover: #F8F9FCFF;
1660
+ --on-dark-text-warning: #D14D00;
1661
+ --on-dark-text-warning-active: #B34100FF;
1662
+ --on-dark-text-warning-hover: #F05800FF;
1663
+ --on-dark-text-warning-minor: #85380C;
1664
+ --on-dark-text-warning-minor-active: #9F440FFF;
1665
+ --on-dark-text-warning-minor-hover: #BB4F11FF;
1666
+ --on-light-text-accent: #095C18;
1667
+ --on-light-text-accent-active: #0D8222FF;
1668
+ --on-light-text-accent-hover: #11A72CFF;
1669
+ --on-light-text-accent-minor: #28D247;
1670
+ --on-light-text-accent-minor-active: #21B03CFF;
1671
+ --on-light-text-accent-minor-hover: #47DC62FF;
1672
+ --on-light-text-info: #0D5382;
1673
+ --on-light-text-info-active: #116BA7FF;
1674
+ --on-light-text-info-hover: #1483CCFF;
1675
+ --on-light-text-info-minor: #52BAFF;
1676
+ --on-light-text-info-minor-active: #29A9FFFF;
1677
+ --on-light-text-info-minor-hover: #7ACAFFFF;
1678
+ --on-light-text-negative: #9C1422;
1679
+ --on-light-text-negative-active: #7A101AFF;
1680
+ --on-light-text-negative-hover: #C2192AFF;
1681
+ --on-light-text-negative-minor: #FF8F9A;
1682
+ --on-light-text-negative-minor-active: #FF6675FF;
1683
+ --on-light-text-negative-minor-hover: #FFB8BFFF;
1684
+ --on-light-text-paragraph: #16181DCC;
1685
+ --on-light-text-paragraph-active: #16181DA3;
1686
+ --on-light-text-paragraph-hover: #16181D7A;
1687
+ --on-light-text-positive: #095C18;
1688
+ --on-light-text-positive-active: #0D8222FF;
1689
+ --on-light-text-positive-hover: #11A72CFF;
1690
+ --on-light-text-positive-minor: #28D247;
1691
+ --on-light-text-positive-minor-active: #21B03CFF;
1692
+ --on-light-text-positive-minor-hover: #47DC62FF;
1693
+ --on-light-text-primary: #16181DF5;
1694
+ --on-light-text-primary-active: #16181DC4;
1695
+ --on-light-text-primary-brightness: #16181DF5;
1696
+ --on-light-text-primary-hover: #16181D93;
1697
+ --on-light-text-secondary: #16181D8F;
1698
+ --on-light-text-secondary-active: #16181DAB;
1699
+ --on-light-text-secondary-hover: #16181DFF;
1700
+ --on-light-text-tertiary: #16181D47;
1701
+ --on-light-text-tertiary-active: #16181D56;
1702
+ --on-light-text-tertiary-hover: #16181DFF;
1703
+ --on-light-text-warning: #85380C;
1704
+ --on-light-text-warning-active: #A84710FF;
1705
+ --on-light-text-warning-hover: #CD5713FF;
1706
+ --on-light-text-warning-minor: #FD9C68;
1707
+ --on-light-text-warning-minor-active: #FC8240FF;
1708
+ --on-light-text-warning-minor-hover: #FDB790FF;
1709
+ color: var(--text-primary);
1710
+ background-color: var(--background-primary);
1711
+ }
1712
+
1713
+ .light {
1714
+
1715
+ }
1716
+
1717
+ .dark, .light {
1718
+ --shadow-down-hard-l: 0rem 3.75rem 7rem -0.5rem #00000066;
1719
+ --shadow-down-hard-m: 0rem 1rem 2rem -0.5rem #0000003D;
1720
+ --shadow-down-hard-s: 0rem 0.25rem 0.75rem -0.1875rem #08080829, 0rem 0.0625rem 0.25rem -0.125rem #00000014;
1721
+ --shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;
1722
+ --shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;
1723
+ --shadow-down-soft-s: 0rem 0.25rem 0.875rem -0.25rem #08080814, 0rem 0.0625rem 0.25rem -0.0625rem #0000000A;
1724
+ --shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;
1725
+ --shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;
1726
+ --shadow-up-hard-s: 0rem -0.25rem 0.75rem -0.1875rem #08080833, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
1727
+ --shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;
1728
+ --shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;
1729
+ --shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
1730
+ }
1731
+
1732
+ .dark, .light {
1733
+ --border-radius-circle: 100rem;
1734
+ --border-radius-l: 1rem;
1735
+ --border-radius-m: 0.75rem;
1736
+ --border-radius-s: 0.5rem;
1737
+ --border-radius-xl: 1.25rem;
1738
+ --border-radius-xs: 0.375rem;
1739
+ --border-radius-xxl: 2rem;
1740
+ --border-radius-xxs: 0.25rem;
1741
+ }
1742
+
1743
+ .dark, .light {
1744
+ --spacing-0x: 0rem;
1745
+ --spacing-10x: 1.25rem;
1746
+ --spacing-12x: 1.5rem;
1747
+ --spacing-16x: 2rem;
1748
+ --spacing-1x: 0.125rem;
1749
+ --spacing-20x: 2.5rem;
1750
+ --spacing-24x: 3rem;
1751
+ --spacing-2x: 0.25rem;
1752
+ --spacing-32x: 4rem;
1753
+ --spacing-3x: 0.375rem;
1754
+ --spacing-40x: 5rem;
1755
+ --spacing-4x: 0.5rem;
1756
+ --spacing-60x: 7.5rem;
1757
+ --spacing-6x: 0.75rem;
1758
+ --spacing-8x: 1rem;
1759
+ }
1760
+
1761
+ .dark, .light {
1762
+ font-size: 16px;
1763
+ --plasma-typo-overflow-wrap: break-word;
1764
+ --plasma-typo-hyphens: auto;
1765
+ --plasma-typo-display-font-family: 'SB Sans Display', sans-serif;
1766
+ --plasma-typo-body-font-family: 'SB Sans Text', sans-serif;
1767
+ --plasma-typo-header-font-family: 'SB Sans Display', sans-serif;
1768
+ --plasma-typo-text-font-family: 'SB Sans Text', sans-serif;
1769
+ --plasma-typo-body-l-bold-font-family: var(--plasma-typo-text-font-family);
1770
+ --plasma-typo-body-l-bold-letter-spacing: -0.02em;
1771
+ --plasma-typo-body-l-bold-font-style: normal;
1772
+ --plasma-typo-body-l-medium-font-family: var(--plasma-typo-text-font-family);
1773
+ --plasma-typo-body-l-medium-letter-spacing: -0.02em;
1774
+ --plasma-typo-body-l-medium-font-style: normal;
1775
+ --plasma-typo-body-l-font-family: var(--plasma-typo-text-font-family);
1776
+ --plasma-typo-body-l-letter-spacing: -0.02em;
1777
+ --plasma-typo-body-l-font-style: normal;
1778
+ --plasma-typo-body-m-bold-font-family: var(--plasma-typo-text-font-family);
1779
+ --plasma-typo-body-m-bold-letter-spacing: -0.02em;
1780
+ --plasma-typo-body-m-bold-font-style: normal;
1781
+ --plasma-typo-body-m-medium-font-family: var(--plasma-typo-text-font-family);
1782
+ --plasma-typo-body-m-medium-letter-spacing: -0.02em;
1783
+ --plasma-typo-body-m-medium-font-style: normal;
1784
+ --plasma-typo-body-m-font-family: var(--plasma-typo-text-font-family);
1785
+ --plasma-typo-body-m-letter-spacing: -0.02em;
1786
+ --plasma-typo-body-m-font-style: normal;
1787
+ --plasma-typo-body-s-bold-font-family: var(--plasma-typo-text-font-family);
1788
+ --plasma-typo-body-s-bold-letter-spacing: -0.02em;
1789
+ --plasma-typo-body-s-bold-font-style: normal;
1790
+ --plasma-typo-body-s-medium-font-family: var(--plasma-typo-text-font-family);
1791
+ --plasma-typo-body-s-medium-letter-spacing: -0.02em;
1792
+ --plasma-typo-body-s-medium-font-style: normal;
1793
+ --plasma-typo-body-s-font-family: var(--plasma-typo-text-font-family);
1794
+ --plasma-typo-body-s-letter-spacing: -0.02em;
1795
+ --plasma-typo-body-s-font-style: normal;
1796
+ --plasma-typo-body-xs-bold-font-family: var(--plasma-typo-text-font-family);
1797
+ --plasma-typo-body-xs-bold-letter-spacing: -0.02em;
1798
+ --plasma-typo-body-xs-bold-font-style: normal;
1799
+ --plasma-typo-body-xs-medium-font-family: var(--plasma-typo-text-font-family);
1800
+ --plasma-typo-body-xs-medium-letter-spacing: -0.02em;
1801
+ --plasma-typo-body-xs-medium-font-style: normal;
1802
+ --plasma-typo-body-xs-font-family: var(--plasma-typo-text-font-family);
1803
+ --plasma-typo-body-xs-letter-spacing: -0.02em;
1804
+ --plasma-typo-body-xs-font-style: normal;
1805
+ --plasma-typo-body-xxs-bold-font-family: var(--plasma-typo-text-font-family);
1806
+ --plasma-typo-body-xxs-bold-letter-spacing: -0.02em;
1807
+ --plasma-typo-body-xxs-bold-font-style: normal;
1808
+ --plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-text-font-family);
1809
+ --plasma-typo-body-xxs-medium-letter-spacing: -0.02em;
1810
+ --plasma-typo-body-xxs-medium-font-style: normal;
1811
+ --plasma-typo-body-xxs-font-family: var(--plasma-typo-text-font-family);
1812
+ --plasma-typo-body-xxs-letter-spacing: -0.02em;
1813
+ --plasma-typo-body-xxs-font-style: normal;
1814
+ --plasma-typo-dspl-l-bold-font-family: var(--plasma-typo-display-font-family);
1815
+ --plasma-typo-dspl-l-bold-letter-spacing: normal;
1816
+ --plasma-typo-dspl-l-bold-font-style: normal;
1817
+ --plasma-typo-dspl-l-medium-font-family: var(--plasma-typo-display-font-family);
1818
+ --plasma-typo-dspl-l-medium-letter-spacing: normal;
1819
+ --plasma-typo-dspl-l-medium-font-style: normal;
1820
+ --plasma-typo-dspl-l-font-family: var(--plasma-typo-display-font-family);
1821
+ --plasma-typo-dspl-l-letter-spacing: normal;
1822
+ --plasma-typo-dspl-l-font-style: normal;
1823
+ --plasma-typo-dspl-m-bold-font-family: var(--plasma-typo-display-font-family);
1824
+ --plasma-typo-dspl-m-bold-letter-spacing: normal;
1825
+ --plasma-typo-dspl-m-bold-font-style: normal;
1826
+ --plasma-typo-dspl-m-medium-font-family: var(--plasma-typo-display-font-family);
1827
+ --plasma-typo-dspl-m-medium-letter-spacing: normal;
1828
+ --plasma-typo-dspl-m-medium-font-style: normal;
1829
+ --plasma-typo-dspl-m-font-family: var(--plasma-typo-display-font-family);
1830
+ --plasma-typo-dspl-m-letter-spacing: normal;
1831
+ --plasma-typo-dspl-m-font-style: normal;
1832
+ --plasma-typo-dspl-s-bold-font-family: var(--plasma-typo-display-font-family);
1833
+ --plasma-typo-dspl-s-bold-letter-spacing: normal;
1834
+ --plasma-typo-dspl-s-bold-font-style: normal;
1835
+ --plasma-typo-dspl-s-medium-font-family: var(--plasma-typo-display-font-family);
1836
+ --plasma-typo-dspl-s-medium-letter-spacing: normal;
1837
+ --plasma-typo-dspl-s-medium-font-style: normal;
1838
+ --plasma-typo-dspl-s-font-family: var(--plasma-typo-display-font-family);
1839
+ --plasma-typo-dspl-s-letter-spacing: normal;
1840
+ --plasma-typo-dspl-s-font-style: normal;
1841
+ --plasma-typo-h1-bold-font-family: var(--plasma-typo-display-font-family);
1842
+ --plasma-typo-h1-bold-letter-spacing: normal;
1843
+ --plasma-typo-h1-bold-font-style: normal;
1844
+ --plasma-typo-h1-medium-font-family: var(--plasma-typo-display-font-family);
1845
+ --plasma-typo-h1-medium-letter-spacing: normal;
1846
+ --plasma-typo-h1-medium-font-style: normal;
1847
+ --plasma-typo-h1-font-family: var(--plasma-typo-display-font-family);
1848
+ --plasma-typo-h1-letter-spacing: normal;
1849
+ --plasma-typo-h1-font-style: normal;
1850
+ --plasma-typo-h2-bold-font-family: var(--plasma-typo-display-font-family);
1851
+ --plasma-typo-h2-bold-letter-spacing: normal;
1852
+ --plasma-typo-h2-bold-font-style: normal;
1853
+ --plasma-typo-h2-medium-font-family: var(--plasma-typo-display-font-family);
1854
+ --plasma-typo-h2-medium-letter-spacing: normal;
1855
+ --plasma-typo-h2-medium-font-style: normal;
1856
+ --plasma-typo-h2-font-family: var(--plasma-typo-display-font-family);
1857
+ --plasma-typo-h2-letter-spacing: normal;
1858
+ --plasma-typo-h2-font-style: normal;
1859
+ --plasma-typo-h3-bold-font-family: var(--plasma-typo-display-font-family);
1860
+ --plasma-typo-h3-bold-letter-spacing: normal;
1861
+ --plasma-typo-h3-bold-font-style: normal;
1862
+ --plasma-typo-h3-medium-font-family: var(--plasma-typo-display-font-family);
1863
+ --plasma-typo-h3-medium-letter-spacing: normal;
1864
+ --plasma-typo-h3-medium-font-style: normal;
1865
+ --plasma-typo-h3-font-family: var(--plasma-typo-display-font-family);
1866
+ --plasma-typo-h3-letter-spacing: normal;
1867
+ --plasma-typo-h3-font-style: normal;
1868
+ --plasma-typo-h4-bold-font-family: var(--plasma-typo-display-font-family);
1869
+ --plasma-typo-h4-bold-letter-spacing: normal;
1870
+ --plasma-typo-h4-bold-font-style: normal;
1871
+ --plasma-typo-h4-medium-font-family: var(--plasma-typo-display-font-family);
1872
+ --plasma-typo-h4-medium-letter-spacing: normal;
1873
+ --plasma-typo-h4-medium-font-style: normal;
1874
+ --plasma-typo-h4-font-family: var(--plasma-typo-display-font-family);
1875
+ --plasma-typo-h4-letter-spacing: normal;
1876
+ --plasma-typo-h4-font-style: normal;
1877
+ --plasma-typo-h5-bold-font-family: var(--plasma-typo-display-font-family);
1878
+ --plasma-typo-h5-bold-letter-spacing: normal;
1879
+ --plasma-typo-h5-bold-font-style: normal;
1880
+ --plasma-typo-h5-medium-font-family: var(--plasma-typo-display-font-family);
1881
+ --plasma-typo-h5-medium-letter-spacing: normal;
1882
+ --plasma-typo-h5-medium-font-style: normal;
1883
+ --plasma-typo-h5-font-family: var(--plasma-typo-display-font-family);
1884
+ --plasma-typo-h5-letter-spacing: normal;
1885
+ --plasma-typo-h5-font-style: normal;
1886
+ --plasma-typo-text-l-bold-font-family: var(--plasma-typo-text-font-family);
1887
+ --plasma-typo-text-l-bold-letter-spacing: -0.02em;
1888
+ --plasma-typo-text-l-bold-font-style: normal;
1889
+ --plasma-typo-text-l-medium-font-family: var(--plasma-typo-text-font-family);
1890
+ --plasma-typo-text-l-medium-letter-spacing: -0.02em;
1891
+ --plasma-typo-text-l-medium-font-style: normal;
1892
+ --plasma-typo-text-l-font-family: var(--plasma-typo-text-font-family);
1893
+ --plasma-typo-text-l-letter-spacing: -0.02em;
1894
+ --plasma-typo-text-l-font-style: normal;
1895
+ --plasma-typo-text-m-bold-font-family: var(--plasma-typo-text-font-family);
1896
+ --plasma-typo-text-m-bold-letter-spacing: -0.02em;
1897
+ --plasma-typo-text-m-bold-font-style: normal;
1898
+ --plasma-typo-text-m-medium-font-family: var(--plasma-typo-text-font-family);
1899
+ --plasma-typo-text-m-medium-letter-spacing: -0.02em;
1900
+ --plasma-typo-text-m-medium-font-style: normal;
1901
+ --plasma-typo-text-m-font-family: var(--plasma-typo-text-font-family);
1902
+ --plasma-typo-text-m-letter-spacing: -0.02em;
1903
+ --plasma-typo-text-m-font-style: normal;
1904
+ --plasma-typo-text-s-bold-font-family: var(--plasma-typo-text-font-family);
1905
+ --plasma-typo-text-s-bold-letter-spacing: -0.02em;
1906
+ --plasma-typo-text-s-bold-font-style: normal;
1907
+ --plasma-typo-text-s-medium-font-family: var(--plasma-typo-text-font-family);
1908
+ --plasma-typo-text-s-medium-letter-spacing: -0.02em;
1909
+ --plasma-typo-text-s-medium-font-style: normal;
1910
+ --plasma-typo-text-s-font-family: var(--plasma-typo-text-font-family);
1911
+ --plasma-typo-text-s-letter-spacing: -0.02em;
1912
+ --plasma-typo-text-s-font-style: normal;
1913
+ --plasma-typo-text-xs-bold-font-family: var(--plasma-typo-text-font-family);
1914
+ --plasma-typo-text-xs-bold-letter-spacing: -0.02em;
1915
+ --plasma-typo-text-xs-bold-font-style: normal;
1916
+ --plasma-typo-text-xs-medium-font-family: var(--plasma-typo-text-font-family);
1917
+ --plasma-typo-text-xs-medium-letter-spacing: -0.02em;
1918
+ --plasma-typo-text-xs-medium-font-style: normal;
1919
+ --plasma-typo-text-xs-font-family: var(--plasma-typo-text-font-family);
1920
+ --plasma-typo-text-xs-letter-spacing: -0.02em;
1921
+ --plasma-typo-text-xs-font-style: normal;
1922
+ }
1923
+
1924
+ @media (max-width: 559px) {
1925
+ .dark, .light {
1926
+ --plasma-typo-body-l-bold-font-size: 1.125rem;
1927
+ --plasma-typo-body-l-bold-font-weight: 600;
1928
+ --plasma-typo-body-l-bold-line-height: 1.375rem;
1929
+ --plasma-typo-body-l-medium-font-size: 1.125rem;
1930
+ --plasma-typo-body-l-medium-font-weight: 500;
1931
+ --plasma-typo-body-l-medium-line-height: 1.375rem;
1932
+ --plasma-typo-body-l-font-size: 1.125rem;
1933
+ --plasma-typo-body-l-font-weight: 400;
1934
+ --plasma-typo-body-l-line-height: 1.375rem;
1935
+ --plasma-typo-body-m-bold-font-size: 1rem;
1936
+ --plasma-typo-body-m-bold-font-weight: 600;
1937
+ --plasma-typo-body-m-bold-line-height: 1.25rem;
1938
+ --plasma-typo-body-m-medium-font-size: 1rem;
1939
+ --plasma-typo-body-m-medium-font-weight: 500;
1940
+ --plasma-typo-body-m-medium-line-height: 1.25rem;
1941
+ --plasma-typo-body-m-font-size: 1rem;
1942
+ --plasma-typo-body-m-font-weight: 400;
1943
+ --plasma-typo-body-m-line-height: 1.25rem;
1944
+ --plasma-typo-body-s-bold-font-size: 0.875rem;
1945
+ --plasma-typo-body-s-bold-font-weight: 600;
1946
+ --plasma-typo-body-s-bold-line-height: 1.125rem;
1947
+ --plasma-typo-body-s-medium-font-size: 0.875rem;
1948
+ --plasma-typo-body-s-medium-font-weight: 500;
1949
+ --plasma-typo-body-s-medium-line-height: 1.125rem;
1950
+ --plasma-typo-body-s-font-size: 0.875rem;
1951
+ --plasma-typo-body-s-font-weight: 400;
1952
+ --plasma-typo-body-s-line-height: 1.125rem;
1953
+ --plasma-typo-body-xs-bold-font-size: 0.75rem;
1954
+ --plasma-typo-body-xs-bold-font-weight: 600;
1955
+ --plasma-typo-body-xs-bold-line-height: 0.875rem;
1956
+ --plasma-typo-body-xs-medium-font-size: 0.75rem;
1957
+ --plasma-typo-body-xs-medium-font-weight: 500;
1958
+ --plasma-typo-body-xs-medium-line-height: 0.875rem;
1959
+ --plasma-typo-body-xs-font-size: 0.75rem;
1960
+ --plasma-typo-body-xs-font-weight: 400;
1961
+ --plasma-typo-body-xs-line-height: 0.875rem;
1962
+ --plasma-typo-body-xxs-bold-font-size: 0.625rem;
1963
+ --plasma-typo-body-xxs-bold-font-weight: 600;
1964
+ --plasma-typo-body-xxs-bold-line-height: 0.75rem;
1965
+ --plasma-typo-body-xxs-medium-font-size: 0.625rem;
1966
+ --plasma-typo-body-xxs-medium-font-weight: 500;
1967
+ --plasma-typo-body-xxs-medium-line-height: 0.75rem;
1968
+ --plasma-typo-body-xxs-font-size: 0.625rem;
1969
+ --plasma-typo-body-xxs-font-weight: 400;
1970
+ --plasma-typo-body-xxs-line-height: 0.75rem;
1971
+ --plasma-typo-dspl-l-bold-font-size: 5.5rem;
1972
+ --plasma-typo-dspl-l-bold-font-weight: 600;
1973
+ --plasma-typo-dspl-l-bold-line-height: 5.75rem;
1974
+ --plasma-typo-dspl-l-medium-font-size: 5.5rem;
1975
+ --plasma-typo-dspl-l-medium-font-weight: 500;
1976
+ --plasma-typo-dspl-l-medium-line-height: 5.75rem;
1977
+ --plasma-typo-dspl-l-font-size: 5.5rem;
1978
+ --plasma-typo-dspl-l-font-weight: 300;
1979
+ --plasma-typo-dspl-l-line-height: 5.75rem;
1980
+ --plasma-typo-dspl-m-bold-font-size: 3.5rem;
1981
+ --plasma-typo-dspl-m-bold-font-weight: 600;
1982
+ --plasma-typo-dspl-m-bold-line-height: 3.875rem;
1983
+ --plasma-typo-dspl-m-medium-font-size: 3.5rem;
1984
+ --plasma-typo-dspl-m-medium-font-weight: 500;
1985
+ --plasma-typo-dspl-m-medium-line-height: 3.875rem;
1986
+ --plasma-typo-dspl-m-font-size: 3.5rem;
1987
+ --plasma-typo-dspl-m-font-weight: 300;
1988
+ --plasma-typo-dspl-m-line-height: 3.875rem;
1989
+ --plasma-typo-dspl-s-bold-font-size: 2.5rem;
1990
+ --plasma-typo-dspl-s-bold-font-weight: 600;
1991
+ --plasma-typo-dspl-s-bold-line-height: 2.875rem;
1992
+ --plasma-typo-dspl-s-medium-font-size: 2.5rem;
1993
+ --plasma-typo-dspl-s-medium-font-weight: 500;
1994
+ --plasma-typo-dspl-s-medium-line-height: 2.875rem;
1995
+ --plasma-typo-dspl-s-font-size: 2.5rem;
1996
+ --plasma-typo-dspl-s-font-weight: 300;
1997
+ --plasma-typo-dspl-s-line-height: 2.875rem;
1998
+ --plasma-typo-h1-bold-font-size: 1.75rem;
1999
+ --plasma-typo-h1-bold-font-weight: 600;
2000
+ --plasma-typo-h1-bold-line-height: 2.125rem;
2001
+ --plasma-typo-h1-medium-font-size: 1.75rem;
2002
+ --plasma-typo-h1-medium-font-weight: 500;
2003
+ --plasma-typo-h1-medium-line-height: 2.125rem;
2004
+ --plasma-typo-h1-font-size: 1.75rem;
2005
+ --plasma-typo-h1-font-weight: 400;
2006
+ --plasma-typo-h1-line-height: 2.125rem;
2007
+ --plasma-typo-h2-bold-font-size: 1.5rem;
2008
+ --plasma-typo-h2-bold-font-weight: 600;
2009
+ --plasma-typo-h2-bold-line-height: 1.875rem;
2010
+ --plasma-typo-h2-medium-font-size: 1.5rem;
2011
+ --plasma-typo-h2-medium-font-weight: 500;
2012
+ --plasma-typo-h2-medium-line-height: 1.875rem;
2013
+ --plasma-typo-h2-font-size: 1.5rem;
2014
+ --plasma-typo-h2-font-weight: 400;
2015
+ --plasma-typo-h2-line-height: 1.875rem;
2016
+ --plasma-typo-h3-bold-font-size: 1.25rem;
2017
+ --plasma-typo-h3-bold-font-weight: 600;
2018
+ --plasma-typo-h3-bold-line-height: 1.625rem;
2019
+ --plasma-typo-h3-medium-font-size: 1.25rem;
2020
+ --plasma-typo-h3-medium-font-weight: 500;
2021
+ --plasma-typo-h3-medium-line-height: 1.625rem;
2022
+ --plasma-typo-h3-font-size: 1.25rem;
2023
+ --plasma-typo-h3-font-weight: 400;
2024
+ --plasma-typo-h3-line-height: 1.625rem;
2025
+ --plasma-typo-h4-bold-font-size: 1.125rem;
2026
+ --plasma-typo-h4-bold-font-weight: 600;
2027
+ --plasma-typo-h4-bold-line-height: 1.5rem;
2028
+ --plasma-typo-h4-medium-font-size: 1.125rem;
2029
+ --plasma-typo-h4-medium-font-weight: 500;
2030
+ --plasma-typo-h4-medium-line-height: 1.5rem;
2031
+ --plasma-typo-h4-font-size: 1.125rem;
2032
+ --plasma-typo-h4-font-weight: 400;
2033
+ --plasma-typo-h4-line-height: 1.5rem;
2034
+ --plasma-typo-h5-bold-font-size: 1rem;
2035
+ --plasma-typo-h5-bold-font-weight: 600;
2036
+ --plasma-typo-h5-bold-line-height: 1.375rem;
2037
+ --plasma-typo-h5-medium-font-size: 1rem;
2038
+ --plasma-typo-h5-medium-font-weight: 500;
2039
+ --plasma-typo-h5-medium-line-height: 1.375rem;
2040
+ --plasma-typo-h5-font-size: 1rem;
2041
+ --plasma-typo-h5-font-weight: 400;
2042
+ --plasma-typo-h5-line-height: 1.375rem;
2043
+ --plasma-typo-text-l-bold-font-size: 1.125rem;
2044
+ --plasma-typo-text-l-bold-font-weight: 600;
2045
+ --plasma-typo-text-l-bold-line-height: 1.625rem;
2046
+ --plasma-typo-text-l-medium-font-size: 1.125rem;
2047
+ --plasma-typo-text-l-medium-font-weight: 500;
2048
+ --plasma-typo-text-l-medium-line-height: 1.625rem;
2049
+ --plasma-typo-text-l-font-size: 1.125rem;
2050
+ --plasma-typo-text-l-font-weight: 400;
2051
+ --plasma-typo-text-l-line-height: 1.625rem;
2052
+ --plasma-typo-text-m-bold-font-size: 1rem;
2053
+ --plasma-typo-text-m-bold-font-weight: 600;
2054
+ --plasma-typo-text-m-bold-line-height: 1.5rem;
2055
+ --plasma-typo-text-m-medium-font-size: 1rem;
2056
+ --plasma-typo-text-m-medium-font-weight: 500;
2057
+ --plasma-typo-text-m-medium-line-height: 1.5rem;
2058
+ --plasma-typo-text-m-font-size: 1rem;
2059
+ --plasma-typo-text-m-font-weight: 400;
2060
+ --plasma-typo-text-m-line-height: 1.5rem;
2061
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
2062
+ --plasma-typo-text-s-bold-font-weight: 600;
2063
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
2064
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
2065
+ --plasma-typo-text-s-medium-font-weight: 500;
2066
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
2067
+ --plasma-typo-text-s-font-size: 0.875rem;
2068
+ --plasma-typo-text-s-font-weight: 400;
2069
+ --plasma-typo-text-s-line-height: 1.25rem;
2070
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
2071
+ --plasma-typo-text-xs-bold-font-weight: 600;
2072
+ --plasma-typo-text-xs-bold-line-height: 1rem;
2073
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
2074
+ --plasma-typo-text-xs-medium-font-weight: 500;
2075
+ --plasma-typo-text-xs-medium-line-height: 1rem;
2076
+ --plasma-typo-text-xs-font-size: 0.75rem;
2077
+ --plasma-typo-text-xs-font-weight: 400;
2078
+ --plasma-typo-text-xs-line-height: 1rem;
2079
+ }
2080
+ }
2081
+
2082
+ @media (min-width: 560px) and (max-width: 959px) {
2083
+ .dark, .light {
2084
+ --plasma-typo-body-l-bold-font-size: 1.125rem;
2085
+ --plasma-typo-body-l-bold-font-weight: 600;
2086
+ --plasma-typo-body-l-bold-line-height: 1.375rem;
2087
+ --plasma-typo-body-l-medium-font-size: 1.125rem;
2088
+ --plasma-typo-body-l-medium-font-weight: 500;
2089
+ --plasma-typo-body-l-medium-line-height: 1.375rem;
2090
+ --plasma-typo-body-l-font-size: 1.125rem;
2091
+ --plasma-typo-body-l-font-weight: 400;
2092
+ --plasma-typo-body-l-line-height: 1.375rem;
2093
+ --plasma-typo-body-m-bold-font-size: 1rem;
2094
+ --plasma-typo-body-m-bold-font-weight: 600;
2095
+ --plasma-typo-body-m-bold-line-height: 1.25rem;
2096
+ --plasma-typo-body-m-medium-font-size: 1rem;
2097
+ --plasma-typo-body-m-medium-font-weight: 500;
2098
+ --plasma-typo-body-m-medium-line-height: 1.25rem;
2099
+ --plasma-typo-body-m-font-size: 1rem;
2100
+ --plasma-typo-body-m-font-weight: 400;
2101
+ --plasma-typo-body-m-line-height: 1.25rem;
2102
+ --plasma-typo-body-s-bold-font-size: 0.875rem;
2103
+ --plasma-typo-body-s-bold-font-weight: 600;
2104
+ --plasma-typo-body-s-bold-line-height: 1.125rem;
2105
+ --plasma-typo-body-s-medium-font-size: 0.875rem;
2106
+ --plasma-typo-body-s-medium-font-weight: 500;
2107
+ --plasma-typo-body-s-medium-line-height: 1.125rem;
2108
+ --plasma-typo-body-s-font-size: 0.875rem;
2109
+ --plasma-typo-body-s-font-weight: 400;
2110
+ --plasma-typo-body-s-line-height: 1.125rem;
2111
+ --plasma-typo-body-xs-bold-font-size: 0.75rem;
2112
+ --plasma-typo-body-xs-bold-font-weight: 600;
2113
+ --plasma-typo-body-xs-bold-line-height: 0.875rem;
2114
+ --plasma-typo-body-xs-medium-font-size: 0.75rem;
2115
+ --plasma-typo-body-xs-medium-font-weight: 500;
2116
+ --plasma-typo-body-xs-medium-line-height: 0.875rem;
2117
+ --plasma-typo-body-xs-font-size: 0.75rem;
2118
+ --plasma-typo-body-xs-font-weight: 400;
2119
+ --plasma-typo-body-xs-line-height: 0.875rem;
2120
+ --plasma-typo-body-xxs-bold-font-size: 0.625rem;
2121
+ --plasma-typo-body-xxs-bold-font-weight: 600;
2122
+ --plasma-typo-body-xxs-bold-line-height: 0.75rem;
2123
+ --plasma-typo-body-xxs-medium-font-size: 0.625rem;
2124
+ --plasma-typo-body-xxs-medium-font-weight: 500;
2125
+ --plasma-typo-body-xxs-medium-line-height: 0.75rem;
2126
+ --plasma-typo-body-xxs-font-size: 0.625rem;
2127
+ --plasma-typo-body-xxs-font-weight: 400;
2128
+ --plasma-typo-body-xxs-line-height: 0.75rem;
2129
+ --plasma-typo-dspl-l-bold-font-size: 7rem;
2130
+ --plasma-typo-dspl-l-bold-font-weight: 600;
2131
+ --plasma-typo-dspl-l-bold-line-height: 7rem;
2132
+ --plasma-typo-dspl-l-medium-font-size: 7rem;
2133
+ --plasma-typo-dspl-l-medium-font-weight: 500;
2134
+ --plasma-typo-dspl-l-medium-line-height: 7rem;
2135
+ --plasma-typo-dspl-l-font-size: 7rem;
2136
+ --plasma-typo-dspl-l-font-weight: 300;
2137
+ --plasma-typo-dspl-l-line-height: 7rem;
2138
+ --plasma-typo-dspl-m-bold-font-size: 4.5rem;
2139
+ --plasma-typo-dspl-m-bold-font-weight: 600;
2140
+ --plasma-typo-dspl-m-bold-line-height: 4.75rem;
2141
+ --plasma-typo-dspl-m-medium-font-size: 4.5rem;
2142
+ --plasma-typo-dspl-m-medium-font-weight: 500;
2143
+ --plasma-typo-dspl-m-medium-line-height: 4.75rem;
2144
+ --plasma-typo-dspl-m-font-size: 4.5rem;
2145
+ --plasma-typo-dspl-m-font-weight: 300;
2146
+ --plasma-typo-dspl-m-line-height: 4.75rem;
2147
+ --plasma-typo-dspl-s-bold-font-size: 3rem;
2148
+ --plasma-typo-dspl-s-bold-font-weight: 600;
2149
+ --plasma-typo-dspl-s-bold-line-height: 3.375rem;
2150
+ --plasma-typo-dspl-s-medium-font-size: 3rem;
2151
+ --plasma-typo-dspl-s-medium-font-weight: 500;
2152
+ --plasma-typo-dspl-s-medium-line-height: 3.375rem;
2153
+ --plasma-typo-dspl-s-font-size: 3rem;
2154
+ --plasma-typo-dspl-s-font-weight: 300;
2155
+ --plasma-typo-dspl-s-line-height: 3.375rem;
2156
+ --plasma-typo-h1-bold-font-size: 2.5rem;
2157
+ --plasma-typo-h1-bold-font-weight: 600;
2158
+ --plasma-typo-h1-bold-line-height: 2.875rem;
2159
+ --plasma-typo-h1-medium-font-size: 2.5rem;
2160
+ --plasma-typo-h1-medium-font-weight: 500;
2161
+ --plasma-typo-h1-medium-line-height: 2.875rem;
2162
+ --plasma-typo-h1-font-size: 2.5rem;
2163
+ --plasma-typo-h1-font-weight: 400;
2164
+ --plasma-typo-h1-line-height: 2.875rem;
2165
+ --plasma-typo-h2-bold-font-size: 1.75rem;
2166
+ --plasma-typo-h2-bold-font-weight: 600;
2167
+ --plasma-typo-h2-bold-line-height: 2.125rem;
2168
+ --plasma-typo-h2-medium-font-size: 1.75rem;
2169
+ --plasma-typo-h2-medium-font-weight: 500;
2170
+ --plasma-typo-h2-medium-line-height: 2.125rem;
2171
+ --plasma-typo-h2-font-size: 1.75rem;
2172
+ --plasma-typo-h2-font-weight: 400;
2173
+ --plasma-typo-h2-line-height: 2.125rem;
2174
+ --plasma-typo-h3-bold-font-size: 1.25rem;
2175
+ --plasma-typo-h3-bold-font-weight: 600;
2176
+ --plasma-typo-h3-bold-line-height: 1.625rem;
2177
+ --plasma-typo-h3-medium-font-size: 1.25rem;
2178
+ --plasma-typo-h3-medium-font-weight: 500;
2179
+ --plasma-typo-h3-medium-line-height: 1.625rem;
2180
+ --plasma-typo-h3-font-size: 1.25rem;
2181
+ --plasma-typo-h3-font-weight: 400;
2182
+ --plasma-typo-h3-line-height: 1.625rem;
2183
+ --plasma-typo-h4-bold-font-size: 1.125rem;
2184
+ --plasma-typo-h4-bold-font-weight: 600;
2185
+ --plasma-typo-h4-bold-line-height: 1.5rem;
2186
+ --plasma-typo-h4-medium-font-size: 1.125rem;
2187
+ --plasma-typo-h4-medium-font-weight: 500;
2188
+ --plasma-typo-h4-medium-line-height: 1.5rem;
2189
+ --plasma-typo-h4-font-size: 1.125rem;
2190
+ --plasma-typo-h4-font-weight: 400;
2191
+ --plasma-typo-h4-line-height: 1.5rem;
2192
+ --plasma-typo-h5-bold-font-size: 1rem;
2193
+ --plasma-typo-h5-bold-font-weight: 600;
2194
+ --plasma-typo-h5-bold-line-height: 1.375rem;
2195
+ --plasma-typo-h5-medium-font-size: 1rem;
2196
+ --plasma-typo-h5-medium-font-weight: 500;
2197
+ --plasma-typo-h5-medium-line-height: 1.375rem;
2198
+ --plasma-typo-h5-font-size: 1rem;
2199
+ --plasma-typo-h5-font-weight: 400;
2200
+ --plasma-typo-h5-line-height: 1.375rem;
2201
+ --plasma-typo-text-l-bold-font-size: 1.25rem;
2202
+ --plasma-typo-text-l-bold-font-weight: 600;
2203
+ --plasma-typo-text-l-bold-line-height: 1.75rem;
2204
+ --plasma-typo-text-l-medium-font-size: 1.25rem;
2205
+ --plasma-typo-text-l-medium-font-weight: 500;
2206
+ --plasma-typo-text-l-medium-line-height: 1.75rem;
2207
+ --plasma-typo-text-l-font-size: 1.25rem;
2208
+ --plasma-typo-text-l-font-weight: 400;
2209
+ --plasma-typo-text-l-line-height: 1.75rem;
2210
+ --plasma-typo-text-m-bold-font-size: 1rem;
2211
+ --plasma-typo-text-m-bold-font-weight: 600;
2212
+ --plasma-typo-text-m-bold-line-height: 1.5rem;
2213
+ --plasma-typo-text-m-medium-font-size: 1rem;
2214
+ --plasma-typo-text-m-medium-font-weight: 500;
2215
+ --plasma-typo-text-m-medium-line-height: 1.5rem;
2216
+ --plasma-typo-text-m-font-size: 1rem;
2217
+ --plasma-typo-text-m-font-weight: 400;
2218
+ --plasma-typo-text-m-line-height: 1.5rem;
2219
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
2220
+ --plasma-typo-text-s-bold-font-weight: 600;
2221
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
2222
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
2223
+ --plasma-typo-text-s-medium-font-weight: 500;
2224
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
2225
+ --plasma-typo-text-s-font-size: 0.875rem;
2226
+ --plasma-typo-text-s-font-weight: 400;
2227
+ --plasma-typo-text-s-line-height: 1.25rem;
2228
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
2229
+ --plasma-typo-text-xs-bold-font-weight: 600;
2230
+ --plasma-typo-text-xs-bold-line-height: 1rem;
2231
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
2232
+ --plasma-typo-text-xs-medium-font-weight: 500;
2233
+ --plasma-typo-text-xs-medium-line-height: 1rem;
2234
+ --plasma-typo-text-xs-font-size: 0.75rem;
2235
+ --plasma-typo-text-xs-font-weight: 400;
2236
+ --plasma-typo-text-xs-line-height: 1rem;
2237
+ }
2238
+ }
2239
+
2240
+ @media (min-width: 960px) {
2241
+ .dark, .light {
2242
+ --plasma-typo-body-l-bold-font-size: 1.125rem;
2243
+ --plasma-typo-body-l-bold-font-weight: 600;
2244
+ --plasma-typo-body-l-bold-line-height: 1.375rem;
2245
+ --plasma-typo-body-l-medium-font-size: 1.125rem;
2246
+ --plasma-typo-body-l-medium-font-weight: 500;
2247
+ --plasma-typo-body-l-medium-line-height: 1.375rem;
2248
+ --plasma-typo-body-l-font-size: 1.125rem;
2249
+ --plasma-typo-body-l-font-weight: 400;
2250
+ --plasma-typo-body-l-line-height: 1.375rem;
2251
+ --plasma-typo-body-m-bold-font-size: 1rem;
2252
+ --plasma-typo-body-m-bold-font-weight: 600;
2253
+ --plasma-typo-body-m-bold-line-height: 1.25rem;
2254
+ --plasma-typo-body-m-medium-font-size: 1rem;
2255
+ --plasma-typo-body-m-medium-font-weight: 500;
2256
+ --plasma-typo-body-m-medium-line-height: 1.25rem;
2257
+ --plasma-typo-body-m-font-size: 1rem;
2258
+ --plasma-typo-body-m-font-weight: 400;
2259
+ --plasma-typo-body-m-line-height: 1.25rem;
2260
+ --plasma-typo-body-s-bold-font-size: 0.875rem;
2261
+ --plasma-typo-body-s-bold-font-weight: 600;
2262
+ --plasma-typo-body-s-bold-line-height: 1.125rem;
2263
+ --plasma-typo-body-s-medium-font-size: 0.875rem;
2264
+ --plasma-typo-body-s-medium-font-weight: 500;
2265
+ --plasma-typo-body-s-medium-line-height: 1.125rem;
2266
+ --plasma-typo-body-s-font-size: 0.875rem;
2267
+ --plasma-typo-body-s-font-weight: 400;
2268
+ --plasma-typo-body-s-line-height: 1.125rem;
2269
+ --plasma-typo-body-xs-bold-font-size: 0.75rem;
2270
+ --plasma-typo-body-xs-bold-font-weight: 600;
2271
+ --plasma-typo-body-xs-bold-line-height: 0.875rem;
2272
+ --plasma-typo-body-xs-medium-font-size: 0.75rem;
2273
+ --plasma-typo-body-xs-medium-font-weight: 500;
2274
+ --plasma-typo-body-xs-medium-line-height: 0.875rem;
2275
+ --plasma-typo-body-xs-font-size: 0.75rem;
2276
+ --plasma-typo-body-xs-font-weight: 400;
2277
+ --plasma-typo-body-xs-line-height: 0.875rem;
2278
+ --plasma-typo-body-xxs-bold-font-size: 0.625rem;
2279
+ --plasma-typo-body-xxs-bold-font-weight: 600;
2280
+ --plasma-typo-body-xxs-bold-line-height: 0.75rem;
2281
+ --plasma-typo-body-xxs-medium-font-size: 0.625rem;
2282
+ --plasma-typo-body-xxs-medium-font-weight: 500;
2283
+ --plasma-typo-body-xxs-medium-line-height: 0.75rem;
2284
+ --plasma-typo-body-xxs-font-size: 0.625rem;
2285
+ --plasma-typo-body-xxs-font-weight: 400;
2286
+ --plasma-typo-body-xxs-line-height: 0.75rem;
2287
+ --plasma-typo-dspl-l-bold-font-size: 8rem;
2288
+ --plasma-typo-dspl-l-bold-font-weight: 600;
2289
+ --plasma-typo-dspl-l-bold-line-height: 8rem;
2290
+ --plasma-typo-dspl-l-medium-font-size: 8rem;
2291
+ --plasma-typo-dspl-l-medium-font-weight: 500;
2292
+ --plasma-typo-dspl-l-medium-line-height: 8rem;
2293
+ --plasma-typo-dspl-l-font-size: 8rem;
2294
+ --plasma-typo-dspl-l-font-weight: 300;
2295
+ --plasma-typo-dspl-l-line-height: 8rem;
2296
+ --plasma-typo-dspl-m-bold-font-size: 5.5rem;
2297
+ --plasma-typo-dspl-m-bold-font-weight: 600;
2298
+ --plasma-typo-dspl-m-bold-line-height: 5.75rem;
2299
+ --plasma-typo-dspl-m-medium-font-size: 5.5rem;
2300
+ --plasma-typo-dspl-m-medium-font-weight: 500;
2301
+ --plasma-typo-dspl-m-medium-line-height: 5.75rem;
2302
+ --plasma-typo-dspl-m-font-size: 5.5rem;
2303
+ --plasma-typo-dspl-m-font-weight: 300;
2304
+ --plasma-typo-dspl-m-line-height: 5.75rem;
2305
+ --plasma-typo-dspl-s-bold-font-size: 4rem;
2306
+ --plasma-typo-dspl-s-bold-font-weight: 600;
2307
+ --plasma-typo-dspl-s-bold-line-height: 4.25rem;
2308
+ --plasma-typo-dspl-s-medium-font-size: 4rem;
2309
+ --plasma-typo-dspl-s-medium-font-weight: 500;
2310
+ --plasma-typo-dspl-s-medium-line-height: 4.25rem;
2311
+ --plasma-typo-dspl-s-font-size: 4rem;
2312
+ --plasma-typo-dspl-s-font-weight: 300;
2313
+ --plasma-typo-dspl-s-line-height: 4.25rem;
2314
+ --plasma-typo-h1-bold-font-size: 3rem;
2315
+ --plasma-typo-h1-bold-font-weight: 600;
2316
+ --plasma-typo-h1-bold-line-height: 3.375rem;
2317
+ --plasma-typo-h1-medium-font-size: 3rem;
2318
+ --plasma-typo-h1-medium-font-weight: 500;
2319
+ --plasma-typo-h1-medium-line-height: 3.375rem;
2320
+ --plasma-typo-h1-font-size: 3rem;
2321
+ --plasma-typo-h1-font-weight: 400;
2322
+ --plasma-typo-h1-line-height: 3.375rem;
2323
+ --plasma-typo-h2-bold-font-size: 2rem;
2324
+ --plasma-typo-h2-bold-font-weight: 600;
2325
+ --plasma-typo-h2-bold-line-height: 2.375rem;
2326
+ --plasma-typo-h2-medium-font-size: 2rem;
2327
+ --plasma-typo-h2-medium-font-weight: 500;
2328
+ --plasma-typo-h2-medium-line-height: 2.375rem;
2329
+ --plasma-typo-h2-font-size: 2rem;
2330
+ --plasma-typo-h2-font-weight: 400;
2331
+ --plasma-typo-h2-line-height: 2.375rem;
2332
+ --plasma-typo-h3-bold-font-size: 1.5rem;
2333
+ --plasma-typo-h3-bold-font-weight: 600;
2334
+ --plasma-typo-h3-bold-line-height: 1.875rem;
2335
+ --plasma-typo-h3-medium-font-size: 1.5rem;
2336
+ --plasma-typo-h3-medium-font-weight: 500;
2337
+ --plasma-typo-h3-medium-line-height: 1.875rem;
2338
+ --plasma-typo-h3-font-size: 1.5rem;
2339
+ --plasma-typo-h3-font-weight: 400;
2340
+ --plasma-typo-h3-line-height: 1.875rem;
2341
+ --plasma-typo-h4-bold-font-size: 1.25rem;
2342
+ --plasma-typo-h4-bold-font-weight: 600;
2343
+ --plasma-typo-h4-bold-line-height: 1.625rem;
2344
+ --plasma-typo-h4-medium-font-size: 1.25rem;
2345
+ --plasma-typo-h4-medium-font-weight: 500;
2346
+ --plasma-typo-h4-medium-line-height: 1.625rem;
2347
+ --plasma-typo-h4-font-size: 1.25rem;
2348
+ --plasma-typo-h4-font-weight: 400;
2349
+ --plasma-typo-h4-line-height: 1.625rem;
2350
+ --plasma-typo-h5-bold-font-size: 1.125rem;
2351
+ --plasma-typo-h5-bold-font-weight: 600;
2352
+ --plasma-typo-h5-bold-line-height: 1.5rem;
2353
+ --plasma-typo-h5-medium-font-size: 1.125rem;
2354
+ --plasma-typo-h5-medium-font-weight: 500;
2355
+ --plasma-typo-h5-medium-line-height: 1.5rem;
2356
+ --plasma-typo-h5-font-size: 1.125rem;
2357
+ --plasma-typo-h5-font-weight: 400;
2358
+ --plasma-typo-h5-line-height: 1.5rem;
2359
+ --plasma-typo-text-l-bold-font-size: 1.5rem;
2360
+ --plasma-typo-text-l-bold-font-weight: 600;
2361
+ --plasma-typo-text-l-bold-line-height: 2rem;
2362
+ --plasma-typo-text-l-medium-font-size: 1.5rem;
2363
+ --plasma-typo-text-l-medium-font-weight: 500;
2364
+ --plasma-typo-text-l-medium-line-height: 2rem;
2365
+ --plasma-typo-text-l-font-size: 1.5rem;
2366
+ --plasma-typo-text-l-font-weight: 400;
2367
+ --plasma-typo-text-l-line-height: 2rem;
2368
+ --plasma-typo-text-m-bold-font-size: 1.125rem;
2369
+ --plasma-typo-text-m-bold-font-weight: 600;
2370
+ --plasma-typo-text-m-bold-line-height: 1.625rem;
2371
+ --plasma-typo-text-m-medium-font-size: 1.125rem;
2372
+ --plasma-typo-text-m-medium-font-weight: 500;
2373
+ --plasma-typo-text-m-medium-line-height: 1.625rem;
2374
+ --plasma-typo-text-m-font-size: 1.125rem;
2375
+ --plasma-typo-text-m-font-weight: 400;
2376
+ --plasma-typo-text-m-line-height: 1.625rem;
2377
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
2378
+ --plasma-typo-text-s-bold-font-weight: 600;
2379
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
2380
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
2381
+ --plasma-typo-text-s-medium-font-weight: 500;
2382
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
2383
+ --plasma-typo-text-s-font-size: 0.875rem;
2384
+ --plasma-typo-text-s-font-weight: 400;
2385
+ --plasma-typo-text-s-line-height: 1.25rem;
2386
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
2387
+ --plasma-typo-text-xs-bold-font-weight: 600;
2388
+ --plasma-typo-text-xs-bold-line-height: 1rem;
2389
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
2390
+ --plasma-typo-text-xs-medium-font-weight: 500;
2391
+ --plasma-typo-text-xs-medium-line-height: 1rem;
2392
+ --plasma-typo-text-xs-font-size: 0.75rem;
2393
+ --plasma-typo-text-xs-font-weight: 400;
2394
+ --plasma-typo-text-xs-line-height: 1rem;
2395
+ }
2396
+ }