@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,1539 @@
1
+ /* Generated by robots, do not change this manually! */
2
+
3
+ :root {
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
+ :root {
857
+
858
+ }
859
+
860
+ :root {
861
+ --shadow-down-hard-l: 0rem 3.75rem 7rem -0.5rem #00000066;
862
+ --shadow-down-hard-m: 0rem 1rem 2rem -0.5rem #0000003D;
863
+ --shadow-down-hard-s: 0rem 0.25rem 0.75rem -0.1875rem #08080829, 0rem 0.0625rem 0.25rem -0.125rem #00000014;
864
+ --shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;
865
+ --shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;
866
+ --shadow-down-soft-s: 0rem 0.25rem 0.875rem -0.25rem #08080814, 0rem 0.0625rem 0.25rem -0.0625rem #0000000A;
867
+ --shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;
868
+ --shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;
869
+ --shadow-up-hard-s: 0rem -0.25rem 0.75rem -0.1875rem #08080833, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
870
+ --shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;
871
+ --shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;
872
+ --shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
873
+ }
874
+
875
+ :root {
876
+ --border-radius-circle: 100rem;
877
+ --border-radius-l: 1rem;
878
+ --border-radius-m: 0.75rem;
879
+ --border-radius-s: 0.5rem;
880
+ --border-radius-xl: 1.25rem;
881
+ --border-radius-xs: 0.375rem;
882
+ --border-radius-xxl: 2rem;
883
+ --border-radius-xxs: 0.25rem;
884
+ }
885
+
886
+ :root {
887
+ --spacing-0x: 0rem;
888
+ --spacing-10x: 1.25rem;
889
+ --spacing-12x: 1.5rem;
890
+ --spacing-16x: 2rem;
891
+ --spacing-1x: 0.125rem;
892
+ --spacing-20x: 2.5rem;
893
+ --spacing-24x: 3rem;
894
+ --spacing-2x: 0.25rem;
895
+ --spacing-32x: 4rem;
896
+ --spacing-3x: 0.375rem;
897
+ --spacing-40x: 5rem;
898
+ --spacing-4x: 0.5rem;
899
+ --spacing-60x: 7.5rem;
900
+ --spacing-6x: 0.75rem;
901
+ --spacing-8x: 1rem;
902
+ }
903
+
904
+ :root {
905
+ font-size: 16px;
906
+ --plasma-typo-overflow-wrap: break-word;
907
+ --plasma-typo-hyphens: auto;
908
+ --plasma-typo-display-font-family: 'SB Sans Display', sans-serif;
909
+ --plasma-typo-body-font-family: 'SB Sans Text', sans-serif;
910
+ --plasma-typo-header-font-family: 'SB Sans Display', sans-serif;
911
+ --plasma-typo-text-font-family: 'SB Sans Text', sans-serif;
912
+ --plasma-typo-body-l-bold-font-family: var(--plasma-typo-text-font-family);
913
+ --plasma-typo-body-l-bold-letter-spacing: -0.02em;
914
+ --plasma-typo-body-l-bold-font-style: normal;
915
+ --plasma-typo-body-l-medium-font-family: var(--plasma-typo-text-font-family);
916
+ --plasma-typo-body-l-medium-letter-spacing: -0.02em;
917
+ --plasma-typo-body-l-medium-font-style: normal;
918
+ --plasma-typo-body-l-font-family: var(--plasma-typo-text-font-family);
919
+ --plasma-typo-body-l-letter-spacing: -0.02em;
920
+ --plasma-typo-body-l-font-style: normal;
921
+ --plasma-typo-body-m-bold-font-family: var(--plasma-typo-text-font-family);
922
+ --plasma-typo-body-m-bold-letter-spacing: -0.02em;
923
+ --plasma-typo-body-m-bold-font-style: normal;
924
+ --plasma-typo-body-m-medium-font-family: var(--plasma-typo-text-font-family);
925
+ --plasma-typo-body-m-medium-letter-spacing: -0.02em;
926
+ --plasma-typo-body-m-medium-font-style: normal;
927
+ --plasma-typo-body-m-font-family: var(--plasma-typo-text-font-family);
928
+ --plasma-typo-body-m-letter-spacing: -0.02em;
929
+ --plasma-typo-body-m-font-style: normal;
930
+ --plasma-typo-body-s-bold-font-family: var(--plasma-typo-text-font-family);
931
+ --plasma-typo-body-s-bold-letter-spacing: -0.02em;
932
+ --plasma-typo-body-s-bold-font-style: normal;
933
+ --plasma-typo-body-s-medium-font-family: var(--plasma-typo-text-font-family);
934
+ --plasma-typo-body-s-medium-letter-spacing: -0.02em;
935
+ --plasma-typo-body-s-medium-font-style: normal;
936
+ --plasma-typo-body-s-font-family: var(--plasma-typo-text-font-family);
937
+ --plasma-typo-body-s-letter-spacing: -0.02em;
938
+ --plasma-typo-body-s-font-style: normal;
939
+ --plasma-typo-body-xs-bold-font-family: var(--plasma-typo-text-font-family);
940
+ --plasma-typo-body-xs-bold-letter-spacing: -0.02em;
941
+ --plasma-typo-body-xs-bold-font-style: normal;
942
+ --plasma-typo-body-xs-medium-font-family: var(--plasma-typo-text-font-family);
943
+ --plasma-typo-body-xs-medium-letter-spacing: -0.02em;
944
+ --plasma-typo-body-xs-medium-font-style: normal;
945
+ --plasma-typo-body-xs-font-family: var(--plasma-typo-text-font-family);
946
+ --plasma-typo-body-xs-letter-spacing: -0.02em;
947
+ --plasma-typo-body-xs-font-style: normal;
948
+ --plasma-typo-body-xxs-bold-font-family: var(--plasma-typo-text-font-family);
949
+ --plasma-typo-body-xxs-bold-letter-spacing: -0.02em;
950
+ --plasma-typo-body-xxs-bold-font-style: normal;
951
+ --plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-text-font-family);
952
+ --plasma-typo-body-xxs-medium-letter-spacing: -0.02em;
953
+ --plasma-typo-body-xxs-medium-font-style: normal;
954
+ --plasma-typo-body-xxs-font-family: var(--plasma-typo-text-font-family);
955
+ --plasma-typo-body-xxs-letter-spacing: -0.02em;
956
+ --plasma-typo-body-xxs-font-style: normal;
957
+ --plasma-typo-dspl-l-bold-font-family: var(--plasma-typo-display-font-family);
958
+ --plasma-typo-dspl-l-bold-letter-spacing: normal;
959
+ --plasma-typo-dspl-l-bold-font-style: normal;
960
+ --plasma-typo-dspl-l-medium-font-family: var(--plasma-typo-display-font-family);
961
+ --plasma-typo-dspl-l-medium-letter-spacing: normal;
962
+ --plasma-typo-dspl-l-medium-font-style: normal;
963
+ --plasma-typo-dspl-l-font-family: var(--plasma-typo-display-font-family);
964
+ --plasma-typo-dspl-l-letter-spacing: normal;
965
+ --plasma-typo-dspl-l-font-style: normal;
966
+ --plasma-typo-dspl-m-bold-font-family: var(--plasma-typo-display-font-family);
967
+ --plasma-typo-dspl-m-bold-letter-spacing: normal;
968
+ --plasma-typo-dspl-m-bold-font-style: normal;
969
+ --plasma-typo-dspl-m-medium-font-family: var(--plasma-typo-display-font-family);
970
+ --plasma-typo-dspl-m-medium-letter-spacing: normal;
971
+ --plasma-typo-dspl-m-medium-font-style: normal;
972
+ --plasma-typo-dspl-m-font-family: var(--plasma-typo-display-font-family);
973
+ --plasma-typo-dspl-m-letter-spacing: normal;
974
+ --plasma-typo-dspl-m-font-style: normal;
975
+ --plasma-typo-dspl-s-bold-font-family: var(--plasma-typo-display-font-family);
976
+ --plasma-typo-dspl-s-bold-letter-spacing: normal;
977
+ --plasma-typo-dspl-s-bold-font-style: normal;
978
+ --plasma-typo-dspl-s-medium-font-family: var(--plasma-typo-display-font-family);
979
+ --plasma-typo-dspl-s-medium-letter-spacing: normal;
980
+ --plasma-typo-dspl-s-medium-font-style: normal;
981
+ --plasma-typo-dspl-s-font-family: var(--plasma-typo-display-font-family);
982
+ --plasma-typo-dspl-s-letter-spacing: normal;
983
+ --plasma-typo-dspl-s-font-style: normal;
984
+ --plasma-typo-h1-bold-font-family: var(--plasma-typo-display-font-family);
985
+ --plasma-typo-h1-bold-letter-spacing: normal;
986
+ --plasma-typo-h1-bold-font-style: normal;
987
+ --plasma-typo-h1-medium-font-family: var(--plasma-typo-display-font-family);
988
+ --plasma-typo-h1-medium-letter-spacing: normal;
989
+ --plasma-typo-h1-medium-font-style: normal;
990
+ --plasma-typo-h1-font-family: var(--plasma-typo-display-font-family);
991
+ --plasma-typo-h1-letter-spacing: normal;
992
+ --plasma-typo-h1-font-style: normal;
993
+ --plasma-typo-h2-bold-font-family: var(--plasma-typo-display-font-family);
994
+ --plasma-typo-h2-bold-letter-spacing: normal;
995
+ --plasma-typo-h2-bold-font-style: normal;
996
+ --plasma-typo-h2-medium-font-family: var(--plasma-typo-display-font-family);
997
+ --plasma-typo-h2-medium-letter-spacing: normal;
998
+ --plasma-typo-h2-medium-font-style: normal;
999
+ --plasma-typo-h2-font-family: var(--plasma-typo-display-font-family);
1000
+ --plasma-typo-h2-letter-spacing: normal;
1001
+ --plasma-typo-h2-font-style: normal;
1002
+ --plasma-typo-h3-bold-font-family: var(--plasma-typo-display-font-family);
1003
+ --plasma-typo-h3-bold-letter-spacing: normal;
1004
+ --plasma-typo-h3-bold-font-style: normal;
1005
+ --plasma-typo-h3-medium-font-family: var(--plasma-typo-display-font-family);
1006
+ --plasma-typo-h3-medium-letter-spacing: normal;
1007
+ --plasma-typo-h3-medium-font-style: normal;
1008
+ --plasma-typo-h3-font-family: var(--plasma-typo-display-font-family);
1009
+ --plasma-typo-h3-letter-spacing: normal;
1010
+ --plasma-typo-h3-font-style: normal;
1011
+ --plasma-typo-h4-bold-font-family: var(--plasma-typo-display-font-family);
1012
+ --plasma-typo-h4-bold-letter-spacing: normal;
1013
+ --plasma-typo-h4-bold-font-style: normal;
1014
+ --plasma-typo-h4-medium-font-family: var(--plasma-typo-display-font-family);
1015
+ --plasma-typo-h4-medium-letter-spacing: normal;
1016
+ --plasma-typo-h4-medium-font-style: normal;
1017
+ --plasma-typo-h4-font-family: var(--plasma-typo-display-font-family);
1018
+ --plasma-typo-h4-letter-spacing: normal;
1019
+ --plasma-typo-h4-font-style: normal;
1020
+ --plasma-typo-h5-bold-font-family: var(--plasma-typo-display-font-family);
1021
+ --plasma-typo-h5-bold-letter-spacing: normal;
1022
+ --plasma-typo-h5-bold-font-style: normal;
1023
+ --plasma-typo-h5-medium-font-family: var(--plasma-typo-display-font-family);
1024
+ --plasma-typo-h5-medium-letter-spacing: normal;
1025
+ --plasma-typo-h5-medium-font-style: normal;
1026
+ --plasma-typo-h5-font-family: var(--plasma-typo-display-font-family);
1027
+ --plasma-typo-h5-letter-spacing: normal;
1028
+ --plasma-typo-h5-font-style: normal;
1029
+ --plasma-typo-text-l-bold-font-family: var(--plasma-typo-text-font-family);
1030
+ --plasma-typo-text-l-bold-letter-spacing: -0.02em;
1031
+ --plasma-typo-text-l-bold-font-style: normal;
1032
+ --plasma-typo-text-l-medium-font-family: var(--plasma-typo-text-font-family);
1033
+ --plasma-typo-text-l-medium-letter-spacing: -0.02em;
1034
+ --plasma-typo-text-l-medium-font-style: normal;
1035
+ --plasma-typo-text-l-font-family: var(--plasma-typo-text-font-family);
1036
+ --plasma-typo-text-l-letter-spacing: -0.02em;
1037
+ --plasma-typo-text-l-font-style: normal;
1038
+ --plasma-typo-text-m-bold-font-family: var(--plasma-typo-text-font-family);
1039
+ --plasma-typo-text-m-bold-letter-spacing: -0.02em;
1040
+ --plasma-typo-text-m-bold-font-style: normal;
1041
+ --plasma-typo-text-m-medium-font-family: var(--plasma-typo-text-font-family);
1042
+ --plasma-typo-text-m-medium-letter-spacing: -0.02em;
1043
+ --plasma-typo-text-m-medium-font-style: normal;
1044
+ --plasma-typo-text-m-font-family: var(--plasma-typo-text-font-family);
1045
+ --plasma-typo-text-m-letter-spacing: -0.02em;
1046
+ --plasma-typo-text-m-font-style: normal;
1047
+ --plasma-typo-text-s-bold-font-family: var(--plasma-typo-text-font-family);
1048
+ --plasma-typo-text-s-bold-letter-spacing: -0.02em;
1049
+ --plasma-typo-text-s-bold-font-style: normal;
1050
+ --plasma-typo-text-s-medium-font-family: var(--plasma-typo-text-font-family);
1051
+ --plasma-typo-text-s-medium-letter-spacing: -0.02em;
1052
+ --plasma-typo-text-s-medium-font-style: normal;
1053
+ --plasma-typo-text-s-font-family: var(--plasma-typo-text-font-family);
1054
+ --plasma-typo-text-s-letter-spacing: -0.02em;
1055
+ --plasma-typo-text-s-font-style: normal;
1056
+ --plasma-typo-text-xs-bold-font-family: var(--plasma-typo-text-font-family);
1057
+ --plasma-typo-text-xs-bold-letter-spacing: -0.02em;
1058
+ --plasma-typo-text-xs-bold-font-style: normal;
1059
+ --plasma-typo-text-xs-medium-font-family: var(--plasma-typo-text-font-family);
1060
+ --plasma-typo-text-xs-medium-letter-spacing: -0.02em;
1061
+ --plasma-typo-text-xs-medium-font-style: normal;
1062
+ --plasma-typo-text-xs-font-family: var(--plasma-typo-text-font-family);
1063
+ --plasma-typo-text-xs-letter-spacing: -0.02em;
1064
+ --plasma-typo-text-xs-font-style: normal;
1065
+ }
1066
+
1067
+ @media (max-width: 559px) {
1068
+ :root {
1069
+ --plasma-typo-body-l-bold-font-size: 1.125rem;
1070
+ --plasma-typo-body-l-bold-font-weight: 600;
1071
+ --plasma-typo-body-l-bold-line-height: 1.375rem;
1072
+ --plasma-typo-body-l-medium-font-size: 1.125rem;
1073
+ --plasma-typo-body-l-medium-font-weight: 500;
1074
+ --plasma-typo-body-l-medium-line-height: 1.375rem;
1075
+ --plasma-typo-body-l-font-size: 1.125rem;
1076
+ --plasma-typo-body-l-font-weight: 400;
1077
+ --plasma-typo-body-l-line-height: 1.375rem;
1078
+ --plasma-typo-body-m-bold-font-size: 1rem;
1079
+ --plasma-typo-body-m-bold-font-weight: 600;
1080
+ --plasma-typo-body-m-bold-line-height: 1.25rem;
1081
+ --plasma-typo-body-m-medium-font-size: 1rem;
1082
+ --plasma-typo-body-m-medium-font-weight: 500;
1083
+ --plasma-typo-body-m-medium-line-height: 1.25rem;
1084
+ --plasma-typo-body-m-font-size: 1rem;
1085
+ --plasma-typo-body-m-font-weight: 400;
1086
+ --plasma-typo-body-m-line-height: 1.25rem;
1087
+ --plasma-typo-body-s-bold-font-size: 0.875rem;
1088
+ --plasma-typo-body-s-bold-font-weight: 600;
1089
+ --plasma-typo-body-s-bold-line-height: 1.125rem;
1090
+ --plasma-typo-body-s-medium-font-size: 0.875rem;
1091
+ --plasma-typo-body-s-medium-font-weight: 500;
1092
+ --plasma-typo-body-s-medium-line-height: 1.125rem;
1093
+ --plasma-typo-body-s-font-size: 0.875rem;
1094
+ --plasma-typo-body-s-font-weight: 400;
1095
+ --plasma-typo-body-s-line-height: 1.125rem;
1096
+ --plasma-typo-body-xs-bold-font-size: 0.75rem;
1097
+ --plasma-typo-body-xs-bold-font-weight: 600;
1098
+ --plasma-typo-body-xs-bold-line-height: 0.875rem;
1099
+ --plasma-typo-body-xs-medium-font-size: 0.75rem;
1100
+ --plasma-typo-body-xs-medium-font-weight: 500;
1101
+ --plasma-typo-body-xs-medium-line-height: 0.875rem;
1102
+ --plasma-typo-body-xs-font-size: 0.75rem;
1103
+ --plasma-typo-body-xs-font-weight: 400;
1104
+ --plasma-typo-body-xs-line-height: 0.875rem;
1105
+ --plasma-typo-body-xxs-bold-font-size: 0.625rem;
1106
+ --plasma-typo-body-xxs-bold-font-weight: 600;
1107
+ --plasma-typo-body-xxs-bold-line-height: 0.75rem;
1108
+ --plasma-typo-body-xxs-medium-font-size: 0.625rem;
1109
+ --plasma-typo-body-xxs-medium-font-weight: 500;
1110
+ --plasma-typo-body-xxs-medium-line-height: 0.75rem;
1111
+ --plasma-typo-body-xxs-font-size: 0.625rem;
1112
+ --plasma-typo-body-xxs-font-weight: 400;
1113
+ --plasma-typo-body-xxs-line-height: 0.75rem;
1114
+ --plasma-typo-dspl-l-bold-font-size: 5.5rem;
1115
+ --plasma-typo-dspl-l-bold-font-weight: 600;
1116
+ --plasma-typo-dspl-l-bold-line-height: 5.75rem;
1117
+ --plasma-typo-dspl-l-medium-font-size: 5.5rem;
1118
+ --plasma-typo-dspl-l-medium-font-weight: 500;
1119
+ --plasma-typo-dspl-l-medium-line-height: 5.75rem;
1120
+ --plasma-typo-dspl-l-font-size: 5.5rem;
1121
+ --plasma-typo-dspl-l-font-weight: 300;
1122
+ --plasma-typo-dspl-l-line-height: 5.75rem;
1123
+ --plasma-typo-dspl-m-bold-font-size: 3.5rem;
1124
+ --plasma-typo-dspl-m-bold-font-weight: 600;
1125
+ --plasma-typo-dspl-m-bold-line-height: 3.875rem;
1126
+ --plasma-typo-dspl-m-medium-font-size: 3.5rem;
1127
+ --plasma-typo-dspl-m-medium-font-weight: 500;
1128
+ --plasma-typo-dspl-m-medium-line-height: 3.875rem;
1129
+ --plasma-typo-dspl-m-font-size: 3.5rem;
1130
+ --plasma-typo-dspl-m-font-weight: 300;
1131
+ --plasma-typo-dspl-m-line-height: 3.875rem;
1132
+ --plasma-typo-dspl-s-bold-font-size: 2.5rem;
1133
+ --plasma-typo-dspl-s-bold-font-weight: 600;
1134
+ --plasma-typo-dspl-s-bold-line-height: 2.875rem;
1135
+ --plasma-typo-dspl-s-medium-font-size: 2.5rem;
1136
+ --plasma-typo-dspl-s-medium-font-weight: 500;
1137
+ --plasma-typo-dspl-s-medium-line-height: 2.875rem;
1138
+ --plasma-typo-dspl-s-font-size: 2.5rem;
1139
+ --plasma-typo-dspl-s-font-weight: 300;
1140
+ --plasma-typo-dspl-s-line-height: 2.875rem;
1141
+ --plasma-typo-h1-bold-font-size: 1.75rem;
1142
+ --plasma-typo-h1-bold-font-weight: 600;
1143
+ --plasma-typo-h1-bold-line-height: 2.125rem;
1144
+ --plasma-typo-h1-medium-font-size: 1.75rem;
1145
+ --plasma-typo-h1-medium-font-weight: 500;
1146
+ --plasma-typo-h1-medium-line-height: 2.125rem;
1147
+ --plasma-typo-h1-font-size: 1.75rem;
1148
+ --plasma-typo-h1-font-weight: 400;
1149
+ --plasma-typo-h1-line-height: 2.125rem;
1150
+ --plasma-typo-h2-bold-font-size: 1.5rem;
1151
+ --plasma-typo-h2-bold-font-weight: 600;
1152
+ --plasma-typo-h2-bold-line-height: 1.875rem;
1153
+ --plasma-typo-h2-medium-font-size: 1.5rem;
1154
+ --plasma-typo-h2-medium-font-weight: 500;
1155
+ --plasma-typo-h2-medium-line-height: 1.875rem;
1156
+ --plasma-typo-h2-font-size: 1.5rem;
1157
+ --plasma-typo-h2-font-weight: 400;
1158
+ --plasma-typo-h2-line-height: 1.875rem;
1159
+ --plasma-typo-h3-bold-font-size: 1.25rem;
1160
+ --plasma-typo-h3-bold-font-weight: 600;
1161
+ --plasma-typo-h3-bold-line-height: 1.625rem;
1162
+ --plasma-typo-h3-medium-font-size: 1.25rem;
1163
+ --plasma-typo-h3-medium-font-weight: 500;
1164
+ --plasma-typo-h3-medium-line-height: 1.625rem;
1165
+ --plasma-typo-h3-font-size: 1.25rem;
1166
+ --plasma-typo-h3-font-weight: 400;
1167
+ --plasma-typo-h3-line-height: 1.625rem;
1168
+ --plasma-typo-h4-bold-font-size: 1.125rem;
1169
+ --plasma-typo-h4-bold-font-weight: 600;
1170
+ --plasma-typo-h4-bold-line-height: 1.5rem;
1171
+ --plasma-typo-h4-medium-font-size: 1.125rem;
1172
+ --plasma-typo-h4-medium-font-weight: 500;
1173
+ --plasma-typo-h4-medium-line-height: 1.5rem;
1174
+ --plasma-typo-h4-font-size: 1.125rem;
1175
+ --plasma-typo-h4-font-weight: 400;
1176
+ --plasma-typo-h4-line-height: 1.5rem;
1177
+ --plasma-typo-h5-bold-font-size: 1rem;
1178
+ --plasma-typo-h5-bold-font-weight: 600;
1179
+ --plasma-typo-h5-bold-line-height: 1.375rem;
1180
+ --plasma-typo-h5-medium-font-size: 1rem;
1181
+ --plasma-typo-h5-medium-font-weight: 500;
1182
+ --plasma-typo-h5-medium-line-height: 1.375rem;
1183
+ --plasma-typo-h5-font-size: 1rem;
1184
+ --plasma-typo-h5-font-weight: 400;
1185
+ --plasma-typo-h5-line-height: 1.375rem;
1186
+ --plasma-typo-text-l-bold-font-size: 1.125rem;
1187
+ --plasma-typo-text-l-bold-font-weight: 600;
1188
+ --plasma-typo-text-l-bold-line-height: 1.625rem;
1189
+ --plasma-typo-text-l-medium-font-size: 1.125rem;
1190
+ --plasma-typo-text-l-medium-font-weight: 500;
1191
+ --plasma-typo-text-l-medium-line-height: 1.625rem;
1192
+ --plasma-typo-text-l-font-size: 1.125rem;
1193
+ --plasma-typo-text-l-font-weight: 400;
1194
+ --plasma-typo-text-l-line-height: 1.625rem;
1195
+ --plasma-typo-text-m-bold-font-size: 1rem;
1196
+ --plasma-typo-text-m-bold-font-weight: 600;
1197
+ --plasma-typo-text-m-bold-line-height: 1.5rem;
1198
+ --plasma-typo-text-m-medium-font-size: 1rem;
1199
+ --plasma-typo-text-m-medium-font-weight: 500;
1200
+ --plasma-typo-text-m-medium-line-height: 1.5rem;
1201
+ --plasma-typo-text-m-font-size: 1rem;
1202
+ --plasma-typo-text-m-font-weight: 400;
1203
+ --plasma-typo-text-m-line-height: 1.5rem;
1204
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
1205
+ --plasma-typo-text-s-bold-font-weight: 600;
1206
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
1207
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
1208
+ --plasma-typo-text-s-medium-font-weight: 500;
1209
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
1210
+ --plasma-typo-text-s-font-size: 0.875rem;
1211
+ --plasma-typo-text-s-font-weight: 400;
1212
+ --plasma-typo-text-s-line-height: 1.25rem;
1213
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
1214
+ --plasma-typo-text-xs-bold-font-weight: 600;
1215
+ --plasma-typo-text-xs-bold-line-height: 1rem;
1216
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
1217
+ --plasma-typo-text-xs-medium-font-weight: 500;
1218
+ --plasma-typo-text-xs-medium-line-height: 1rem;
1219
+ --plasma-typo-text-xs-font-size: 0.75rem;
1220
+ --plasma-typo-text-xs-font-weight: 400;
1221
+ --plasma-typo-text-xs-line-height: 1rem;
1222
+ }
1223
+ }
1224
+
1225
+ @media (min-width: 560px) and (max-width: 959px) {
1226
+ :root {
1227
+ --plasma-typo-body-l-bold-font-size: 1.125rem;
1228
+ --plasma-typo-body-l-bold-font-weight: 600;
1229
+ --plasma-typo-body-l-bold-line-height: 1.375rem;
1230
+ --plasma-typo-body-l-medium-font-size: 1.125rem;
1231
+ --plasma-typo-body-l-medium-font-weight: 500;
1232
+ --plasma-typo-body-l-medium-line-height: 1.375rem;
1233
+ --plasma-typo-body-l-font-size: 1.125rem;
1234
+ --plasma-typo-body-l-font-weight: 400;
1235
+ --plasma-typo-body-l-line-height: 1.375rem;
1236
+ --plasma-typo-body-m-bold-font-size: 1rem;
1237
+ --plasma-typo-body-m-bold-font-weight: 600;
1238
+ --plasma-typo-body-m-bold-line-height: 1.25rem;
1239
+ --plasma-typo-body-m-medium-font-size: 1rem;
1240
+ --plasma-typo-body-m-medium-font-weight: 500;
1241
+ --plasma-typo-body-m-medium-line-height: 1.25rem;
1242
+ --plasma-typo-body-m-font-size: 1rem;
1243
+ --plasma-typo-body-m-font-weight: 400;
1244
+ --plasma-typo-body-m-line-height: 1.25rem;
1245
+ --plasma-typo-body-s-bold-font-size: 0.875rem;
1246
+ --plasma-typo-body-s-bold-font-weight: 600;
1247
+ --plasma-typo-body-s-bold-line-height: 1.125rem;
1248
+ --plasma-typo-body-s-medium-font-size: 0.875rem;
1249
+ --plasma-typo-body-s-medium-font-weight: 500;
1250
+ --plasma-typo-body-s-medium-line-height: 1.125rem;
1251
+ --plasma-typo-body-s-font-size: 0.875rem;
1252
+ --plasma-typo-body-s-font-weight: 400;
1253
+ --plasma-typo-body-s-line-height: 1.125rem;
1254
+ --plasma-typo-body-xs-bold-font-size: 0.75rem;
1255
+ --plasma-typo-body-xs-bold-font-weight: 600;
1256
+ --plasma-typo-body-xs-bold-line-height: 0.875rem;
1257
+ --plasma-typo-body-xs-medium-font-size: 0.75rem;
1258
+ --plasma-typo-body-xs-medium-font-weight: 500;
1259
+ --plasma-typo-body-xs-medium-line-height: 0.875rem;
1260
+ --plasma-typo-body-xs-font-size: 0.75rem;
1261
+ --plasma-typo-body-xs-font-weight: 400;
1262
+ --plasma-typo-body-xs-line-height: 0.875rem;
1263
+ --plasma-typo-body-xxs-bold-font-size: 0.625rem;
1264
+ --plasma-typo-body-xxs-bold-font-weight: 600;
1265
+ --plasma-typo-body-xxs-bold-line-height: 0.75rem;
1266
+ --plasma-typo-body-xxs-medium-font-size: 0.625rem;
1267
+ --plasma-typo-body-xxs-medium-font-weight: 500;
1268
+ --plasma-typo-body-xxs-medium-line-height: 0.75rem;
1269
+ --plasma-typo-body-xxs-font-size: 0.625rem;
1270
+ --plasma-typo-body-xxs-font-weight: 400;
1271
+ --plasma-typo-body-xxs-line-height: 0.75rem;
1272
+ --plasma-typo-dspl-l-bold-font-size: 7rem;
1273
+ --plasma-typo-dspl-l-bold-font-weight: 600;
1274
+ --plasma-typo-dspl-l-bold-line-height: 7rem;
1275
+ --plasma-typo-dspl-l-medium-font-size: 7rem;
1276
+ --plasma-typo-dspl-l-medium-font-weight: 500;
1277
+ --plasma-typo-dspl-l-medium-line-height: 7rem;
1278
+ --plasma-typo-dspl-l-font-size: 7rem;
1279
+ --plasma-typo-dspl-l-font-weight: 300;
1280
+ --plasma-typo-dspl-l-line-height: 7rem;
1281
+ --plasma-typo-dspl-m-bold-font-size: 4.5rem;
1282
+ --plasma-typo-dspl-m-bold-font-weight: 600;
1283
+ --plasma-typo-dspl-m-bold-line-height: 4.75rem;
1284
+ --plasma-typo-dspl-m-medium-font-size: 4.5rem;
1285
+ --plasma-typo-dspl-m-medium-font-weight: 500;
1286
+ --plasma-typo-dspl-m-medium-line-height: 4.75rem;
1287
+ --plasma-typo-dspl-m-font-size: 4.5rem;
1288
+ --plasma-typo-dspl-m-font-weight: 300;
1289
+ --plasma-typo-dspl-m-line-height: 4.75rem;
1290
+ --plasma-typo-dspl-s-bold-font-size: 3rem;
1291
+ --plasma-typo-dspl-s-bold-font-weight: 600;
1292
+ --plasma-typo-dspl-s-bold-line-height: 3.375rem;
1293
+ --plasma-typo-dspl-s-medium-font-size: 3rem;
1294
+ --plasma-typo-dspl-s-medium-font-weight: 500;
1295
+ --plasma-typo-dspl-s-medium-line-height: 3.375rem;
1296
+ --plasma-typo-dspl-s-font-size: 3rem;
1297
+ --plasma-typo-dspl-s-font-weight: 300;
1298
+ --plasma-typo-dspl-s-line-height: 3.375rem;
1299
+ --plasma-typo-h1-bold-font-size: 2.5rem;
1300
+ --plasma-typo-h1-bold-font-weight: 600;
1301
+ --plasma-typo-h1-bold-line-height: 2.875rem;
1302
+ --plasma-typo-h1-medium-font-size: 2.5rem;
1303
+ --plasma-typo-h1-medium-font-weight: 500;
1304
+ --plasma-typo-h1-medium-line-height: 2.875rem;
1305
+ --plasma-typo-h1-font-size: 2.5rem;
1306
+ --plasma-typo-h1-font-weight: 400;
1307
+ --plasma-typo-h1-line-height: 2.875rem;
1308
+ --plasma-typo-h2-bold-font-size: 1.75rem;
1309
+ --plasma-typo-h2-bold-font-weight: 600;
1310
+ --plasma-typo-h2-bold-line-height: 2.125rem;
1311
+ --plasma-typo-h2-medium-font-size: 1.75rem;
1312
+ --plasma-typo-h2-medium-font-weight: 500;
1313
+ --plasma-typo-h2-medium-line-height: 2.125rem;
1314
+ --plasma-typo-h2-font-size: 1.75rem;
1315
+ --plasma-typo-h2-font-weight: 400;
1316
+ --plasma-typo-h2-line-height: 2.125rem;
1317
+ --plasma-typo-h3-bold-font-size: 1.25rem;
1318
+ --plasma-typo-h3-bold-font-weight: 600;
1319
+ --plasma-typo-h3-bold-line-height: 1.625rem;
1320
+ --plasma-typo-h3-medium-font-size: 1.25rem;
1321
+ --plasma-typo-h3-medium-font-weight: 500;
1322
+ --plasma-typo-h3-medium-line-height: 1.625rem;
1323
+ --plasma-typo-h3-font-size: 1.25rem;
1324
+ --plasma-typo-h3-font-weight: 400;
1325
+ --plasma-typo-h3-line-height: 1.625rem;
1326
+ --plasma-typo-h4-bold-font-size: 1.125rem;
1327
+ --plasma-typo-h4-bold-font-weight: 600;
1328
+ --plasma-typo-h4-bold-line-height: 1.5rem;
1329
+ --plasma-typo-h4-medium-font-size: 1.125rem;
1330
+ --plasma-typo-h4-medium-font-weight: 500;
1331
+ --plasma-typo-h4-medium-line-height: 1.5rem;
1332
+ --plasma-typo-h4-font-size: 1.125rem;
1333
+ --plasma-typo-h4-font-weight: 400;
1334
+ --plasma-typo-h4-line-height: 1.5rem;
1335
+ --plasma-typo-h5-bold-font-size: 1rem;
1336
+ --plasma-typo-h5-bold-font-weight: 600;
1337
+ --plasma-typo-h5-bold-line-height: 1.375rem;
1338
+ --plasma-typo-h5-medium-font-size: 1rem;
1339
+ --plasma-typo-h5-medium-font-weight: 500;
1340
+ --plasma-typo-h5-medium-line-height: 1.375rem;
1341
+ --plasma-typo-h5-font-size: 1rem;
1342
+ --plasma-typo-h5-font-weight: 400;
1343
+ --plasma-typo-h5-line-height: 1.375rem;
1344
+ --plasma-typo-text-l-bold-font-size: 1.25rem;
1345
+ --plasma-typo-text-l-bold-font-weight: 600;
1346
+ --plasma-typo-text-l-bold-line-height: 1.75rem;
1347
+ --plasma-typo-text-l-medium-font-size: 1.25rem;
1348
+ --plasma-typo-text-l-medium-font-weight: 500;
1349
+ --plasma-typo-text-l-medium-line-height: 1.75rem;
1350
+ --plasma-typo-text-l-font-size: 1.25rem;
1351
+ --plasma-typo-text-l-font-weight: 400;
1352
+ --plasma-typo-text-l-line-height: 1.75rem;
1353
+ --plasma-typo-text-m-bold-font-size: 1rem;
1354
+ --plasma-typo-text-m-bold-font-weight: 600;
1355
+ --plasma-typo-text-m-bold-line-height: 1.5rem;
1356
+ --plasma-typo-text-m-medium-font-size: 1rem;
1357
+ --plasma-typo-text-m-medium-font-weight: 500;
1358
+ --plasma-typo-text-m-medium-line-height: 1.5rem;
1359
+ --plasma-typo-text-m-font-size: 1rem;
1360
+ --plasma-typo-text-m-font-weight: 400;
1361
+ --plasma-typo-text-m-line-height: 1.5rem;
1362
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
1363
+ --plasma-typo-text-s-bold-font-weight: 600;
1364
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
1365
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
1366
+ --plasma-typo-text-s-medium-font-weight: 500;
1367
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
1368
+ --plasma-typo-text-s-font-size: 0.875rem;
1369
+ --plasma-typo-text-s-font-weight: 400;
1370
+ --plasma-typo-text-s-line-height: 1.25rem;
1371
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
1372
+ --plasma-typo-text-xs-bold-font-weight: 600;
1373
+ --plasma-typo-text-xs-bold-line-height: 1rem;
1374
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
1375
+ --plasma-typo-text-xs-medium-font-weight: 500;
1376
+ --plasma-typo-text-xs-medium-line-height: 1rem;
1377
+ --plasma-typo-text-xs-font-size: 0.75rem;
1378
+ --plasma-typo-text-xs-font-weight: 400;
1379
+ --plasma-typo-text-xs-line-height: 1rem;
1380
+ }
1381
+ }
1382
+
1383
+ @media (min-width: 960px) {
1384
+ :root {
1385
+ --plasma-typo-body-l-bold-font-size: 1.125rem;
1386
+ --plasma-typo-body-l-bold-font-weight: 600;
1387
+ --plasma-typo-body-l-bold-line-height: 1.375rem;
1388
+ --plasma-typo-body-l-medium-font-size: 1.125rem;
1389
+ --plasma-typo-body-l-medium-font-weight: 500;
1390
+ --plasma-typo-body-l-medium-line-height: 1.375rem;
1391
+ --plasma-typo-body-l-font-size: 1.125rem;
1392
+ --plasma-typo-body-l-font-weight: 400;
1393
+ --plasma-typo-body-l-line-height: 1.375rem;
1394
+ --plasma-typo-body-m-bold-font-size: 1rem;
1395
+ --plasma-typo-body-m-bold-font-weight: 600;
1396
+ --plasma-typo-body-m-bold-line-height: 1.25rem;
1397
+ --plasma-typo-body-m-medium-font-size: 1rem;
1398
+ --plasma-typo-body-m-medium-font-weight: 500;
1399
+ --plasma-typo-body-m-medium-line-height: 1.25rem;
1400
+ --plasma-typo-body-m-font-size: 1rem;
1401
+ --plasma-typo-body-m-font-weight: 400;
1402
+ --plasma-typo-body-m-line-height: 1.25rem;
1403
+ --plasma-typo-body-s-bold-font-size: 0.875rem;
1404
+ --plasma-typo-body-s-bold-font-weight: 600;
1405
+ --plasma-typo-body-s-bold-line-height: 1.125rem;
1406
+ --plasma-typo-body-s-medium-font-size: 0.875rem;
1407
+ --plasma-typo-body-s-medium-font-weight: 500;
1408
+ --plasma-typo-body-s-medium-line-height: 1.125rem;
1409
+ --plasma-typo-body-s-font-size: 0.875rem;
1410
+ --plasma-typo-body-s-font-weight: 400;
1411
+ --plasma-typo-body-s-line-height: 1.125rem;
1412
+ --plasma-typo-body-xs-bold-font-size: 0.75rem;
1413
+ --plasma-typo-body-xs-bold-font-weight: 600;
1414
+ --plasma-typo-body-xs-bold-line-height: 0.875rem;
1415
+ --plasma-typo-body-xs-medium-font-size: 0.75rem;
1416
+ --plasma-typo-body-xs-medium-font-weight: 500;
1417
+ --plasma-typo-body-xs-medium-line-height: 0.875rem;
1418
+ --plasma-typo-body-xs-font-size: 0.75rem;
1419
+ --plasma-typo-body-xs-font-weight: 400;
1420
+ --plasma-typo-body-xs-line-height: 0.875rem;
1421
+ --plasma-typo-body-xxs-bold-font-size: 0.625rem;
1422
+ --plasma-typo-body-xxs-bold-font-weight: 600;
1423
+ --plasma-typo-body-xxs-bold-line-height: 0.75rem;
1424
+ --plasma-typo-body-xxs-medium-font-size: 0.625rem;
1425
+ --plasma-typo-body-xxs-medium-font-weight: 500;
1426
+ --plasma-typo-body-xxs-medium-line-height: 0.75rem;
1427
+ --plasma-typo-body-xxs-font-size: 0.625rem;
1428
+ --plasma-typo-body-xxs-font-weight: 400;
1429
+ --plasma-typo-body-xxs-line-height: 0.75rem;
1430
+ --plasma-typo-dspl-l-bold-font-size: 8rem;
1431
+ --plasma-typo-dspl-l-bold-font-weight: 600;
1432
+ --plasma-typo-dspl-l-bold-line-height: 8rem;
1433
+ --plasma-typo-dspl-l-medium-font-size: 8rem;
1434
+ --plasma-typo-dspl-l-medium-font-weight: 500;
1435
+ --plasma-typo-dspl-l-medium-line-height: 8rem;
1436
+ --plasma-typo-dspl-l-font-size: 8rem;
1437
+ --plasma-typo-dspl-l-font-weight: 300;
1438
+ --plasma-typo-dspl-l-line-height: 8rem;
1439
+ --plasma-typo-dspl-m-bold-font-size: 5.5rem;
1440
+ --plasma-typo-dspl-m-bold-font-weight: 600;
1441
+ --plasma-typo-dspl-m-bold-line-height: 5.75rem;
1442
+ --plasma-typo-dspl-m-medium-font-size: 5.5rem;
1443
+ --plasma-typo-dspl-m-medium-font-weight: 500;
1444
+ --plasma-typo-dspl-m-medium-line-height: 5.75rem;
1445
+ --plasma-typo-dspl-m-font-size: 5.5rem;
1446
+ --plasma-typo-dspl-m-font-weight: 300;
1447
+ --plasma-typo-dspl-m-line-height: 5.75rem;
1448
+ --plasma-typo-dspl-s-bold-font-size: 4rem;
1449
+ --plasma-typo-dspl-s-bold-font-weight: 600;
1450
+ --plasma-typo-dspl-s-bold-line-height: 4.25rem;
1451
+ --plasma-typo-dspl-s-medium-font-size: 4rem;
1452
+ --plasma-typo-dspl-s-medium-font-weight: 500;
1453
+ --plasma-typo-dspl-s-medium-line-height: 4.25rem;
1454
+ --plasma-typo-dspl-s-font-size: 4rem;
1455
+ --plasma-typo-dspl-s-font-weight: 300;
1456
+ --plasma-typo-dspl-s-line-height: 4.25rem;
1457
+ --plasma-typo-h1-bold-font-size: 3rem;
1458
+ --plasma-typo-h1-bold-font-weight: 600;
1459
+ --plasma-typo-h1-bold-line-height: 3.375rem;
1460
+ --plasma-typo-h1-medium-font-size: 3rem;
1461
+ --plasma-typo-h1-medium-font-weight: 500;
1462
+ --plasma-typo-h1-medium-line-height: 3.375rem;
1463
+ --plasma-typo-h1-font-size: 3rem;
1464
+ --plasma-typo-h1-font-weight: 400;
1465
+ --plasma-typo-h1-line-height: 3.375rem;
1466
+ --plasma-typo-h2-bold-font-size: 2rem;
1467
+ --plasma-typo-h2-bold-font-weight: 600;
1468
+ --plasma-typo-h2-bold-line-height: 2.375rem;
1469
+ --plasma-typo-h2-medium-font-size: 2rem;
1470
+ --plasma-typo-h2-medium-font-weight: 500;
1471
+ --plasma-typo-h2-medium-line-height: 2.375rem;
1472
+ --plasma-typo-h2-font-size: 2rem;
1473
+ --plasma-typo-h2-font-weight: 400;
1474
+ --plasma-typo-h2-line-height: 2.375rem;
1475
+ --plasma-typo-h3-bold-font-size: 1.5rem;
1476
+ --plasma-typo-h3-bold-font-weight: 600;
1477
+ --plasma-typo-h3-bold-line-height: 1.875rem;
1478
+ --plasma-typo-h3-medium-font-size: 1.5rem;
1479
+ --plasma-typo-h3-medium-font-weight: 500;
1480
+ --plasma-typo-h3-medium-line-height: 1.875rem;
1481
+ --plasma-typo-h3-font-size: 1.5rem;
1482
+ --plasma-typo-h3-font-weight: 400;
1483
+ --plasma-typo-h3-line-height: 1.875rem;
1484
+ --plasma-typo-h4-bold-font-size: 1.25rem;
1485
+ --plasma-typo-h4-bold-font-weight: 600;
1486
+ --plasma-typo-h4-bold-line-height: 1.625rem;
1487
+ --plasma-typo-h4-medium-font-size: 1.25rem;
1488
+ --plasma-typo-h4-medium-font-weight: 500;
1489
+ --plasma-typo-h4-medium-line-height: 1.625rem;
1490
+ --plasma-typo-h4-font-size: 1.25rem;
1491
+ --plasma-typo-h4-font-weight: 400;
1492
+ --plasma-typo-h4-line-height: 1.625rem;
1493
+ --plasma-typo-h5-bold-font-size: 1.125rem;
1494
+ --plasma-typo-h5-bold-font-weight: 600;
1495
+ --plasma-typo-h5-bold-line-height: 1.5rem;
1496
+ --plasma-typo-h5-medium-font-size: 1.125rem;
1497
+ --plasma-typo-h5-medium-font-weight: 500;
1498
+ --plasma-typo-h5-medium-line-height: 1.5rem;
1499
+ --plasma-typo-h5-font-size: 1.125rem;
1500
+ --plasma-typo-h5-font-weight: 400;
1501
+ --plasma-typo-h5-line-height: 1.5rem;
1502
+ --plasma-typo-text-l-bold-font-size: 1.5rem;
1503
+ --plasma-typo-text-l-bold-font-weight: 600;
1504
+ --plasma-typo-text-l-bold-line-height: 2rem;
1505
+ --plasma-typo-text-l-medium-font-size: 1.5rem;
1506
+ --plasma-typo-text-l-medium-font-weight: 500;
1507
+ --plasma-typo-text-l-medium-line-height: 2rem;
1508
+ --plasma-typo-text-l-font-size: 1.5rem;
1509
+ --plasma-typo-text-l-font-weight: 400;
1510
+ --plasma-typo-text-l-line-height: 2rem;
1511
+ --plasma-typo-text-m-bold-font-size: 1.125rem;
1512
+ --plasma-typo-text-m-bold-font-weight: 600;
1513
+ --plasma-typo-text-m-bold-line-height: 1.625rem;
1514
+ --plasma-typo-text-m-medium-font-size: 1.125rem;
1515
+ --plasma-typo-text-m-medium-font-weight: 500;
1516
+ --plasma-typo-text-m-medium-line-height: 1.625rem;
1517
+ --plasma-typo-text-m-font-size: 1.125rem;
1518
+ --plasma-typo-text-m-font-weight: 400;
1519
+ --plasma-typo-text-m-line-height: 1.625rem;
1520
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
1521
+ --plasma-typo-text-s-bold-font-weight: 600;
1522
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
1523
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
1524
+ --plasma-typo-text-s-medium-font-weight: 500;
1525
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
1526
+ --plasma-typo-text-s-font-size: 0.875rem;
1527
+ --plasma-typo-text-s-font-weight: 400;
1528
+ --plasma-typo-text-s-line-height: 1.25rem;
1529
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
1530
+ --plasma-typo-text-xs-bold-font-weight: 600;
1531
+ --plasma-typo-text-xs-bold-line-height: 1rem;
1532
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
1533
+ --plasma-typo-text-xs-medium-font-weight: 500;
1534
+ --plasma-typo-text-xs-medium-line-height: 1rem;
1535
+ --plasma-typo-text-xs-font-size: 0.75rem;
1536
+ --plasma-typo-text-xs-font-weight: 400;
1537
+ --plasma-typo-text-xs-line-height: 1rem;
1538
+ }
1539
+ }