@onereach/styles 3.1.1-beta.3194.0 → 3.1.1-beta.3196.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 (2) hide show
  1. package/package.json +14 -11
  2. package/tailwind.config.json +3681 -0
@@ -0,0 +1,3681 @@
1
+ {
2
+ "theme": {
3
+ "screens": {
4
+ "sm": "640px",
5
+ "md": "768px",
6
+ "lg": "1024px",
7
+ "xl": "1280px",
8
+ "2xl": "1536px"
9
+ },
10
+ "spacing": {
11
+ "none": "0px",
12
+ "xs": "4px",
13
+ "xs*": "3px",
14
+ "sm": "8px",
15
+ "sm*": "7px",
16
+ "md": "16px",
17
+ "md*": "15px",
18
+ "xl": "32px",
19
+ "xl*": "31px",
20
+ "3xl": "64px",
21
+ "3xl*": "63px",
22
+ "4xl": "128px",
23
+ "4xl*": "127px",
24
+ "lg": "24px",
25
+ "lg*": "23px",
26
+ "2xl": "48px",
27
+ "2xl*": "47px",
28
+ "sm+": "12px",
29
+ "sm+*": "11px",
30
+ "md+": "20px",
31
+ "md+*": "19px",
32
+ "lg+": "28px",
33
+ "lg+*": "27px"
34
+ },
35
+ "colors": {},
36
+ "textColor": {
37
+ "white": "rgba(255 255 255 / 1)",
38
+ "black": "rgba(0 0 0 / 1)",
39
+ "primary": "rgba(0 95 177 / 1)",
40
+ "on-primary": "rgba(255 255 255 / 1)",
41
+ "on-primary-container": "rgba(0 28 59 / 1)",
42
+ "secondary": "rgba(84 95 113 / 1)",
43
+ "on-secondary": "rgba(255 255 255 / 1)",
44
+ "on-secondary-container": "rgba(18 28 43 / 1)",
45
+ "tertiary": "rgba(109 86 118 / 1)",
46
+ "on-tertiary": "rgba(255 255 255 / 1)",
47
+ "on-tertiary-container": "rgba(39 19 48 / 1)",
48
+ "error": "rgba(186 27 27 / 1)",
49
+ "on-error": "rgba(255 255 255 / 1)",
50
+ "on-error-container": "rgba(147 0 6 / 1)",
51
+ "success": "rgba(44 137 0 / 1)",
52
+ "on-success": "rgba(255 255 255 / 1)",
53
+ "on-success-container": "rgba(22 82 0 / 1)",
54
+ "warning": "rgba(153 112 0 / 1)",
55
+ "on-warning": "rgba(255 255 255 / 1)",
56
+ "on-warning-container": "rgba(92 66 0 / 1)",
57
+ "on-background": "rgba(27 27 29 / 1)",
58
+ "on-surface": "rgba(27 27 29 / 1)",
59
+ "on-surface-variant": "rgba(67 71 78 / 1)",
60
+ "inverse-on-surface": "rgba(241 240 244 / 1)",
61
+ "inverse-primary": "rgba(164 200 255 / 1)",
62
+ "outline": "rgba(116 119 127 / 1)",
63
+ "on-disabled": "rgba(27 27 29 / 0.3)",
64
+ "primary-opacity-0-08": "rgba(0 95 177 / 0.08)",
65
+ "primary-opacity-0-12": "rgba(0 95 177 / 0.12)",
66
+ "primary-opacity-0-16": "rgba(0 95 177 / 0.16)",
67
+ "primary-dark": "rgba(164 200 255 / 1)",
68
+ "on-primary-dark": "rgba(0 48 95 / 1)",
69
+ "on-primary-container-dark": "rgba(211 227 255 / 1)",
70
+ "secondary-dark": "rgba(188 199 220 / 1)",
71
+ "on-secondary-dark": "rgba(38 49 65 / 1)",
72
+ "on-secondary-container-dark": "rgba(216 227 248 / 1)",
73
+ "tertiary-dark": "rgba(218 189 226 / 1)",
74
+ "on-tertiary-dark": "rgba(61 40 70 / 1)",
75
+ "on-tertiary-container-dark": "rgba(247 217 255 / 1)",
76
+ "error-dark": "rgba(255 180 169 / 1)",
77
+ "on-error-dark": "rgba(104 0 3 / 1)",
78
+ "on-error-container-dark": "rgba(255 218 212 / 1)",
79
+ "success-dark": "rgba(108 224 54 / 1)",
80
+ "on-success-dark": "rgba(12 57 0 / 1)",
81
+ "on-success-container-dark": "rgba(136 253 82 / 1)",
82
+ "warning-dark": "rgba(251 188 12 / 1)",
83
+ "on-warning-dark": "rgba(64 45 0 / 1)",
84
+ "on-warning-container-dark": "rgba(255 223 156 / 1)",
85
+ "on-background-dark": "rgba(227 226 230 / 1)",
86
+ "on-surface-dark": "rgba(227 226 230 / 1)",
87
+ "on-surface-variant-dark": "rgba(195 198 207 / 1)",
88
+ "inverse-on-surface-dark": "rgba(27 27 29 / 1)",
89
+ "inverse-primary-dark": "rgba(0 95 177 / 1)",
90
+ "outline-dark": "rgba(142 145 153 / 1)",
91
+ "on-disabled-dark": "rgba(227 226 230 / 0.3)",
92
+ "primary-opacity-0-08-dark": "rgba(164 200 255 / 0.08)",
93
+ "primary-opacity-0-12-dark": "rgba(164 200 255 / 0.12)",
94
+ "primary-opacity-0-16-dark": "rgba(164 200 255 / 0.16)",
95
+ "primary-hover": "rgba(0 119 220 / 1)",
96
+ "error-hover": "rgba(221 55 48 / 1)",
97
+ "success-hover": "rgba(56 166 0 / 1)",
98
+ "warning-hover": "rgba(186 137 0 / 1)",
99
+ "error-opacity-0-08": "rgba(186 27 27 / 0.08)",
100
+ "error-opacity-0-12": "rgba(186 27 27 / 0.12)",
101
+ "error-opacity-0-16": "rgba(186 27 27 / 0.16)",
102
+ "primary-hover-dark": "rgba(111 174 255 / 1)",
103
+ "error-hover-dark": "rgba(255 137 122 / 1)",
104
+ "success-hover-dark": "rgba(81 195 20 / 1)",
105
+ "warning-hover-dark": "rgba(219 162 0 / 1)",
106
+ "error-opacity-0-08-dark": "rgba(255 180 169 / 0.08)",
107
+ "error-opacity-0-12-dark": "rgba(255 180 169 / 0.12)",
108
+ "error-opacity-0-16-dark": "rgba(255 180 169 / 0.16)",
109
+ "disabled": "rgba(27 27 29 / 0.12)",
110
+ "disabled-dark": "rgba(227 226 230 / 0.12)",
111
+ "success-opacity-0-08": "rgba(44 137 0 / 0.08)",
112
+ "success-opacity-0-12": "rgba(44 137 0 / 0.12)",
113
+ "success-opacity-0-16": "rgba(44 137 0 / 0.16)",
114
+ "warning-opacity-0-08": "rgba(153 112 0 / 0.08)",
115
+ "warning-opacity-0-12": "rgba(153 112 0 / 0.12)",
116
+ "warning-opacity-0-16": "rgba(153 112 0 / 0.16)",
117
+ "success-opacity-0-08-dark": "rgba(108 224 54 / 0.08)",
118
+ "success-opacity-0-12-dark": "rgba(108 224 54 / 0.12)",
119
+ "success-opacity-0-16-dark": "rgba(108 224 54 / 0.16)",
120
+ "warning-opacity-0-08-dark": "rgba(251 188 12 / 0.08)",
121
+ "warning-opacity-0-12-dark": "rgba(251 188 12 / 0.12)",
122
+ "warning-opacity-0-16-dark": "rgba(251 188 12 / 0.16)",
123
+ "overlay": "rgba(27 27 29 / 0.8)",
124
+ "overlay-dark": "rgba(27 27 29 / 0.8)",
125
+ "outline-variant": "rgba(223 226 235 / 1)",
126
+ "outline-variant-dark": "rgba(67 71 78 / 1)",
127
+ "primary-hover-opacity-0-08": "rgba(0 119 220 / 0.08)",
128
+ "primary-hover-opacity-0-12": "rgba(0 119 220 / 0.12)",
129
+ "primary-hover-opacity-0-16": "rgba(0 119 220 / 0.16)",
130
+ "primary-hover-opacity-0-32": "rgba(0 119 220 / 0.32)",
131
+ "primary-hover-opacity-0-48": "rgba(0 119 220 / 0.48)",
132
+ "primary-hover-opacity-0-64": "rgba(0 119 220 / 0.64)",
133
+ "primary-hover-opacity-0-80": "rgba(0 119 220 / 0.8)",
134
+ "primary-hover-opacity-0-96": "rgba(0 119 220 / 0.96)",
135
+ "primary-hover-opacity-0-08-dark": "rgba(111 174 255 / 0.08)",
136
+ "primary-hover-opacity-0-12-dark": "rgba(111 174 255 / 0.12)",
137
+ "primary-hover-opacity-0-16-dark": "rgba(111 174 255 / 0.16)",
138
+ "primary-hover-opacity-0-32-dark": "rgba(111 174 255 / 0.32)",
139
+ "primary-hover-opacity-0-48-dark": "rgba(111 174 255 / 0.48)",
140
+ "primary-hover-opacity-0-64-dark": "rgba(111 174 255 / 0.64)",
141
+ "primary-hover-opacity-0-80-dark": "rgba(111 174 255 / 0.8)",
142
+ "primary-hover-opacity-0-96-dark": "rgba(111 174 255 / 0.96)",
143
+ "custom-colors-custom-1": "rgba(157 59 97 / 1)",
144
+ "custom-colors-custom-2": "rgba(105 76 173 / 1)",
145
+ "custom-colors-custom-3": "rgba(0 105 108 / 1)",
146
+ "custom-colors-custom-4": "rgba(0 110 44 / 1)",
147
+ "custom-colors-custom-5": "rgba(94 97 53 / 1)",
148
+ "custom-colors-custom-6": "rgba(153 71 0 / 1)",
149
+ "custom-colors-custom-1-dark": "rgba(255 176 200 / 1)",
150
+ "custom-colors-custom-2-dark": "rgba(208 188 255 / 1)",
151
+ "custom-colors-custom-3-dark": "rgba(76 217 222 / 1)",
152
+ "custom-colors-custom-4-dark": "rgba(126 218 139 / 1)",
153
+ "custom-colors-custom-5-dark": "rgba(199 202 149 / 1)",
154
+ "custom-colors-custom-6-dark": "rgba(255 182 139 / 1)",
155
+ "error-opacity-0-32": "rgba(186 27 27 / 0.32)",
156
+ "error-opacity-0-48": "rgba(186 27 27 / 0.48)",
157
+ "error-opacity-0-64": "rgba(186 27 27 / 0.64)",
158
+ "error-opacity-0-80": "rgba(186 27 27 / 0.8)",
159
+ "error-opacity-0-96": "rgba(186 27 27 / 0.96)",
160
+ "success-opacity-0-32": "rgba(44 137 0 / 0.32)",
161
+ "success-opacity-0-48": "rgba(44 137 0 / 0.48)",
162
+ "success-opacity-0-64": "rgba(44 137 0 / 0.64)",
163
+ "success-opacity-0-80": "rgba(44 137 0 / 0.8)",
164
+ "success-opacity-0-96": "rgba(44 137 0 / 0.96)",
165
+ "warning-opacity-0-32": "rgba(153 112 0 / 0.32)",
166
+ "warning-opacity-0-48": "rgba(153 112 0 / 0.48)",
167
+ "warning-opacity-0-64": "rgba(153 112 0 / 0.64)",
168
+ "warning-opacity-0-80": "rgba(153 112 0 / 0.8)",
169
+ "warning-opacity-0-96": "rgba(153 112 0 / 0.96)",
170
+ "custom-colors-custom-1-opacity-0-96": "rgba(157 59 97 / 0.96)",
171
+ "custom-colors-custom-1-opacity-0-80": "rgba(157 59 97 / 0.8)",
172
+ "custom-colors-custom-1-opacity-0-64": "rgba(157 59 97 / 0.64)",
173
+ "custom-colors-custom-1-opacity-0-48": "rgba(157 59 97 / 0.48)",
174
+ "custom-colors-custom-1-opacity-0-32": "rgba(157 59 97 / 0.32)",
175
+ "custom-colors-custom-1-opacity-0-16": "rgba(157 59 97 / 0.16)",
176
+ "custom-colors-custom-1-opacity-0-12": "rgba(157 59 97 / 0.12)",
177
+ "custom-colors-custom-1-opacity-0-08": "rgba(157 59 97 / 0.08)",
178
+ "custom-colors-custom-2-opacity-0-96": "rgba(105 76 173 / 0.96)",
179
+ "custom-colors-custom-2-opacity-0-80": "rgba(105 76 173 / 0.8)",
180
+ "custom-colors-custom-2-opacity-0-64": "rgba(105 76 173 / 0.64)",
181
+ "custom-colors-custom-2-opacity-0-48": "rgba(105 76 173 / 0.48)",
182
+ "custom-colors-custom-2-opacity-0-32": "rgba(105 76 173 / 0.32)",
183
+ "custom-colors-custom-2-opacity-0-16": "rgba(105 76 173 / 0.16)",
184
+ "custom-colors-custom-2-opacity-0-12": "rgba(105 76 173 / 0.12)",
185
+ "custom-colors-custom-2-opacity-0-08": "rgba(105 76 173 / 0.08)",
186
+ "custom-colors-custom-3-opacity-0-96": "rgba(0 105 108 / 0.96)",
187
+ "custom-colors-custom-3-opacity-0-80": "rgba(0 105 108 / 0.8)",
188
+ "custom-colors-custom-3-opacity-0-64": "rgba(0 105 108 / 0.64)",
189
+ "custom-colors-custom-3-opacity-0-48": "rgba(0 105 108 / 0.48)",
190
+ "custom-colors-custom-3-opacity-0-32": "rgba(0 105 108 / 0.32)",
191
+ "custom-colors-custom-3-opacity-0-16": "rgba(0 105 108 / 0.16)",
192
+ "custom-colors-custom-3-opacity-0-12": "rgba(0 105 108 / 0.12)",
193
+ "custom-colors-custom-3-opacity-0-08": "rgba(0 105 108 / 0.08)",
194
+ "custom-colors-custom-4-opacity-0-96": "rgba(0 110 44 / 0.96)",
195
+ "custom-colors-custom-4-opacity-0-80": "rgba(0 110 44 / 0.8)",
196
+ "custom-colors-custom-4-opacity-0-64": "rgba(0 110 44 / 0.64)",
197
+ "custom-colors-custom-4-opacity-0-48": "rgba(0 110 44 / 0.48)",
198
+ "custom-colors-custom-4-opacity-0-32": "rgba(0 110 44 / 0.32)",
199
+ "custom-colors-custom-4-opacity-0-16": "rgba(0 110 44 / 0.16)",
200
+ "custom-colors-custom-4-opacity-0-12": "rgba(0 110 44 / 0.12)",
201
+ "custom-colors-custom-4-opacity-0-08": "rgba(0 110 44 / 0.08)",
202
+ "custom-colors-custom-5-opacity-0-96": "rgba(94 97 53 / 0.96)",
203
+ "custom-colors-custom-5-opacity-0-80": "rgba(94 97 53 / 0.8)",
204
+ "custom-colors-custom-5-opacity-0-64": "rgba(94 97 53 / 0.64)",
205
+ "custom-colors-custom-5-opacity-0-48": "rgba(94 97 53 / 0.48)",
206
+ "custom-colors-custom-5-opacity-0-32": "rgba(94 97 53 / 0.32)",
207
+ "custom-colors-custom-5-opacity-0-16": "rgba(94 97 53 / 0.16)",
208
+ "custom-colors-custom-5-opacity-0-12": "rgba(94 97 53 / 0.12)",
209
+ "custom-colors-custom-5-opacity-0-08": "rgba(94 97 53 / 0.08)",
210
+ "custom-colors-custom-6-opacity-0-96": "rgba(153 71 0 / 0.96)",
211
+ "custom-colors-custom-6-opacity-0-80": "rgba(153 71 0 / 0.8)",
212
+ "custom-colors-custom-6-opacity-0-64": "rgba(153 71 0 / 0.64)",
213
+ "custom-colors-custom-6-opacity-0-48": "rgba(153 71 0 / 0.48)",
214
+ "custom-colors-custom-6-opacity-0-32": "rgba(153 71 0 / 0.32)",
215
+ "custom-colors-custom-6-opacity-0-16": "rgba(153 71 0 / 0.16)",
216
+ "custom-colors-custom-6-opacity-0-12": "rgba(153 71 0 / 0.12)",
217
+ "custom-colors-custom-6-opacity-0-08": "rgba(153 71 0 / 0.08)",
218
+ "outline-opacity-0-96": "rgba(116 119 127 / 0.96)",
219
+ "outline-opacity-0-80": "rgba(116 119 127 / 0.8)",
220
+ "outline-opacity-0-64": "rgba(116 119 127 / 0.64)",
221
+ "outline-opacity-0-48": "rgba(116 119 127 / 0.48)",
222
+ "outline-opacity-0-32": "rgba(116 119 127 / 0.32)",
223
+ "outline-opacity-0-16": "rgba(116 119 127 / 0.16)",
224
+ "outline-opacity-0-12": "rgba(116 119 127 / 0.12)",
225
+ "outline-opacity-0-08": "rgba(116 119 127 / 0.08)",
226
+ "error-opacity-0-32-dark": "rgba(255 180 169 / 0.32)",
227
+ "error-opacity-0-48-dark": "rgba(255 180 169 / 0.48)",
228
+ "error-opacity-0-64-dark": "rgba(255 180 169 / 0.64)",
229
+ "error-opacity-0-80-dark": "rgba(255 180 169 / 0.8)",
230
+ "error-opacity-0-96-dark": "rgba(255 180 169 / 0.96)",
231
+ "success-opacity-0-32-dark": "rgba(108 224 54 / 0.32)",
232
+ "success-opacity-0-48-dark": "rgba(108 224 54 / 0.48)",
233
+ "success-opacity-0-64-dark": "rgba(108 224 54 / 0.64)",
234
+ "success-opacity-0-80-dark": "rgba(108 224 54 / 0.8)",
235
+ "success-opacity-0-96-dark": "rgba(108 224 54 / 0.96)",
236
+ "warning-opacity-0-32-dark": "rgba(251 188 12 / 0.32)",
237
+ "warning-opacity-0-48-dark": "rgba(251 188 12 / 0.48)",
238
+ "warning-opacity-0-64-dark": "rgba(251 188 12 / 0.64)",
239
+ "warning-opacity-0-80-dark": "rgba(251 188 12 / 0.8)",
240
+ "warning-opacity-0-96-dark": "rgba(251 188 12 / 0.96)",
241
+ "custom-colors-custom-1-opacity-0-96-dark": "rgba(255 176 200 / 0.96)",
242
+ "custom-colors-custom-1-opacity-0-80-dark": "rgba(255 176 200 / 0.8)",
243
+ "custom-colors-custom-1-opacity-0-64-dark": "rgba(255 176 200 / 0.64)",
244
+ "custom-colors-custom-1-opacity-0-48-dark": "rgba(255 176 200 / 0.48)",
245
+ "custom-colors-custom-1-opacity-0-32-dark": "rgba(255 176 200 / 0.32)",
246
+ "custom-colors-custom-1-opacity-0-16-dark": "rgba(255 176 200 / 0.16)",
247
+ "custom-colors-custom-1-opacity-0-12-dark": "rgba(255 176 200 / 0.12)",
248
+ "custom-colors-custom-1-opacity-0-08-dark": "rgba(255 176 200 / 0.08)",
249
+ "custom-colors-custom-2-opacity-0-96-dark": "rgba(208 188 255 / 0.96)",
250
+ "custom-colors-custom-2-opacity-0-80-dark": "rgba(208 188 255 / 0.8)",
251
+ "custom-colors-custom-2-opacity-0-64-dark": "rgba(208 188 255 / 0.64)",
252
+ "custom-colors-custom-2-opacity-0-48-dark": "rgba(208 188 255 / 0.48)",
253
+ "custom-colors-custom-2-opacity-0-32-dark": "rgba(208 188 255 / 0.32)",
254
+ "custom-colors-custom-2-opacity-0-16-dark": "rgba(208 188 255 / 0.16)",
255
+ "custom-colors-custom-2-opacity-0-12-dark": "rgba(208 188 255 / 0.12)",
256
+ "custom-colors-custom-2-opacity-0-08-dark": "rgba(208 188 255 / 0.08)",
257
+ "custom-colors-custom-3-opacity-0-96-dark": "rgba(76 217 222 / 0.96)",
258
+ "custom-colors-custom-3-opacity-0-80-dark": "rgba(76 217 222 / 0.8)",
259
+ "custom-colors-custom-3-opacity-0-64-dark": "rgba(76 217 222 / 0.64)",
260
+ "custom-colors-custom-3-opacity-0-48-dark": "rgba(76 217 222 / 0.48)",
261
+ "custom-colors-custom-3-opacity-0-32-dark": "rgba(76 217 222 / 0.32)",
262
+ "custom-colors-custom-3-opacity-0-16-dark": "rgba(76 217 222 / 0.16)",
263
+ "custom-colors-custom-3-opacity-0-12-dark": "rgba(76 217 222 / 0.12)",
264
+ "custom-colors-custom-3-opacity-0-08-dark": "rgba(76 217 222 / 0.08)",
265
+ "custom-colors-custom-4-opacity-0-96-dark": "rgba(126 218 139 / 0.96)",
266
+ "custom-colors-custom-4-opacity-0-80-dark": "rgba(126 218 139 / 0.8)",
267
+ "custom-colors-custom-4-opacity-0-64-dark": "rgba(126 218 139 / 0.64)",
268
+ "custom-colors-custom-4-opacity-0-48-dark": "rgba(126 218 139 / 0.48)",
269
+ "custom-colors-custom-4-opacity-0-32-dark": "rgba(126 218 139 / 0.32)",
270
+ "custom-colors-custom-4-opacity-0-16-dark": "rgba(126 218 139 / 0.16)",
271
+ "custom-colors-custom-4-opacity-0-12-dark": "rgba(126 218 139 / 0.12)",
272
+ "custom-colors-custom-4-opacity-0-08-dark": "rgba(126 218 139 / 0.08)",
273
+ "custom-colors-custom-5-opacity-0-96-dark": "rgba(199 202 149 / 0.96)",
274
+ "custom-colors-custom-5-opacity-0-80-dark": "rgba(199 202 149 / 0.8)",
275
+ "custom-colors-custom-5-opacity-0-64-dark": "rgba(199 202 149 / 0.64)",
276
+ "custom-colors-custom-5-opacity-0-48-dark": "rgba(199 202 149 / 0.48)",
277
+ "custom-colors-custom-5-opacity-0-32-dark": "rgba(199 202 149 / 0.32)",
278
+ "custom-colors-custom-5-opacity-0-16-dark": "rgba(199 202 149 / 0.16)",
279
+ "custom-colors-custom-5-opacity-0-12-dark": "rgba(199 202 149 / 0.12)",
280
+ "custom-colors-custom-5-opacity-0-08-dark": "rgba(199 202 149 / 0.08)",
281
+ "custom-colors-custom-6-opacity-0-96-dark": "rgba(255 182 139 / 0.96)",
282
+ "custom-colors-custom-6-opacity-0-80-dark": "rgba(255 182 139 / 0.8)",
283
+ "custom-colors-custom-6-opacity-0-64-dark": "rgba(255 182 139 / 0.64)",
284
+ "custom-colors-custom-6-opacity-0-48-dark": "rgba(255 182 139 / 0.48)",
285
+ "custom-colors-custom-6-opacity-0-32-dark": "rgba(255 182 139 / 0.32)",
286
+ "custom-colors-custom-6-opacity-0-16-dark": "rgba(255 182 139 / 0.16)",
287
+ "custom-colors-custom-6-opacity-0-12-dark": "rgba(255 182 139 / 0.12)",
288
+ "custom-colors-custom-6-opacity-0-08-dark": "rgba(255 182 139 / 0.08)",
289
+ "outline-opacity-0-96-dark": "rgba(142 145 153 / 0.96)",
290
+ "outline-opacity-0-80-dark": "rgba(142 145 153 / 0.8)",
291
+ "outline-opacity-0-64-dark": "rgba(142 145 153 / 0.64)",
292
+ "outline-opacity-0-48-dark": "rgba(142 145 153 / 0.48)",
293
+ "outline-opacity-0-32-dark": "rgba(142 145 153 / 0.32)",
294
+ "outline-opacity-0-16-dark": "rgba(142 145 153 / 0.16)",
295
+ "outline-opacity-0-12-dark": "rgba(142 145 153 / 0.12)",
296
+ "outline-opacity-0-08-dark": "rgba(142 145 153 / 0.08)",
297
+ "transparent": "transparent",
298
+ "current": "currentColor",
299
+ "inherit": "inherit"
300
+ },
301
+ "backgroundColor": {
302
+ "white": "rgba(255 255 255 / 1)",
303
+ "black": "rgba(0 0 0 / 1)",
304
+ "primary": "rgba(0 95 177 / 1)",
305
+ "on-primary": "rgba(255 255 255 / 1)",
306
+ "primary-container": "rgba(211 227 255 / 1)",
307
+ "on-primary-container": "rgba(0 28 59 / 1)",
308
+ "secondary": "rgba(84 95 113 / 1)",
309
+ "on-secondary": "rgba(255 255 255 / 1)",
310
+ "secondary-container": "rgba(216 227 248 / 1)",
311
+ "on-secondary-container": "rgba(18 28 43 / 1)",
312
+ "tertiary": "rgba(109 86 118 / 1)",
313
+ "on-tertiary": "rgba(255 255 255 / 1)",
314
+ "tertiary-container": "rgba(247 217 255 / 1)",
315
+ "on-tertiary-container": "rgba(39 19 48 / 1)",
316
+ "error": "rgba(186 27 27 / 1)",
317
+ "on-error": "rgba(255 255 255 / 1)",
318
+ "error-container": "rgba(255 237 233 / 1)",
319
+ "on-error-container": "rgba(147 0 6 / 1)",
320
+ "success": "rgba(44 137 0 / 1)",
321
+ "on-success": "rgba(255 255 255 / 1)",
322
+ "success-container": "rgba(204 255 170 / 1)",
323
+ "on-success-container": "rgba(22 82 0 / 1)",
324
+ "warning": "rgba(153 112 0 / 1)",
325
+ "on-warning": "rgba(255 255 255 / 1)",
326
+ "warning-container": "rgba(255 239 209 / 1)",
327
+ "on-warning-container": "rgba(92 66 0 / 1)",
328
+ "background": "rgba(255 255 255 / 1)",
329
+ "on-background": "rgba(27 27 29 / 1)",
330
+ "surface": "rgba(253 251 255 / 1)",
331
+ "surface-1": "rgba(240 243 251 / 1)",
332
+ "surface-2": "rgba(233 239 249 / 1)",
333
+ "surface-3": "rgba(225 234 246 / 1)",
334
+ "surface-4": "rgba(223 232 246 / 1)",
335
+ "surface-5": "rgba(218 229 244 / 1)",
336
+ "on-surface": "rgba(27 27 29 / 1)",
337
+ "surface-variant": "rgba(223 226 235 / 1)",
338
+ "on-surface-variant": "rgba(67 71 78 / 1)",
339
+ "inverse-surface": "rgba(47 48 51 / 1)",
340
+ "inverse-on-surface": "rgba(241 240 244 / 1)",
341
+ "inverse-primary": "rgba(164 200 255 / 1)",
342
+ "outline": "rgba(116 119 127 / 1)",
343
+ "on-disabled": "rgba(27 27 29 / 0.3)",
344
+ "primary-opacity-0-08": "rgba(0 95 177 / 0.08)",
345
+ "primary-opacity-0-12": "rgba(0 95 177 / 0.12)",
346
+ "primary-opacity-0-16": "rgba(0 95 177 / 0.16)",
347
+ "primary-dark": "rgba(164 200 255 / 1)",
348
+ "on-primary-dark": "rgba(0 48 95 / 1)",
349
+ "primary-container-dark": "rgba(0 71 136 / 1)",
350
+ "on-primary-container-dark": "rgba(211 227 255 / 1)",
351
+ "secondary-dark": "rgba(188 199 220 / 1)",
352
+ "on-secondary-dark": "rgba(38 49 65 / 1)",
353
+ "secondary-container-dark": "rgba(61 71 88 / 1)",
354
+ "on-secondary-container-dark": "rgba(216 227 248 / 1)",
355
+ "tertiary-dark": "rgba(218 189 226 / 1)",
356
+ "on-tertiary-dark": "rgba(61 40 70 / 1)",
357
+ "tertiary-container-dark": "rgba(85 63 94 / 1)",
358
+ "on-tertiary-container-dark": "rgba(247 217 255 / 1)",
359
+ "error-dark": "rgba(255 180 169 / 1)",
360
+ "on-error-dark": "rgba(104 0 3 / 1)",
361
+ "error-container-dark": "rgba(147 0 6 / 1)",
362
+ "on-error-container-dark": "rgba(255 218 212 / 1)",
363
+ "success-dark": "rgba(108 224 54 / 1)",
364
+ "on-success-dark": "rgba(12 57 0 / 1)",
365
+ "success-container-dark": "rgba(22 82 0 / 1)",
366
+ "on-success-container-dark": "rgba(136 253 82 / 1)",
367
+ "warning-dark": "rgba(251 188 12 / 1)",
368
+ "on-warning-dark": "rgba(64 45 0 / 1)",
369
+ "warning-container-dark": "rgba(92 66 0 / 1)",
370
+ "on-warning-container-dark": "rgba(255 223 156 / 1)",
371
+ "background-dark": "rgba(27 27 29 / 1)",
372
+ "on-background-dark": "rgba(227 226 230 / 1)",
373
+ "surface-dark": "rgba(27 27 29 / 1)",
374
+ "surface-1-dark": "rgba(34 36 40 / 1)",
375
+ "surface-2-dark": "rgba(38 41 47 / 1)",
376
+ "surface-3-dark": "rgba(42 46 54 / 1)",
377
+ "surface-4-dark": "rgba(43 48 56 / 1)",
378
+ "surface-5-dark": "rgba(46 51 61 / 1)",
379
+ "on-surface-dark": "rgba(227 226 230 / 1)",
380
+ "surface-variant-dark": "rgba(67 71 78 / 1)",
381
+ "on-surface-variant-dark": "rgba(195 198 207 / 1)",
382
+ "inverse-surface-dark": "rgba(227 226 230 / 1)",
383
+ "inverse-on-surface-dark": "rgba(27 27 29 / 1)",
384
+ "inverse-primary-dark": "rgba(0 95 177 / 1)",
385
+ "outline-dark": "rgba(142 145 153 / 1)",
386
+ "on-disabled-dark": "rgba(227 226 230 / 0.3)",
387
+ "primary-opacity-0-08-dark": "rgba(164 200 255 / 0.08)",
388
+ "primary-opacity-0-12-dark": "rgba(164 200 255 / 0.12)",
389
+ "primary-opacity-0-16-dark": "rgba(164 200 255 / 0.16)",
390
+ "primary-hover": "rgba(0 119 220 / 1)",
391
+ "error-hover": "rgba(221 55 48 / 1)",
392
+ "success-hover": "rgba(56 166 0 / 1)",
393
+ "warning-hover": "rgba(186 137 0 / 1)",
394
+ "error-opacity-0-08": "rgba(186 27 27 / 0.08)",
395
+ "error-opacity-0-12": "rgba(186 27 27 / 0.12)",
396
+ "error-opacity-0-16": "rgba(186 27 27 / 0.16)",
397
+ "primary-hover-dark": "rgba(111 174 255 / 1)",
398
+ "error-hover-dark": "rgba(255 137 122 / 1)",
399
+ "success-hover-dark": "rgba(81 195 20 / 1)",
400
+ "warning-hover-dark": "rgba(219 162 0 / 1)",
401
+ "error-opacity-0-08-dark": "rgba(255 180 169 / 0.08)",
402
+ "error-opacity-0-12-dark": "rgba(255 180 169 / 0.12)",
403
+ "error-opacity-0-16-dark": "rgba(255 180 169 / 0.16)",
404
+ "disabled": "rgba(27 27 29 / 0.12)",
405
+ "disabled-dark": "rgba(227 226 230 / 0.12)",
406
+ "success-opacity-0-08": "rgba(44 137 0 / 0.08)",
407
+ "success-opacity-0-12": "rgba(44 137 0 / 0.12)",
408
+ "success-opacity-0-16": "rgba(44 137 0 / 0.16)",
409
+ "warning-opacity-0-08": "rgba(153 112 0 / 0.08)",
410
+ "warning-opacity-0-12": "rgba(153 112 0 / 0.12)",
411
+ "warning-opacity-0-16": "rgba(153 112 0 / 0.16)",
412
+ "success-opacity-0-08-dark": "rgba(108 224 54 / 0.08)",
413
+ "success-opacity-0-12-dark": "rgba(108 224 54 / 0.12)",
414
+ "success-opacity-0-16-dark": "rgba(108 224 54 / 0.16)",
415
+ "warning-opacity-0-08-dark": "rgba(251 188 12 / 0.08)",
416
+ "warning-opacity-0-12-dark": "rgba(251 188 12 / 0.12)",
417
+ "warning-opacity-0-16-dark": "rgba(251 188 12 / 0.16)",
418
+ "overlay": "rgba(27 27 29 / 0.8)",
419
+ "overlay-dark": "rgba(27 27 29 / 0.8)",
420
+ "outline-variant": "rgba(223 226 235 / 1)",
421
+ "outline-variant-dark": "rgba(67 71 78 / 1)",
422
+ "primary-hover-opacity-0-08": "rgba(0 119 220 / 0.08)",
423
+ "primary-hover-opacity-0-12": "rgba(0 119 220 / 0.12)",
424
+ "primary-hover-opacity-0-16": "rgba(0 119 220 / 0.16)",
425
+ "primary-hover-opacity-0-32": "rgba(0 119 220 / 0.32)",
426
+ "primary-hover-opacity-0-48": "rgba(0 119 220 / 0.48)",
427
+ "primary-hover-opacity-0-64": "rgba(0 119 220 / 0.64)",
428
+ "primary-hover-opacity-0-80": "rgba(0 119 220 / 0.8)",
429
+ "primary-hover-opacity-0-96": "rgba(0 119 220 / 0.96)",
430
+ "primary-hover-opacity-0-08-dark": "rgba(111 174 255 / 0.08)",
431
+ "primary-hover-opacity-0-12-dark": "rgba(111 174 255 / 0.12)",
432
+ "primary-hover-opacity-0-16-dark": "rgba(111 174 255 / 0.16)",
433
+ "primary-hover-opacity-0-32-dark": "rgba(111 174 255 / 0.32)",
434
+ "primary-hover-opacity-0-48-dark": "rgba(111 174 255 / 0.48)",
435
+ "primary-hover-opacity-0-64-dark": "rgba(111 174 255 / 0.64)",
436
+ "primary-hover-opacity-0-80-dark": "rgba(111 174 255 / 0.8)",
437
+ "primary-hover-opacity-0-96-dark": "rgba(111 174 255 / 0.96)",
438
+ "custom-colors-custom-1": "rgba(157 59 97 / 1)",
439
+ "custom-colors-custom-2": "rgba(105 76 173 / 1)",
440
+ "custom-colors-custom-3": "rgba(0 105 108 / 1)",
441
+ "custom-colors-custom-4": "rgba(0 110 44 / 1)",
442
+ "custom-colors-custom-5": "rgba(94 97 53 / 1)",
443
+ "custom-colors-custom-6": "rgba(153 71 0 / 1)",
444
+ "custom-colors-custom-1-container": "rgba(255 217 226 / 1)",
445
+ "custom-colors-custom-2-container": "rgba(233 221 255 / 1)",
446
+ "custom-colors-custom-3-container": "rgba(111 246 251 / 1)",
447
+ "custom-colors-custom-4-container": "rgba(154 247 164 / 1)",
448
+ "custom-colors-custom-5-container": "rgba(227 231 175 / 1)",
449
+ "custom-colors-custom-6-container": "rgba(255 219 200 / 1)",
450
+ "custom-colors-custom-1-dark": "rgba(255 176 200 / 1)",
451
+ "custom-colors-custom-2-dark": "rgba(208 188 255 / 1)",
452
+ "custom-colors-custom-3-dark": "rgba(76 217 222 / 1)",
453
+ "custom-colors-custom-4-dark": "rgba(126 218 139 / 1)",
454
+ "custom-colors-custom-5-dark": "rgba(199 202 149 / 1)",
455
+ "custom-colors-custom-6-dark": "rgba(255 182 139 / 1)",
456
+ "custom-colors-custom-1-container-dark": "rgba(127 35 74 / 1)",
457
+ "custom-colors-custom-2-container-dark": "rgba(81 51 148 / 1)",
458
+ "custom-colors-custom-3-container-dark": "rgba(0 79 82 / 1)",
459
+ "custom-colors-custom-4-container-dark": "rgba(0 83 31 / 1)",
460
+ "custom-colors-custom-5-container-dark": "rgba(70 74 32 / 1)",
461
+ "custom-colors-custom-6-container-dark": "rgba(117 52 0 / 1)",
462
+ "error-opacity-0-32": "rgba(186 27 27 / 0.32)",
463
+ "error-opacity-0-48": "rgba(186 27 27 / 0.48)",
464
+ "error-opacity-0-64": "rgba(186 27 27 / 0.64)",
465
+ "error-opacity-0-80": "rgba(186 27 27 / 0.8)",
466
+ "error-opacity-0-96": "rgba(186 27 27 / 0.96)",
467
+ "success-opacity-0-32": "rgba(44 137 0 / 0.32)",
468
+ "success-opacity-0-48": "rgba(44 137 0 / 0.48)",
469
+ "success-opacity-0-64": "rgba(44 137 0 / 0.64)",
470
+ "success-opacity-0-80": "rgba(44 137 0 / 0.8)",
471
+ "success-opacity-0-96": "rgba(44 137 0 / 0.96)",
472
+ "warning-opacity-0-32": "rgba(153 112 0 / 0.32)",
473
+ "warning-opacity-0-48": "rgba(153 112 0 / 0.48)",
474
+ "warning-opacity-0-64": "rgba(153 112 0 / 0.64)",
475
+ "warning-opacity-0-80": "rgba(153 112 0 / 0.8)",
476
+ "warning-opacity-0-96": "rgba(153 112 0 / 0.96)",
477
+ "custom-colors-custom-1-opacity-0-96": "rgba(157 59 97 / 0.96)",
478
+ "custom-colors-custom-1-opacity-0-80": "rgba(157 59 97 / 0.8)",
479
+ "custom-colors-custom-1-opacity-0-64": "rgba(157 59 97 / 0.64)",
480
+ "custom-colors-custom-1-opacity-0-48": "rgba(157 59 97 / 0.48)",
481
+ "custom-colors-custom-1-opacity-0-32": "rgba(157 59 97 / 0.32)",
482
+ "custom-colors-custom-1-opacity-0-16": "rgba(157 59 97 / 0.16)",
483
+ "custom-colors-custom-1-opacity-0-12": "rgba(157 59 97 / 0.12)",
484
+ "custom-colors-custom-1-opacity-0-08": "rgba(157 59 97 / 0.08)",
485
+ "custom-colors-custom-2-opacity-0-96": "rgba(105 76 173 / 0.96)",
486
+ "custom-colors-custom-2-opacity-0-80": "rgba(105 76 173 / 0.8)",
487
+ "custom-colors-custom-2-opacity-0-64": "rgba(105 76 173 / 0.64)",
488
+ "custom-colors-custom-2-opacity-0-48": "rgba(105 76 173 / 0.48)",
489
+ "custom-colors-custom-2-opacity-0-32": "rgba(105 76 173 / 0.32)",
490
+ "custom-colors-custom-2-opacity-0-16": "rgba(105 76 173 / 0.16)",
491
+ "custom-colors-custom-2-opacity-0-12": "rgba(105 76 173 / 0.12)",
492
+ "custom-colors-custom-2-opacity-0-08": "rgba(105 76 173 / 0.08)",
493
+ "custom-colors-custom-3-opacity-0-96": "rgba(0 105 108 / 0.96)",
494
+ "custom-colors-custom-3-opacity-0-80": "rgba(0 105 108 / 0.8)",
495
+ "custom-colors-custom-3-opacity-0-64": "rgba(0 105 108 / 0.64)",
496
+ "custom-colors-custom-3-opacity-0-48": "rgba(0 105 108 / 0.48)",
497
+ "custom-colors-custom-3-opacity-0-32": "rgba(0 105 108 / 0.32)",
498
+ "custom-colors-custom-3-opacity-0-16": "rgba(0 105 108 / 0.16)",
499
+ "custom-colors-custom-3-opacity-0-12": "rgba(0 105 108 / 0.12)",
500
+ "custom-colors-custom-3-opacity-0-08": "rgba(0 105 108 / 0.08)",
501
+ "custom-colors-custom-4-opacity-0-96": "rgba(0 110 44 / 0.96)",
502
+ "custom-colors-custom-4-opacity-0-80": "rgba(0 110 44 / 0.8)",
503
+ "custom-colors-custom-4-opacity-0-64": "rgba(0 110 44 / 0.64)",
504
+ "custom-colors-custom-4-opacity-0-48": "rgba(0 110 44 / 0.48)",
505
+ "custom-colors-custom-4-opacity-0-32": "rgba(0 110 44 / 0.32)",
506
+ "custom-colors-custom-4-opacity-0-16": "rgba(0 110 44 / 0.16)",
507
+ "custom-colors-custom-4-opacity-0-12": "rgba(0 110 44 / 0.12)",
508
+ "custom-colors-custom-4-opacity-0-08": "rgba(0 110 44 / 0.08)",
509
+ "custom-colors-custom-5-opacity-0-96": "rgba(94 97 53 / 0.96)",
510
+ "custom-colors-custom-5-opacity-0-80": "rgba(94 97 53 / 0.8)",
511
+ "custom-colors-custom-5-opacity-0-64": "rgba(94 97 53 / 0.64)",
512
+ "custom-colors-custom-5-opacity-0-48": "rgba(94 97 53 / 0.48)",
513
+ "custom-colors-custom-5-opacity-0-32": "rgba(94 97 53 / 0.32)",
514
+ "custom-colors-custom-5-opacity-0-16": "rgba(94 97 53 / 0.16)",
515
+ "custom-colors-custom-5-opacity-0-12": "rgba(94 97 53 / 0.12)",
516
+ "custom-colors-custom-5-opacity-0-08": "rgba(94 97 53 / 0.08)",
517
+ "custom-colors-custom-6-opacity-0-96": "rgba(153 71 0 / 0.96)",
518
+ "custom-colors-custom-6-opacity-0-80": "rgba(153 71 0 / 0.8)",
519
+ "custom-colors-custom-6-opacity-0-64": "rgba(153 71 0 / 0.64)",
520
+ "custom-colors-custom-6-opacity-0-48": "rgba(153 71 0 / 0.48)",
521
+ "custom-colors-custom-6-opacity-0-32": "rgba(153 71 0 / 0.32)",
522
+ "custom-colors-custom-6-opacity-0-16": "rgba(153 71 0 / 0.16)",
523
+ "custom-colors-custom-6-opacity-0-12": "rgba(153 71 0 / 0.12)",
524
+ "custom-colors-custom-6-opacity-0-08": "rgba(153 71 0 / 0.08)",
525
+ "outline-opacity-0-96": "rgba(116 119 127 / 0.96)",
526
+ "outline-opacity-0-80": "rgba(116 119 127 / 0.8)",
527
+ "outline-opacity-0-64": "rgba(116 119 127 / 0.64)",
528
+ "outline-opacity-0-48": "rgba(116 119 127 / 0.48)",
529
+ "outline-opacity-0-32": "rgba(116 119 127 / 0.32)",
530
+ "outline-opacity-0-16": "rgba(116 119 127 / 0.16)",
531
+ "outline-opacity-0-12": "rgba(116 119 127 / 0.12)",
532
+ "outline-opacity-0-08": "rgba(116 119 127 / 0.08)",
533
+ "error-opacity-0-32-dark": "rgba(255 180 169 / 0.32)",
534
+ "error-opacity-0-48-dark": "rgba(255 180 169 / 0.48)",
535
+ "error-opacity-0-64-dark": "rgba(255 180 169 / 0.64)",
536
+ "error-opacity-0-80-dark": "rgba(255 180 169 / 0.8)",
537
+ "error-opacity-0-96-dark": "rgba(255 180 169 / 0.96)",
538
+ "success-opacity-0-32-dark": "rgba(108 224 54 / 0.32)",
539
+ "success-opacity-0-48-dark": "rgba(108 224 54 / 0.48)",
540
+ "success-opacity-0-64-dark": "rgba(108 224 54 / 0.64)",
541
+ "success-opacity-0-80-dark": "rgba(108 224 54 / 0.8)",
542
+ "success-opacity-0-96-dark": "rgba(108 224 54 / 0.96)",
543
+ "warning-opacity-0-32-dark": "rgba(251 188 12 / 0.32)",
544
+ "warning-opacity-0-48-dark": "rgba(251 188 12 / 0.48)",
545
+ "warning-opacity-0-64-dark": "rgba(251 188 12 / 0.64)",
546
+ "warning-opacity-0-80-dark": "rgba(251 188 12 / 0.8)",
547
+ "warning-opacity-0-96-dark": "rgba(251 188 12 / 0.96)",
548
+ "custom-colors-custom-1-opacity-0-96-dark": "rgba(255 176 200 / 0.96)",
549
+ "custom-colors-custom-1-opacity-0-80-dark": "rgba(255 176 200 / 0.8)",
550
+ "custom-colors-custom-1-opacity-0-64-dark": "rgba(255 176 200 / 0.64)",
551
+ "custom-colors-custom-1-opacity-0-48-dark": "rgba(255 176 200 / 0.48)",
552
+ "custom-colors-custom-1-opacity-0-32-dark": "rgba(255 176 200 / 0.32)",
553
+ "custom-colors-custom-1-opacity-0-16-dark": "rgba(255 176 200 / 0.16)",
554
+ "custom-colors-custom-1-opacity-0-12-dark": "rgba(255 176 200 / 0.12)",
555
+ "custom-colors-custom-1-opacity-0-08-dark": "rgba(255 176 200 / 0.08)",
556
+ "custom-colors-custom-2-opacity-0-96-dark": "rgba(208 188 255 / 0.96)",
557
+ "custom-colors-custom-2-opacity-0-80-dark": "rgba(208 188 255 / 0.8)",
558
+ "custom-colors-custom-2-opacity-0-64-dark": "rgba(208 188 255 / 0.64)",
559
+ "custom-colors-custom-2-opacity-0-48-dark": "rgba(208 188 255 / 0.48)",
560
+ "custom-colors-custom-2-opacity-0-32-dark": "rgba(208 188 255 / 0.32)",
561
+ "custom-colors-custom-2-opacity-0-16-dark": "rgba(208 188 255 / 0.16)",
562
+ "custom-colors-custom-2-opacity-0-12-dark": "rgba(208 188 255 / 0.12)",
563
+ "custom-colors-custom-2-opacity-0-08-dark": "rgba(208 188 255 / 0.08)",
564
+ "custom-colors-custom-3-opacity-0-96-dark": "rgba(76 217 222 / 0.96)",
565
+ "custom-colors-custom-3-opacity-0-80-dark": "rgba(76 217 222 / 0.8)",
566
+ "custom-colors-custom-3-opacity-0-64-dark": "rgba(76 217 222 / 0.64)",
567
+ "custom-colors-custom-3-opacity-0-48-dark": "rgba(76 217 222 / 0.48)",
568
+ "custom-colors-custom-3-opacity-0-32-dark": "rgba(76 217 222 / 0.32)",
569
+ "custom-colors-custom-3-opacity-0-16-dark": "rgba(76 217 222 / 0.16)",
570
+ "custom-colors-custom-3-opacity-0-12-dark": "rgba(76 217 222 / 0.12)",
571
+ "custom-colors-custom-3-opacity-0-08-dark": "rgba(76 217 222 / 0.08)",
572
+ "custom-colors-custom-4-opacity-0-96-dark": "rgba(126 218 139 / 0.96)",
573
+ "custom-colors-custom-4-opacity-0-80-dark": "rgba(126 218 139 / 0.8)",
574
+ "custom-colors-custom-4-opacity-0-64-dark": "rgba(126 218 139 / 0.64)",
575
+ "custom-colors-custom-4-opacity-0-48-dark": "rgba(126 218 139 / 0.48)",
576
+ "custom-colors-custom-4-opacity-0-32-dark": "rgba(126 218 139 / 0.32)",
577
+ "custom-colors-custom-4-opacity-0-16-dark": "rgba(126 218 139 / 0.16)",
578
+ "custom-colors-custom-4-opacity-0-12-dark": "rgba(126 218 139 / 0.12)",
579
+ "custom-colors-custom-4-opacity-0-08-dark": "rgba(126 218 139 / 0.08)",
580
+ "custom-colors-custom-5-opacity-0-96-dark": "rgba(199 202 149 / 0.96)",
581
+ "custom-colors-custom-5-opacity-0-80-dark": "rgba(199 202 149 / 0.8)",
582
+ "custom-colors-custom-5-opacity-0-64-dark": "rgba(199 202 149 / 0.64)",
583
+ "custom-colors-custom-5-opacity-0-48-dark": "rgba(199 202 149 / 0.48)",
584
+ "custom-colors-custom-5-opacity-0-32-dark": "rgba(199 202 149 / 0.32)",
585
+ "custom-colors-custom-5-opacity-0-16-dark": "rgba(199 202 149 / 0.16)",
586
+ "custom-colors-custom-5-opacity-0-12-dark": "rgba(199 202 149 / 0.12)",
587
+ "custom-colors-custom-5-opacity-0-08-dark": "rgba(199 202 149 / 0.08)",
588
+ "custom-colors-custom-6-opacity-0-96-dark": "rgba(255 182 139 / 0.96)",
589
+ "custom-colors-custom-6-opacity-0-80-dark": "rgba(255 182 139 / 0.8)",
590
+ "custom-colors-custom-6-opacity-0-64-dark": "rgba(255 182 139 / 0.64)",
591
+ "custom-colors-custom-6-opacity-0-48-dark": "rgba(255 182 139 / 0.48)",
592
+ "custom-colors-custom-6-opacity-0-32-dark": "rgba(255 182 139 / 0.32)",
593
+ "custom-colors-custom-6-opacity-0-16-dark": "rgba(255 182 139 / 0.16)",
594
+ "custom-colors-custom-6-opacity-0-12-dark": "rgba(255 182 139 / 0.12)",
595
+ "custom-colors-custom-6-opacity-0-08-dark": "rgba(255 182 139 / 0.08)",
596
+ "outline-opacity-0-96-dark": "rgba(142 145 153 / 0.96)",
597
+ "outline-opacity-0-80-dark": "rgba(142 145 153 / 0.8)",
598
+ "outline-opacity-0-64-dark": "rgba(142 145 153 / 0.64)",
599
+ "outline-opacity-0-48-dark": "rgba(142 145 153 / 0.48)",
600
+ "outline-opacity-0-32-dark": "rgba(142 145 153 / 0.32)",
601
+ "outline-opacity-0-16-dark": "rgba(142 145 153 / 0.16)",
602
+ "outline-opacity-0-12-dark": "rgba(142 145 153 / 0.12)",
603
+ "outline-opacity-0-08-dark": "rgba(142 145 153 / 0.08)",
604
+ "transparent": "transparent",
605
+ "current": "currentColor",
606
+ "inherit": "inherit"
607
+ },
608
+ "backgroundImage": {
609
+ "skeletons-gradient": "linear-gradient(90deg, rgba(0 95 177 / 0.08) 0.00%,rgba(0,95,177,0.04) 50.01%,rgba(0,95,177,0.08) 100.00%)",
610
+ "skeletons-gradient-dark": "linear-gradient(90deg, rgba(164 200 255 / 0.08) 0.00%,rgba(164,200,255,0.04) 50.01%,rgba(164,200,255,0.08) 100.00%)"
611
+ },
612
+ "borderColor": {
613
+ "white": "rgba(255 255 255 / 1)",
614
+ "black": "rgba(0 0 0 / 1)",
615
+ "primary": "rgba(0 95 177 / 1)",
616
+ "secondary": "rgba(84 95 113 / 1)",
617
+ "tertiary": "rgba(109 86 118 / 1)",
618
+ "error": "rgba(186 27 27 / 1)",
619
+ "success": "rgba(44 137 0 / 1)",
620
+ "warning": "rgba(153 112 0 / 1)",
621
+ "inverse-primary": "rgba(164 200 255 / 1)",
622
+ "outline": "rgba(116 119 127 / 1)",
623
+ "primary-opacity-0-08": "rgba(0 95 177 / 0.08)",
624
+ "primary-opacity-0-12": "rgba(0 95 177 / 0.12)",
625
+ "primary-opacity-0-16": "rgba(0 95 177 / 0.16)",
626
+ "primary-dark": "rgba(164 200 255 / 1)",
627
+ "secondary-dark": "rgba(188 199 220 / 1)",
628
+ "tertiary-dark": "rgba(218 189 226 / 1)",
629
+ "error-dark": "rgba(255 180 169 / 1)",
630
+ "success-dark": "rgba(108 224 54 / 1)",
631
+ "warning-dark": "rgba(251 188 12 / 1)",
632
+ "inverse-primary-dark": "rgba(0 95 177 / 1)",
633
+ "outline-dark": "rgba(142 145 153 / 1)",
634
+ "primary-opacity-0-08-dark": "rgba(164 200 255 / 0.08)",
635
+ "primary-opacity-0-12-dark": "rgba(164 200 255 / 0.12)",
636
+ "primary-opacity-0-16-dark": "rgba(164 200 255 / 0.16)",
637
+ "primary-hover": "rgba(0 119 220 / 1)",
638
+ "error-hover": "rgba(221 55 48 / 1)",
639
+ "success-hover": "rgba(56 166 0 / 1)",
640
+ "warning-hover": "rgba(186 137 0 / 1)",
641
+ "error-opacity-0-08": "rgba(186 27 27 / 0.08)",
642
+ "error-opacity-0-12": "rgba(186 27 27 / 0.12)",
643
+ "error-opacity-0-16": "rgba(186 27 27 / 0.16)",
644
+ "primary-hover-dark": "rgba(111 174 255 / 1)",
645
+ "error-hover-dark": "rgba(255 137 122 / 1)",
646
+ "success-hover-dark": "rgba(81 195 20 / 1)",
647
+ "warning-hover-dark": "rgba(219 162 0 / 1)",
648
+ "error-opacity-0-08-dark": "rgba(255 180 169 / 0.08)",
649
+ "error-opacity-0-12-dark": "rgba(255 180 169 / 0.12)",
650
+ "error-opacity-0-16-dark": "rgba(255 180 169 / 0.16)",
651
+ "disabled": "rgba(27 27 29 / 0.12)",
652
+ "disabled-dark": "rgba(227 226 230 / 0.12)",
653
+ "success-opacity-0-08": "rgba(44 137 0 / 0.08)",
654
+ "success-opacity-0-12": "rgba(44 137 0 / 0.12)",
655
+ "success-opacity-0-16": "rgba(44 137 0 / 0.16)",
656
+ "warning-opacity-0-08": "rgba(153 112 0 / 0.08)",
657
+ "warning-opacity-0-12": "rgba(153 112 0 / 0.12)",
658
+ "warning-opacity-0-16": "rgba(153 112 0 / 0.16)",
659
+ "success-opacity-0-08-dark": "rgba(108 224 54 / 0.08)",
660
+ "success-opacity-0-12-dark": "rgba(108 224 54 / 0.12)",
661
+ "success-opacity-0-16-dark": "rgba(108 224 54 / 0.16)",
662
+ "warning-opacity-0-08-dark": "rgba(251 188 12 / 0.08)",
663
+ "warning-opacity-0-12-dark": "rgba(251 188 12 / 0.12)",
664
+ "warning-opacity-0-16-dark": "rgba(251 188 12 / 0.16)",
665
+ "overlay": "rgba(27 27 29 / 0.8)",
666
+ "overlay-dark": "rgba(27 27 29 / 0.8)",
667
+ "outline-variant": "rgba(223 226 235 / 1)",
668
+ "outline-variant-dark": "rgba(67 71 78 / 1)",
669
+ "primary-hover-opacity-0-08": "rgba(0 119 220 / 0.08)",
670
+ "primary-hover-opacity-0-12": "rgba(0 119 220 / 0.12)",
671
+ "primary-hover-opacity-0-16": "rgba(0 119 220 / 0.16)",
672
+ "primary-hover-opacity-0-32": "rgba(0 119 220 / 0.32)",
673
+ "primary-hover-opacity-0-48": "rgba(0 119 220 / 0.48)",
674
+ "primary-hover-opacity-0-64": "rgba(0 119 220 / 0.64)",
675
+ "primary-hover-opacity-0-80": "rgba(0 119 220 / 0.8)",
676
+ "primary-hover-opacity-0-96": "rgba(0 119 220 / 0.96)",
677
+ "primary-hover-opacity-0-08-dark": "rgba(111 174 255 / 0.08)",
678
+ "primary-hover-opacity-0-12-dark": "rgba(111 174 255 / 0.12)",
679
+ "primary-hover-opacity-0-16-dark": "rgba(111 174 255 / 0.16)",
680
+ "primary-hover-opacity-0-32-dark": "rgba(111 174 255 / 0.32)",
681
+ "primary-hover-opacity-0-48-dark": "rgba(111 174 255 / 0.48)",
682
+ "primary-hover-opacity-0-64-dark": "rgba(111 174 255 / 0.64)",
683
+ "primary-hover-opacity-0-80-dark": "rgba(111 174 255 / 0.8)",
684
+ "primary-hover-opacity-0-96-dark": "rgba(111 174 255 / 0.96)",
685
+ "custom-colors-custom-1": "rgba(157 59 97 / 1)",
686
+ "custom-colors-custom-2": "rgba(105 76 173 / 1)",
687
+ "custom-colors-custom-3": "rgba(0 105 108 / 1)",
688
+ "custom-colors-custom-4": "rgba(0 110 44 / 1)",
689
+ "custom-colors-custom-5": "rgba(94 97 53 / 1)",
690
+ "custom-colors-custom-6": "rgba(153 71 0 / 1)",
691
+ "custom-colors-custom-1-dark": "rgba(255 176 200 / 1)",
692
+ "custom-colors-custom-2-dark": "rgba(208 188 255 / 1)",
693
+ "custom-colors-custom-3-dark": "rgba(76 217 222 / 1)",
694
+ "custom-colors-custom-4-dark": "rgba(126 218 139 / 1)",
695
+ "custom-colors-custom-5-dark": "rgba(199 202 149 / 1)",
696
+ "custom-colors-custom-6-dark": "rgba(255 182 139 / 1)",
697
+ "error-opacity-0-32": "rgba(186 27 27 / 0.32)",
698
+ "error-opacity-0-48": "rgba(186 27 27 / 0.48)",
699
+ "error-opacity-0-64": "rgba(186 27 27 / 0.64)",
700
+ "error-opacity-0-80": "rgba(186 27 27 / 0.8)",
701
+ "error-opacity-0-96": "rgba(186 27 27 / 0.96)",
702
+ "success-opacity-0-32": "rgba(44 137 0 / 0.32)",
703
+ "success-opacity-0-48": "rgba(44 137 0 / 0.48)",
704
+ "success-opacity-0-64": "rgba(44 137 0 / 0.64)",
705
+ "success-opacity-0-80": "rgba(44 137 0 / 0.8)",
706
+ "success-opacity-0-96": "rgba(44 137 0 / 0.96)",
707
+ "warning-opacity-0-32": "rgba(153 112 0 / 0.32)",
708
+ "warning-opacity-0-48": "rgba(153 112 0 / 0.48)",
709
+ "warning-opacity-0-64": "rgba(153 112 0 / 0.64)",
710
+ "warning-opacity-0-80": "rgba(153 112 0 / 0.8)",
711
+ "warning-opacity-0-96": "rgba(153 112 0 / 0.96)",
712
+ "custom-colors-custom-1-opacity-0-96": "rgba(157 59 97 / 0.96)",
713
+ "custom-colors-custom-1-opacity-0-80": "rgba(157 59 97 / 0.8)",
714
+ "custom-colors-custom-1-opacity-0-64": "rgba(157 59 97 / 0.64)",
715
+ "custom-colors-custom-1-opacity-0-48": "rgba(157 59 97 / 0.48)",
716
+ "custom-colors-custom-1-opacity-0-32": "rgba(157 59 97 / 0.32)",
717
+ "custom-colors-custom-1-opacity-0-16": "rgba(157 59 97 / 0.16)",
718
+ "custom-colors-custom-1-opacity-0-12": "rgba(157 59 97 / 0.12)",
719
+ "custom-colors-custom-1-opacity-0-08": "rgba(157 59 97 / 0.08)",
720
+ "custom-colors-custom-2-opacity-0-96": "rgba(105 76 173 / 0.96)",
721
+ "custom-colors-custom-2-opacity-0-80": "rgba(105 76 173 / 0.8)",
722
+ "custom-colors-custom-2-opacity-0-64": "rgba(105 76 173 / 0.64)",
723
+ "custom-colors-custom-2-opacity-0-48": "rgba(105 76 173 / 0.48)",
724
+ "custom-colors-custom-2-opacity-0-32": "rgba(105 76 173 / 0.32)",
725
+ "custom-colors-custom-2-opacity-0-16": "rgba(105 76 173 / 0.16)",
726
+ "custom-colors-custom-2-opacity-0-12": "rgba(105 76 173 / 0.12)",
727
+ "custom-colors-custom-2-opacity-0-08": "rgba(105 76 173 / 0.08)",
728
+ "custom-colors-custom-3-opacity-0-96": "rgba(0 105 108 / 0.96)",
729
+ "custom-colors-custom-3-opacity-0-80": "rgba(0 105 108 / 0.8)",
730
+ "custom-colors-custom-3-opacity-0-64": "rgba(0 105 108 / 0.64)",
731
+ "custom-colors-custom-3-opacity-0-48": "rgba(0 105 108 / 0.48)",
732
+ "custom-colors-custom-3-opacity-0-32": "rgba(0 105 108 / 0.32)",
733
+ "custom-colors-custom-3-opacity-0-16": "rgba(0 105 108 / 0.16)",
734
+ "custom-colors-custom-3-opacity-0-12": "rgba(0 105 108 / 0.12)",
735
+ "custom-colors-custom-3-opacity-0-08": "rgba(0 105 108 / 0.08)",
736
+ "custom-colors-custom-4-opacity-0-96": "rgba(0 110 44 / 0.96)",
737
+ "custom-colors-custom-4-opacity-0-80": "rgba(0 110 44 / 0.8)",
738
+ "custom-colors-custom-4-opacity-0-64": "rgba(0 110 44 / 0.64)",
739
+ "custom-colors-custom-4-opacity-0-48": "rgba(0 110 44 / 0.48)",
740
+ "custom-colors-custom-4-opacity-0-32": "rgba(0 110 44 / 0.32)",
741
+ "custom-colors-custom-4-opacity-0-16": "rgba(0 110 44 / 0.16)",
742
+ "custom-colors-custom-4-opacity-0-12": "rgba(0 110 44 / 0.12)",
743
+ "custom-colors-custom-4-opacity-0-08": "rgba(0 110 44 / 0.08)",
744
+ "custom-colors-custom-5-opacity-0-96": "rgba(94 97 53 / 0.96)",
745
+ "custom-colors-custom-5-opacity-0-80": "rgba(94 97 53 / 0.8)",
746
+ "custom-colors-custom-5-opacity-0-64": "rgba(94 97 53 / 0.64)",
747
+ "custom-colors-custom-5-opacity-0-48": "rgba(94 97 53 / 0.48)",
748
+ "custom-colors-custom-5-opacity-0-32": "rgba(94 97 53 / 0.32)",
749
+ "custom-colors-custom-5-opacity-0-16": "rgba(94 97 53 / 0.16)",
750
+ "custom-colors-custom-5-opacity-0-12": "rgba(94 97 53 / 0.12)",
751
+ "custom-colors-custom-5-opacity-0-08": "rgba(94 97 53 / 0.08)",
752
+ "custom-colors-custom-6-opacity-0-96": "rgba(153 71 0 / 0.96)",
753
+ "custom-colors-custom-6-opacity-0-80": "rgba(153 71 0 / 0.8)",
754
+ "custom-colors-custom-6-opacity-0-64": "rgba(153 71 0 / 0.64)",
755
+ "custom-colors-custom-6-opacity-0-48": "rgba(153 71 0 / 0.48)",
756
+ "custom-colors-custom-6-opacity-0-32": "rgba(153 71 0 / 0.32)",
757
+ "custom-colors-custom-6-opacity-0-16": "rgba(153 71 0 / 0.16)",
758
+ "custom-colors-custom-6-opacity-0-12": "rgba(153 71 0 / 0.12)",
759
+ "custom-colors-custom-6-opacity-0-08": "rgba(153 71 0 / 0.08)",
760
+ "outline-opacity-0-96": "rgba(116 119 127 / 0.96)",
761
+ "outline-opacity-0-80": "rgba(116 119 127 / 0.8)",
762
+ "outline-opacity-0-64": "rgba(116 119 127 / 0.64)",
763
+ "outline-opacity-0-48": "rgba(116 119 127 / 0.48)",
764
+ "outline-opacity-0-32": "rgba(116 119 127 / 0.32)",
765
+ "outline-opacity-0-16": "rgba(116 119 127 / 0.16)",
766
+ "outline-opacity-0-12": "rgba(116 119 127 / 0.12)",
767
+ "outline-opacity-0-08": "rgba(116 119 127 / 0.08)",
768
+ "error-opacity-0-32-dark": "rgba(255 180 169 / 0.32)",
769
+ "error-opacity-0-48-dark": "rgba(255 180 169 / 0.48)",
770
+ "error-opacity-0-64-dark": "rgba(255 180 169 / 0.64)",
771
+ "error-opacity-0-80-dark": "rgba(255 180 169 / 0.8)",
772
+ "error-opacity-0-96-dark": "rgba(255 180 169 / 0.96)",
773
+ "success-opacity-0-32-dark": "rgba(108 224 54 / 0.32)",
774
+ "success-opacity-0-48-dark": "rgba(108 224 54 / 0.48)",
775
+ "success-opacity-0-64-dark": "rgba(108 224 54 / 0.64)",
776
+ "success-opacity-0-80-dark": "rgba(108 224 54 / 0.8)",
777
+ "success-opacity-0-96-dark": "rgba(108 224 54 / 0.96)",
778
+ "warning-opacity-0-32-dark": "rgba(251 188 12 / 0.32)",
779
+ "warning-opacity-0-48-dark": "rgba(251 188 12 / 0.48)",
780
+ "warning-opacity-0-64-dark": "rgba(251 188 12 / 0.64)",
781
+ "warning-opacity-0-80-dark": "rgba(251 188 12 / 0.8)",
782
+ "warning-opacity-0-96-dark": "rgba(251 188 12 / 0.96)",
783
+ "custom-colors-custom-1-opacity-0-96-dark": "rgba(255 176 200 / 0.96)",
784
+ "custom-colors-custom-1-opacity-0-80-dark": "rgba(255 176 200 / 0.8)",
785
+ "custom-colors-custom-1-opacity-0-64-dark": "rgba(255 176 200 / 0.64)",
786
+ "custom-colors-custom-1-opacity-0-48-dark": "rgba(255 176 200 / 0.48)",
787
+ "custom-colors-custom-1-opacity-0-32-dark": "rgba(255 176 200 / 0.32)",
788
+ "custom-colors-custom-1-opacity-0-16-dark": "rgba(255 176 200 / 0.16)",
789
+ "custom-colors-custom-1-opacity-0-12-dark": "rgba(255 176 200 / 0.12)",
790
+ "custom-colors-custom-1-opacity-0-08-dark": "rgba(255 176 200 / 0.08)",
791
+ "custom-colors-custom-2-opacity-0-96-dark": "rgba(208 188 255 / 0.96)",
792
+ "custom-colors-custom-2-opacity-0-80-dark": "rgba(208 188 255 / 0.8)",
793
+ "custom-colors-custom-2-opacity-0-64-dark": "rgba(208 188 255 / 0.64)",
794
+ "custom-colors-custom-2-opacity-0-48-dark": "rgba(208 188 255 / 0.48)",
795
+ "custom-colors-custom-2-opacity-0-32-dark": "rgba(208 188 255 / 0.32)",
796
+ "custom-colors-custom-2-opacity-0-16-dark": "rgba(208 188 255 / 0.16)",
797
+ "custom-colors-custom-2-opacity-0-12-dark": "rgba(208 188 255 / 0.12)",
798
+ "custom-colors-custom-2-opacity-0-08-dark": "rgba(208 188 255 / 0.08)",
799
+ "custom-colors-custom-3-opacity-0-96-dark": "rgba(76 217 222 / 0.96)",
800
+ "custom-colors-custom-3-opacity-0-80-dark": "rgba(76 217 222 / 0.8)",
801
+ "custom-colors-custom-3-opacity-0-64-dark": "rgba(76 217 222 / 0.64)",
802
+ "custom-colors-custom-3-opacity-0-48-dark": "rgba(76 217 222 / 0.48)",
803
+ "custom-colors-custom-3-opacity-0-32-dark": "rgba(76 217 222 / 0.32)",
804
+ "custom-colors-custom-3-opacity-0-16-dark": "rgba(76 217 222 / 0.16)",
805
+ "custom-colors-custom-3-opacity-0-12-dark": "rgba(76 217 222 / 0.12)",
806
+ "custom-colors-custom-3-opacity-0-08-dark": "rgba(76 217 222 / 0.08)",
807
+ "custom-colors-custom-4-opacity-0-96-dark": "rgba(126 218 139 / 0.96)",
808
+ "custom-colors-custom-4-opacity-0-80-dark": "rgba(126 218 139 / 0.8)",
809
+ "custom-colors-custom-4-opacity-0-64-dark": "rgba(126 218 139 / 0.64)",
810
+ "custom-colors-custom-4-opacity-0-48-dark": "rgba(126 218 139 / 0.48)",
811
+ "custom-colors-custom-4-opacity-0-32-dark": "rgba(126 218 139 / 0.32)",
812
+ "custom-colors-custom-4-opacity-0-16-dark": "rgba(126 218 139 / 0.16)",
813
+ "custom-colors-custom-4-opacity-0-12-dark": "rgba(126 218 139 / 0.12)",
814
+ "custom-colors-custom-4-opacity-0-08-dark": "rgba(126 218 139 / 0.08)",
815
+ "custom-colors-custom-5-opacity-0-96-dark": "rgba(199 202 149 / 0.96)",
816
+ "custom-colors-custom-5-opacity-0-80-dark": "rgba(199 202 149 / 0.8)",
817
+ "custom-colors-custom-5-opacity-0-64-dark": "rgba(199 202 149 / 0.64)",
818
+ "custom-colors-custom-5-opacity-0-48-dark": "rgba(199 202 149 / 0.48)",
819
+ "custom-colors-custom-5-opacity-0-32-dark": "rgba(199 202 149 / 0.32)",
820
+ "custom-colors-custom-5-opacity-0-16-dark": "rgba(199 202 149 / 0.16)",
821
+ "custom-colors-custom-5-opacity-0-12-dark": "rgba(199 202 149 / 0.12)",
822
+ "custom-colors-custom-5-opacity-0-08-dark": "rgba(199 202 149 / 0.08)",
823
+ "custom-colors-custom-6-opacity-0-96-dark": "rgba(255 182 139 / 0.96)",
824
+ "custom-colors-custom-6-opacity-0-80-dark": "rgba(255 182 139 / 0.8)",
825
+ "custom-colors-custom-6-opacity-0-64-dark": "rgba(255 182 139 / 0.64)",
826
+ "custom-colors-custom-6-opacity-0-48-dark": "rgba(255 182 139 / 0.48)",
827
+ "custom-colors-custom-6-opacity-0-32-dark": "rgba(255 182 139 / 0.32)",
828
+ "custom-colors-custom-6-opacity-0-16-dark": "rgba(255 182 139 / 0.16)",
829
+ "custom-colors-custom-6-opacity-0-12-dark": "rgba(255 182 139 / 0.12)",
830
+ "custom-colors-custom-6-opacity-0-08-dark": "rgba(255 182 139 / 0.08)",
831
+ "outline-opacity-0-96-dark": "rgba(142 145 153 / 0.96)",
832
+ "outline-opacity-0-80-dark": "rgba(142 145 153 / 0.8)",
833
+ "outline-opacity-0-64-dark": "rgba(142 145 153 / 0.64)",
834
+ "outline-opacity-0-48-dark": "rgba(142 145 153 / 0.48)",
835
+ "outline-opacity-0-32-dark": "rgba(142 145 153 / 0.32)",
836
+ "outline-opacity-0-16-dark": "rgba(142 145 153 / 0.16)",
837
+ "outline-opacity-0-12-dark": "rgba(142 145 153 / 0.12)",
838
+ "outline-opacity-0-08-dark": "rgba(142 145 153 / 0.08)",
839
+ "transparent": "transparent",
840
+ "current": "currentColor",
841
+ "inherit": "inherit"
842
+ },
843
+ "outlineColor": {
844
+ "white": "rgba(255 255 255 / 1)",
845
+ "black": "rgba(0 0 0 / 1)",
846
+ "primary": "rgba(0 95 177 / 1)",
847
+ "secondary": "rgba(84 95 113 / 1)",
848
+ "tertiary": "rgba(109 86 118 / 1)",
849
+ "error": "rgba(186 27 27 / 1)",
850
+ "success": "rgba(44 137 0 / 1)",
851
+ "warning": "rgba(153 112 0 / 1)",
852
+ "inverse-primary": "rgba(164 200 255 / 1)",
853
+ "outline": "rgba(116 119 127 / 1)",
854
+ "primary-opacity-0-08": "rgba(0 95 177 / 0.08)",
855
+ "primary-opacity-0-12": "rgba(0 95 177 / 0.12)",
856
+ "primary-opacity-0-16": "rgba(0 95 177 / 0.16)",
857
+ "primary-dark": "rgba(164 200 255 / 1)",
858
+ "secondary-dark": "rgba(188 199 220 / 1)",
859
+ "tertiary-dark": "rgba(218 189 226 / 1)",
860
+ "error-dark": "rgba(255 180 169 / 1)",
861
+ "success-dark": "rgba(108 224 54 / 1)",
862
+ "warning-dark": "rgba(251 188 12 / 1)",
863
+ "inverse-primary-dark": "rgba(0 95 177 / 1)",
864
+ "outline-dark": "rgba(142 145 153 / 1)",
865
+ "primary-opacity-0-08-dark": "rgba(164 200 255 / 0.08)",
866
+ "primary-opacity-0-12-dark": "rgba(164 200 255 / 0.12)",
867
+ "primary-opacity-0-16-dark": "rgba(164 200 255 / 0.16)",
868
+ "primary-hover": "rgba(0 119 220 / 1)",
869
+ "error-hover": "rgba(221 55 48 / 1)",
870
+ "success-hover": "rgba(56 166 0 / 1)",
871
+ "warning-hover": "rgba(186 137 0 / 1)",
872
+ "error-opacity-0-08": "rgba(186 27 27 / 0.08)",
873
+ "error-opacity-0-12": "rgba(186 27 27 / 0.12)",
874
+ "error-opacity-0-16": "rgba(186 27 27 / 0.16)",
875
+ "primary-hover-dark": "rgba(111 174 255 / 1)",
876
+ "error-hover-dark": "rgba(255 137 122 / 1)",
877
+ "success-hover-dark": "rgba(81 195 20 / 1)",
878
+ "warning-hover-dark": "rgba(219 162 0 / 1)",
879
+ "error-opacity-0-08-dark": "rgba(255 180 169 / 0.08)",
880
+ "error-opacity-0-12-dark": "rgba(255 180 169 / 0.12)",
881
+ "error-opacity-0-16-dark": "rgba(255 180 169 / 0.16)",
882
+ "disabled": "rgba(27 27 29 / 0.12)",
883
+ "disabled-dark": "rgba(227 226 230 / 0.12)",
884
+ "success-opacity-0-08": "rgba(44 137 0 / 0.08)",
885
+ "success-opacity-0-12": "rgba(44 137 0 / 0.12)",
886
+ "success-opacity-0-16": "rgba(44 137 0 / 0.16)",
887
+ "warning-opacity-0-08": "rgba(153 112 0 / 0.08)",
888
+ "warning-opacity-0-12": "rgba(153 112 0 / 0.12)",
889
+ "warning-opacity-0-16": "rgba(153 112 0 / 0.16)",
890
+ "success-opacity-0-08-dark": "rgba(108 224 54 / 0.08)",
891
+ "success-opacity-0-12-dark": "rgba(108 224 54 / 0.12)",
892
+ "success-opacity-0-16-dark": "rgba(108 224 54 / 0.16)",
893
+ "warning-opacity-0-08-dark": "rgba(251 188 12 / 0.08)",
894
+ "warning-opacity-0-12-dark": "rgba(251 188 12 / 0.12)",
895
+ "warning-opacity-0-16-dark": "rgba(251 188 12 / 0.16)",
896
+ "overlay": "rgba(27 27 29 / 0.8)",
897
+ "overlay-dark": "rgba(27 27 29 / 0.8)",
898
+ "outline-variant": "rgba(223 226 235 / 1)",
899
+ "outline-variant-dark": "rgba(67 71 78 / 1)",
900
+ "primary-hover-opacity-0-08": "rgba(0 119 220 / 0.08)",
901
+ "primary-hover-opacity-0-12": "rgba(0 119 220 / 0.12)",
902
+ "primary-hover-opacity-0-16": "rgba(0 119 220 / 0.16)",
903
+ "primary-hover-opacity-0-32": "rgba(0 119 220 / 0.32)",
904
+ "primary-hover-opacity-0-48": "rgba(0 119 220 / 0.48)",
905
+ "primary-hover-opacity-0-64": "rgba(0 119 220 / 0.64)",
906
+ "primary-hover-opacity-0-80": "rgba(0 119 220 / 0.8)",
907
+ "primary-hover-opacity-0-96": "rgba(0 119 220 / 0.96)",
908
+ "primary-hover-opacity-0-08-dark": "rgba(111 174 255 / 0.08)",
909
+ "primary-hover-opacity-0-12-dark": "rgba(111 174 255 / 0.12)",
910
+ "primary-hover-opacity-0-16-dark": "rgba(111 174 255 / 0.16)",
911
+ "primary-hover-opacity-0-32-dark": "rgba(111 174 255 / 0.32)",
912
+ "primary-hover-opacity-0-48-dark": "rgba(111 174 255 / 0.48)",
913
+ "primary-hover-opacity-0-64-dark": "rgba(111 174 255 / 0.64)",
914
+ "primary-hover-opacity-0-80-dark": "rgba(111 174 255 / 0.8)",
915
+ "primary-hover-opacity-0-96-dark": "rgba(111 174 255 / 0.96)",
916
+ "custom-colors-custom-1": "rgba(157 59 97 / 1)",
917
+ "custom-colors-custom-2": "rgba(105 76 173 / 1)",
918
+ "custom-colors-custom-3": "rgba(0 105 108 / 1)",
919
+ "custom-colors-custom-4": "rgba(0 110 44 / 1)",
920
+ "custom-colors-custom-5": "rgba(94 97 53 / 1)",
921
+ "custom-colors-custom-6": "rgba(153 71 0 / 1)",
922
+ "custom-colors-custom-1-dark": "rgba(255 176 200 / 1)",
923
+ "custom-colors-custom-2-dark": "rgba(208 188 255 / 1)",
924
+ "custom-colors-custom-3-dark": "rgba(76 217 222 / 1)",
925
+ "custom-colors-custom-4-dark": "rgba(126 218 139 / 1)",
926
+ "custom-colors-custom-5-dark": "rgba(199 202 149 / 1)",
927
+ "custom-colors-custom-6-dark": "rgba(255 182 139 / 1)",
928
+ "error-opacity-0-32": "rgba(186 27 27 / 0.32)",
929
+ "error-opacity-0-48": "rgba(186 27 27 / 0.48)",
930
+ "error-opacity-0-64": "rgba(186 27 27 / 0.64)",
931
+ "error-opacity-0-80": "rgba(186 27 27 / 0.8)",
932
+ "error-opacity-0-96": "rgba(186 27 27 / 0.96)",
933
+ "success-opacity-0-32": "rgba(44 137 0 / 0.32)",
934
+ "success-opacity-0-48": "rgba(44 137 0 / 0.48)",
935
+ "success-opacity-0-64": "rgba(44 137 0 / 0.64)",
936
+ "success-opacity-0-80": "rgba(44 137 0 / 0.8)",
937
+ "success-opacity-0-96": "rgba(44 137 0 / 0.96)",
938
+ "warning-opacity-0-32": "rgba(153 112 0 / 0.32)",
939
+ "warning-opacity-0-48": "rgba(153 112 0 / 0.48)",
940
+ "warning-opacity-0-64": "rgba(153 112 0 / 0.64)",
941
+ "warning-opacity-0-80": "rgba(153 112 0 / 0.8)",
942
+ "warning-opacity-0-96": "rgba(153 112 0 / 0.96)",
943
+ "custom-colors-custom-1-opacity-0-96": "rgba(157 59 97 / 0.96)",
944
+ "custom-colors-custom-1-opacity-0-80": "rgba(157 59 97 / 0.8)",
945
+ "custom-colors-custom-1-opacity-0-64": "rgba(157 59 97 / 0.64)",
946
+ "custom-colors-custom-1-opacity-0-48": "rgba(157 59 97 / 0.48)",
947
+ "custom-colors-custom-1-opacity-0-32": "rgba(157 59 97 / 0.32)",
948
+ "custom-colors-custom-1-opacity-0-16": "rgba(157 59 97 / 0.16)",
949
+ "custom-colors-custom-1-opacity-0-12": "rgba(157 59 97 / 0.12)",
950
+ "custom-colors-custom-1-opacity-0-08": "rgba(157 59 97 / 0.08)",
951
+ "custom-colors-custom-2-opacity-0-96": "rgba(105 76 173 / 0.96)",
952
+ "custom-colors-custom-2-opacity-0-80": "rgba(105 76 173 / 0.8)",
953
+ "custom-colors-custom-2-opacity-0-64": "rgba(105 76 173 / 0.64)",
954
+ "custom-colors-custom-2-opacity-0-48": "rgba(105 76 173 / 0.48)",
955
+ "custom-colors-custom-2-opacity-0-32": "rgba(105 76 173 / 0.32)",
956
+ "custom-colors-custom-2-opacity-0-16": "rgba(105 76 173 / 0.16)",
957
+ "custom-colors-custom-2-opacity-0-12": "rgba(105 76 173 / 0.12)",
958
+ "custom-colors-custom-2-opacity-0-08": "rgba(105 76 173 / 0.08)",
959
+ "custom-colors-custom-3-opacity-0-96": "rgba(0 105 108 / 0.96)",
960
+ "custom-colors-custom-3-opacity-0-80": "rgba(0 105 108 / 0.8)",
961
+ "custom-colors-custom-3-opacity-0-64": "rgba(0 105 108 / 0.64)",
962
+ "custom-colors-custom-3-opacity-0-48": "rgba(0 105 108 / 0.48)",
963
+ "custom-colors-custom-3-opacity-0-32": "rgba(0 105 108 / 0.32)",
964
+ "custom-colors-custom-3-opacity-0-16": "rgba(0 105 108 / 0.16)",
965
+ "custom-colors-custom-3-opacity-0-12": "rgba(0 105 108 / 0.12)",
966
+ "custom-colors-custom-3-opacity-0-08": "rgba(0 105 108 / 0.08)",
967
+ "custom-colors-custom-4-opacity-0-96": "rgba(0 110 44 / 0.96)",
968
+ "custom-colors-custom-4-opacity-0-80": "rgba(0 110 44 / 0.8)",
969
+ "custom-colors-custom-4-opacity-0-64": "rgba(0 110 44 / 0.64)",
970
+ "custom-colors-custom-4-opacity-0-48": "rgba(0 110 44 / 0.48)",
971
+ "custom-colors-custom-4-opacity-0-32": "rgba(0 110 44 / 0.32)",
972
+ "custom-colors-custom-4-opacity-0-16": "rgba(0 110 44 / 0.16)",
973
+ "custom-colors-custom-4-opacity-0-12": "rgba(0 110 44 / 0.12)",
974
+ "custom-colors-custom-4-opacity-0-08": "rgba(0 110 44 / 0.08)",
975
+ "custom-colors-custom-5-opacity-0-96": "rgba(94 97 53 / 0.96)",
976
+ "custom-colors-custom-5-opacity-0-80": "rgba(94 97 53 / 0.8)",
977
+ "custom-colors-custom-5-opacity-0-64": "rgba(94 97 53 / 0.64)",
978
+ "custom-colors-custom-5-opacity-0-48": "rgba(94 97 53 / 0.48)",
979
+ "custom-colors-custom-5-opacity-0-32": "rgba(94 97 53 / 0.32)",
980
+ "custom-colors-custom-5-opacity-0-16": "rgba(94 97 53 / 0.16)",
981
+ "custom-colors-custom-5-opacity-0-12": "rgba(94 97 53 / 0.12)",
982
+ "custom-colors-custom-5-opacity-0-08": "rgba(94 97 53 / 0.08)",
983
+ "custom-colors-custom-6-opacity-0-96": "rgba(153 71 0 / 0.96)",
984
+ "custom-colors-custom-6-opacity-0-80": "rgba(153 71 0 / 0.8)",
985
+ "custom-colors-custom-6-opacity-0-64": "rgba(153 71 0 / 0.64)",
986
+ "custom-colors-custom-6-opacity-0-48": "rgba(153 71 0 / 0.48)",
987
+ "custom-colors-custom-6-opacity-0-32": "rgba(153 71 0 / 0.32)",
988
+ "custom-colors-custom-6-opacity-0-16": "rgba(153 71 0 / 0.16)",
989
+ "custom-colors-custom-6-opacity-0-12": "rgba(153 71 0 / 0.12)",
990
+ "custom-colors-custom-6-opacity-0-08": "rgba(153 71 0 / 0.08)",
991
+ "outline-opacity-0-96": "rgba(116 119 127 / 0.96)",
992
+ "outline-opacity-0-80": "rgba(116 119 127 / 0.8)",
993
+ "outline-opacity-0-64": "rgba(116 119 127 / 0.64)",
994
+ "outline-opacity-0-48": "rgba(116 119 127 / 0.48)",
995
+ "outline-opacity-0-32": "rgba(116 119 127 / 0.32)",
996
+ "outline-opacity-0-16": "rgba(116 119 127 / 0.16)",
997
+ "outline-opacity-0-12": "rgba(116 119 127 / 0.12)",
998
+ "outline-opacity-0-08": "rgba(116 119 127 / 0.08)",
999
+ "error-opacity-0-32-dark": "rgba(255 180 169 / 0.32)",
1000
+ "error-opacity-0-48-dark": "rgba(255 180 169 / 0.48)",
1001
+ "error-opacity-0-64-dark": "rgba(255 180 169 / 0.64)",
1002
+ "error-opacity-0-80-dark": "rgba(255 180 169 / 0.8)",
1003
+ "error-opacity-0-96-dark": "rgba(255 180 169 / 0.96)",
1004
+ "success-opacity-0-32-dark": "rgba(108 224 54 / 0.32)",
1005
+ "success-opacity-0-48-dark": "rgba(108 224 54 / 0.48)",
1006
+ "success-opacity-0-64-dark": "rgba(108 224 54 / 0.64)",
1007
+ "success-opacity-0-80-dark": "rgba(108 224 54 / 0.8)",
1008
+ "success-opacity-0-96-dark": "rgba(108 224 54 / 0.96)",
1009
+ "warning-opacity-0-32-dark": "rgba(251 188 12 / 0.32)",
1010
+ "warning-opacity-0-48-dark": "rgba(251 188 12 / 0.48)",
1011
+ "warning-opacity-0-64-dark": "rgba(251 188 12 / 0.64)",
1012
+ "warning-opacity-0-80-dark": "rgba(251 188 12 / 0.8)",
1013
+ "warning-opacity-0-96-dark": "rgba(251 188 12 / 0.96)",
1014
+ "custom-colors-custom-1-opacity-0-96-dark": "rgba(255 176 200 / 0.96)",
1015
+ "custom-colors-custom-1-opacity-0-80-dark": "rgba(255 176 200 / 0.8)",
1016
+ "custom-colors-custom-1-opacity-0-64-dark": "rgba(255 176 200 / 0.64)",
1017
+ "custom-colors-custom-1-opacity-0-48-dark": "rgba(255 176 200 / 0.48)",
1018
+ "custom-colors-custom-1-opacity-0-32-dark": "rgba(255 176 200 / 0.32)",
1019
+ "custom-colors-custom-1-opacity-0-16-dark": "rgba(255 176 200 / 0.16)",
1020
+ "custom-colors-custom-1-opacity-0-12-dark": "rgba(255 176 200 / 0.12)",
1021
+ "custom-colors-custom-1-opacity-0-08-dark": "rgba(255 176 200 / 0.08)",
1022
+ "custom-colors-custom-2-opacity-0-96-dark": "rgba(208 188 255 / 0.96)",
1023
+ "custom-colors-custom-2-opacity-0-80-dark": "rgba(208 188 255 / 0.8)",
1024
+ "custom-colors-custom-2-opacity-0-64-dark": "rgba(208 188 255 / 0.64)",
1025
+ "custom-colors-custom-2-opacity-0-48-dark": "rgba(208 188 255 / 0.48)",
1026
+ "custom-colors-custom-2-opacity-0-32-dark": "rgba(208 188 255 / 0.32)",
1027
+ "custom-colors-custom-2-opacity-0-16-dark": "rgba(208 188 255 / 0.16)",
1028
+ "custom-colors-custom-2-opacity-0-12-dark": "rgba(208 188 255 / 0.12)",
1029
+ "custom-colors-custom-2-opacity-0-08-dark": "rgba(208 188 255 / 0.08)",
1030
+ "custom-colors-custom-3-opacity-0-96-dark": "rgba(76 217 222 / 0.96)",
1031
+ "custom-colors-custom-3-opacity-0-80-dark": "rgba(76 217 222 / 0.8)",
1032
+ "custom-colors-custom-3-opacity-0-64-dark": "rgba(76 217 222 / 0.64)",
1033
+ "custom-colors-custom-3-opacity-0-48-dark": "rgba(76 217 222 / 0.48)",
1034
+ "custom-colors-custom-3-opacity-0-32-dark": "rgba(76 217 222 / 0.32)",
1035
+ "custom-colors-custom-3-opacity-0-16-dark": "rgba(76 217 222 / 0.16)",
1036
+ "custom-colors-custom-3-opacity-0-12-dark": "rgba(76 217 222 / 0.12)",
1037
+ "custom-colors-custom-3-opacity-0-08-dark": "rgba(76 217 222 / 0.08)",
1038
+ "custom-colors-custom-4-opacity-0-96-dark": "rgba(126 218 139 / 0.96)",
1039
+ "custom-colors-custom-4-opacity-0-80-dark": "rgba(126 218 139 / 0.8)",
1040
+ "custom-colors-custom-4-opacity-0-64-dark": "rgba(126 218 139 / 0.64)",
1041
+ "custom-colors-custom-4-opacity-0-48-dark": "rgba(126 218 139 / 0.48)",
1042
+ "custom-colors-custom-4-opacity-0-32-dark": "rgba(126 218 139 / 0.32)",
1043
+ "custom-colors-custom-4-opacity-0-16-dark": "rgba(126 218 139 / 0.16)",
1044
+ "custom-colors-custom-4-opacity-0-12-dark": "rgba(126 218 139 / 0.12)",
1045
+ "custom-colors-custom-4-opacity-0-08-dark": "rgba(126 218 139 / 0.08)",
1046
+ "custom-colors-custom-5-opacity-0-96-dark": "rgba(199 202 149 / 0.96)",
1047
+ "custom-colors-custom-5-opacity-0-80-dark": "rgba(199 202 149 / 0.8)",
1048
+ "custom-colors-custom-5-opacity-0-64-dark": "rgba(199 202 149 / 0.64)",
1049
+ "custom-colors-custom-5-opacity-0-48-dark": "rgba(199 202 149 / 0.48)",
1050
+ "custom-colors-custom-5-opacity-0-32-dark": "rgba(199 202 149 / 0.32)",
1051
+ "custom-colors-custom-5-opacity-0-16-dark": "rgba(199 202 149 / 0.16)",
1052
+ "custom-colors-custom-5-opacity-0-12-dark": "rgba(199 202 149 / 0.12)",
1053
+ "custom-colors-custom-5-opacity-0-08-dark": "rgba(199 202 149 / 0.08)",
1054
+ "custom-colors-custom-6-opacity-0-96-dark": "rgba(255 182 139 / 0.96)",
1055
+ "custom-colors-custom-6-opacity-0-80-dark": "rgba(255 182 139 / 0.8)",
1056
+ "custom-colors-custom-6-opacity-0-64-dark": "rgba(255 182 139 / 0.64)",
1057
+ "custom-colors-custom-6-opacity-0-48-dark": "rgba(255 182 139 / 0.48)",
1058
+ "custom-colors-custom-6-opacity-0-32-dark": "rgba(255 182 139 / 0.32)",
1059
+ "custom-colors-custom-6-opacity-0-16-dark": "rgba(255 182 139 / 0.16)",
1060
+ "custom-colors-custom-6-opacity-0-12-dark": "rgba(255 182 139 / 0.12)",
1061
+ "custom-colors-custom-6-opacity-0-08-dark": "rgba(255 182 139 / 0.08)",
1062
+ "outline-opacity-0-96-dark": "rgba(142 145 153 / 0.96)",
1063
+ "outline-opacity-0-80-dark": "rgba(142 145 153 / 0.8)",
1064
+ "outline-opacity-0-64-dark": "rgba(142 145 153 / 0.64)",
1065
+ "outline-opacity-0-48-dark": "rgba(142 145 153 / 0.48)",
1066
+ "outline-opacity-0-32-dark": "rgba(142 145 153 / 0.32)",
1067
+ "outline-opacity-0-16-dark": "rgba(142 145 153 / 0.16)",
1068
+ "outline-opacity-0-12-dark": "rgba(142 145 153 / 0.12)",
1069
+ "outline-opacity-0-08-dark": "rgba(142 145 153 / 0.08)",
1070
+ "transparent": "transparent",
1071
+ "current": "currentColor",
1072
+ "inherit": "inherit"
1073
+ },
1074
+ "fill": {
1075
+ "white": "rgba(255 255 255 / 1)",
1076
+ "black": "rgba(0 0 0 / 1)",
1077
+ "primary": "rgba(0 95 177 / 1)",
1078
+ "on-primary": "rgba(255 255 255 / 1)",
1079
+ "primary-container": "rgba(211 227 255 / 1)",
1080
+ "on-primary-container": "rgba(0 28 59 / 1)",
1081
+ "secondary": "rgba(84 95 113 / 1)",
1082
+ "on-secondary": "rgba(255 255 255 / 1)",
1083
+ "secondary-container": "rgba(216 227 248 / 1)",
1084
+ "on-secondary-container": "rgba(18 28 43 / 1)",
1085
+ "tertiary": "rgba(109 86 118 / 1)",
1086
+ "on-tertiary": "rgba(255 255 255 / 1)",
1087
+ "tertiary-container": "rgba(247 217 255 / 1)",
1088
+ "on-tertiary-container": "rgba(39 19 48 / 1)",
1089
+ "error": "rgba(186 27 27 / 1)",
1090
+ "on-error": "rgba(255 255 255 / 1)",
1091
+ "error-container": "rgba(255 237 233 / 1)",
1092
+ "on-error-container": "rgba(147 0 6 / 1)",
1093
+ "success": "rgba(44 137 0 / 1)",
1094
+ "on-success": "rgba(255 255 255 / 1)",
1095
+ "success-container": "rgba(204 255 170 / 1)",
1096
+ "on-success-container": "rgba(22 82 0 / 1)",
1097
+ "warning": "rgba(153 112 0 / 1)",
1098
+ "on-warning": "rgba(255 255 255 / 1)",
1099
+ "warning-container": "rgba(255 239 209 / 1)",
1100
+ "on-warning-container": "rgba(92 66 0 / 1)",
1101
+ "background": "rgba(255 255 255 / 1)",
1102
+ "on-background": "rgba(27 27 29 / 1)",
1103
+ "surface": "rgba(253 251 255 / 1)",
1104
+ "surface-1": "rgba(240 243 251 / 1)",
1105
+ "surface-2": "rgba(233 239 249 / 1)",
1106
+ "surface-3": "rgba(225 234 246 / 1)",
1107
+ "surface-4": "rgba(223 232 246 / 1)",
1108
+ "surface-5": "rgba(218 229 244 / 1)",
1109
+ "on-surface": "rgba(27 27 29 / 1)",
1110
+ "surface-variant": "rgba(223 226 235 / 1)",
1111
+ "on-surface-variant": "rgba(67 71 78 / 1)",
1112
+ "inverse-surface": "rgba(47 48 51 / 1)",
1113
+ "inverse-on-surface": "rgba(241 240 244 / 1)",
1114
+ "inverse-primary": "rgba(164 200 255 / 1)",
1115
+ "outline": "rgba(116 119 127 / 1)",
1116
+ "on-disabled": "rgba(27 27 29 / 0.3)",
1117
+ "primary-opacity-0-08": "rgba(0 95 177 / 0.08)",
1118
+ "primary-opacity-0-12": "rgba(0 95 177 / 0.12)",
1119
+ "primary-opacity-0-16": "rgba(0 95 177 / 0.16)",
1120
+ "primary-dark": "rgba(164 200 255 / 1)",
1121
+ "on-primary-dark": "rgba(0 48 95 / 1)",
1122
+ "primary-container-dark": "rgba(0 71 136 / 1)",
1123
+ "on-primary-container-dark": "rgba(211 227 255 / 1)",
1124
+ "secondary-dark": "rgba(188 199 220 / 1)",
1125
+ "on-secondary-dark": "rgba(38 49 65 / 1)",
1126
+ "secondary-container-dark": "rgba(61 71 88 / 1)",
1127
+ "on-secondary-container-dark": "rgba(216 227 248 / 1)",
1128
+ "tertiary-dark": "rgba(218 189 226 / 1)",
1129
+ "on-tertiary-dark": "rgba(61 40 70 / 1)",
1130
+ "tertiary-container-dark": "rgba(85 63 94 / 1)",
1131
+ "on-tertiary-container-dark": "rgba(247 217 255 / 1)",
1132
+ "error-dark": "rgba(255 180 169 / 1)",
1133
+ "on-error-dark": "rgba(104 0 3 / 1)",
1134
+ "error-container-dark": "rgba(147 0 6 / 1)",
1135
+ "on-error-container-dark": "rgba(255 218 212 / 1)",
1136
+ "success-dark": "rgba(108 224 54 / 1)",
1137
+ "on-success-dark": "rgba(12 57 0 / 1)",
1138
+ "success-container-dark": "rgba(22 82 0 / 1)",
1139
+ "on-success-container-dark": "rgba(136 253 82 / 1)",
1140
+ "warning-dark": "rgba(251 188 12 / 1)",
1141
+ "on-warning-dark": "rgba(64 45 0 / 1)",
1142
+ "warning-container-dark": "rgba(92 66 0 / 1)",
1143
+ "on-warning-container-dark": "rgba(255 223 156 / 1)",
1144
+ "background-dark": "rgba(27 27 29 / 1)",
1145
+ "on-background-dark": "rgba(227 226 230 / 1)",
1146
+ "surface-dark": "rgba(27 27 29 / 1)",
1147
+ "surface-1-dark": "rgba(34 36 40 / 1)",
1148
+ "surface-2-dark": "rgba(38 41 47 / 1)",
1149
+ "surface-3-dark": "rgba(42 46 54 / 1)",
1150
+ "surface-4-dark": "rgba(43 48 56 / 1)",
1151
+ "surface-5-dark": "rgba(46 51 61 / 1)",
1152
+ "on-surface-dark": "rgba(227 226 230 / 1)",
1153
+ "surface-variant-dark": "rgba(67 71 78 / 1)",
1154
+ "on-surface-variant-dark": "rgba(195 198 207 / 1)",
1155
+ "inverse-surface-dark": "rgba(227 226 230 / 1)",
1156
+ "inverse-on-surface-dark": "rgba(27 27 29 / 1)",
1157
+ "inverse-primary-dark": "rgba(0 95 177 / 1)",
1158
+ "outline-dark": "rgba(142 145 153 / 1)",
1159
+ "on-disabled-dark": "rgba(227 226 230 / 0.3)",
1160
+ "primary-opacity-0-08-dark": "rgba(164 200 255 / 0.08)",
1161
+ "primary-opacity-0-12-dark": "rgba(164 200 255 / 0.12)",
1162
+ "primary-opacity-0-16-dark": "rgba(164 200 255 / 0.16)",
1163
+ "primary-hover": "rgba(0 119 220 / 1)",
1164
+ "error-hover": "rgba(221 55 48 / 1)",
1165
+ "success-hover": "rgba(56 166 0 / 1)",
1166
+ "warning-hover": "rgba(186 137 0 / 1)",
1167
+ "error-opacity-0-08": "rgba(186 27 27 / 0.08)",
1168
+ "error-opacity-0-12": "rgba(186 27 27 / 0.12)",
1169
+ "error-opacity-0-16": "rgba(186 27 27 / 0.16)",
1170
+ "primary-hover-dark": "rgba(111 174 255 / 1)",
1171
+ "error-hover-dark": "rgba(255 137 122 / 1)",
1172
+ "success-hover-dark": "rgba(81 195 20 / 1)",
1173
+ "warning-hover-dark": "rgba(219 162 0 / 1)",
1174
+ "error-opacity-0-08-dark": "rgba(255 180 169 / 0.08)",
1175
+ "error-opacity-0-12-dark": "rgba(255 180 169 / 0.12)",
1176
+ "error-opacity-0-16-dark": "rgba(255 180 169 / 0.16)",
1177
+ "disabled": "rgba(27 27 29 / 0.12)",
1178
+ "disabled-dark": "rgba(227 226 230 / 0.12)",
1179
+ "success-opacity-0-08": "rgba(44 137 0 / 0.08)",
1180
+ "success-opacity-0-12": "rgba(44 137 0 / 0.12)",
1181
+ "success-opacity-0-16": "rgba(44 137 0 / 0.16)",
1182
+ "warning-opacity-0-08": "rgba(153 112 0 / 0.08)",
1183
+ "warning-opacity-0-12": "rgba(153 112 0 / 0.12)",
1184
+ "warning-opacity-0-16": "rgba(153 112 0 / 0.16)",
1185
+ "success-opacity-0-08-dark": "rgba(108 224 54 / 0.08)",
1186
+ "success-opacity-0-12-dark": "rgba(108 224 54 / 0.12)",
1187
+ "success-opacity-0-16-dark": "rgba(108 224 54 / 0.16)",
1188
+ "warning-opacity-0-08-dark": "rgba(251 188 12 / 0.08)",
1189
+ "warning-opacity-0-12-dark": "rgba(251 188 12 / 0.12)",
1190
+ "warning-opacity-0-16-dark": "rgba(251 188 12 / 0.16)",
1191
+ "overlay": "rgba(27 27 29 / 0.8)",
1192
+ "overlay-dark": "rgba(27 27 29 / 0.8)",
1193
+ "outline-variant": "rgba(223 226 235 / 1)",
1194
+ "outline-variant-dark": "rgba(67 71 78 / 1)",
1195
+ "primary-hover-opacity-0-08": "rgba(0 119 220 / 0.08)",
1196
+ "primary-hover-opacity-0-12": "rgba(0 119 220 / 0.12)",
1197
+ "primary-hover-opacity-0-16": "rgba(0 119 220 / 0.16)",
1198
+ "primary-hover-opacity-0-32": "rgba(0 119 220 / 0.32)",
1199
+ "primary-hover-opacity-0-48": "rgba(0 119 220 / 0.48)",
1200
+ "primary-hover-opacity-0-64": "rgba(0 119 220 / 0.64)",
1201
+ "primary-hover-opacity-0-80": "rgba(0 119 220 / 0.8)",
1202
+ "primary-hover-opacity-0-96": "rgba(0 119 220 / 0.96)",
1203
+ "primary-hover-opacity-0-08-dark": "rgba(111 174 255 / 0.08)",
1204
+ "primary-hover-opacity-0-12-dark": "rgba(111 174 255 / 0.12)",
1205
+ "primary-hover-opacity-0-16-dark": "rgba(111 174 255 / 0.16)",
1206
+ "primary-hover-opacity-0-32-dark": "rgba(111 174 255 / 0.32)",
1207
+ "primary-hover-opacity-0-48-dark": "rgba(111 174 255 / 0.48)",
1208
+ "primary-hover-opacity-0-64-dark": "rgba(111 174 255 / 0.64)",
1209
+ "primary-hover-opacity-0-80-dark": "rgba(111 174 255 / 0.8)",
1210
+ "primary-hover-opacity-0-96-dark": "rgba(111 174 255 / 0.96)",
1211
+ "custom-colors-custom-1": "rgba(157 59 97 / 1)",
1212
+ "custom-colors-custom-2": "rgba(105 76 173 / 1)",
1213
+ "custom-colors-custom-3": "rgba(0 105 108 / 1)",
1214
+ "custom-colors-custom-4": "rgba(0 110 44 / 1)",
1215
+ "custom-colors-custom-5": "rgba(94 97 53 / 1)",
1216
+ "custom-colors-custom-6": "rgba(153 71 0 / 1)",
1217
+ "custom-colors-custom-1-container": "rgba(255 217 226 / 1)",
1218
+ "custom-colors-custom-2-container": "rgba(233 221 255 / 1)",
1219
+ "custom-colors-custom-3-container": "rgba(111 246 251 / 1)",
1220
+ "custom-colors-custom-4-container": "rgba(154 247 164 / 1)",
1221
+ "custom-colors-custom-5-container": "rgba(227 231 175 / 1)",
1222
+ "custom-colors-custom-6-container": "rgba(255 219 200 / 1)",
1223
+ "custom-colors-custom-1-dark": "rgba(255 176 200 / 1)",
1224
+ "custom-colors-custom-2-dark": "rgba(208 188 255 / 1)",
1225
+ "custom-colors-custom-3-dark": "rgba(76 217 222 / 1)",
1226
+ "custom-colors-custom-4-dark": "rgba(126 218 139 / 1)",
1227
+ "custom-colors-custom-5-dark": "rgba(199 202 149 / 1)",
1228
+ "custom-colors-custom-6-dark": "rgba(255 182 139 / 1)",
1229
+ "custom-colors-custom-1-container-dark": "rgba(127 35 74 / 1)",
1230
+ "custom-colors-custom-2-container-dark": "rgba(81 51 148 / 1)",
1231
+ "custom-colors-custom-3-container-dark": "rgba(0 79 82 / 1)",
1232
+ "custom-colors-custom-4-container-dark": "rgba(0 83 31 / 1)",
1233
+ "custom-colors-custom-5-container-dark": "rgba(70 74 32 / 1)",
1234
+ "custom-colors-custom-6-container-dark": "rgba(117 52 0 / 1)",
1235
+ "error-opacity-0-32": "rgba(186 27 27 / 0.32)",
1236
+ "error-opacity-0-48": "rgba(186 27 27 / 0.48)",
1237
+ "error-opacity-0-64": "rgba(186 27 27 / 0.64)",
1238
+ "error-opacity-0-80": "rgba(186 27 27 / 0.8)",
1239
+ "error-opacity-0-96": "rgba(186 27 27 / 0.96)",
1240
+ "success-opacity-0-32": "rgba(44 137 0 / 0.32)",
1241
+ "success-opacity-0-48": "rgba(44 137 0 / 0.48)",
1242
+ "success-opacity-0-64": "rgba(44 137 0 / 0.64)",
1243
+ "success-opacity-0-80": "rgba(44 137 0 / 0.8)",
1244
+ "success-opacity-0-96": "rgba(44 137 0 / 0.96)",
1245
+ "warning-opacity-0-32": "rgba(153 112 0 / 0.32)",
1246
+ "warning-opacity-0-48": "rgba(153 112 0 / 0.48)",
1247
+ "warning-opacity-0-64": "rgba(153 112 0 / 0.64)",
1248
+ "warning-opacity-0-80": "rgba(153 112 0 / 0.8)",
1249
+ "warning-opacity-0-96": "rgba(153 112 0 / 0.96)",
1250
+ "custom-colors-custom-1-opacity-0-96": "rgba(157 59 97 / 0.96)",
1251
+ "custom-colors-custom-1-opacity-0-80": "rgba(157 59 97 / 0.8)",
1252
+ "custom-colors-custom-1-opacity-0-64": "rgba(157 59 97 / 0.64)",
1253
+ "custom-colors-custom-1-opacity-0-48": "rgba(157 59 97 / 0.48)",
1254
+ "custom-colors-custom-1-opacity-0-32": "rgba(157 59 97 / 0.32)",
1255
+ "custom-colors-custom-1-opacity-0-16": "rgba(157 59 97 / 0.16)",
1256
+ "custom-colors-custom-1-opacity-0-12": "rgba(157 59 97 / 0.12)",
1257
+ "custom-colors-custom-1-opacity-0-08": "rgba(157 59 97 / 0.08)",
1258
+ "custom-colors-custom-2-opacity-0-96": "rgba(105 76 173 / 0.96)",
1259
+ "custom-colors-custom-2-opacity-0-80": "rgba(105 76 173 / 0.8)",
1260
+ "custom-colors-custom-2-opacity-0-64": "rgba(105 76 173 / 0.64)",
1261
+ "custom-colors-custom-2-opacity-0-48": "rgba(105 76 173 / 0.48)",
1262
+ "custom-colors-custom-2-opacity-0-32": "rgba(105 76 173 / 0.32)",
1263
+ "custom-colors-custom-2-opacity-0-16": "rgba(105 76 173 / 0.16)",
1264
+ "custom-colors-custom-2-opacity-0-12": "rgba(105 76 173 / 0.12)",
1265
+ "custom-colors-custom-2-opacity-0-08": "rgba(105 76 173 / 0.08)",
1266
+ "custom-colors-custom-3-opacity-0-96": "rgba(0 105 108 / 0.96)",
1267
+ "custom-colors-custom-3-opacity-0-80": "rgba(0 105 108 / 0.8)",
1268
+ "custom-colors-custom-3-opacity-0-64": "rgba(0 105 108 / 0.64)",
1269
+ "custom-colors-custom-3-opacity-0-48": "rgba(0 105 108 / 0.48)",
1270
+ "custom-colors-custom-3-opacity-0-32": "rgba(0 105 108 / 0.32)",
1271
+ "custom-colors-custom-3-opacity-0-16": "rgba(0 105 108 / 0.16)",
1272
+ "custom-colors-custom-3-opacity-0-12": "rgba(0 105 108 / 0.12)",
1273
+ "custom-colors-custom-3-opacity-0-08": "rgba(0 105 108 / 0.08)",
1274
+ "custom-colors-custom-4-opacity-0-96": "rgba(0 110 44 / 0.96)",
1275
+ "custom-colors-custom-4-opacity-0-80": "rgba(0 110 44 / 0.8)",
1276
+ "custom-colors-custom-4-opacity-0-64": "rgba(0 110 44 / 0.64)",
1277
+ "custom-colors-custom-4-opacity-0-48": "rgba(0 110 44 / 0.48)",
1278
+ "custom-colors-custom-4-opacity-0-32": "rgba(0 110 44 / 0.32)",
1279
+ "custom-colors-custom-4-opacity-0-16": "rgba(0 110 44 / 0.16)",
1280
+ "custom-colors-custom-4-opacity-0-12": "rgba(0 110 44 / 0.12)",
1281
+ "custom-colors-custom-4-opacity-0-08": "rgba(0 110 44 / 0.08)",
1282
+ "custom-colors-custom-5-opacity-0-96": "rgba(94 97 53 / 0.96)",
1283
+ "custom-colors-custom-5-opacity-0-80": "rgba(94 97 53 / 0.8)",
1284
+ "custom-colors-custom-5-opacity-0-64": "rgba(94 97 53 / 0.64)",
1285
+ "custom-colors-custom-5-opacity-0-48": "rgba(94 97 53 / 0.48)",
1286
+ "custom-colors-custom-5-opacity-0-32": "rgba(94 97 53 / 0.32)",
1287
+ "custom-colors-custom-5-opacity-0-16": "rgba(94 97 53 / 0.16)",
1288
+ "custom-colors-custom-5-opacity-0-12": "rgba(94 97 53 / 0.12)",
1289
+ "custom-colors-custom-5-opacity-0-08": "rgba(94 97 53 / 0.08)",
1290
+ "custom-colors-custom-6-opacity-0-96": "rgba(153 71 0 / 0.96)",
1291
+ "custom-colors-custom-6-opacity-0-80": "rgba(153 71 0 / 0.8)",
1292
+ "custom-colors-custom-6-opacity-0-64": "rgba(153 71 0 / 0.64)",
1293
+ "custom-colors-custom-6-opacity-0-48": "rgba(153 71 0 / 0.48)",
1294
+ "custom-colors-custom-6-opacity-0-32": "rgba(153 71 0 / 0.32)",
1295
+ "custom-colors-custom-6-opacity-0-16": "rgba(153 71 0 / 0.16)",
1296
+ "custom-colors-custom-6-opacity-0-12": "rgba(153 71 0 / 0.12)",
1297
+ "custom-colors-custom-6-opacity-0-08": "rgba(153 71 0 / 0.08)",
1298
+ "outline-opacity-0-96": "rgba(116 119 127 / 0.96)",
1299
+ "outline-opacity-0-80": "rgba(116 119 127 / 0.8)",
1300
+ "outline-opacity-0-64": "rgba(116 119 127 / 0.64)",
1301
+ "outline-opacity-0-48": "rgba(116 119 127 / 0.48)",
1302
+ "outline-opacity-0-32": "rgba(116 119 127 / 0.32)",
1303
+ "outline-opacity-0-16": "rgba(116 119 127 / 0.16)",
1304
+ "outline-opacity-0-12": "rgba(116 119 127 / 0.12)",
1305
+ "outline-opacity-0-08": "rgba(116 119 127 / 0.08)",
1306
+ "error-opacity-0-32-dark": "rgba(255 180 169 / 0.32)",
1307
+ "error-opacity-0-48-dark": "rgba(255 180 169 / 0.48)",
1308
+ "error-opacity-0-64-dark": "rgba(255 180 169 / 0.64)",
1309
+ "error-opacity-0-80-dark": "rgba(255 180 169 / 0.8)",
1310
+ "error-opacity-0-96-dark": "rgba(255 180 169 / 0.96)",
1311
+ "success-opacity-0-32-dark": "rgba(108 224 54 / 0.32)",
1312
+ "success-opacity-0-48-dark": "rgba(108 224 54 / 0.48)",
1313
+ "success-opacity-0-64-dark": "rgba(108 224 54 / 0.64)",
1314
+ "success-opacity-0-80-dark": "rgba(108 224 54 / 0.8)",
1315
+ "success-opacity-0-96-dark": "rgba(108 224 54 / 0.96)",
1316
+ "warning-opacity-0-32-dark": "rgba(251 188 12 / 0.32)",
1317
+ "warning-opacity-0-48-dark": "rgba(251 188 12 / 0.48)",
1318
+ "warning-opacity-0-64-dark": "rgba(251 188 12 / 0.64)",
1319
+ "warning-opacity-0-80-dark": "rgba(251 188 12 / 0.8)",
1320
+ "warning-opacity-0-96-dark": "rgba(251 188 12 / 0.96)",
1321
+ "custom-colors-custom-1-opacity-0-96-dark": "rgba(255 176 200 / 0.96)",
1322
+ "custom-colors-custom-1-opacity-0-80-dark": "rgba(255 176 200 / 0.8)",
1323
+ "custom-colors-custom-1-opacity-0-64-dark": "rgba(255 176 200 / 0.64)",
1324
+ "custom-colors-custom-1-opacity-0-48-dark": "rgba(255 176 200 / 0.48)",
1325
+ "custom-colors-custom-1-opacity-0-32-dark": "rgba(255 176 200 / 0.32)",
1326
+ "custom-colors-custom-1-opacity-0-16-dark": "rgba(255 176 200 / 0.16)",
1327
+ "custom-colors-custom-1-opacity-0-12-dark": "rgba(255 176 200 / 0.12)",
1328
+ "custom-colors-custom-1-opacity-0-08-dark": "rgba(255 176 200 / 0.08)",
1329
+ "custom-colors-custom-2-opacity-0-96-dark": "rgba(208 188 255 / 0.96)",
1330
+ "custom-colors-custom-2-opacity-0-80-dark": "rgba(208 188 255 / 0.8)",
1331
+ "custom-colors-custom-2-opacity-0-64-dark": "rgba(208 188 255 / 0.64)",
1332
+ "custom-colors-custom-2-opacity-0-48-dark": "rgba(208 188 255 / 0.48)",
1333
+ "custom-colors-custom-2-opacity-0-32-dark": "rgba(208 188 255 / 0.32)",
1334
+ "custom-colors-custom-2-opacity-0-16-dark": "rgba(208 188 255 / 0.16)",
1335
+ "custom-colors-custom-2-opacity-0-12-dark": "rgba(208 188 255 / 0.12)",
1336
+ "custom-colors-custom-2-opacity-0-08-dark": "rgba(208 188 255 / 0.08)",
1337
+ "custom-colors-custom-3-opacity-0-96-dark": "rgba(76 217 222 / 0.96)",
1338
+ "custom-colors-custom-3-opacity-0-80-dark": "rgba(76 217 222 / 0.8)",
1339
+ "custom-colors-custom-3-opacity-0-64-dark": "rgba(76 217 222 / 0.64)",
1340
+ "custom-colors-custom-3-opacity-0-48-dark": "rgba(76 217 222 / 0.48)",
1341
+ "custom-colors-custom-3-opacity-0-32-dark": "rgba(76 217 222 / 0.32)",
1342
+ "custom-colors-custom-3-opacity-0-16-dark": "rgba(76 217 222 / 0.16)",
1343
+ "custom-colors-custom-3-opacity-0-12-dark": "rgba(76 217 222 / 0.12)",
1344
+ "custom-colors-custom-3-opacity-0-08-dark": "rgba(76 217 222 / 0.08)",
1345
+ "custom-colors-custom-4-opacity-0-96-dark": "rgba(126 218 139 / 0.96)",
1346
+ "custom-colors-custom-4-opacity-0-80-dark": "rgba(126 218 139 / 0.8)",
1347
+ "custom-colors-custom-4-opacity-0-64-dark": "rgba(126 218 139 / 0.64)",
1348
+ "custom-colors-custom-4-opacity-0-48-dark": "rgba(126 218 139 / 0.48)",
1349
+ "custom-colors-custom-4-opacity-0-32-dark": "rgba(126 218 139 / 0.32)",
1350
+ "custom-colors-custom-4-opacity-0-16-dark": "rgba(126 218 139 / 0.16)",
1351
+ "custom-colors-custom-4-opacity-0-12-dark": "rgba(126 218 139 / 0.12)",
1352
+ "custom-colors-custom-4-opacity-0-08-dark": "rgba(126 218 139 / 0.08)",
1353
+ "custom-colors-custom-5-opacity-0-96-dark": "rgba(199 202 149 / 0.96)",
1354
+ "custom-colors-custom-5-opacity-0-80-dark": "rgba(199 202 149 / 0.8)",
1355
+ "custom-colors-custom-5-opacity-0-64-dark": "rgba(199 202 149 / 0.64)",
1356
+ "custom-colors-custom-5-opacity-0-48-dark": "rgba(199 202 149 / 0.48)",
1357
+ "custom-colors-custom-5-opacity-0-32-dark": "rgba(199 202 149 / 0.32)",
1358
+ "custom-colors-custom-5-opacity-0-16-dark": "rgba(199 202 149 / 0.16)",
1359
+ "custom-colors-custom-5-opacity-0-12-dark": "rgba(199 202 149 / 0.12)",
1360
+ "custom-colors-custom-5-opacity-0-08-dark": "rgba(199 202 149 / 0.08)",
1361
+ "custom-colors-custom-6-opacity-0-96-dark": "rgba(255 182 139 / 0.96)",
1362
+ "custom-colors-custom-6-opacity-0-80-dark": "rgba(255 182 139 / 0.8)",
1363
+ "custom-colors-custom-6-opacity-0-64-dark": "rgba(255 182 139 / 0.64)",
1364
+ "custom-colors-custom-6-opacity-0-48-dark": "rgba(255 182 139 / 0.48)",
1365
+ "custom-colors-custom-6-opacity-0-32-dark": "rgba(255 182 139 / 0.32)",
1366
+ "custom-colors-custom-6-opacity-0-16-dark": "rgba(255 182 139 / 0.16)",
1367
+ "custom-colors-custom-6-opacity-0-12-dark": "rgba(255 182 139 / 0.12)",
1368
+ "custom-colors-custom-6-opacity-0-08-dark": "rgba(255 182 139 / 0.08)",
1369
+ "outline-opacity-0-96-dark": "rgba(142 145 153 / 0.96)",
1370
+ "outline-opacity-0-80-dark": "rgba(142 145 153 / 0.8)",
1371
+ "outline-opacity-0-64-dark": "rgba(142 145 153 / 0.64)",
1372
+ "outline-opacity-0-48-dark": "rgba(142 145 153 / 0.48)",
1373
+ "outline-opacity-0-32-dark": "rgba(142 145 153 / 0.32)",
1374
+ "outline-opacity-0-16-dark": "rgba(142 145 153 / 0.16)",
1375
+ "outline-opacity-0-12-dark": "rgba(142 145 153 / 0.12)",
1376
+ "outline-opacity-0-08-dark": "rgba(142 145 153 / 0.08)"
1377
+ },
1378
+ "stroke": {
1379
+ "white": "rgba(255 255 255 / 1)",
1380
+ "black": "rgba(0 0 0 / 1)",
1381
+ "primary": "rgba(0 95 177 / 1)",
1382
+ "on-primary": "rgba(255 255 255 / 1)",
1383
+ "primary-container": "rgba(211 227 255 / 1)",
1384
+ "on-primary-container": "rgba(0 28 59 / 1)",
1385
+ "secondary": "rgba(84 95 113 / 1)",
1386
+ "on-secondary": "rgba(255 255 255 / 1)",
1387
+ "secondary-container": "rgba(216 227 248 / 1)",
1388
+ "on-secondary-container": "rgba(18 28 43 / 1)",
1389
+ "tertiary": "rgba(109 86 118 / 1)",
1390
+ "on-tertiary": "rgba(255 255 255 / 1)",
1391
+ "tertiary-container": "rgba(247 217 255 / 1)",
1392
+ "on-tertiary-container": "rgba(39 19 48 / 1)",
1393
+ "error": "rgba(186 27 27 / 1)",
1394
+ "on-error": "rgba(255 255 255 / 1)",
1395
+ "error-container": "rgba(255 237 233 / 1)",
1396
+ "on-error-container": "rgba(147 0 6 / 1)",
1397
+ "success": "rgba(44 137 0 / 1)",
1398
+ "on-success": "rgba(255 255 255 / 1)",
1399
+ "success-container": "rgba(204 255 170 / 1)",
1400
+ "on-success-container": "rgba(22 82 0 / 1)",
1401
+ "warning": "rgba(153 112 0 / 1)",
1402
+ "on-warning": "rgba(255 255 255 / 1)",
1403
+ "warning-container": "rgba(255 239 209 / 1)",
1404
+ "on-warning-container": "rgba(92 66 0 / 1)",
1405
+ "background": "rgba(255 255 255 / 1)",
1406
+ "on-background": "rgba(27 27 29 / 1)",
1407
+ "surface": "rgba(253 251 255 / 1)",
1408
+ "surface-1": "rgba(240 243 251 / 1)",
1409
+ "surface-2": "rgba(233 239 249 / 1)",
1410
+ "surface-3": "rgba(225 234 246 / 1)",
1411
+ "surface-4": "rgba(223 232 246 / 1)",
1412
+ "surface-5": "rgba(218 229 244 / 1)",
1413
+ "on-surface": "rgba(27 27 29 / 1)",
1414
+ "surface-variant": "rgba(223 226 235 / 1)",
1415
+ "on-surface-variant": "rgba(67 71 78 / 1)",
1416
+ "inverse-surface": "rgba(47 48 51 / 1)",
1417
+ "inverse-on-surface": "rgba(241 240 244 / 1)",
1418
+ "inverse-primary": "rgba(164 200 255 / 1)",
1419
+ "outline": "rgba(116 119 127 / 1)",
1420
+ "on-disabled": "rgba(27 27 29 / 0.3)",
1421
+ "primary-opacity-0-08": "rgba(0 95 177 / 0.08)",
1422
+ "primary-opacity-0-12": "rgba(0 95 177 / 0.12)",
1423
+ "primary-opacity-0-16": "rgba(0 95 177 / 0.16)",
1424
+ "primary-dark": "rgba(164 200 255 / 1)",
1425
+ "on-primary-dark": "rgba(0 48 95 / 1)",
1426
+ "primary-container-dark": "rgba(0 71 136 / 1)",
1427
+ "on-primary-container-dark": "rgba(211 227 255 / 1)",
1428
+ "secondary-dark": "rgba(188 199 220 / 1)",
1429
+ "on-secondary-dark": "rgba(38 49 65 / 1)",
1430
+ "secondary-container-dark": "rgba(61 71 88 / 1)",
1431
+ "on-secondary-container-dark": "rgba(216 227 248 / 1)",
1432
+ "tertiary-dark": "rgba(218 189 226 / 1)",
1433
+ "on-tertiary-dark": "rgba(61 40 70 / 1)",
1434
+ "tertiary-container-dark": "rgba(85 63 94 / 1)",
1435
+ "on-tertiary-container-dark": "rgba(247 217 255 / 1)",
1436
+ "error-dark": "rgba(255 180 169 / 1)",
1437
+ "on-error-dark": "rgba(104 0 3 / 1)",
1438
+ "error-container-dark": "rgba(147 0 6 / 1)",
1439
+ "on-error-container-dark": "rgba(255 218 212 / 1)",
1440
+ "success-dark": "rgba(108 224 54 / 1)",
1441
+ "on-success-dark": "rgba(12 57 0 / 1)",
1442
+ "success-container-dark": "rgba(22 82 0 / 1)",
1443
+ "on-success-container-dark": "rgba(136 253 82 / 1)",
1444
+ "warning-dark": "rgba(251 188 12 / 1)",
1445
+ "on-warning-dark": "rgba(64 45 0 / 1)",
1446
+ "warning-container-dark": "rgba(92 66 0 / 1)",
1447
+ "on-warning-container-dark": "rgba(255 223 156 / 1)",
1448
+ "background-dark": "rgba(27 27 29 / 1)",
1449
+ "on-background-dark": "rgba(227 226 230 / 1)",
1450
+ "surface-dark": "rgba(27 27 29 / 1)",
1451
+ "surface-1-dark": "rgba(34 36 40 / 1)",
1452
+ "surface-2-dark": "rgba(38 41 47 / 1)",
1453
+ "surface-3-dark": "rgba(42 46 54 / 1)",
1454
+ "surface-4-dark": "rgba(43 48 56 / 1)",
1455
+ "surface-5-dark": "rgba(46 51 61 / 1)",
1456
+ "on-surface-dark": "rgba(227 226 230 / 1)",
1457
+ "surface-variant-dark": "rgba(67 71 78 / 1)",
1458
+ "on-surface-variant-dark": "rgba(195 198 207 / 1)",
1459
+ "inverse-surface-dark": "rgba(227 226 230 / 1)",
1460
+ "inverse-on-surface-dark": "rgba(27 27 29 / 1)",
1461
+ "inverse-primary-dark": "rgba(0 95 177 / 1)",
1462
+ "outline-dark": "rgba(142 145 153 / 1)",
1463
+ "on-disabled-dark": "rgba(227 226 230 / 0.3)",
1464
+ "primary-opacity-0-08-dark": "rgba(164 200 255 / 0.08)",
1465
+ "primary-opacity-0-12-dark": "rgba(164 200 255 / 0.12)",
1466
+ "primary-opacity-0-16-dark": "rgba(164 200 255 / 0.16)",
1467
+ "primary-hover": "rgba(0 119 220 / 1)",
1468
+ "error-hover": "rgba(221 55 48 / 1)",
1469
+ "success-hover": "rgba(56 166 0 / 1)",
1470
+ "warning-hover": "rgba(186 137 0 / 1)",
1471
+ "error-opacity-0-08": "rgba(186 27 27 / 0.08)",
1472
+ "error-opacity-0-12": "rgba(186 27 27 / 0.12)",
1473
+ "error-opacity-0-16": "rgba(186 27 27 / 0.16)",
1474
+ "primary-hover-dark": "rgba(111 174 255 / 1)",
1475
+ "error-hover-dark": "rgba(255 137 122 / 1)",
1476
+ "success-hover-dark": "rgba(81 195 20 / 1)",
1477
+ "warning-hover-dark": "rgba(219 162 0 / 1)",
1478
+ "error-opacity-0-08-dark": "rgba(255 180 169 / 0.08)",
1479
+ "error-opacity-0-12-dark": "rgba(255 180 169 / 0.12)",
1480
+ "error-opacity-0-16-dark": "rgba(255 180 169 / 0.16)",
1481
+ "disabled": "rgba(27 27 29 / 0.12)",
1482
+ "disabled-dark": "rgba(227 226 230 / 0.12)",
1483
+ "success-opacity-0-08": "rgba(44 137 0 / 0.08)",
1484
+ "success-opacity-0-12": "rgba(44 137 0 / 0.12)",
1485
+ "success-opacity-0-16": "rgba(44 137 0 / 0.16)",
1486
+ "warning-opacity-0-08": "rgba(153 112 0 / 0.08)",
1487
+ "warning-opacity-0-12": "rgba(153 112 0 / 0.12)",
1488
+ "warning-opacity-0-16": "rgba(153 112 0 / 0.16)",
1489
+ "success-opacity-0-08-dark": "rgba(108 224 54 / 0.08)",
1490
+ "success-opacity-0-12-dark": "rgba(108 224 54 / 0.12)",
1491
+ "success-opacity-0-16-dark": "rgba(108 224 54 / 0.16)",
1492
+ "warning-opacity-0-08-dark": "rgba(251 188 12 / 0.08)",
1493
+ "warning-opacity-0-12-dark": "rgba(251 188 12 / 0.12)",
1494
+ "warning-opacity-0-16-dark": "rgba(251 188 12 / 0.16)",
1495
+ "overlay": "rgba(27 27 29 / 0.8)",
1496
+ "overlay-dark": "rgba(27 27 29 / 0.8)",
1497
+ "outline-variant": "rgba(223 226 235 / 1)",
1498
+ "outline-variant-dark": "rgba(67 71 78 / 1)",
1499
+ "primary-hover-opacity-0-08": "rgba(0 119 220 / 0.08)",
1500
+ "primary-hover-opacity-0-12": "rgba(0 119 220 / 0.12)",
1501
+ "primary-hover-opacity-0-16": "rgba(0 119 220 / 0.16)",
1502
+ "primary-hover-opacity-0-32": "rgba(0 119 220 / 0.32)",
1503
+ "primary-hover-opacity-0-48": "rgba(0 119 220 / 0.48)",
1504
+ "primary-hover-opacity-0-64": "rgba(0 119 220 / 0.64)",
1505
+ "primary-hover-opacity-0-80": "rgba(0 119 220 / 0.8)",
1506
+ "primary-hover-opacity-0-96": "rgba(0 119 220 / 0.96)",
1507
+ "primary-hover-opacity-0-08-dark": "rgba(111 174 255 / 0.08)",
1508
+ "primary-hover-opacity-0-12-dark": "rgba(111 174 255 / 0.12)",
1509
+ "primary-hover-opacity-0-16-dark": "rgba(111 174 255 / 0.16)",
1510
+ "primary-hover-opacity-0-32-dark": "rgba(111 174 255 / 0.32)",
1511
+ "primary-hover-opacity-0-48-dark": "rgba(111 174 255 / 0.48)",
1512
+ "primary-hover-opacity-0-64-dark": "rgba(111 174 255 / 0.64)",
1513
+ "primary-hover-opacity-0-80-dark": "rgba(111 174 255 / 0.8)",
1514
+ "primary-hover-opacity-0-96-dark": "rgba(111 174 255 / 0.96)",
1515
+ "custom-colors-custom-1": "rgba(157 59 97 / 1)",
1516
+ "custom-colors-custom-2": "rgba(105 76 173 / 1)",
1517
+ "custom-colors-custom-3": "rgba(0 105 108 / 1)",
1518
+ "custom-colors-custom-4": "rgba(0 110 44 / 1)",
1519
+ "custom-colors-custom-5": "rgba(94 97 53 / 1)",
1520
+ "custom-colors-custom-6": "rgba(153 71 0 / 1)",
1521
+ "custom-colors-custom-1-container": "rgba(255 217 226 / 1)",
1522
+ "custom-colors-custom-2-container": "rgba(233 221 255 / 1)",
1523
+ "custom-colors-custom-3-container": "rgba(111 246 251 / 1)",
1524
+ "custom-colors-custom-4-container": "rgba(154 247 164 / 1)",
1525
+ "custom-colors-custom-5-container": "rgba(227 231 175 / 1)",
1526
+ "custom-colors-custom-6-container": "rgba(255 219 200 / 1)",
1527
+ "custom-colors-custom-1-dark": "rgba(255 176 200 / 1)",
1528
+ "custom-colors-custom-2-dark": "rgba(208 188 255 / 1)",
1529
+ "custom-colors-custom-3-dark": "rgba(76 217 222 / 1)",
1530
+ "custom-colors-custom-4-dark": "rgba(126 218 139 / 1)",
1531
+ "custom-colors-custom-5-dark": "rgba(199 202 149 / 1)",
1532
+ "custom-colors-custom-6-dark": "rgba(255 182 139 / 1)",
1533
+ "custom-colors-custom-1-container-dark": "rgba(127 35 74 / 1)",
1534
+ "custom-colors-custom-2-container-dark": "rgba(81 51 148 / 1)",
1535
+ "custom-colors-custom-3-container-dark": "rgba(0 79 82 / 1)",
1536
+ "custom-colors-custom-4-container-dark": "rgba(0 83 31 / 1)",
1537
+ "custom-colors-custom-5-container-dark": "rgba(70 74 32 / 1)",
1538
+ "custom-colors-custom-6-container-dark": "rgba(117 52 0 / 1)",
1539
+ "error-opacity-0-32": "rgba(186 27 27 / 0.32)",
1540
+ "error-opacity-0-48": "rgba(186 27 27 / 0.48)",
1541
+ "error-opacity-0-64": "rgba(186 27 27 / 0.64)",
1542
+ "error-opacity-0-80": "rgba(186 27 27 / 0.8)",
1543
+ "error-opacity-0-96": "rgba(186 27 27 / 0.96)",
1544
+ "success-opacity-0-32": "rgba(44 137 0 / 0.32)",
1545
+ "success-opacity-0-48": "rgba(44 137 0 / 0.48)",
1546
+ "success-opacity-0-64": "rgba(44 137 0 / 0.64)",
1547
+ "success-opacity-0-80": "rgba(44 137 0 / 0.8)",
1548
+ "success-opacity-0-96": "rgba(44 137 0 / 0.96)",
1549
+ "warning-opacity-0-32": "rgba(153 112 0 / 0.32)",
1550
+ "warning-opacity-0-48": "rgba(153 112 0 / 0.48)",
1551
+ "warning-opacity-0-64": "rgba(153 112 0 / 0.64)",
1552
+ "warning-opacity-0-80": "rgba(153 112 0 / 0.8)",
1553
+ "warning-opacity-0-96": "rgba(153 112 0 / 0.96)",
1554
+ "custom-colors-custom-1-opacity-0-96": "rgba(157 59 97 / 0.96)",
1555
+ "custom-colors-custom-1-opacity-0-80": "rgba(157 59 97 / 0.8)",
1556
+ "custom-colors-custom-1-opacity-0-64": "rgba(157 59 97 / 0.64)",
1557
+ "custom-colors-custom-1-opacity-0-48": "rgba(157 59 97 / 0.48)",
1558
+ "custom-colors-custom-1-opacity-0-32": "rgba(157 59 97 / 0.32)",
1559
+ "custom-colors-custom-1-opacity-0-16": "rgba(157 59 97 / 0.16)",
1560
+ "custom-colors-custom-1-opacity-0-12": "rgba(157 59 97 / 0.12)",
1561
+ "custom-colors-custom-1-opacity-0-08": "rgba(157 59 97 / 0.08)",
1562
+ "custom-colors-custom-2-opacity-0-96": "rgba(105 76 173 / 0.96)",
1563
+ "custom-colors-custom-2-opacity-0-80": "rgba(105 76 173 / 0.8)",
1564
+ "custom-colors-custom-2-opacity-0-64": "rgba(105 76 173 / 0.64)",
1565
+ "custom-colors-custom-2-opacity-0-48": "rgba(105 76 173 / 0.48)",
1566
+ "custom-colors-custom-2-opacity-0-32": "rgba(105 76 173 / 0.32)",
1567
+ "custom-colors-custom-2-opacity-0-16": "rgba(105 76 173 / 0.16)",
1568
+ "custom-colors-custom-2-opacity-0-12": "rgba(105 76 173 / 0.12)",
1569
+ "custom-colors-custom-2-opacity-0-08": "rgba(105 76 173 / 0.08)",
1570
+ "custom-colors-custom-3-opacity-0-96": "rgba(0 105 108 / 0.96)",
1571
+ "custom-colors-custom-3-opacity-0-80": "rgba(0 105 108 / 0.8)",
1572
+ "custom-colors-custom-3-opacity-0-64": "rgba(0 105 108 / 0.64)",
1573
+ "custom-colors-custom-3-opacity-0-48": "rgba(0 105 108 / 0.48)",
1574
+ "custom-colors-custom-3-opacity-0-32": "rgba(0 105 108 / 0.32)",
1575
+ "custom-colors-custom-3-opacity-0-16": "rgba(0 105 108 / 0.16)",
1576
+ "custom-colors-custom-3-opacity-0-12": "rgba(0 105 108 / 0.12)",
1577
+ "custom-colors-custom-3-opacity-0-08": "rgba(0 105 108 / 0.08)",
1578
+ "custom-colors-custom-4-opacity-0-96": "rgba(0 110 44 / 0.96)",
1579
+ "custom-colors-custom-4-opacity-0-80": "rgba(0 110 44 / 0.8)",
1580
+ "custom-colors-custom-4-opacity-0-64": "rgba(0 110 44 / 0.64)",
1581
+ "custom-colors-custom-4-opacity-0-48": "rgba(0 110 44 / 0.48)",
1582
+ "custom-colors-custom-4-opacity-0-32": "rgba(0 110 44 / 0.32)",
1583
+ "custom-colors-custom-4-opacity-0-16": "rgba(0 110 44 / 0.16)",
1584
+ "custom-colors-custom-4-opacity-0-12": "rgba(0 110 44 / 0.12)",
1585
+ "custom-colors-custom-4-opacity-0-08": "rgba(0 110 44 / 0.08)",
1586
+ "custom-colors-custom-5-opacity-0-96": "rgba(94 97 53 / 0.96)",
1587
+ "custom-colors-custom-5-opacity-0-80": "rgba(94 97 53 / 0.8)",
1588
+ "custom-colors-custom-5-opacity-0-64": "rgba(94 97 53 / 0.64)",
1589
+ "custom-colors-custom-5-opacity-0-48": "rgba(94 97 53 / 0.48)",
1590
+ "custom-colors-custom-5-opacity-0-32": "rgba(94 97 53 / 0.32)",
1591
+ "custom-colors-custom-5-opacity-0-16": "rgba(94 97 53 / 0.16)",
1592
+ "custom-colors-custom-5-opacity-0-12": "rgba(94 97 53 / 0.12)",
1593
+ "custom-colors-custom-5-opacity-0-08": "rgba(94 97 53 / 0.08)",
1594
+ "custom-colors-custom-6-opacity-0-96": "rgba(153 71 0 / 0.96)",
1595
+ "custom-colors-custom-6-opacity-0-80": "rgba(153 71 0 / 0.8)",
1596
+ "custom-colors-custom-6-opacity-0-64": "rgba(153 71 0 / 0.64)",
1597
+ "custom-colors-custom-6-opacity-0-48": "rgba(153 71 0 / 0.48)",
1598
+ "custom-colors-custom-6-opacity-0-32": "rgba(153 71 0 / 0.32)",
1599
+ "custom-colors-custom-6-opacity-0-16": "rgba(153 71 0 / 0.16)",
1600
+ "custom-colors-custom-6-opacity-0-12": "rgba(153 71 0 / 0.12)",
1601
+ "custom-colors-custom-6-opacity-0-08": "rgba(153 71 0 / 0.08)",
1602
+ "outline-opacity-0-96": "rgba(116 119 127 / 0.96)",
1603
+ "outline-opacity-0-80": "rgba(116 119 127 / 0.8)",
1604
+ "outline-opacity-0-64": "rgba(116 119 127 / 0.64)",
1605
+ "outline-opacity-0-48": "rgba(116 119 127 / 0.48)",
1606
+ "outline-opacity-0-32": "rgba(116 119 127 / 0.32)",
1607
+ "outline-opacity-0-16": "rgba(116 119 127 / 0.16)",
1608
+ "outline-opacity-0-12": "rgba(116 119 127 / 0.12)",
1609
+ "outline-opacity-0-08": "rgba(116 119 127 / 0.08)",
1610
+ "error-opacity-0-32-dark": "rgba(255 180 169 / 0.32)",
1611
+ "error-opacity-0-48-dark": "rgba(255 180 169 / 0.48)",
1612
+ "error-opacity-0-64-dark": "rgba(255 180 169 / 0.64)",
1613
+ "error-opacity-0-80-dark": "rgba(255 180 169 / 0.8)",
1614
+ "error-opacity-0-96-dark": "rgba(255 180 169 / 0.96)",
1615
+ "success-opacity-0-32-dark": "rgba(108 224 54 / 0.32)",
1616
+ "success-opacity-0-48-dark": "rgba(108 224 54 / 0.48)",
1617
+ "success-opacity-0-64-dark": "rgba(108 224 54 / 0.64)",
1618
+ "success-opacity-0-80-dark": "rgba(108 224 54 / 0.8)",
1619
+ "success-opacity-0-96-dark": "rgba(108 224 54 / 0.96)",
1620
+ "warning-opacity-0-32-dark": "rgba(251 188 12 / 0.32)",
1621
+ "warning-opacity-0-48-dark": "rgba(251 188 12 / 0.48)",
1622
+ "warning-opacity-0-64-dark": "rgba(251 188 12 / 0.64)",
1623
+ "warning-opacity-0-80-dark": "rgba(251 188 12 / 0.8)",
1624
+ "warning-opacity-0-96-dark": "rgba(251 188 12 / 0.96)",
1625
+ "custom-colors-custom-1-opacity-0-96-dark": "rgba(255 176 200 / 0.96)",
1626
+ "custom-colors-custom-1-opacity-0-80-dark": "rgba(255 176 200 / 0.8)",
1627
+ "custom-colors-custom-1-opacity-0-64-dark": "rgba(255 176 200 / 0.64)",
1628
+ "custom-colors-custom-1-opacity-0-48-dark": "rgba(255 176 200 / 0.48)",
1629
+ "custom-colors-custom-1-opacity-0-32-dark": "rgba(255 176 200 / 0.32)",
1630
+ "custom-colors-custom-1-opacity-0-16-dark": "rgba(255 176 200 / 0.16)",
1631
+ "custom-colors-custom-1-opacity-0-12-dark": "rgba(255 176 200 / 0.12)",
1632
+ "custom-colors-custom-1-opacity-0-08-dark": "rgba(255 176 200 / 0.08)",
1633
+ "custom-colors-custom-2-opacity-0-96-dark": "rgba(208 188 255 / 0.96)",
1634
+ "custom-colors-custom-2-opacity-0-80-dark": "rgba(208 188 255 / 0.8)",
1635
+ "custom-colors-custom-2-opacity-0-64-dark": "rgba(208 188 255 / 0.64)",
1636
+ "custom-colors-custom-2-opacity-0-48-dark": "rgba(208 188 255 / 0.48)",
1637
+ "custom-colors-custom-2-opacity-0-32-dark": "rgba(208 188 255 / 0.32)",
1638
+ "custom-colors-custom-2-opacity-0-16-dark": "rgba(208 188 255 / 0.16)",
1639
+ "custom-colors-custom-2-opacity-0-12-dark": "rgba(208 188 255 / 0.12)",
1640
+ "custom-colors-custom-2-opacity-0-08-dark": "rgba(208 188 255 / 0.08)",
1641
+ "custom-colors-custom-3-opacity-0-96-dark": "rgba(76 217 222 / 0.96)",
1642
+ "custom-colors-custom-3-opacity-0-80-dark": "rgba(76 217 222 / 0.8)",
1643
+ "custom-colors-custom-3-opacity-0-64-dark": "rgba(76 217 222 / 0.64)",
1644
+ "custom-colors-custom-3-opacity-0-48-dark": "rgba(76 217 222 / 0.48)",
1645
+ "custom-colors-custom-3-opacity-0-32-dark": "rgba(76 217 222 / 0.32)",
1646
+ "custom-colors-custom-3-opacity-0-16-dark": "rgba(76 217 222 / 0.16)",
1647
+ "custom-colors-custom-3-opacity-0-12-dark": "rgba(76 217 222 / 0.12)",
1648
+ "custom-colors-custom-3-opacity-0-08-dark": "rgba(76 217 222 / 0.08)",
1649
+ "custom-colors-custom-4-opacity-0-96-dark": "rgba(126 218 139 / 0.96)",
1650
+ "custom-colors-custom-4-opacity-0-80-dark": "rgba(126 218 139 / 0.8)",
1651
+ "custom-colors-custom-4-opacity-0-64-dark": "rgba(126 218 139 / 0.64)",
1652
+ "custom-colors-custom-4-opacity-0-48-dark": "rgba(126 218 139 / 0.48)",
1653
+ "custom-colors-custom-4-opacity-0-32-dark": "rgba(126 218 139 / 0.32)",
1654
+ "custom-colors-custom-4-opacity-0-16-dark": "rgba(126 218 139 / 0.16)",
1655
+ "custom-colors-custom-4-opacity-0-12-dark": "rgba(126 218 139 / 0.12)",
1656
+ "custom-colors-custom-4-opacity-0-08-dark": "rgba(126 218 139 / 0.08)",
1657
+ "custom-colors-custom-5-opacity-0-96-dark": "rgba(199 202 149 / 0.96)",
1658
+ "custom-colors-custom-5-opacity-0-80-dark": "rgba(199 202 149 / 0.8)",
1659
+ "custom-colors-custom-5-opacity-0-64-dark": "rgba(199 202 149 / 0.64)",
1660
+ "custom-colors-custom-5-opacity-0-48-dark": "rgba(199 202 149 / 0.48)",
1661
+ "custom-colors-custom-5-opacity-0-32-dark": "rgba(199 202 149 / 0.32)",
1662
+ "custom-colors-custom-5-opacity-0-16-dark": "rgba(199 202 149 / 0.16)",
1663
+ "custom-colors-custom-5-opacity-0-12-dark": "rgba(199 202 149 / 0.12)",
1664
+ "custom-colors-custom-5-opacity-0-08-dark": "rgba(199 202 149 / 0.08)",
1665
+ "custom-colors-custom-6-opacity-0-96-dark": "rgba(255 182 139 / 0.96)",
1666
+ "custom-colors-custom-6-opacity-0-80-dark": "rgba(255 182 139 / 0.8)",
1667
+ "custom-colors-custom-6-opacity-0-64-dark": "rgba(255 182 139 / 0.64)",
1668
+ "custom-colors-custom-6-opacity-0-48-dark": "rgba(255 182 139 / 0.48)",
1669
+ "custom-colors-custom-6-opacity-0-32-dark": "rgba(255 182 139 / 0.32)",
1670
+ "custom-colors-custom-6-opacity-0-16-dark": "rgba(255 182 139 / 0.16)",
1671
+ "custom-colors-custom-6-opacity-0-12-dark": "rgba(255 182 139 / 0.12)",
1672
+ "custom-colors-custom-6-opacity-0-08-dark": "rgba(255 182 139 / 0.08)",
1673
+ "outline-opacity-0-96-dark": "rgba(142 145 153 / 0.96)",
1674
+ "outline-opacity-0-80-dark": "rgba(142 145 153 / 0.8)",
1675
+ "outline-opacity-0-64-dark": "rgba(142 145 153 / 0.64)",
1676
+ "outline-opacity-0-48-dark": "rgba(142 145 153 / 0.48)",
1677
+ "outline-opacity-0-32-dark": "rgba(142 145 153 / 0.32)",
1678
+ "outline-opacity-0-16-dark": "rgba(142 145 153 / 0.16)",
1679
+ "outline-opacity-0-12-dark": "rgba(142 145 153 / 0.12)",
1680
+ "outline-opacity-0-08-dark": "rgba(142 145 153 / 0.08)"
1681
+ },
1682
+ "content": {
1683
+ "label-required": "\"*\"",
1684
+ "checkbox-checked": "\"check_small\"",
1685
+ "checkbox-indeterminate": "\"check_indeterminate_small\""
1686
+ },
1687
+ "animation": {
1688
+ "circular-loader": "circular-loader 1400ms linear infinite",
1689
+ "linear-loader": "linear-loader 1400ms linear infinite",
1690
+ "skeleton-loader": "skeleton-loader 1400ms linear infinite"
1691
+ },
1692
+ "keyframes": {
1693
+ "circular-loader": {
1694
+ "0%": {
1695
+ "transform": "rotate(0deg)",
1696
+ "strokeDasharray": "0, 200",
1697
+ "strokeDashoffset": "0"
1698
+ },
1699
+ "50%": {
1700
+ "transform": "rotate(180deg)",
1701
+ "strokeDasharray": "100, 200",
1702
+ "strokeDashoffset": "calc((50% - 2px) * -3.14)"
1703
+ },
1704
+ "100%": {
1705
+ "transform": "rotate(360deg)",
1706
+ "strokeDasharray": "100, 200",
1707
+ "strokeDashoffset": "calc((100% - 2px) * -3.14)"
1708
+ }
1709
+ },
1710
+ "linear-loader": {
1711
+ "0%": {
1712
+ "strokeDasharray": "25%, 100%",
1713
+ "strokeDashoffset": "0"
1714
+ },
1715
+ "100%": {
1716
+ "strokeDasharray": "25%, 100%",
1717
+ "strokeDashoffset": "calc((100% - 0px) * -2.5)"
1718
+ }
1719
+ },
1720
+ "skeleton-loader": {
1721
+ "0%": {
1722
+ "backgroundPosition": "100% 50%"
1723
+ },
1724
+ "100%": {
1725
+ "backgroundPosition": "-100% 50%"
1726
+ }
1727
+ }
1728
+ },
1729
+ "borderRadius": {
1730
+ "0": "0px",
1731
+ "sm": "2px",
1732
+ "md": "4px",
1733
+ "lg": "8px",
1734
+ "full": "9999px"
1735
+ },
1736
+ "borderWidth": {
1737
+ "0": "0px",
1738
+ "1": "1px",
1739
+ "2": "2px"
1740
+ },
1741
+ "boxShadow": {
1742
+ "none": "0 0 #00000000",
1743
+ "modal": "0 0 1px 0 rgba(0 0 0 / 0.2), 0 26px 80px 0 rgba(0 0 0 / 0.2)",
1744
+ "contextual": "-1px 0 20px 0 rgba(24 28 34 / 0.05), 0 1px 5px 0 rgba(0 0 0 / 0.15)",
1745
+ "card": "0 0 5px 0 rgba(0 0 0 / 0.05), 0 1px 2px 0 rgba(24 28 34 / 0.15)",
1746
+ "button": "inset 0 -1px 0 0 rgba(0 0 0 / 0.1), 0 0 5px 0 rgba(0 0 0 / 0.05), 0 1px 2px 0 rgba(24 28 34 / 0.15)",
1747
+ "modal-dark": "0 4px 4px 0 rgba(0 0 0 / 0.15), 0 26px 80px 0 rgba(0 0 0 / 0.6), inset 0 0 1px 0 rgba(255 255 255 / 0.2)",
1748
+ "contextual-dark": "0 4px 4px 0 rgba(0 0 0 / 0.25), -1px 0 20px 0 rgba(24 28 34 / 0.05), inset 0 0 1px 0 rgba(255 255 255 / 0.4)",
1749
+ "card-dark": "0 2px 1px -1px rgba(0 0 0 / 0.2), 0 1px 1px 0 rgba(0 0 0 / 0.14), 0 1px 3px 0 rgba(24 28 34 / 0.12)",
1750
+ "button-dark": "inset 0 -1px 0 0 rgba(255 255 255 / 0.2), 0 0 5px 0 rgba(0 0 0 / 0.05), 0 1px 2px 0 rgba(24 28 34 / 0.15)",
1751
+ "DEFAULT": "0 1px 1px rgba(0 0 0 / 0.24), 0 0 1px rgba(0 0 0 / 0.16)"
1752
+ },
1753
+ "fontFamily": {
1754
+ "headline-1": "Inter",
1755
+ "headline-2": "Inter",
1756
+ "headline-3": "Inter",
1757
+ "headline-4": "Inter",
1758
+ "button": "Inter",
1759
+ "body-1-regular": "Inter",
1760
+ "body-1-semibold": "Inter",
1761
+ "body-1-bold": "Inter",
1762
+ "body-2-regular": "Inter",
1763
+ "body-2-semibold": "Inter",
1764
+ "body-2-bold": "Inter",
1765
+ "caption-regular": "Inter",
1766
+ "caption-semibold": "Inter",
1767
+ "caption-bold": "Inter",
1768
+ "mobile-button": "Inter",
1769
+ "mobile-body-2-regular": "Inter",
1770
+ "mobile-body-2-semibold": "Inter",
1771
+ "mobile-body-2-bold": "Inter",
1772
+ "display-large": "Inter",
1773
+ "display-medium": "Inter",
1774
+ "display-small": "Inter",
1775
+ "mobile-display-large": "Inter",
1776
+ "mobile-display-medium": "Inter",
1777
+ "mobile-display-small": "Inter",
1778
+ "mobile-headline-1": "Inter",
1779
+ "mobile-headline-2": "Inter",
1780
+ "mobile-headline-3": "Inter",
1781
+ "mobile-headline-4": "Inter",
1782
+ "mobile-body-1-bold": "Inter",
1783
+ "mobile-body-1-semibold": "Inter",
1784
+ "mobile-body-1-regular": "Inter",
1785
+ "mobile-caption-regular": "Inter",
1786
+ "mobile-caption-semibold": "Inter",
1787
+ "mobile-caption-bold": "Inter",
1788
+ "inherit": "inherit"
1789
+ },
1790
+ "fontSize": {
1791
+ "headline-1": [
1792
+ "24px",
1793
+ {
1794
+ "lineHeight": "29px"
1795
+ }
1796
+ ],
1797
+ "headline-2": [
1798
+ "20px",
1799
+ {
1800
+ "lineHeight": "24px"
1801
+ }
1802
+ ],
1803
+ "headline-3": [
1804
+ "16px",
1805
+ {
1806
+ "lineHeight": "24px"
1807
+ }
1808
+ ],
1809
+ "headline-4": [
1810
+ "14px",
1811
+ {
1812
+ "lineHeight": "21px"
1813
+ }
1814
+ ],
1815
+ "button": [
1816
+ "14px",
1817
+ {
1818
+ "lineHeight": "20px"
1819
+ }
1820
+ ],
1821
+ "body-1-regular": [
1822
+ "16px",
1823
+ {
1824
+ "lineHeight": "24px"
1825
+ }
1826
+ ],
1827
+ "body-1-semibold": [
1828
+ "16px",
1829
+ {
1830
+ "lineHeight": "24px"
1831
+ }
1832
+ ],
1833
+ "body-1-bold": [
1834
+ "16px",
1835
+ {
1836
+ "lineHeight": "24px"
1837
+ }
1838
+ ],
1839
+ "body-2-regular": [
1840
+ "14px",
1841
+ {
1842
+ "lineHeight": "21px"
1843
+ }
1844
+ ],
1845
+ "body-2-semibold": [
1846
+ "14px",
1847
+ {
1848
+ "lineHeight": "21px"
1849
+ }
1850
+ ],
1851
+ "body-2-bold": [
1852
+ "14px",
1853
+ {
1854
+ "lineHeight": "21px"
1855
+ }
1856
+ ],
1857
+ "caption-regular": [
1858
+ "12px",
1859
+ {
1860
+ "lineHeight": "18px"
1861
+ }
1862
+ ],
1863
+ "caption-semibold": [
1864
+ "12px",
1865
+ {
1866
+ "lineHeight": "18px"
1867
+ }
1868
+ ],
1869
+ "caption-bold": [
1870
+ "12px",
1871
+ {
1872
+ "lineHeight": "18px"
1873
+ }
1874
+ ],
1875
+ "mobile-button": [
1876
+ "16px",
1877
+ {
1878
+ "lineHeight": "24px"
1879
+ }
1880
+ ],
1881
+ "mobile-body-2-regular": [
1882
+ "16px",
1883
+ {
1884
+ "lineHeight": "24px"
1885
+ }
1886
+ ],
1887
+ "mobile-body-2-semibold": [
1888
+ "16px",
1889
+ {
1890
+ "lineHeight": "24px"
1891
+ }
1892
+ ],
1893
+ "mobile-body-2-bold": [
1894
+ "16px",
1895
+ {
1896
+ "lineHeight": "24px"
1897
+ }
1898
+ ],
1899
+ "display-large": [
1900
+ "57px",
1901
+ {
1902
+ "lineHeight": "64px"
1903
+ }
1904
+ ],
1905
+ "display-medium": [
1906
+ "45px",
1907
+ {
1908
+ "lineHeight": "52px"
1909
+ }
1910
+ ],
1911
+ "display-small": [
1912
+ "36px",
1913
+ {
1914
+ "lineHeight": "44px"
1915
+ }
1916
+ ],
1917
+ "mobile-display-large": [
1918
+ "36px",
1919
+ {
1920
+ "lineHeight": "40px"
1921
+ }
1922
+ ],
1923
+ "mobile-display-medium": [
1924
+ "32px",
1925
+ {
1926
+ "lineHeight": "36px"
1927
+ }
1928
+ ],
1929
+ "mobile-display-small": [
1930
+ "28px",
1931
+ {
1932
+ "lineHeight": "32px"
1933
+ }
1934
+ ],
1935
+ "mobile-headline-1": [
1936
+ "24px",
1937
+ {
1938
+ "lineHeight": "29px"
1939
+ }
1940
+ ],
1941
+ "mobile-headline-2": [
1942
+ "20px",
1943
+ {
1944
+ "lineHeight": "24px"
1945
+ }
1946
+ ],
1947
+ "mobile-headline-3": [
1948
+ "16px",
1949
+ {
1950
+ "lineHeight": "24px"
1951
+ }
1952
+ ],
1953
+ "mobile-headline-4": [
1954
+ "16px",
1955
+ {
1956
+ "lineHeight": "24px"
1957
+ }
1958
+ ],
1959
+ "mobile-body-1-bold": [
1960
+ "16px",
1961
+ {
1962
+ "lineHeight": "24px"
1963
+ }
1964
+ ],
1965
+ "mobile-body-1-semibold": [
1966
+ "16px",
1967
+ {
1968
+ "lineHeight": "24px"
1969
+ }
1970
+ ],
1971
+ "mobile-body-1-regular": [
1972
+ "16px",
1973
+ {
1974
+ "lineHeight": "24px"
1975
+ }
1976
+ ],
1977
+ "mobile-caption-regular": [
1978
+ "12px",
1979
+ {
1980
+ "lineHeight": "18px"
1981
+ }
1982
+ ],
1983
+ "mobile-caption-semibold": [
1984
+ "12px",
1985
+ {
1986
+ "lineHeight": "18px"
1987
+ }
1988
+ ],
1989
+ "mobile-caption-bold": [
1990
+ "12px",
1991
+ {
1992
+ "lineHeight": "18px"
1993
+ }
1994
+ ],
1995
+ "inherit": [
1996
+ "inherit",
1997
+ {
1998
+ "lineHeight": "inherit"
1999
+ }
2000
+ ]
2001
+ },
2002
+ "fontWeight": {
2003
+ "headline-1": "700",
2004
+ "headline-2": "700",
2005
+ "headline-3": "700",
2006
+ "headline-4": "700",
2007
+ "button": "600",
2008
+ "body-1-regular": "400",
2009
+ "body-1-semibold": "600",
2010
+ "body-1-bold": "700",
2011
+ "body-2-regular": "400",
2012
+ "body-2-semibold": "600",
2013
+ "body-2-bold": "700",
2014
+ "caption-regular": "400",
2015
+ "caption-semibold": "600",
2016
+ "caption-bold": "700",
2017
+ "mobile-button": "600",
2018
+ "mobile-body-2-regular": "400",
2019
+ "mobile-body-2-semibold": "600",
2020
+ "mobile-body-2-bold": "700",
2021
+ "display-large": "400",
2022
+ "display-medium": "400",
2023
+ "display-small": "500",
2024
+ "mobile-display-large": "400",
2025
+ "mobile-display-medium": "400",
2026
+ "mobile-display-small": "500",
2027
+ "mobile-headline-1": "700",
2028
+ "mobile-headline-2": "700",
2029
+ "mobile-headline-3": "700",
2030
+ "mobile-headline-4": "700",
2031
+ "mobile-body-1-bold": "700",
2032
+ "mobile-body-1-semibold": "600",
2033
+ "mobile-body-1-regular": "400",
2034
+ "mobile-caption-regular": "400",
2035
+ "mobile-caption-semibold": "600",
2036
+ "mobile-caption-bold": "700",
2037
+ "inherit": "inherit"
2038
+ },
2039
+ "outlineWidth": {
2040
+ "0": "0px",
2041
+ "1": "1px",
2042
+ "2": "2px"
2043
+ },
2044
+ "transitionDuration": {
2045
+ "short": "100ms",
2046
+ "medium": "250ms",
2047
+ "long": "400ms"
2048
+ },
2049
+ "transitionTimingFunction": {
2050
+ "standard": "cubic-bezier(0.2, 0, 0, 1)"
2051
+ },
2052
+ "columns": {
2053
+ "1": "1",
2054
+ "2": "2",
2055
+ "3": "3",
2056
+ "4": "4",
2057
+ "5": "5",
2058
+ "6": "6",
2059
+ "7": "7",
2060
+ "8": "8",
2061
+ "9": "9",
2062
+ "10": "10",
2063
+ "11": "11",
2064
+ "12": "12",
2065
+ "auto": "auto",
2066
+ "3xs": "16rem",
2067
+ "2xs": "18rem",
2068
+ "xs": "20rem",
2069
+ "sm": "24rem",
2070
+ "md": "28rem",
2071
+ "lg": "32rem",
2072
+ "xl": "36rem",
2073
+ "2xl": "42rem",
2074
+ "3xl": "48rem",
2075
+ "4xl": "56rem",
2076
+ "5xl": "64rem",
2077
+ "6xl": "72rem",
2078
+ "7xl": "80rem"
2079
+ },
2080
+ "aspectRatio": {
2081
+ "auto": "auto",
2082
+ "square": "1 / 1",
2083
+ "video": "16 / 9"
2084
+ },
2085
+ "backdropBlur": {
2086
+ "0": "0",
2087
+ "none": "0",
2088
+ "sm": "4px",
2089
+ "DEFAULT": "8px",
2090
+ "md": "12px",
2091
+ "lg": "16px",
2092
+ "xl": "24px",
2093
+ "2xl": "40px",
2094
+ "3xl": "64px"
2095
+ },
2096
+ "backdropBrightness": {
2097
+ "0": "0",
2098
+ "50": ".5",
2099
+ "75": ".75",
2100
+ "90": ".9",
2101
+ "95": ".95",
2102
+ "100": "1",
2103
+ "105": "1.05",
2104
+ "110": "1.1",
2105
+ "125": "1.25",
2106
+ "150": "1.5",
2107
+ "200": "2"
2108
+ },
2109
+ "backdropContrast": {
2110
+ "0": "0",
2111
+ "50": ".5",
2112
+ "75": ".75",
2113
+ "100": "1",
2114
+ "125": "1.25",
2115
+ "150": "1.5",
2116
+ "200": "2"
2117
+ },
2118
+ "backdropGrayscale": {
2119
+ "0": "0",
2120
+ "DEFAULT": "100%"
2121
+ },
2122
+ "backdropHueRotate": {
2123
+ "0": "0deg",
2124
+ "15": "15deg",
2125
+ "30": "30deg",
2126
+ "60": "60deg",
2127
+ "90": "90deg",
2128
+ "180": "180deg"
2129
+ },
2130
+ "backdropInvert": {
2131
+ "0": "0",
2132
+ "DEFAULT": "100%"
2133
+ },
2134
+ "backdropOpacity": {
2135
+ "0": "0",
2136
+ "5": "0.05",
2137
+ "10": "0.1",
2138
+ "20": "0.2",
2139
+ "25": "0.25",
2140
+ "30": "0.3",
2141
+ "40": "0.4",
2142
+ "50": "0.5",
2143
+ "60": "0.6",
2144
+ "70": "0.7",
2145
+ "75": "0.75",
2146
+ "80": "0.8",
2147
+ "90": "0.9",
2148
+ "95": "0.95",
2149
+ "100": "1"
2150
+ },
2151
+ "backdropSaturate": {
2152
+ "0": "0",
2153
+ "50": ".5",
2154
+ "100": "1",
2155
+ "150": "1.5",
2156
+ "200": "2"
2157
+ },
2158
+ "backdropSepia": {
2159
+ "0": "0",
2160
+ "DEFAULT": "100%"
2161
+ },
2162
+ "backgroundOpacity": {
2163
+ "0": "0",
2164
+ "5": "0.05",
2165
+ "10": "0.1",
2166
+ "20": "0.2",
2167
+ "25": "0.25",
2168
+ "30": "0.3",
2169
+ "40": "0.4",
2170
+ "50": "0.5",
2171
+ "60": "0.6",
2172
+ "70": "0.7",
2173
+ "75": "0.75",
2174
+ "80": "0.8",
2175
+ "90": "0.9",
2176
+ "95": "0.95",
2177
+ "100": "1"
2178
+ },
2179
+ "backgroundPosition": {
2180
+ "bottom": "bottom",
2181
+ "center": "center",
2182
+ "left": "left",
2183
+ "left-bottom": "left bottom",
2184
+ "left-top": "left top",
2185
+ "right": "right",
2186
+ "right-bottom": "right bottom",
2187
+ "right-top": "right top",
2188
+ "top": "top"
2189
+ },
2190
+ "backgroundSize": {
2191
+ "auto": "auto",
2192
+ "cover": "cover",
2193
+ "contain": "contain"
2194
+ },
2195
+ "blur": {
2196
+ "0": "0",
2197
+ "none": "0",
2198
+ "sm": "4px",
2199
+ "DEFAULT": "8px",
2200
+ "md": "12px",
2201
+ "lg": "16px",
2202
+ "xl": "24px",
2203
+ "2xl": "40px",
2204
+ "3xl": "64px"
2205
+ },
2206
+ "brightness": {
2207
+ "0": "0",
2208
+ "50": ".5",
2209
+ "75": ".75",
2210
+ "90": ".9",
2211
+ "95": ".95",
2212
+ "100": "1",
2213
+ "105": "1.05",
2214
+ "110": "1.1",
2215
+ "125": "1.25",
2216
+ "150": "1.5",
2217
+ "200": "2"
2218
+ },
2219
+ "borderOpacity": {
2220
+ "0": "0",
2221
+ "5": "0.05",
2222
+ "10": "0.1",
2223
+ "20": "0.2",
2224
+ "25": "0.25",
2225
+ "30": "0.3",
2226
+ "40": "0.4",
2227
+ "50": "0.5",
2228
+ "60": "0.6",
2229
+ "70": "0.7",
2230
+ "75": "0.75",
2231
+ "80": "0.8",
2232
+ "90": "0.9",
2233
+ "95": "0.95",
2234
+ "100": "1"
2235
+ },
2236
+ "borderSpacing": {
2237
+ "none": "0px",
2238
+ "xs": "4px",
2239
+ "xs*": "3px",
2240
+ "sm": "8px",
2241
+ "sm*": "7px",
2242
+ "md": "16px",
2243
+ "md*": "15px",
2244
+ "xl": "32px",
2245
+ "xl*": "31px",
2246
+ "3xl": "64px",
2247
+ "3xl*": "63px",
2248
+ "4xl": "128px",
2249
+ "4xl*": "127px",
2250
+ "lg": "24px",
2251
+ "lg*": "23px",
2252
+ "2xl": "48px",
2253
+ "2xl*": "47px",
2254
+ "sm+": "12px",
2255
+ "sm+*": "11px",
2256
+ "md+": "20px",
2257
+ "md+*": "19px",
2258
+ "lg+": "28px",
2259
+ "lg+*": "27px"
2260
+ },
2261
+ "boxShadowColor": {},
2262
+ "caretColor": {},
2263
+ "accentColor": {
2264
+ "auto": "auto"
2265
+ },
2266
+ "contrast": {
2267
+ "0": "0",
2268
+ "50": ".5",
2269
+ "75": ".75",
2270
+ "100": "1",
2271
+ "125": "1.25",
2272
+ "150": "1.5",
2273
+ "200": "2"
2274
+ },
2275
+ "container": {},
2276
+ "cursor": {
2277
+ "auto": "auto",
2278
+ "default": "default",
2279
+ "pointer": "pointer",
2280
+ "wait": "wait",
2281
+ "text": "text",
2282
+ "move": "move",
2283
+ "help": "help",
2284
+ "not-allowed": "not-allowed",
2285
+ "none": "none",
2286
+ "context-menu": "context-menu",
2287
+ "progress": "progress",
2288
+ "cell": "cell",
2289
+ "crosshair": "crosshair",
2290
+ "vertical-text": "vertical-text",
2291
+ "alias": "alias",
2292
+ "copy": "copy",
2293
+ "no-drop": "no-drop",
2294
+ "grab": "grab",
2295
+ "grabbing": "grabbing",
2296
+ "all-scroll": "all-scroll",
2297
+ "col-resize": "col-resize",
2298
+ "row-resize": "row-resize",
2299
+ "n-resize": "n-resize",
2300
+ "e-resize": "e-resize",
2301
+ "s-resize": "s-resize",
2302
+ "w-resize": "w-resize",
2303
+ "ne-resize": "ne-resize",
2304
+ "nw-resize": "nw-resize",
2305
+ "se-resize": "se-resize",
2306
+ "sw-resize": "sw-resize",
2307
+ "ew-resize": "ew-resize",
2308
+ "ns-resize": "ns-resize",
2309
+ "nesw-resize": "nesw-resize",
2310
+ "nwse-resize": "nwse-resize",
2311
+ "zoom-in": "zoom-in",
2312
+ "zoom-out": "zoom-out"
2313
+ },
2314
+ "divideColor": {
2315
+ "white": "rgba(255 255 255 / 1)",
2316
+ "black": "rgba(0 0 0 / 1)",
2317
+ "primary": "rgba(0 95 177 / 1)",
2318
+ "secondary": "rgba(84 95 113 / 1)",
2319
+ "tertiary": "rgba(109 86 118 / 1)",
2320
+ "error": "rgba(186 27 27 / 1)",
2321
+ "success": "rgba(44 137 0 / 1)",
2322
+ "warning": "rgba(153 112 0 / 1)",
2323
+ "inverse-primary": "rgba(164 200 255 / 1)",
2324
+ "outline": "rgba(116 119 127 / 1)",
2325
+ "primary-opacity-0-08": "rgba(0 95 177 / 0.08)",
2326
+ "primary-opacity-0-12": "rgba(0 95 177 / 0.12)",
2327
+ "primary-opacity-0-16": "rgba(0 95 177 / 0.16)",
2328
+ "primary-dark": "rgba(164 200 255 / 1)",
2329
+ "secondary-dark": "rgba(188 199 220 / 1)",
2330
+ "tertiary-dark": "rgba(218 189 226 / 1)",
2331
+ "error-dark": "rgba(255 180 169 / 1)",
2332
+ "success-dark": "rgba(108 224 54 / 1)",
2333
+ "warning-dark": "rgba(251 188 12 / 1)",
2334
+ "inverse-primary-dark": "rgba(0 95 177 / 1)",
2335
+ "outline-dark": "rgba(142 145 153 / 1)",
2336
+ "primary-opacity-0-08-dark": "rgba(164 200 255 / 0.08)",
2337
+ "primary-opacity-0-12-dark": "rgba(164 200 255 / 0.12)",
2338
+ "primary-opacity-0-16-dark": "rgba(164 200 255 / 0.16)",
2339
+ "primary-hover": "rgba(0 119 220 / 1)",
2340
+ "error-hover": "rgba(221 55 48 / 1)",
2341
+ "success-hover": "rgba(56 166 0 / 1)",
2342
+ "warning-hover": "rgba(186 137 0 / 1)",
2343
+ "error-opacity-0-08": "rgba(186 27 27 / 0.08)",
2344
+ "error-opacity-0-12": "rgba(186 27 27 / 0.12)",
2345
+ "error-opacity-0-16": "rgba(186 27 27 / 0.16)",
2346
+ "primary-hover-dark": "rgba(111 174 255 / 1)",
2347
+ "error-hover-dark": "rgba(255 137 122 / 1)",
2348
+ "success-hover-dark": "rgba(81 195 20 / 1)",
2349
+ "warning-hover-dark": "rgba(219 162 0 / 1)",
2350
+ "error-opacity-0-08-dark": "rgba(255 180 169 / 0.08)",
2351
+ "error-opacity-0-12-dark": "rgba(255 180 169 / 0.12)",
2352
+ "error-opacity-0-16-dark": "rgba(255 180 169 / 0.16)",
2353
+ "disabled": "rgba(27 27 29 / 0.12)",
2354
+ "disabled-dark": "rgba(227 226 230 / 0.12)",
2355
+ "success-opacity-0-08": "rgba(44 137 0 / 0.08)",
2356
+ "success-opacity-0-12": "rgba(44 137 0 / 0.12)",
2357
+ "success-opacity-0-16": "rgba(44 137 0 / 0.16)",
2358
+ "warning-opacity-0-08": "rgba(153 112 0 / 0.08)",
2359
+ "warning-opacity-0-12": "rgba(153 112 0 / 0.12)",
2360
+ "warning-opacity-0-16": "rgba(153 112 0 / 0.16)",
2361
+ "success-opacity-0-08-dark": "rgba(108 224 54 / 0.08)",
2362
+ "success-opacity-0-12-dark": "rgba(108 224 54 / 0.12)",
2363
+ "success-opacity-0-16-dark": "rgba(108 224 54 / 0.16)",
2364
+ "warning-opacity-0-08-dark": "rgba(251 188 12 / 0.08)",
2365
+ "warning-opacity-0-12-dark": "rgba(251 188 12 / 0.12)",
2366
+ "warning-opacity-0-16-dark": "rgba(251 188 12 / 0.16)",
2367
+ "overlay": "rgba(27 27 29 / 0.8)",
2368
+ "overlay-dark": "rgba(27 27 29 / 0.8)",
2369
+ "outline-variant": "rgba(223 226 235 / 1)",
2370
+ "outline-variant-dark": "rgba(67 71 78 / 1)",
2371
+ "primary-hover-opacity-0-08": "rgba(0 119 220 / 0.08)",
2372
+ "primary-hover-opacity-0-12": "rgba(0 119 220 / 0.12)",
2373
+ "primary-hover-opacity-0-16": "rgba(0 119 220 / 0.16)",
2374
+ "primary-hover-opacity-0-32": "rgba(0 119 220 / 0.32)",
2375
+ "primary-hover-opacity-0-48": "rgba(0 119 220 / 0.48)",
2376
+ "primary-hover-opacity-0-64": "rgba(0 119 220 / 0.64)",
2377
+ "primary-hover-opacity-0-80": "rgba(0 119 220 / 0.8)",
2378
+ "primary-hover-opacity-0-96": "rgba(0 119 220 / 0.96)",
2379
+ "primary-hover-opacity-0-08-dark": "rgba(111 174 255 / 0.08)",
2380
+ "primary-hover-opacity-0-12-dark": "rgba(111 174 255 / 0.12)",
2381
+ "primary-hover-opacity-0-16-dark": "rgba(111 174 255 / 0.16)",
2382
+ "primary-hover-opacity-0-32-dark": "rgba(111 174 255 / 0.32)",
2383
+ "primary-hover-opacity-0-48-dark": "rgba(111 174 255 / 0.48)",
2384
+ "primary-hover-opacity-0-64-dark": "rgba(111 174 255 / 0.64)",
2385
+ "primary-hover-opacity-0-80-dark": "rgba(111 174 255 / 0.8)",
2386
+ "primary-hover-opacity-0-96-dark": "rgba(111 174 255 / 0.96)",
2387
+ "custom-colors-custom-1": "rgba(157 59 97 / 1)",
2388
+ "custom-colors-custom-2": "rgba(105 76 173 / 1)",
2389
+ "custom-colors-custom-3": "rgba(0 105 108 / 1)",
2390
+ "custom-colors-custom-4": "rgba(0 110 44 / 1)",
2391
+ "custom-colors-custom-5": "rgba(94 97 53 / 1)",
2392
+ "custom-colors-custom-6": "rgba(153 71 0 / 1)",
2393
+ "custom-colors-custom-1-dark": "rgba(255 176 200 / 1)",
2394
+ "custom-colors-custom-2-dark": "rgba(208 188 255 / 1)",
2395
+ "custom-colors-custom-3-dark": "rgba(76 217 222 / 1)",
2396
+ "custom-colors-custom-4-dark": "rgba(126 218 139 / 1)",
2397
+ "custom-colors-custom-5-dark": "rgba(199 202 149 / 1)",
2398
+ "custom-colors-custom-6-dark": "rgba(255 182 139 / 1)",
2399
+ "error-opacity-0-32": "rgba(186 27 27 / 0.32)",
2400
+ "error-opacity-0-48": "rgba(186 27 27 / 0.48)",
2401
+ "error-opacity-0-64": "rgba(186 27 27 / 0.64)",
2402
+ "error-opacity-0-80": "rgba(186 27 27 / 0.8)",
2403
+ "error-opacity-0-96": "rgba(186 27 27 / 0.96)",
2404
+ "success-opacity-0-32": "rgba(44 137 0 / 0.32)",
2405
+ "success-opacity-0-48": "rgba(44 137 0 / 0.48)",
2406
+ "success-opacity-0-64": "rgba(44 137 0 / 0.64)",
2407
+ "success-opacity-0-80": "rgba(44 137 0 / 0.8)",
2408
+ "success-opacity-0-96": "rgba(44 137 0 / 0.96)",
2409
+ "warning-opacity-0-32": "rgba(153 112 0 / 0.32)",
2410
+ "warning-opacity-0-48": "rgba(153 112 0 / 0.48)",
2411
+ "warning-opacity-0-64": "rgba(153 112 0 / 0.64)",
2412
+ "warning-opacity-0-80": "rgba(153 112 0 / 0.8)",
2413
+ "warning-opacity-0-96": "rgba(153 112 0 / 0.96)",
2414
+ "custom-colors-custom-1-opacity-0-96": "rgba(157 59 97 / 0.96)",
2415
+ "custom-colors-custom-1-opacity-0-80": "rgba(157 59 97 / 0.8)",
2416
+ "custom-colors-custom-1-opacity-0-64": "rgba(157 59 97 / 0.64)",
2417
+ "custom-colors-custom-1-opacity-0-48": "rgba(157 59 97 / 0.48)",
2418
+ "custom-colors-custom-1-opacity-0-32": "rgba(157 59 97 / 0.32)",
2419
+ "custom-colors-custom-1-opacity-0-16": "rgba(157 59 97 / 0.16)",
2420
+ "custom-colors-custom-1-opacity-0-12": "rgba(157 59 97 / 0.12)",
2421
+ "custom-colors-custom-1-opacity-0-08": "rgba(157 59 97 / 0.08)",
2422
+ "custom-colors-custom-2-opacity-0-96": "rgba(105 76 173 / 0.96)",
2423
+ "custom-colors-custom-2-opacity-0-80": "rgba(105 76 173 / 0.8)",
2424
+ "custom-colors-custom-2-opacity-0-64": "rgba(105 76 173 / 0.64)",
2425
+ "custom-colors-custom-2-opacity-0-48": "rgba(105 76 173 / 0.48)",
2426
+ "custom-colors-custom-2-opacity-0-32": "rgba(105 76 173 / 0.32)",
2427
+ "custom-colors-custom-2-opacity-0-16": "rgba(105 76 173 / 0.16)",
2428
+ "custom-colors-custom-2-opacity-0-12": "rgba(105 76 173 / 0.12)",
2429
+ "custom-colors-custom-2-opacity-0-08": "rgba(105 76 173 / 0.08)",
2430
+ "custom-colors-custom-3-opacity-0-96": "rgba(0 105 108 / 0.96)",
2431
+ "custom-colors-custom-3-opacity-0-80": "rgba(0 105 108 / 0.8)",
2432
+ "custom-colors-custom-3-opacity-0-64": "rgba(0 105 108 / 0.64)",
2433
+ "custom-colors-custom-3-opacity-0-48": "rgba(0 105 108 / 0.48)",
2434
+ "custom-colors-custom-3-opacity-0-32": "rgba(0 105 108 / 0.32)",
2435
+ "custom-colors-custom-3-opacity-0-16": "rgba(0 105 108 / 0.16)",
2436
+ "custom-colors-custom-3-opacity-0-12": "rgba(0 105 108 / 0.12)",
2437
+ "custom-colors-custom-3-opacity-0-08": "rgba(0 105 108 / 0.08)",
2438
+ "custom-colors-custom-4-opacity-0-96": "rgba(0 110 44 / 0.96)",
2439
+ "custom-colors-custom-4-opacity-0-80": "rgba(0 110 44 / 0.8)",
2440
+ "custom-colors-custom-4-opacity-0-64": "rgba(0 110 44 / 0.64)",
2441
+ "custom-colors-custom-4-opacity-0-48": "rgba(0 110 44 / 0.48)",
2442
+ "custom-colors-custom-4-opacity-0-32": "rgba(0 110 44 / 0.32)",
2443
+ "custom-colors-custom-4-opacity-0-16": "rgba(0 110 44 / 0.16)",
2444
+ "custom-colors-custom-4-opacity-0-12": "rgba(0 110 44 / 0.12)",
2445
+ "custom-colors-custom-4-opacity-0-08": "rgba(0 110 44 / 0.08)",
2446
+ "custom-colors-custom-5-opacity-0-96": "rgba(94 97 53 / 0.96)",
2447
+ "custom-colors-custom-5-opacity-0-80": "rgba(94 97 53 / 0.8)",
2448
+ "custom-colors-custom-5-opacity-0-64": "rgba(94 97 53 / 0.64)",
2449
+ "custom-colors-custom-5-opacity-0-48": "rgba(94 97 53 / 0.48)",
2450
+ "custom-colors-custom-5-opacity-0-32": "rgba(94 97 53 / 0.32)",
2451
+ "custom-colors-custom-5-opacity-0-16": "rgba(94 97 53 / 0.16)",
2452
+ "custom-colors-custom-5-opacity-0-12": "rgba(94 97 53 / 0.12)",
2453
+ "custom-colors-custom-5-opacity-0-08": "rgba(94 97 53 / 0.08)",
2454
+ "custom-colors-custom-6-opacity-0-96": "rgba(153 71 0 / 0.96)",
2455
+ "custom-colors-custom-6-opacity-0-80": "rgba(153 71 0 / 0.8)",
2456
+ "custom-colors-custom-6-opacity-0-64": "rgba(153 71 0 / 0.64)",
2457
+ "custom-colors-custom-6-opacity-0-48": "rgba(153 71 0 / 0.48)",
2458
+ "custom-colors-custom-6-opacity-0-32": "rgba(153 71 0 / 0.32)",
2459
+ "custom-colors-custom-6-opacity-0-16": "rgba(153 71 0 / 0.16)",
2460
+ "custom-colors-custom-6-opacity-0-12": "rgba(153 71 0 / 0.12)",
2461
+ "custom-colors-custom-6-opacity-0-08": "rgba(153 71 0 / 0.08)",
2462
+ "outline-opacity-0-96": "rgba(116 119 127 / 0.96)",
2463
+ "outline-opacity-0-80": "rgba(116 119 127 / 0.8)",
2464
+ "outline-opacity-0-64": "rgba(116 119 127 / 0.64)",
2465
+ "outline-opacity-0-48": "rgba(116 119 127 / 0.48)",
2466
+ "outline-opacity-0-32": "rgba(116 119 127 / 0.32)",
2467
+ "outline-opacity-0-16": "rgba(116 119 127 / 0.16)",
2468
+ "outline-opacity-0-12": "rgba(116 119 127 / 0.12)",
2469
+ "outline-opacity-0-08": "rgba(116 119 127 / 0.08)",
2470
+ "error-opacity-0-32-dark": "rgba(255 180 169 / 0.32)",
2471
+ "error-opacity-0-48-dark": "rgba(255 180 169 / 0.48)",
2472
+ "error-opacity-0-64-dark": "rgba(255 180 169 / 0.64)",
2473
+ "error-opacity-0-80-dark": "rgba(255 180 169 / 0.8)",
2474
+ "error-opacity-0-96-dark": "rgba(255 180 169 / 0.96)",
2475
+ "success-opacity-0-32-dark": "rgba(108 224 54 / 0.32)",
2476
+ "success-opacity-0-48-dark": "rgba(108 224 54 / 0.48)",
2477
+ "success-opacity-0-64-dark": "rgba(108 224 54 / 0.64)",
2478
+ "success-opacity-0-80-dark": "rgba(108 224 54 / 0.8)",
2479
+ "success-opacity-0-96-dark": "rgba(108 224 54 / 0.96)",
2480
+ "warning-opacity-0-32-dark": "rgba(251 188 12 / 0.32)",
2481
+ "warning-opacity-0-48-dark": "rgba(251 188 12 / 0.48)",
2482
+ "warning-opacity-0-64-dark": "rgba(251 188 12 / 0.64)",
2483
+ "warning-opacity-0-80-dark": "rgba(251 188 12 / 0.8)",
2484
+ "warning-opacity-0-96-dark": "rgba(251 188 12 / 0.96)",
2485
+ "custom-colors-custom-1-opacity-0-96-dark": "rgba(255 176 200 / 0.96)",
2486
+ "custom-colors-custom-1-opacity-0-80-dark": "rgba(255 176 200 / 0.8)",
2487
+ "custom-colors-custom-1-opacity-0-64-dark": "rgba(255 176 200 / 0.64)",
2488
+ "custom-colors-custom-1-opacity-0-48-dark": "rgba(255 176 200 / 0.48)",
2489
+ "custom-colors-custom-1-opacity-0-32-dark": "rgba(255 176 200 / 0.32)",
2490
+ "custom-colors-custom-1-opacity-0-16-dark": "rgba(255 176 200 / 0.16)",
2491
+ "custom-colors-custom-1-opacity-0-12-dark": "rgba(255 176 200 / 0.12)",
2492
+ "custom-colors-custom-1-opacity-0-08-dark": "rgba(255 176 200 / 0.08)",
2493
+ "custom-colors-custom-2-opacity-0-96-dark": "rgba(208 188 255 / 0.96)",
2494
+ "custom-colors-custom-2-opacity-0-80-dark": "rgba(208 188 255 / 0.8)",
2495
+ "custom-colors-custom-2-opacity-0-64-dark": "rgba(208 188 255 / 0.64)",
2496
+ "custom-colors-custom-2-opacity-0-48-dark": "rgba(208 188 255 / 0.48)",
2497
+ "custom-colors-custom-2-opacity-0-32-dark": "rgba(208 188 255 / 0.32)",
2498
+ "custom-colors-custom-2-opacity-0-16-dark": "rgba(208 188 255 / 0.16)",
2499
+ "custom-colors-custom-2-opacity-0-12-dark": "rgba(208 188 255 / 0.12)",
2500
+ "custom-colors-custom-2-opacity-0-08-dark": "rgba(208 188 255 / 0.08)",
2501
+ "custom-colors-custom-3-opacity-0-96-dark": "rgba(76 217 222 / 0.96)",
2502
+ "custom-colors-custom-3-opacity-0-80-dark": "rgba(76 217 222 / 0.8)",
2503
+ "custom-colors-custom-3-opacity-0-64-dark": "rgba(76 217 222 / 0.64)",
2504
+ "custom-colors-custom-3-opacity-0-48-dark": "rgba(76 217 222 / 0.48)",
2505
+ "custom-colors-custom-3-opacity-0-32-dark": "rgba(76 217 222 / 0.32)",
2506
+ "custom-colors-custom-3-opacity-0-16-dark": "rgba(76 217 222 / 0.16)",
2507
+ "custom-colors-custom-3-opacity-0-12-dark": "rgba(76 217 222 / 0.12)",
2508
+ "custom-colors-custom-3-opacity-0-08-dark": "rgba(76 217 222 / 0.08)",
2509
+ "custom-colors-custom-4-opacity-0-96-dark": "rgba(126 218 139 / 0.96)",
2510
+ "custom-colors-custom-4-opacity-0-80-dark": "rgba(126 218 139 / 0.8)",
2511
+ "custom-colors-custom-4-opacity-0-64-dark": "rgba(126 218 139 / 0.64)",
2512
+ "custom-colors-custom-4-opacity-0-48-dark": "rgba(126 218 139 / 0.48)",
2513
+ "custom-colors-custom-4-opacity-0-32-dark": "rgba(126 218 139 / 0.32)",
2514
+ "custom-colors-custom-4-opacity-0-16-dark": "rgba(126 218 139 / 0.16)",
2515
+ "custom-colors-custom-4-opacity-0-12-dark": "rgba(126 218 139 / 0.12)",
2516
+ "custom-colors-custom-4-opacity-0-08-dark": "rgba(126 218 139 / 0.08)",
2517
+ "custom-colors-custom-5-opacity-0-96-dark": "rgba(199 202 149 / 0.96)",
2518
+ "custom-colors-custom-5-opacity-0-80-dark": "rgba(199 202 149 / 0.8)",
2519
+ "custom-colors-custom-5-opacity-0-64-dark": "rgba(199 202 149 / 0.64)",
2520
+ "custom-colors-custom-5-opacity-0-48-dark": "rgba(199 202 149 / 0.48)",
2521
+ "custom-colors-custom-5-opacity-0-32-dark": "rgba(199 202 149 / 0.32)",
2522
+ "custom-colors-custom-5-opacity-0-16-dark": "rgba(199 202 149 / 0.16)",
2523
+ "custom-colors-custom-5-opacity-0-12-dark": "rgba(199 202 149 / 0.12)",
2524
+ "custom-colors-custom-5-opacity-0-08-dark": "rgba(199 202 149 / 0.08)",
2525
+ "custom-colors-custom-6-opacity-0-96-dark": "rgba(255 182 139 / 0.96)",
2526
+ "custom-colors-custom-6-opacity-0-80-dark": "rgba(255 182 139 / 0.8)",
2527
+ "custom-colors-custom-6-opacity-0-64-dark": "rgba(255 182 139 / 0.64)",
2528
+ "custom-colors-custom-6-opacity-0-48-dark": "rgba(255 182 139 / 0.48)",
2529
+ "custom-colors-custom-6-opacity-0-32-dark": "rgba(255 182 139 / 0.32)",
2530
+ "custom-colors-custom-6-opacity-0-16-dark": "rgba(255 182 139 / 0.16)",
2531
+ "custom-colors-custom-6-opacity-0-12-dark": "rgba(255 182 139 / 0.12)",
2532
+ "custom-colors-custom-6-opacity-0-08-dark": "rgba(255 182 139 / 0.08)",
2533
+ "outline-opacity-0-96-dark": "rgba(142 145 153 / 0.96)",
2534
+ "outline-opacity-0-80-dark": "rgba(142 145 153 / 0.8)",
2535
+ "outline-opacity-0-64-dark": "rgba(142 145 153 / 0.64)",
2536
+ "outline-opacity-0-48-dark": "rgba(142 145 153 / 0.48)",
2537
+ "outline-opacity-0-32-dark": "rgba(142 145 153 / 0.32)",
2538
+ "outline-opacity-0-16-dark": "rgba(142 145 153 / 0.16)",
2539
+ "outline-opacity-0-12-dark": "rgba(142 145 153 / 0.12)",
2540
+ "outline-opacity-0-08-dark": "rgba(142 145 153 / 0.08)",
2541
+ "transparent": "transparent",
2542
+ "current": "currentColor",
2543
+ "inherit": "inherit"
2544
+ },
2545
+ "divideOpacity": {
2546
+ "0": "0",
2547
+ "5": "0.05",
2548
+ "10": "0.1",
2549
+ "20": "0.2",
2550
+ "25": "0.25",
2551
+ "30": "0.3",
2552
+ "40": "0.4",
2553
+ "50": "0.5",
2554
+ "60": "0.6",
2555
+ "70": "0.7",
2556
+ "75": "0.75",
2557
+ "80": "0.8",
2558
+ "90": "0.9",
2559
+ "95": "0.95",
2560
+ "100": "1"
2561
+ },
2562
+ "divideWidth": {
2563
+ "0": "0px",
2564
+ "1": "1px",
2565
+ "2": "2px"
2566
+ },
2567
+ "dropShadow": {
2568
+ "sm": "0 1px 1px rgb(0 0 0 / 0.05)",
2569
+ "DEFAULT": [
2570
+ "0 1px 2px rgb(0 0 0 / 0.1)",
2571
+ "0 1px 1px rgb(0 0 0 / 0.06)"
2572
+ ],
2573
+ "md": [
2574
+ "0 4px 3px rgb(0 0 0 / 0.07)",
2575
+ "0 2px 2px rgb(0 0 0 / 0.06)"
2576
+ ],
2577
+ "lg": [
2578
+ "0 10px 8px rgb(0 0 0 / 0.04)",
2579
+ "0 4px 3px rgb(0 0 0 / 0.1)"
2580
+ ],
2581
+ "xl": [
2582
+ "0 20px 13px rgb(0 0 0 / 0.03)",
2583
+ "0 8px 5px rgb(0 0 0 / 0.08)"
2584
+ ],
2585
+ "2xl": "0 25px 25px rgb(0 0 0 / 0.15)",
2586
+ "none": "0 0 #0000"
2587
+ },
2588
+ "grayscale": {
2589
+ "0": "0",
2590
+ "DEFAULT": "100%"
2591
+ },
2592
+ "hueRotate": {
2593
+ "0": "0deg",
2594
+ "15": "15deg",
2595
+ "30": "30deg",
2596
+ "60": "60deg",
2597
+ "90": "90deg",
2598
+ "180": "180deg"
2599
+ },
2600
+ "invert": {
2601
+ "0": "0",
2602
+ "DEFAULT": "100%"
2603
+ },
2604
+ "flex": {
2605
+ "1": "1 1 0%",
2606
+ "auto": "1 1 auto",
2607
+ "initial": "0 1 auto",
2608
+ "none": "none"
2609
+ },
2610
+ "flexBasis": {
2611
+ "auto": "auto",
2612
+ "none": "0px",
2613
+ "xs": "4px",
2614
+ "xs*": "3px",
2615
+ "sm": "8px",
2616
+ "sm*": "7px",
2617
+ "md": "16px",
2618
+ "md*": "15px",
2619
+ "xl": "32px",
2620
+ "xl*": "31px",
2621
+ "3xl": "64px",
2622
+ "3xl*": "63px",
2623
+ "4xl": "128px",
2624
+ "4xl*": "127px",
2625
+ "lg": "24px",
2626
+ "lg*": "23px",
2627
+ "2xl": "48px",
2628
+ "2xl*": "47px",
2629
+ "sm+": "12px",
2630
+ "sm+*": "11px",
2631
+ "md+": "20px",
2632
+ "md+*": "19px",
2633
+ "lg+": "28px",
2634
+ "lg+*": "27px",
2635
+ "1/2": "50%",
2636
+ "1/3": "33.333333%",
2637
+ "2/3": "66.666667%",
2638
+ "1/4": "25%",
2639
+ "2/4": "50%",
2640
+ "3/4": "75%",
2641
+ "1/5": "20%",
2642
+ "2/5": "40%",
2643
+ "3/5": "60%",
2644
+ "4/5": "80%",
2645
+ "1/6": "16.666667%",
2646
+ "2/6": "33.333333%",
2647
+ "3/6": "50%",
2648
+ "4/6": "66.666667%",
2649
+ "5/6": "83.333333%",
2650
+ "1/12": "8.333333%",
2651
+ "2/12": "16.666667%",
2652
+ "3/12": "25%",
2653
+ "4/12": "33.333333%",
2654
+ "5/12": "41.666667%",
2655
+ "6/12": "50%",
2656
+ "7/12": "58.333333%",
2657
+ "8/12": "66.666667%",
2658
+ "9/12": "75%",
2659
+ "10/12": "83.333333%",
2660
+ "11/12": "91.666667%",
2661
+ "full": "100%"
2662
+ },
2663
+ "flexGrow": {
2664
+ "0": "0",
2665
+ "DEFAULT": "1"
2666
+ },
2667
+ "flexShrink": {
2668
+ "0": "0",
2669
+ "DEFAULT": "1"
2670
+ },
2671
+ "gap": {
2672
+ "none": "0px",
2673
+ "xs": "4px",
2674
+ "xs*": "3px",
2675
+ "sm": "8px",
2676
+ "sm*": "7px",
2677
+ "md": "16px",
2678
+ "md*": "15px",
2679
+ "xl": "32px",
2680
+ "xl*": "31px",
2681
+ "3xl": "64px",
2682
+ "3xl*": "63px",
2683
+ "4xl": "128px",
2684
+ "4xl*": "127px",
2685
+ "lg": "24px",
2686
+ "lg*": "23px",
2687
+ "2xl": "48px",
2688
+ "2xl*": "47px",
2689
+ "sm+": "12px",
2690
+ "sm+*": "11px",
2691
+ "md+": "20px",
2692
+ "md+*": "19px",
2693
+ "lg+": "28px",
2694
+ "lg+*": "27px"
2695
+ },
2696
+ "gradientColorStops": {},
2697
+ "gridAutoColumns": {
2698
+ "auto": "auto",
2699
+ "min": "min-content",
2700
+ "max": "max-content",
2701
+ "fr": "minmax(0, 1fr)"
2702
+ },
2703
+ "gridAutoRows": {
2704
+ "auto": "auto",
2705
+ "min": "min-content",
2706
+ "max": "max-content",
2707
+ "fr": "minmax(0, 1fr)"
2708
+ },
2709
+ "gridColumn": {
2710
+ "auto": "auto",
2711
+ "span-1": "span 1 / span 1",
2712
+ "span-2": "span 2 / span 2",
2713
+ "span-3": "span 3 / span 3",
2714
+ "span-4": "span 4 / span 4",
2715
+ "span-5": "span 5 / span 5",
2716
+ "span-6": "span 6 / span 6",
2717
+ "span-7": "span 7 / span 7",
2718
+ "span-8": "span 8 / span 8",
2719
+ "span-9": "span 9 / span 9",
2720
+ "span-10": "span 10 / span 10",
2721
+ "span-11": "span 11 / span 11",
2722
+ "span-12": "span 12 / span 12",
2723
+ "span-full": "1 / -1"
2724
+ },
2725
+ "gridColumnEnd": {
2726
+ "1": "1",
2727
+ "2": "2",
2728
+ "3": "3",
2729
+ "4": "4",
2730
+ "5": "5",
2731
+ "6": "6",
2732
+ "7": "7",
2733
+ "8": "8",
2734
+ "9": "9",
2735
+ "10": "10",
2736
+ "11": "11",
2737
+ "12": "12",
2738
+ "13": "13",
2739
+ "auto": "auto"
2740
+ },
2741
+ "gridColumnStart": {
2742
+ "1": "1",
2743
+ "2": "2",
2744
+ "3": "3",
2745
+ "4": "4",
2746
+ "5": "5",
2747
+ "6": "6",
2748
+ "7": "7",
2749
+ "8": "8",
2750
+ "9": "9",
2751
+ "10": "10",
2752
+ "11": "11",
2753
+ "12": "12",
2754
+ "13": "13",
2755
+ "auto": "auto"
2756
+ },
2757
+ "gridRow": {
2758
+ "auto": "auto",
2759
+ "span-1": "span 1 / span 1",
2760
+ "span-2": "span 2 / span 2",
2761
+ "span-3": "span 3 / span 3",
2762
+ "span-4": "span 4 / span 4",
2763
+ "span-5": "span 5 / span 5",
2764
+ "span-6": "span 6 / span 6",
2765
+ "span-full": "1 / -1"
2766
+ },
2767
+ "gridRowStart": {
2768
+ "1": "1",
2769
+ "2": "2",
2770
+ "3": "3",
2771
+ "4": "4",
2772
+ "5": "5",
2773
+ "6": "6",
2774
+ "7": "7",
2775
+ "auto": "auto"
2776
+ },
2777
+ "gridRowEnd": {
2778
+ "1": "1",
2779
+ "2": "2",
2780
+ "3": "3",
2781
+ "4": "4",
2782
+ "5": "5",
2783
+ "6": "6",
2784
+ "7": "7",
2785
+ "auto": "auto"
2786
+ },
2787
+ "gridTemplateColumns": {
2788
+ "1": "repeat(1, minmax(0, 1fr))",
2789
+ "2": "repeat(2, minmax(0, 1fr))",
2790
+ "3": "repeat(3, minmax(0, 1fr))",
2791
+ "4": "repeat(4, minmax(0, 1fr))",
2792
+ "5": "repeat(5, minmax(0, 1fr))",
2793
+ "6": "repeat(6, minmax(0, 1fr))",
2794
+ "7": "repeat(7, minmax(0, 1fr))",
2795
+ "8": "repeat(8, minmax(0, 1fr))",
2796
+ "9": "repeat(9, minmax(0, 1fr))",
2797
+ "10": "repeat(10, minmax(0, 1fr))",
2798
+ "11": "repeat(11, minmax(0, 1fr))",
2799
+ "12": "repeat(12, minmax(0, 1fr))",
2800
+ "none": "none"
2801
+ },
2802
+ "gridTemplateRows": {
2803
+ "1": "repeat(1, minmax(0, 1fr))",
2804
+ "2": "repeat(2, minmax(0, 1fr))",
2805
+ "3": "repeat(3, minmax(0, 1fr))",
2806
+ "4": "repeat(4, minmax(0, 1fr))",
2807
+ "5": "repeat(5, minmax(0, 1fr))",
2808
+ "6": "repeat(6, minmax(0, 1fr))",
2809
+ "none": "none"
2810
+ },
2811
+ "height": {
2812
+ "auto": "auto",
2813
+ "none": "0px",
2814
+ "xs": "4px",
2815
+ "xs*": "3px",
2816
+ "sm": "8px",
2817
+ "sm*": "7px",
2818
+ "md": "16px",
2819
+ "md*": "15px",
2820
+ "xl": "32px",
2821
+ "xl*": "31px",
2822
+ "3xl": "64px",
2823
+ "3xl*": "63px",
2824
+ "4xl": "128px",
2825
+ "4xl*": "127px",
2826
+ "lg": "24px",
2827
+ "lg*": "23px",
2828
+ "2xl": "48px",
2829
+ "2xl*": "47px",
2830
+ "sm+": "12px",
2831
+ "sm+*": "11px",
2832
+ "md+": "20px",
2833
+ "md+*": "19px",
2834
+ "lg+": "28px",
2835
+ "lg+*": "27px",
2836
+ "1/2": "50%",
2837
+ "1/3": "33.333333%",
2838
+ "2/3": "66.666667%",
2839
+ "1/4": "25%",
2840
+ "2/4": "50%",
2841
+ "3/4": "75%",
2842
+ "1/5": "20%",
2843
+ "2/5": "40%",
2844
+ "3/5": "60%",
2845
+ "4/5": "80%",
2846
+ "1/6": "16.666667%",
2847
+ "2/6": "33.333333%",
2848
+ "3/6": "50%",
2849
+ "4/6": "66.666667%",
2850
+ "5/6": "83.333333%",
2851
+ "full": "100%",
2852
+ "screen": "100vh",
2853
+ "min": "min-content",
2854
+ "max": "max-content",
2855
+ "fit": "fit-content"
2856
+ },
2857
+ "inset": {
2858
+ "auto": "auto",
2859
+ "none": "0px",
2860
+ "xs": "4px",
2861
+ "xs*": "3px",
2862
+ "sm": "8px",
2863
+ "sm*": "7px",
2864
+ "md": "16px",
2865
+ "md*": "15px",
2866
+ "xl": "32px",
2867
+ "xl*": "31px",
2868
+ "3xl": "64px",
2869
+ "3xl*": "63px",
2870
+ "4xl": "128px",
2871
+ "4xl*": "127px",
2872
+ "lg": "24px",
2873
+ "lg*": "23px",
2874
+ "2xl": "48px",
2875
+ "2xl*": "47px",
2876
+ "sm+": "12px",
2877
+ "sm+*": "11px",
2878
+ "md+": "20px",
2879
+ "md+*": "19px",
2880
+ "lg+": "28px",
2881
+ "lg+*": "27px",
2882
+ "1/2": "50%",
2883
+ "1/3": "33.333333%",
2884
+ "2/3": "66.666667%",
2885
+ "1/4": "25%",
2886
+ "2/4": "50%",
2887
+ "3/4": "75%",
2888
+ "full": "100%"
2889
+ },
2890
+ "letterSpacing": {
2891
+ "tighter": "-0.05em",
2892
+ "tight": "-0.025em",
2893
+ "normal": "0em",
2894
+ "wide": "0.025em",
2895
+ "wider": "0.05em",
2896
+ "widest": "0.1em"
2897
+ },
2898
+ "lineHeight": {
2899
+ "3": ".75rem",
2900
+ "4": "1rem",
2901
+ "5": "1.25rem",
2902
+ "6": "1.5rem",
2903
+ "7": "1.75rem",
2904
+ "8": "2rem",
2905
+ "9": "2.25rem",
2906
+ "10": "2.5rem",
2907
+ "none": "1",
2908
+ "tight": "1.25",
2909
+ "snug": "1.375",
2910
+ "normal": "1.5",
2911
+ "relaxed": "1.625",
2912
+ "loose": "2"
2913
+ },
2914
+ "listStyleType": {
2915
+ "none": "none",
2916
+ "disc": "disc",
2917
+ "decimal": "decimal"
2918
+ },
2919
+ "margin": {
2920
+ "auto": "auto",
2921
+ "none": "0px",
2922
+ "xs": "4px",
2923
+ "xs*": "3px",
2924
+ "sm": "8px",
2925
+ "sm*": "7px",
2926
+ "md": "16px",
2927
+ "md*": "15px",
2928
+ "xl": "32px",
2929
+ "xl*": "31px",
2930
+ "3xl": "64px",
2931
+ "3xl*": "63px",
2932
+ "4xl": "128px",
2933
+ "4xl*": "127px",
2934
+ "lg": "24px",
2935
+ "lg*": "23px",
2936
+ "2xl": "48px",
2937
+ "2xl*": "47px",
2938
+ "sm+": "12px",
2939
+ "sm+*": "11px",
2940
+ "md+": "20px",
2941
+ "md+*": "19px",
2942
+ "lg+": "28px",
2943
+ "lg+*": "27px"
2944
+ },
2945
+ "maxHeight": {
2946
+ "none": "0px",
2947
+ "xs": "4px",
2948
+ "xs*": "3px",
2949
+ "sm": "8px",
2950
+ "sm*": "7px",
2951
+ "md": "16px",
2952
+ "md*": "15px",
2953
+ "xl": "32px",
2954
+ "xl*": "31px",
2955
+ "3xl": "64px",
2956
+ "3xl*": "63px",
2957
+ "4xl": "128px",
2958
+ "4xl*": "127px",
2959
+ "lg": "24px",
2960
+ "lg*": "23px",
2961
+ "2xl": "48px",
2962
+ "2xl*": "47px",
2963
+ "sm+": "12px",
2964
+ "sm+*": "11px",
2965
+ "md+": "20px",
2966
+ "md+*": "19px",
2967
+ "lg+": "28px",
2968
+ "lg+*": "27px",
2969
+ "full": "100%",
2970
+ "screen": "100vh",
2971
+ "min": "min-content",
2972
+ "max": "max-content",
2973
+ "fit": "fit-content"
2974
+ },
2975
+ "maxWidth": {
2976
+ "0": "0rem",
2977
+ "none": "none",
2978
+ "xs": "20rem",
2979
+ "sm": "24rem",
2980
+ "md": "28rem",
2981
+ "lg": "32rem",
2982
+ "xl": "36rem",
2983
+ "2xl": "42rem",
2984
+ "3xl": "48rem",
2985
+ "4xl": "56rem",
2986
+ "5xl": "64rem",
2987
+ "6xl": "72rem",
2988
+ "7xl": "80rem",
2989
+ "full": "100%",
2990
+ "min": "min-content",
2991
+ "max": "max-content",
2992
+ "fit": "fit-content",
2993
+ "prose": "65ch",
2994
+ "screen-sm": "640px",
2995
+ "screen-md": "768px",
2996
+ "screen-lg": "1024px",
2997
+ "screen-xl": "1280px",
2998
+ "screen-2xl": "1536px"
2999
+ },
3000
+ "minHeight": {
3001
+ "0": "0px",
3002
+ "full": "100%",
3003
+ "screen": "100vh",
3004
+ "min": "min-content",
3005
+ "max": "max-content",
3006
+ "fit": "fit-content"
3007
+ },
3008
+ "minWidth": {
3009
+ "0": "0px",
3010
+ "full": "100%",
3011
+ "min": "min-content",
3012
+ "max": "max-content",
3013
+ "fit": "fit-content"
3014
+ },
3015
+ "objectPosition": {
3016
+ "bottom": "bottom",
3017
+ "center": "center",
3018
+ "left": "left",
3019
+ "left-bottom": "left bottom",
3020
+ "left-top": "left top",
3021
+ "right": "right",
3022
+ "right-bottom": "right bottom",
3023
+ "right-top": "right top",
3024
+ "top": "top"
3025
+ },
3026
+ "opacity": {
3027
+ "0": "0",
3028
+ "5": "0.05",
3029
+ "10": "0.1",
3030
+ "20": "0.2",
3031
+ "25": "0.25",
3032
+ "30": "0.3",
3033
+ "40": "0.4",
3034
+ "50": "0.5",
3035
+ "60": "0.6",
3036
+ "70": "0.7",
3037
+ "75": "0.75",
3038
+ "80": "0.8",
3039
+ "90": "0.9",
3040
+ "95": "0.95",
3041
+ "100": "1"
3042
+ },
3043
+ "order": {
3044
+ "1": "1",
3045
+ "2": "2",
3046
+ "3": "3",
3047
+ "4": "4",
3048
+ "5": "5",
3049
+ "6": "6",
3050
+ "7": "7",
3051
+ "8": "8",
3052
+ "9": "9",
3053
+ "10": "10",
3054
+ "11": "11",
3055
+ "12": "12",
3056
+ "first": "-9999",
3057
+ "last": "9999",
3058
+ "none": "0"
3059
+ },
3060
+ "padding": {
3061
+ "none": "0px",
3062
+ "xs": "4px",
3063
+ "xs*": "3px",
3064
+ "sm": "8px",
3065
+ "sm*": "7px",
3066
+ "md": "16px",
3067
+ "md*": "15px",
3068
+ "xl": "32px",
3069
+ "xl*": "31px",
3070
+ "3xl": "64px",
3071
+ "3xl*": "63px",
3072
+ "4xl": "128px",
3073
+ "4xl*": "127px",
3074
+ "lg": "24px",
3075
+ "lg*": "23px",
3076
+ "2xl": "48px",
3077
+ "2xl*": "47px",
3078
+ "sm+": "12px",
3079
+ "sm+*": "11px",
3080
+ "md+": "20px",
3081
+ "md+*": "19px",
3082
+ "lg+": "28px",
3083
+ "lg+*": "27px"
3084
+ },
3085
+ "placeholderColor": {},
3086
+ "placeholderOpacity": {
3087
+ "0": "0",
3088
+ "5": "0.05",
3089
+ "10": "0.1",
3090
+ "20": "0.2",
3091
+ "25": "0.25",
3092
+ "30": "0.3",
3093
+ "40": "0.4",
3094
+ "50": "0.5",
3095
+ "60": "0.6",
3096
+ "70": "0.7",
3097
+ "75": "0.75",
3098
+ "80": "0.8",
3099
+ "90": "0.9",
3100
+ "95": "0.95",
3101
+ "100": "1"
3102
+ },
3103
+ "outlineOffset": {
3104
+ "0": "0px",
3105
+ "1": "1px",
3106
+ "2": "2px",
3107
+ "4": "4px",
3108
+ "8": "8px"
3109
+ },
3110
+ "ringColor": {
3111
+ "DEFAULT": "#3b82f6"
3112
+ },
3113
+ "ringOffsetColor": {},
3114
+ "ringOffsetWidth": {
3115
+ "0": "0px",
3116
+ "1": "1px",
3117
+ "2": "2px",
3118
+ "4": "4px",
3119
+ "8": "8px"
3120
+ },
3121
+ "ringOpacity": {
3122
+ "0": "0",
3123
+ "5": "0.05",
3124
+ "10": "0.1",
3125
+ "20": "0.2",
3126
+ "25": "0.25",
3127
+ "30": "0.3",
3128
+ "40": "0.4",
3129
+ "50": "0.5",
3130
+ "60": "0.6",
3131
+ "70": "0.7",
3132
+ "75": "0.75",
3133
+ "80": "0.8",
3134
+ "90": "0.9",
3135
+ "95": "0.95",
3136
+ "100": "1",
3137
+ "DEFAULT": "0.5"
3138
+ },
3139
+ "ringWidth": {
3140
+ "0": "0px",
3141
+ "1": "1px",
3142
+ "2": "2px",
3143
+ "4": "4px",
3144
+ "8": "8px",
3145
+ "DEFAULT": "3px"
3146
+ },
3147
+ "rotate": {
3148
+ "0": "0deg",
3149
+ "1": "1deg",
3150
+ "2": "2deg",
3151
+ "3": "3deg",
3152
+ "6": "6deg",
3153
+ "12": "12deg",
3154
+ "45": "45deg",
3155
+ "90": "90deg",
3156
+ "180": "180deg"
3157
+ },
3158
+ "saturate": {
3159
+ "0": "0",
3160
+ "50": ".5",
3161
+ "100": "1",
3162
+ "150": "1.5",
3163
+ "200": "2"
3164
+ },
3165
+ "scale": {
3166
+ "0": "0",
3167
+ "50": ".5",
3168
+ "75": ".75",
3169
+ "90": ".9",
3170
+ "95": ".95",
3171
+ "100": "1",
3172
+ "105": "1.05",
3173
+ "110": "1.1",
3174
+ "125": "1.25",
3175
+ "150": "1.5"
3176
+ },
3177
+ "scrollMargin": {
3178
+ "none": "0px",
3179
+ "xs": "4px",
3180
+ "xs*": "3px",
3181
+ "sm": "8px",
3182
+ "sm*": "7px",
3183
+ "md": "16px",
3184
+ "md*": "15px",
3185
+ "xl": "32px",
3186
+ "xl*": "31px",
3187
+ "3xl": "64px",
3188
+ "3xl*": "63px",
3189
+ "4xl": "128px",
3190
+ "4xl*": "127px",
3191
+ "lg": "24px",
3192
+ "lg*": "23px",
3193
+ "2xl": "48px",
3194
+ "2xl*": "47px",
3195
+ "sm+": "12px",
3196
+ "sm+*": "11px",
3197
+ "md+": "20px",
3198
+ "md+*": "19px",
3199
+ "lg+": "28px",
3200
+ "lg+*": "27px"
3201
+ },
3202
+ "scrollPadding": {
3203
+ "none": "0px",
3204
+ "xs": "4px",
3205
+ "xs*": "3px",
3206
+ "sm": "8px",
3207
+ "sm*": "7px",
3208
+ "md": "16px",
3209
+ "md*": "15px",
3210
+ "xl": "32px",
3211
+ "xl*": "31px",
3212
+ "3xl": "64px",
3213
+ "3xl*": "63px",
3214
+ "4xl": "128px",
3215
+ "4xl*": "127px",
3216
+ "lg": "24px",
3217
+ "lg*": "23px",
3218
+ "2xl": "48px",
3219
+ "2xl*": "47px",
3220
+ "sm+": "12px",
3221
+ "sm+*": "11px",
3222
+ "md+": "20px",
3223
+ "md+*": "19px",
3224
+ "lg+": "28px",
3225
+ "lg+*": "27px"
3226
+ },
3227
+ "sepia": {
3228
+ "0": "0",
3229
+ "DEFAULT": "100%"
3230
+ },
3231
+ "skew": {
3232
+ "0": "0deg",
3233
+ "1": "1deg",
3234
+ "2": "2deg",
3235
+ "3": "3deg",
3236
+ "6": "6deg",
3237
+ "12": "12deg"
3238
+ },
3239
+ "space": {
3240
+ "none": "0px",
3241
+ "xs": "4px",
3242
+ "xs*": "3px",
3243
+ "sm": "8px",
3244
+ "sm*": "7px",
3245
+ "md": "16px",
3246
+ "md*": "15px",
3247
+ "xl": "32px",
3248
+ "xl*": "31px",
3249
+ "3xl": "64px",
3250
+ "3xl*": "63px",
3251
+ "4xl": "128px",
3252
+ "4xl*": "127px",
3253
+ "lg": "24px",
3254
+ "lg*": "23px",
3255
+ "2xl": "48px",
3256
+ "2xl*": "47px",
3257
+ "sm+": "12px",
3258
+ "sm+*": "11px",
3259
+ "md+": "20px",
3260
+ "md+*": "19px",
3261
+ "lg+": "28px",
3262
+ "lg+*": "27px"
3263
+ },
3264
+ "strokeWidth": {
3265
+ "0": "0",
3266
+ "1": "1",
3267
+ "2": "2"
3268
+ },
3269
+ "textDecorationColor": {},
3270
+ "textDecorationThickness": {
3271
+ "0": "0px",
3272
+ "1": "1px",
3273
+ "2": "2px",
3274
+ "4": "4px",
3275
+ "8": "8px",
3276
+ "auto": "auto",
3277
+ "from-font": "from-font"
3278
+ },
3279
+ "textUnderlineOffset": {
3280
+ "0": "0px",
3281
+ "1": "1px",
3282
+ "2": "2px",
3283
+ "4": "4px",
3284
+ "8": "8px",
3285
+ "auto": "auto"
3286
+ },
3287
+ "textIndent": {
3288
+ "none": "0px",
3289
+ "xs": "4px",
3290
+ "xs*": "3px",
3291
+ "sm": "8px",
3292
+ "sm*": "7px",
3293
+ "md": "16px",
3294
+ "md*": "15px",
3295
+ "xl": "32px",
3296
+ "xl*": "31px",
3297
+ "3xl": "64px",
3298
+ "3xl*": "63px",
3299
+ "4xl": "128px",
3300
+ "4xl*": "127px",
3301
+ "lg": "24px",
3302
+ "lg*": "23px",
3303
+ "2xl": "48px",
3304
+ "2xl*": "47px",
3305
+ "sm+": "12px",
3306
+ "sm+*": "11px",
3307
+ "md+": "20px",
3308
+ "md+*": "19px",
3309
+ "lg+": "28px",
3310
+ "lg+*": "27px"
3311
+ },
3312
+ "textOpacity": {
3313
+ "0": "0",
3314
+ "5": "0.05",
3315
+ "10": "0.1",
3316
+ "20": "0.2",
3317
+ "25": "0.25",
3318
+ "30": "0.3",
3319
+ "40": "0.4",
3320
+ "50": "0.5",
3321
+ "60": "0.6",
3322
+ "70": "0.7",
3323
+ "75": "0.75",
3324
+ "80": "0.8",
3325
+ "90": "0.9",
3326
+ "95": "0.95",
3327
+ "100": "1"
3328
+ },
3329
+ "transformOrigin": {
3330
+ "center": "center",
3331
+ "top": "top",
3332
+ "top-right": "top right",
3333
+ "right": "right",
3334
+ "bottom-right": "bottom right",
3335
+ "bottom": "bottom",
3336
+ "bottom-left": "bottom left",
3337
+ "left": "left",
3338
+ "top-left": "top left"
3339
+ },
3340
+ "transitionDelay": {
3341
+ "75": "75ms",
3342
+ "100": "100ms",
3343
+ "150": "150ms",
3344
+ "200": "200ms",
3345
+ "300": "300ms",
3346
+ "500": "500ms",
3347
+ "700": "700ms",
3348
+ "1000": "1000ms"
3349
+ },
3350
+ "transitionProperty": {
3351
+ "none": "none",
3352
+ "all": "all",
3353
+ "DEFAULT": "color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter",
3354
+ "colors": "color, background-color, border-color, text-decoration-color, fill, stroke",
3355
+ "opacity": "opacity",
3356
+ "shadow": "box-shadow",
3357
+ "transform": "transform"
3358
+ },
3359
+ "translate": {
3360
+ "none": "0px",
3361
+ "xs": "4px",
3362
+ "xs*": "3px",
3363
+ "sm": "8px",
3364
+ "sm*": "7px",
3365
+ "md": "16px",
3366
+ "md*": "15px",
3367
+ "xl": "32px",
3368
+ "xl*": "31px",
3369
+ "3xl": "64px",
3370
+ "3xl*": "63px",
3371
+ "4xl": "128px",
3372
+ "4xl*": "127px",
3373
+ "lg": "24px",
3374
+ "lg*": "23px",
3375
+ "2xl": "48px",
3376
+ "2xl*": "47px",
3377
+ "sm+": "12px",
3378
+ "sm+*": "11px",
3379
+ "md+": "20px",
3380
+ "md+*": "19px",
3381
+ "lg+": "28px",
3382
+ "lg+*": "27px",
3383
+ "1/2": "50%",
3384
+ "1/3": "33.333333%",
3385
+ "2/3": "66.666667%",
3386
+ "1/4": "25%",
3387
+ "2/4": "50%",
3388
+ "3/4": "75%",
3389
+ "full": "100%"
3390
+ },
3391
+ "width": {
3392
+ "auto": "auto",
3393
+ "none": "0px",
3394
+ "xs": "4px",
3395
+ "xs*": "3px",
3396
+ "sm": "8px",
3397
+ "sm*": "7px",
3398
+ "md": "16px",
3399
+ "md*": "15px",
3400
+ "xl": "32px",
3401
+ "xl*": "31px",
3402
+ "3xl": "64px",
3403
+ "3xl*": "63px",
3404
+ "4xl": "128px",
3405
+ "4xl*": "127px",
3406
+ "lg": "24px",
3407
+ "lg*": "23px",
3408
+ "2xl": "48px",
3409
+ "2xl*": "47px",
3410
+ "sm+": "12px",
3411
+ "sm+*": "11px",
3412
+ "md+": "20px",
3413
+ "md+*": "19px",
3414
+ "lg+": "28px",
3415
+ "lg+*": "27px",
3416
+ "1/2": "50%",
3417
+ "1/3": "33.333333%",
3418
+ "2/3": "66.666667%",
3419
+ "1/4": "25%",
3420
+ "2/4": "50%",
3421
+ "3/4": "75%",
3422
+ "1/5": "20%",
3423
+ "2/5": "40%",
3424
+ "3/5": "60%",
3425
+ "4/5": "80%",
3426
+ "1/6": "16.666667%",
3427
+ "2/6": "33.333333%",
3428
+ "3/6": "50%",
3429
+ "4/6": "66.666667%",
3430
+ "5/6": "83.333333%",
3431
+ "1/12": "8.333333%",
3432
+ "2/12": "16.666667%",
3433
+ "3/12": "25%",
3434
+ "4/12": "33.333333%",
3435
+ "5/12": "41.666667%",
3436
+ "6/12": "50%",
3437
+ "7/12": "58.333333%",
3438
+ "8/12": "66.666667%",
3439
+ "9/12": "75%",
3440
+ "10/12": "83.333333%",
3441
+ "11/12": "91.666667%",
3442
+ "full": "100%",
3443
+ "screen": "100vw",
3444
+ "min": "min-content",
3445
+ "max": "max-content",
3446
+ "fit": "fit-content"
3447
+ },
3448
+ "willChange": {
3449
+ "auto": "auto",
3450
+ "scroll": "scroll-position",
3451
+ "contents": "contents",
3452
+ "transform": "transform"
3453
+ },
3454
+ "zIndex": {
3455
+ "0": "0",
3456
+ "10": "10",
3457
+ "20": "20",
3458
+ "30": "30",
3459
+ "40": "40",
3460
+ "50": "50",
3461
+ "auto": "auto"
3462
+ }
3463
+ },
3464
+ "corePlugins": [
3465
+ "preflight",
3466
+ "container",
3467
+ "accessibility",
3468
+ "pointerEvents",
3469
+ "visibility",
3470
+ "position",
3471
+ "inset",
3472
+ "isolation",
3473
+ "zIndex",
3474
+ "order",
3475
+ "gridColumn",
3476
+ "gridColumnStart",
3477
+ "gridColumnEnd",
3478
+ "gridRow",
3479
+ "gridRowStart",
3480
+ "gridRowEnd",
3481
+ "float",
3482
+ "clear",
3483
+ "margin",
3484
+ "boxSizing",
3485
+ "display",
3486
+ "aspectRatio",
3487
+ "height",
3488
+ "maxHeight",
3489
+ "minHeight",
3490
+ "width",
3491
+ "minWidth",
3492
+ "maxWidth",
3493
+ "flex",
3494
+ "flexShrink",
3495
+ "flexGrow",
3496
+ "flexBasis",
3497
+ "tableLayout",
3498
+ "borderCollapse",
3499
+ "borderSpacing",
3500
+ "transformOrigin",
3501
+ "translate",
3502
+ "rotate",
3503
+ "skew",
3504
+ "scale",
3505
+ "transform",
3506
+ "animation",
3507
+ "cursor",
3508
+ "touchAction",
3509
+ "userSelect",
3510
+ "resize",
3511
+ "scrollSnapType",
3512
+ "scrollSnapAlign",
3513
+ "scrollSnapStop",
3514
+ "scrollMargin",
3515
+ "scrollPadding",
3516
+ "listStylePosition",
3517
+ "listStyleType",
3518
+ "appearance",
3519
+ "columns",
3520
+ "breakBefore",
3521
+ "breakInside",
3522
+ "breakAfter",
3523
+ "gridAutoColumns",
3524
+ "gridAutoFlow",
3525
+ "gridAutoRows",
3526
+ "gridTemplateColumns",
3527
+ "gridTemplateRows",
3528
+ "flexDirection",
3529
+ "flexWrap",
3530
+ "placeContent",
3531
+ "placeItems",
3532
+ "alignContent",
3533
+ "alignItems",
3534
+ "justifyContent",
3535
+ "justifyItems",
3536
+ "gap",
3537
+ "space",
3538
+ "divideWidth",
3539
+ "divideStyle",
3540
+ "divideColor",
3541
+ "divideOpacity",
3542
+ "placeSelf",
3543
+ "alignSelf",
3544
+ "justifySelf",
3545
+ "overflow",
3546
+ "overscrollBehavior",
3547
+ "scrollBehavior",
3548
+ "textOverflow",
3549
+ "whitespace",
3550
+ "wordBreak",
3551
+ "borderRadius",
3552
+ "borderWidth",
3553
+ "borderStyle",
3554
+ "borderColor",
3555
+ "borderOpacity",
3556
+ "backgroundColor",
3557
+ "backgroundOpacity",
3558
+ "backgroundImage",
3559
+ "gradientColorStops",
3560
+ "boxDecorationBreak",
3561
+ "backgroundSize",
3562
+ "backgroundAttachment",
3563
+ "backgroundClip",
3564
+ "backgroundPosition",
3565
+ "backgroundRepeat",
3566
+ "backgroundOrigin",
3567
+ "fill",
3568
+ "stroke",
3569
+ "strokeWidth",
3570
+ "objectFit",
3571
+ "objectPosition",
3572
+ "padding",
3573
+ "textAlign",
3574
+ "textIndent",
3575
+ "verticalAlign",
3576
+ "fontFamily",
3577
+ "fontSize",
3578
+ "fontWeight",
3579
+ "textTransform",
3580
+ "fontStyle",
3581
+ "fontVariantNumeric",
3582
+ "lineHeight",
3583
+ "letterSpacing",
3584
+ "textColor",
3585
+ "textOpacity",
3586
+ "textDecoration",
3587
+ "textDecorationColor",
3588
+ "textDecorationStyle",
3589
+ "textDecorationThickness",
3590
+ "textUnderlineOffset",
3591
+ "fontSmoothing",
3592
+ "placeholderColor",
3593
+ "placeholderOpacity",
3594
+ "caretColor",
3595
+ "accentColor",
3596
+ "opacity",
3597
+ "backgroundBlendMode",
3598
+ "mixBlendMode",
3599
+ "boxShadow",
3600
+ "boxShadowColor",
3601
+ "outlineStyle",
3602
+ "outlineWidth",
3603
+ "outlineOffset",
3604
+ "outlineColor",
3605
+ "ringWidth",
3606
+ "ringColor",
3607
+ "ringOpacity",
3608
+ "ringOffsetWidth",
3609
+ "ringOffsetColor",
3610
+ "blur",
3611
+ "brightness",
3612
+ "contrast",
3613
+ "dropShadow",
3614
+ "grayscale",
3615
+ "hueRotate",
3616
+ "invert",
3617
+ "saturate",
3618
+ "sepia",
3619
+ "filter",
3620
+ "backdropBlur",
3621
+ "backdropBrightness",
3622
+ "backdropContrast",
3623
+ "backdropGrayscale",
3624
+ "backdropHueRotate",
3625
+ "backdropInvert",
3626
+ "backdropOpacity",
3627
+ "backdropSaturate",
3628
+ "backdropSepia",
3629
+ "backdropFilter",
3630
+ "transitionProperty",
3631
+ "transitionDelay",
3632
+ "transitionDuration",
3633
+ "transitionTimingFunction",
3634
+ "willChange",
3635
+ "content"
3636
+ ],
3637
+ "plugins": [
3638
+ {},
3639
+ {},
3640
+ {},
3641
+ {},
3642
+ {},
3643
+ {},
3644
+ {},
3645
+ {},
3646
+ {},
3647
+ {}
3648
+ ],
3649
+ "darkMode": [
3650
+ "class",
3651
+ "[data-theme=\"dark\"]"
3652
+ ],
3653
+ "content": {
3654
+ "files": [],
3655
+ "extract": {},
3656
+ "transform": {}
3657
+ },
3658
+ "presets": [],
3659
+ "variantOrder": [
3660
+ "first",
3661
+ "last",
3662
+ "odd",
3663
+ "even",
3664
+ "visited",
3665
+ "checked",
3666
+ "empty",
3667
+ "read-only",
3668
+ "group-hover",
3669
+ "group-focus",
3670
+ "focus-within",
3671
+ "hover",
3672
+ "focus",
3673
+ "focus-visible",
3674
+ "active",
3675
+ "disabled"
3676
+ ],
3677
+ "prefix": "",
3678
+ "important": false,
3679
+ "separator": ":",
3680
+ "safelist": []
3681
+ }