@youcan/celeste-tokens 0.1.2 → 0.3.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.
package/dist/tokens.css CHANGED
@@ -1,368 +1 @@
1
-
2
- @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
3
- /**
4
- * Do not edit directly, this file was auto-generated.
5
- */
6
-
7
- :root {
8
- --animation-extra-fast: 100ms;
9
- --animation-fast: 200ms;
10
- --animation-normal: 300ms;
11
- --animation-slow: 400ms;
12
- --animation-extra-slow: 500ms;
13
- --color-white-alpha-24: rgba(255, 255, 255, 0.24);
14
- --color-white-alpha-16: rgba(255, 255, 255, 0.16);
15
- --color-white-alpha-10: rgba(255, 255, 255, 0.1);
16
- --color-black-alpha-24: rgba(14, 18, 27, 0.24);
17
- --color-black-alpha-16: rgba(14, 18, 27, 0.16);
18
- --color-black-alpha-10: rgba(14, 18, 27, 0.1);
19
- --color-neutral-0: #ffffff;
20
- --color-neutral-50: #f5f7fa;
21
- --color-neutral-100: #f2f5f8;
22
- --color-neutral-200: #e1e4ea;
23
- --color-neutral-300: #cacfd8;
24
- --color-neutral-400: #99a0ae;
25
- --color-neutral-500: #717784;
26
- --color-neutral-600: #525866;
27
- --color-neutral-700: #2b303b;
28
- --color-neutral-800: #222530;
29
- --color-neutral-900: #181b25;
30
- --color-neutral-950: #0e121b;
31
- --color-neutral-alpha-10: rgba(153, 160, 174, 0.1);
32
- --color-neutral-alpha-16: rgba(153, 160, 174, 0.16);
33
- --color-neutral-alpha-24: rgba(153, 160, 174, 0.24);
34
- --color-red-50: #ffebec;
35
- --color-red-100: #ffd5d8;
36
- --color-red-200: #ffc0c5;
37
- --color-red-300: #ff97a0;
38
- --color-red-400: #ff6875;
39
- --color-red-500: #fb3748;
40
- --color-red-600: #e93544;
41
- --color-red-700: #d02533;
42
- --color-red-800: #ad1f2b;
43
- --color-red-900: #8b1822;
44
- --color-red-950: #681219;
45
- --color-red-alpha-10: rgba(251, 55, 72, 0.1);
46
- --color-red-alpha-16: rgba(251, 55, 72, 0.16);
47
- --color-red-alpha-24: rgba(251, 55, 72, 0.24);
48
- --color-orange-50: #fff1eb;
49
- --color-orange-100: #ffe3d5;
50
- --color-orange-200: #ffd5c0;
51
- --color-orange-300: #ffba97;
52
- --color-orange-400: #ff9a68;
53
- --color-orange-500: #ff8447;
54
- --color-orange-600: #e97135;
55
- --color-orange-700: #d05e25;
56
- --color-orange-800: #ad4e1f;
57
- --color-orange-900: #8b3e18;
58
- --color-orange-950: #682f12;
59
- --color-orange-alpha-10: rgba(255, 145, 71, 0.1);
60
- --color-orange-alpha-16: rgba(255, 145, 71, 0.16);
61
- --color-orange-alpha-24: rgba(255, 145, 71, 0.24);
62
- --color-yellow-50: #fffaeb;
63
- --color-yellow-100: #ffefcc;
64
- --color-yellow-200: #ffecc0;
65
- --color-yellow-300: #ffe097;
66
- --color-yellow-400: #ffd268;
67
- --color-yellow-500: #f6b51e;
68
- --color-yellow-600: #e6a819;
69
- --color-yellow-700: #c99a2c;
70
- --color-yellow-800: #a78025;
71
- --color-yellow-900: #86661d;
72
- --color-yellow-950: #624c18;
73
- --color-yellow-alpha-10: rgba(251, 198, 75, 0.1);
74
- --color-yellow-alpha-16: rgba(251, 198, 75, 0.16);
75
- --color-yellow-alpha-24: rgba(251, 198, 75, 0.24);
76
- --color-green-50: #e0faec;
77
- --color-green-100: #d0fbe9;
78
- --color-green-200: #c2f5da;
79
- --color-green-300: #84ebb4;
80
- --color-green-400: #3ee089;
81
- --color-green-500: #1fc16b;
82
- --color-green-600: #1daf61;
83
- --color-green-700: #178c4e;
84
- --color-green-800: #1a7544;
85
- --color-green-900: #16643b;
86
- --color-green-950: #0b4627;
87
- --color-green-alpha-10: rgba(31, 193, 107, 0.1);
88
- --color-green-alpha-16: rgba(31, 193, 107, 0.16);
89
- --color-green-alpha-24: rgba(31, 193, 107, 0.24);
90
- --color-teal-50: #e4fbf8;
91
- --color-teal-100: #d0fbf5;
92
- --color-teal-200: #c2f5ee;
93
- --color-teal-300: #84ebdd;
94
- --color-teal-400: #3fdec9;
95
- --color-teal-500: #22d3bb;
96
- --color-teal-600: #1daf9c;
97
- --color-teal-700: #178c7d;
98
- --color-teal-800: #1a7569;
99
- --color-teal-900: #16645a;
100
- --color-teal-950: #0b463e;
101
- --color-teal-alpha-10: rgba(34, 211, 187, 0.1);
102
- --color-teal-alpha-16: rgba(34, 211, 187, 0.16);
103
- --color-teal-alpha-24: rgba(34, 211, 187, 0.24);
104
- --color-sky-50: #ebf8ff;
105
- --color-sky-100: #d5f1ff;
106
- --color-sky-200: #c0eaff;
107
- --color-sky-300: #97dcff;
108
- --color-sky-400: #68cdff;
109
- --color-sky-500: #47c2ff;
110
- --color-sky-600: #35ade9;
111
- --color-sky-700: #2597d0;
112
- --color-sky-800: #1f7ead;
113
- --color-sky-900: #18658b;
114
- --color-sky-950: #124b68;
115
- --color-sky-alpha-10: rgba(71, 194, 255, 0.1);
116
- --color-sky-alpha-16: rgba(71, 194, 255, 0.16);
117
- --color-sky-alpha-24: rgba(71, 194, 255, 0.24);
118
- --color-blue-50: #ebf1ff;
119
- --color-blue-100: #d5e2ff;
120
- --color-blue-200: #c0d5ff;
121
- --color-blue-300: #97baff;
122
- --color-blue-400: #6895ff;
123
- --color-blue-500: #335cff;
124
- --color-blue-600: #3559e9;
125
- --color-blue-700: #2547d0;
126
- --color-blue-800: #1f3bad;
127
- --color-blue-900: #182f8b;
128
- --color-blue-950: #122368;
129
- --color-blue-alpha-10: rgba(71, 108, 255, 0.1);
130
- --color-blue-alpha-16: rgba(71, 108, 255, 0.16);
131
- --color-blue-alpha-24: rgba(71, 108, 255, 0.24);
132
- --color-purple-50: #efebff;
133
- --color-purple-100: #dcd5ff;
134
- --color-purple-200: #cac0ff;
135
- --color-purple-300: #a897ff;
136
- --color-purple-400: #8c71f6;
137
- --color-purple-500: #7d52f4;
138
- --color-purple-600: #693ee0;
139
- --color-purple-700: #5b2cc9;
140
- --color-purple-800: #4c25a7;
141
- --color-purple-900: #3d1d86;
142
- --color-purple-950: #351a75;
143
- --color-purple-alpha-10: rgba(120, 77, 239, 0.1);
144
- --color-purple-alpha-16: rgba(120, 77, 239, 0.16);
145
- --color-purple-alpha-24: rgba(120, 77, 239, 0.24);
146
- --color-pink-50: #ffebf4;
147
- --color-pink-100: #ffd5ea;
148
- --color-pink-200: #ffc0df;
149
- --color-pink-300: #ff97cb;
150
- --color-pink-400: #ff68b3;
151
- --color-pink-500: #fb4ba3;
152
- --color-pink-600: #e9358f;
153
- --color-pink-700: #d0257a;
154
- --color-pink-800: #ad1f66;
155
- --color-pink-900: #8b1852;
156
- --color-pink-950: #68123d;
157
- --color-pink-alpha-10: rgba(251, 75, 163, 0.1);
158
- --color-pink-alpha-16: rgba(251, 75, 163, 0.16);
159
- --color-pink-alpha-24: rgba(251, 75, 163, 0.24);
160
- --color-brand-50: #ffebf4;
161
- --color-brand-100: #ffd6e9;
162
- --color-brand-200: #ffc2dd;
163
- --color-brand-300: #ff99c7;
164
- --color-brand-400: #ff66ab;
165
- --color-brand-500: #e1116f;
166
- --color-brand-600: #cb0f64;
167
- --color-brand-700: #b40e59;
168
- --color-brand-800: #9e0c4e;
169
- --color-brand-900: #870a43;
170
- --color-brand-950: #681239;
171
- --color-static-white: #ffffff;
172
- --color-static-black: #0e121b;
173
- --color-bg-white-0: #ffffff;
174
- --color-bg-weak-50: #f5f7fa;
175
- --color-bg-strong-950: #0e121b;
176
- --color-bg-surface-800: #222530;
177
- --color-bg-soft-200: #e1e4ea;
178
- --color-bg-sub-300: #cacfd8;
179
- --color-state-faded-light: #e1e4ea;
180
- --color-state-faded-base: #717784;
181
- --color-state-faded-dark: #222530;
182
- --color-state-faded-lighter: #f2f5f8;
183
- --color-state-error-base: #fb3748;
184
- --color-state-error-light: #ffc0c5;
185
- --color-state-error-dark: #681219;
186
- --color-state-error-lighter: #ffebec;
187
- --color-state-warning-dark: #682f12;
188
- --color-state-warning-base: #ff8447;
189
- --color-state-warning-light: #ffd5c0;
190
- --color-state-warning-lighter: #fff1eb;
191
- --color-state-information-dark: #122368;
192
- --color-state-information-base: #335cff;
193
- --color-state-information-light: #c0d5ff;
194
- --color-state-information-lighter: #ebf1ff;
195
- --color-state-success-dark: #0b4627;
196
- --color-state-success-base: #1fc16b;
197
- --color-state-success-light: #c2f5da;
198
- --color-state-success-lighter: #e0faec;
199
- --color-state-away-dark: #624c18;
200
- --color-state-away-base: #f6b51e;
201
- --color-state-away-light: #ffecc0;
202
- --color-state-away-lighter: #fffaeb;
203
- --color-state-feature-dark: #351a75;
204
- --color-state-feature-base: #7d52f4;
205
- --color-state-feature-light: #cac0ff;
206
- --color-state-feature-lighter: #efebff;
207
- --color-state-verified-dark: #124b68;
208
- --color-state-verified-base: #47c2ff;
209
- --color-state-verified-light: #c0eaff;
210
- --color-state-verified-lighter: #ebf8ff;
211
- --color-state-highlighted-dark: #68123d;
212
- --color-state-highlighted-base: #fb4ba3;
213
- --color-state-highlighted-light: #ffc0df;
214
- --color-state-highlighted-lighter: #ffebf4;
215
- --color-state-stable-dark: #0b463e;
216
- --color-state-stable-base: #22d3bb;
217
- --color-state-stable-light: #c2f5ee;
218
- --color-state-stable-lighter: #e4fbf8;
219
- --color-text-strong-950: #0e121b;
220
- --color-text-sub-600: #525866;
221
- --color-text-disabled-300: #cacfd8;
222
- --color-text-white-0: #ffffff;
223
- --color-text-soft-400: #99a0ae;
224
- --color-stroke-soft-200: #e1e4ea;
225
- --color-stroke-strong-950: #0e121b;
226
- --color-stroke-white-0: #ffffff;
227
- --color-stroke-sub-300: #cacfd8;
228
- --color-icon-sub-600: #525866;
229
- --color-icon-strong-950: #0e121b;
230
- --color-icon-soft-400: #99a0ae;
231
- --color-icon-disabled-300: #cacfd8;
232
- --color-icon-white-0: #ffffff;
233
- --color-social-apple: #000000;
234
- --color-social-twitter: #010101;
235
- --color-social-github: #24292f;
236
- --color-social-notion: #1e2226;
237
- --color-social-tidal: #000000;
238
- --color-social-amazon: #353e47;
239
- --color-social-zendesk: #16140d;
240
- --color-illustration-strong-400: #99a0ae;
241
- --color-illustration-sub-300: #cacfd8;
242
- --color-illustration-soft-200: #e1e4ea;
243
- --color-illustration-weak-100: #f2f5f8;
244
- --color-illustration-white-0: #ffffff;
245
- --color-overlay-overlay: rgba(2, 13, 23, 0.24);
246
- --color-primary-base: #e1116f;
247
- --color-primary-darker: #b40e59;
248
- --color-primary-alpha-10: rgba(251, 75, 163, 0.1);
249
- --color-primary-alpha-16: rgba(251, 75, 163, 0.16);
250
- --color-primary-dark: #cb0f64;
251
- --color-primary-alpha-24: rgba(251, 75, 163, 0.24);
252
- --radius-4: 4px;
253
- --radius-6: 6px;
254
- --radius-8: 8px;
255
- --radius-10: 10px;
256
- --radius-12: 12px;
257
- --radius-16: 16px;
258
- --radius-20: 20px;
259
- --radius-24: 24px;
260
- --radius-full: 999px;
261
- --shadow-regular-xs: 0 1px 2px 0 #0a0d1408;
262
- --shadow-regular-md: 0 16px 32px -12px #0e121b1a;
263
- --shadow-buttons-primary-focus: 0 0 0 2px #ffffff, 0 0 0 4px #fb4ba31a;
264
- --shadow-buttons-important-focus: 0 0 0 2px #ffffff, 0 0 0 4px #99a0ae29;
265
- --shadow-buttons-error-focus: 0 0 0 2px #ffffff, 0 0 0 4px #fb37481a;
266
- --shadow-fancy-buttons-neutral: 0 1px 2px 0 #1b1c1d7a, 0 0 0 1px #242628;
267
- --shadow-fancy-buttons-primary: 0 1px 2px 0 #0e121b3d, 0 0 0 1px #e1116f;
268
- --shadow-fancy-buttons-error: 0 1px 2px 0 #0e121b3d, 0 0 0 1px #fb3748;
269
- --shadow-fancy-buttons-stroke: 0 1px 3px 0 #0e121b1f, 0 0 0 1px #e1e4ea;
270
- --shadow-toggle-switch: 0 6px 10px 0 #0e121b0f, 0 2px 4px 0 #0e121b08;
271
- --spacing-0: 0;
272
- --spacing-2: 2px;
273
- --spacing-4: 4px;
274
- --spacing-6: 6px;
275
- --spacing-8: 8px;
276
- --spacing-10: 10px;
277
- --spacing-12: 12px;
278
- --spacing-14: 14px;
279
- --spacing-16: 16px;
280
- --spacing-48: 48px;
281
- --font-families-inter-display: 'Inter Display';
282
- --font-families-inter: Inter;
283
- --font-families-cairo: Cairo;
284
- --line-heights-0: 64px;
285
- --line-heights-1: 56px;
286
- --line-heights-2: 48px;
287
- --line-heights-3: 40px;
288
- --line-heights-4: 32px;
289
- --line-heights-5: 28px;
290
- --line-heights-6: 24px;
291
- --line-heights-7: 20px;
292
- --line-heights-8: 16px;
293
- --line-heights-9: 12px;
294
- --font-weights-inter-display-0: 500;
295
- --font-weights-cairo-1: 500;
296
- --font-weights-inter-2: 500;
297
- --font-weights-inter-3: 400;
298
- --font-weights-cairo-4: 400;
299
- --font-size-0: 11px;
300
- --font-size-1: 12px;
301
- --font-size-2: 14px;
302
- --font-size-3: 16px;
303
- --font-size-4: 18px;
304
- --font-size-5: 20px;
305
- --font-size-6: 24px;
306
- --font-size-7: 32px;
307
- --font-size-8: 40px;
308
- --font-size-9: 48px;
309
- --font-size-10: 56px;
310
- --letter-spacing-0: -0.01em;
311
- --letter-spacing-1: -0.005em;
312
- --letter-spacing-2: 0em;
313
- --letter-spacing-3: -0.015em;
314
- --letter-spacing-4: -0.011000000000000001em;
315
- --letter-spacing-5: -0.006em;
316
- --letter-spacing-6: 0.06em;
317
- --letter-spacing-7: 0.04em;
318
- --letter-spacing-8: 0.02em;
319
- --paragraph-spacing-0: 0;
320
- --text-case-none: none;
321
- --text-case-uppercase: uppercase;
322
- --text-decoration-none: none;
323
- --paragraph-indent-0: 0px;
324
- --title-latin-h1-title: 500 56px/64px 'Inter Display';
325
- --title-latin-h2-title: 500 48px/56px 'Inter Display';
326
- --title-latin-h3-title: 500 40px/48px 'Inter Display';
327
- --title-latin-h4-title: 500 32px/40px 'Inter Display';
328
- --title-latin-h5-title: 500 24px/32px 'Inter Display';
329
- --title-latin-h6-title: 500 20px/28px 'Inter Display';
330
- --title-arabic-h1-title: 500 56px/64px Cairo;
331
- --title-arabic-h2-title: 500 48px/56px Cairo;
332
- --title-arabic-h3-title: 500 40px/48px Cairo;
333
- --title-arabic-h4-title: 500 32px/40px Cairo;
334
- --title-arabic-h5-title: 500 24px/32px Cairo;
335
- --title-arabic-h6-title: 500 20px/28px Cairo;
336
- --label-latin-xl: 500 24px/32px Inter;
337
- --label-latin-lg: 500 18px/24px Inter;
338
- --label-latin-md: 500 16px/24px Inter;
339
- --label-latin-sm: 500 14px/20px Inter;
340
- --label-latin-xs: 500 12px/16px Inter;
341
- --label-arabic-xl: 500 24px/32px Cairo;
342
- --label-arabic-lg: 500 18px/24px Cairo;
343
- --label-arabic-md: 500 16px/24px Cairo;
344
- --label-arabic-sm: 500 14px/20px Cairo;
345
- --label-arabic-xs: 500 12px/16px Cairo;
346
- --paragraph-latin-xl: 400 24px/32px Inter;
347
- --paragraph-latin-lg: 400 18px/24px Inter;
348
- --paragraph-latin-md: 400 16px/24px Inter;
349
- --paragraph-latin-sm: 400 14px/20px Inter;
350
- --paragraph-latin-xs: 400 12px/16px Inter;
351
- --paragraph-arabic-xl: 400 24px/32px Cairo;
352
- --paragraph-arabic-lg: 400 18px/24px Cairo;
353
- --paragraph-arabic-md: 400 16px/24px Cairo;
354
- --paragraph-arabic-sm: 400 14px/20px Cairo;
355
- --paragraph-arabic-xs: 400 12px/16px Cairo;
356
- --subheading-latin-md: 500 16px/24px Inter;
357
- --subheading-latin-sm: 500 14px/20px Inter;
358
- --subheading-latin-xs: 500 12px/16px Inter;
359
- --subheading-latin-2xs: 500 11px/12px Inter;
360
- --subheading-arabic-md: 500 16px/24px Cairo;
361
- --subheading-arabic-sm: 500 14px/20px Cairo;
362
- --subheading-arabic-xs: 500 12px/16px Cairo;
363
- --subheading-arabic-2xs: 500 11px/12px Cairo;
364
- --docs-latin-label: 500 18px/32px Inter;
365
- --docs-latin-paragraph: 400 18px/32px Inter;
366
- --docs-arabic-label: 500 18px/32px Cairo;
367
- --docs-arabic-paragraph: 400 18px/32px Cairo;
368
- }
1
+ @font-face{font-family:Cairo;src:url(https://ui-assets.ycdn.store/fonts/Cairo.ttf)}@font-face{font-family:GeistMono;src:url(https://ui-assets.ycdn.store/fonts/Geist-Mono.ttf)}@font-face{font-family:InterVariable;font-style:normal;font-weight:100 900;font-display:swap;src:url(https://ui-assets.ycdn.store/fonts/InterVariable.woff2)format("woff2")}@font-face{font-family:InterVariable;font-style:italic;font-weight:100 900;font-display:swap;src:url(https://ui-assets.ycdn.store/fonts/InterVariable-Italic.woff2)format("woff2")}@font-face{font-family:"InterDisplay";font-style:normal;font-weight:100;font-display:swap;src:url(https://ui-assets.ycdn.store/fonts/InterDisplay-Thin.woff2)format("woff2")}@font-face{font-family:"InterDisplay";font-style:italic;font-weight:100;font-display:swap;src:url(https://ui-assets.ycdn.store/fonts/InterDisplay-ThinItalic.woff2)format("woff2")}@font-face{font-family:"InterDisplay";font-style:normal;font-weight:200;font-display:swap;src:url(https://ui-assets.ycdn.store/fonts/InterDisplay-ExtraLight.woff2)format("woff2")}@font-face{font-family:"InterDisplay";font-style:italic;font-weight:200;font-display:swap;src:url(https://ui-assets.ycdn.store/fonts/InterDisplay-ExtraLightItalic.woff2)format("woff2")}@font-face{font-family:"InterDisplay";font-style:normal;font-weight:300;font-display:swap;src:url(https://ui-assets.ycdn.store/fonts/InterDisplay-Light.woff2)format("woff2")}@font-face{font-family:"InterDisplay";font-style:italic;font-weight:300;font-display:swap;src:url(https://ui-assets.ycdn.store/fonts/InterDisplay-LightItalic.woff2)format("woff2")}@font-face{font-family:"InterDisplay";font-style:normal;font-weight:400;font-display:swap;src:url(https://ui-assets.ycdn.store/fonts/InterDisplay-Regular.woff2)format("woff2")}@font-face{font-family:"InterDisplay";font-style:italic;font-weight:400;font-display:swap;src:url(https://ui-assets.ycdn.store/fonts/InterDisplay-Italic.woff2)format("woff2")}@font-face{font-family:"InterDisplay";font-style:normal;font-weight:500;font-display:swap;src:url(https://ui-assets.ycdn.store/fonts/InterDisplay-Medium.woff2)format("woff2")}@font-face{font-family:"InterDisplay";font-style:italic;font-weight:500;font-display:swap;src:url(https://ui-assets.ycdn.store/fonts/InterDisplay-MediumItalic.woff2)format("woff2")}@font-face{font-family:"InterDisplay";font-style:normal;font-weight:600;font-display:swap;src:url(https://ui-assets.ycdn.store/fonts/InterDisplay-SemiBold.woff2)format("woff2")}@font-face{font-family:"InterDisplay";font-style:italic;font-weight:600;font-display:swap;src:url(https://ui-assets.ycdn.store/fonts/InterDisplay-SemiBoldItalic.woff2)format("woff2")}@font-face{font-family:"InterDisplay";font-style:normal;font-weight:700;font-display:swap;src:url(https://ui-assets.ycdn.store/fonts/InterDisplay-Bold.woff2)format("woff2")}@font-face{font-family:"InterDisplay";font-style:italic;font-weight:700;font-display:swap;src:url(https://ui-assets.ycdn.store/fonts/InterDisplay-BoldItalic.woff2)format("woff2")}@font-face{font-family:"InterDisplay";font-style:normal;font-weight:800;font-display:swap;src:url(https://ui-assets.ycdn.store/fonts/InterDisplay-ExtraBold.woff2)format("woff2")}@font-face{font-family:"InterDisplay";font-style:italic;font-weight:800;font-display:swap;src:url(https://ui-assets.ycdn.store/fonts/InterDisplay-ExtraBoldItalic.woff2)format("woff2")}@font-face{font-family:"InterDisplay";font-style:normal;font-weight:900;font-display:swap;src:url(https://ui-assets.ycdn.store/fonts/InterDisplay-Black.woff2)format("woff2")}@font-face{font-family:"InterDisplay";font-style:italic;font-weight:900;font-display:swap;src:url(https://ui-assets.ycdn.store/fonts/InterDisplay-BlackItalic.woff2)format("woff2")}@font-feature-values InterVariable{@character-variant{cv01:1;cv02:2;cv03:3;cv04:4;cv05:5;cv06:6;cv07:7;cv08:8;cv09:9;cv10:10;cv11:11;cv12:12;cv13:13;alt-1:1;alt-3:9;open-4:2;open-6:3;open-9:4;lc-l-with-tail:5;simplified-u:6;alt-double-s:7;uc-i-with-serif:8;uc-g-with-spur:10;single-story-a:11;compact-lc-f:12;compact-lc-t:13}@styleset{ss01:1;ss02:2;ss03:3;ss04:4;ss05:5;ss06:6;ss07:7;ss08:8;open-digits:1;disambiguation:2;disambiguation-except-zero:4;round-quotes-and-commas:3;square-punctuation:7;square-quotes:8;circled-characters:5;squared-characters:6}}@font-feature-values Inter{@character-variant{cv01:1;cv02:2;cv03:3;cv04:4;cv05:5;cv06:6;cv07:7;cv08:8;cv09:9;cv10:10;cv11:11;cv12:12;cv13:13;alt-1:1;alt-3:9;open-4:2;open-6:3;open-9:4;lc-l-with-tail:5;simplified-u:6;alt-double-s:7;uc-i-with-serif:8;uc-g-with-spur:10;single-story-a:11;compact-lc-f:12;compact-lc-t:13}@styleset{ss01:1;ss02:2;ss03:3;ss04:4;ss05:5;ss06:6;ss07:7;ss08:8;open-digits:1;disambiguation:2;disambiguation-except-zero:4;round-quotes-and-commas:3;square-punctuation:7;square-quotes:8;circled-characters:5;squared-characters:6}}@font-feature-values InterDisplay{@character-variant{cv01:1;cv02:2;cv03:3;cv04:4;cv05:5;cv06:6;cv07:7;cv08:8;cv09:9;cv10:10;cv11:11;cv12:12;cv13:13;alt-1:1;alt-3:9;open-4:2;open-6:3;open-9:4;lc-l-with-tail:5;simplified-u:6;alt-double-s:7;uc-i-with-serif:8;uc-g-with-spur:10;single-story-a:11;compact-lc-f:12;compact-lc-t:13}@styleset{ss01:1;ss02:2;ss03:3;ss04:4;ss05:5;ss06:6;ss07:7;ss08:8;open-digits:1;disambiguation:2;disambiguation-except-zero:4;round-quotes-and-commas:3;square-punctuation:7;square-quotes:8;circled-characters:5;squared-characters:6}}:root{--animation-extra-fast:100ms;--animation-fast:200ms;--animation-normal:300ms;--animation-slow:400ms;--animation-extra-slow:500ms;--color-white-alpha-24:rgba(255, 255, 255, 0.24);--color-white-alpha-16:rgba(255, 255, 255, 0.16);--color-white-alpha-10:rgba(255, 255, 255, 0.1);--color-black-alpha-24:rgba(14, 18, 27, 0.24);--color-black-alpha-16:rgba(14, 18, 27, 0.16);--color-black-alpha-10:rgba(14, 18, 27, 0.1);--color-neutral-0:#ffffff;--color-neutral-50:#f5f7fa;--color-neutral-100:#f2f5f8;--color-neutral-200:#e1e4ea;--color-neutral-300:#cacfd8;--color-neutral-400:#99a0ae;--color-neutral-500:#717784;--color-neutral-600:#525866;--color-neutral-700:#2b303b;--color-neutral-800:#222530;--color-neutral-900:#181b25;--color-neutral-950:#0e121b;--color-neutral-alpha-10:rgba(153, 160, 174, 0.1);--color-neutral-alpha-16:rgba(153, 160, 174, 0.16);--color-neutral-alpha-24:rgba(153, 160, 174, 0.24);--color-red-50:#ffebec;--color-red-100:#ffd5d8;--color-red-200:#ffc0c5;--color-red-300:#ff97a0;--color-red-400:#ff6875;--color-red-500:#fb3748;--color-red-600:#e93544;--color-red-700:#d02533;--color-red-800:#ad1f2b;--color-red-900:#8b1822;--color-red-950:#681219;--color-red-alpha-10:rgba(251, 55, 72, 0.1);--color-red-alpha-16:rgba(251, 55, 72, 0.16);--color-red-alpha-24:rgba(251, 55, 72, 0.24);--color-orange-50:#fff1eb;--color-orange-100:#ffe3d5;--color-orange-200:#ffd5c0;--color-orange-300:#ffba97;--color-orange-400:#ff9a68;--color-orange-500:#ff8447;--color-orange-600:#e97135;--color-orange-700:#d05e25;--color-orange-800:#ad4e1f;--color-orange-900:#8b3e18;--color-orange-950:#682f12;--color-orange-alpha-10:rgba(255, 145, 71, 0.1);--color-orange-alpha-16:rgba(255, 145, 71, 0.16);--color-orange-alpha-24:rgba(255, 145, 71, 0.24);--color-yellow-50:#fffaeb;--color-yellow-100:#ffefcc;--color-yellow-200:#ffecc0;--color-yellow-300:#ffe097;--color-yellow-400:#ffd268;--color-yellow-500:#f6b51e;--color-yellow-600:#e6a819;--color-yellow-700:#c99a2c;--color-yellow-800:#a78025;--color-yellow-900:#86661d;--color-yellow-950:#624c18;--color-yellow-alpha-10:rgba(251, 198, 75, 0.1);--color-yellow-alpha-16:rgba(251, 198, 75, 0.16);--color-yellow-alpha-24:rgba(251, 198, 75, 0.24);--color-green-50:#e0faec;--color-green-100:#d0fbe9;--color-green-200:#c2f5da;--color-green-300:#84ebb4;--color-green-400:#3ee089;--color-green-500:#1fc16b;--color-green-600:#1daf61;--color-green-700:#178c4e;--color-green-800:#1a7544;--color-green-900:#16643b;--color-green-950:#0b4627;--color-green-alpha-10:rgba(31, 193, 107, 0.1);--color-green-alpha-16:rgba(31, 193, 107, 0.16);--color-green-alpha-24:rgba(31, 193, 107, 0.24);--color-teal-50:#e4fbf8;--color-teal-100:#d0fbf5;--color-teal-200:#c2f5ee;--color-teal-300:#84ebdd;--color-teal-400:#3fdec9;--color-teal-500:#22d3bb;--color-teal-600:#1daf9c;--color-teal-700:#178c7d;--color-teal-800:#1a7569;--color-teal-900:#16645a;--color-teal-950:#0b463e;--color-teal-alpha-10:rgba(34, 211, 187, 0.1);--color-teal-alpha-16:rgba(34, 211, 187, 0.16);--color-teal-alpha-24:rgba(34, 211, 187, 0.24);--color-sky-50:#ebf8ff;--color-sky-100:#d5f1ff;--color-sky-200:#c0eaff;--color-sky-300:#97dcff;--color-sky-400:#68cdff;--color-sky-500:#47c2ff;--color-sky-600:#35ade9;--color-sky-700:#2597d0;--color-sky-800:#1f7ead;--color-sky-900:#18658b;--color-sky-950:#124b68;--color-sky-alpha-10:rgba(71, 194, 255, 0.1);--color-sky-alpha-16:rgba(71, 194, 255, 0.16);--color-sky-alpha-24:rgba(71, 194, 255, 0.24);--color-blue-50:#ebf1ff;--color-blue-100:#d5e2ff;--color-blue-200:#c0d5ff;--color-blue-300:#97baff;--color-blue-400:#6895ff;--color-blue-500:#335cff;--color-blue-600:#3559e9;--color-blue-700:#2547d0;--color-blue-800:#1f3bad;--color-blue-900:#182f8b;--color-blue-950:#122368;--color-blue-alpha-10:rgba(71, 108, 255, 0.1);--color-blue-alpha-16:rgba(71, 108, 255, 0.16);--color-blue-alpha-24:rgba(71, 108, 255, 0.24);--color-purple-50:#efebff;--color-purple-100:#dcd5ff;--color-purple-200:#cac0ff;--color-purple-300:#a897ff;--color-purple-400:#8c71f6;--color-purple-500:#7d52f4;--color-purple-600:#693ee0;--color-purple-700:#5b2cc9;--color-purple-800:#4c25a7;--color-purple-900:#3d1d86;--color-purple-950:#351a75;--color-purple-alpha-10:rgba(120, 77, 239, 0.1);--color-purple-alpha-16:rgba(120, 77, 239, 0.16);--color-purple-alpha-24:rgba(120, 77, 239, 0.24);--color-pink-50:#ffebf4;--color-pink-100:#ffd5ea;--color-pink-200:#ffc0df;--color-pink-300:#ff97cb;--color-pink-400:#ff68b3;--color-pink-500:#fb4ba3;--color-pink-600:#e9358f;--color-pink-700:#d0257a;--color-pink-800:#ad1f66;--color-pink-900:#8b1852;--color-pink-950:#68123d;--color-pink-alpha-10:rgba(251, 75, 163, 0.1);--color-pink-alpha-16:rgba(251, 75, 163, 0.16);--color-pink-alpha-24:rgba(251, 75, 163, 0.24);--color-brand-50:#ffebf4;--color-brand-100:#ffd6e9;--color-brand-200:#ffc2dd;--color-brand-300:#ff99c7;--color-brand-400:#ff66ab;--color-brand-500:#e1116f;--color-brand-600:#cb0f64;--color-brand-700:#b40e59;--color-brand-800:#9e0c4e;--color-brand-900:#870a43;--color-brand-950:#681239;--color-static-white:#ffffff;--color-static-black:#0e121b;--color-bg-white-0:#ffffff;--color-bg-weak-50:#f5f7fa;--color-bg-strong-950:#0e121b;--color-bg-surface-800:#222530;--color-bg-soft-200:#e1e4ea;--color-bg-sub-300:#cacfd8;--color-state-faded-light:#e1e4ea;--color-state-faded-base:#717784;--color-state-faded-dark:#222530;--color-state-faded-lighter:#f2f5f8;--color-state-error-base:#fb3748;--color-state-error-light:#ffc0c5;--color-state-error-dark:#681219;--color-state-error-lighter:#ffebec;--color-state-warning-dark:#682f12;--color-state-warning-base:#ff8447;--color-state-warning-light:#ffd5c0;--color-state-warning-lighter:#fff1eb;--color-state-information-dark:#122368;--color-state-information-base:#335cff;--color-state-information-light:#c0d5ff;--color-state-information-lighter:#ebf1ff;--color-state-success-dark:#0b4627;--color-state-success-base:#1fc16b;--color-state-success-light:#c2f5da;--color-state-success-lighter:#e0faec;--color-state-away-dark:#624c18;--color-state-away-base:#f6b51e;--color-state-away-light:#ffecc0;--color-state-away-lighter:#fffaeb;--color-state-feature-dark:#351a75;--color-state-feature-base:#7d52f4;--color-state-feature-light:#cac0ff;--color-state-feature-lighter:#efebff;--color-state-verified-dark:#124b68;--color-state-verified-base:#47c2ff;--color-state-verified-light:#c0eaff;--color-state-verified-lighter:#ebf8ff;--color-state-highlighted-dark:#68123d;--color-state-highlighted-base:#fb4ba3;--color-state-highlighted-light:#ffc0df;--color-state-highlighted-lighter:#ffebf4;--color-state-stable-dark:#0b463e;--color-state-stable-base:#22d3bb;--color-state-stable-light:#c2f5ee;--color-state-stable-lighter:#e4fbf8;--color-text-strong-950:#0e121b;--color-text-sub-600:#525866;--color-text-disabled-300:#cacfd8;--color-text-white-0:#ffffff;--color-text-soft-400:#99a0ae;--color-stroke-soft-200:#e1e4ea;--color-stroke-strong-950:#0e121b;--color-stroke-white-0:#ffffff;--color-stroke-sub-300:#cacfd8;--color-icon-sub-600:#525866;--color-icon-strong-950:#0e121b;--color-icon-soft-400:#99a0ae;--color-icon-disabled-300:#cacfd8;--color-icon-white-0:#ffffff;--color-social-apple:#000000;--color-social-twitter:#010101;--color-social-github:#24292f;--color-social-notion:#1e2226;--color-social-tidal:#000000;--color-social-amazon:#353e47;--color-social-zendesk:#16140d;--color-illustration-strong-400:#99a0ae;--color-illustration-sub-300:#cacfd8;--color-illustration-soft-200:#e1e4ea;--color-illustration-weak-100:#f2f5f8;--color-illustration-white-0:#ffffff;--color-overlay-overlay:rgba(2, 13, 23, 0.24);--color-primary-base:#e1116f;--color-primary-darker:#b40e59;--color-primary-alpha-10:rgba(251, 75, 163, 0.1);--color-primary-alpha-16:rgba(251, 75, 163, 0.16);--color-primary-dark:#cb0f64;--color-primary-alpha-24:rgba(251, 75, 163, 0.24);--radius-4:4px;--radius-6:6px;--radius-8:8px;--radius-10:10px;--radius-12:12px;--radius-16:16px;--radius-20:20px;--radius-24:24px;--radius-full:999px;--shadow-regular-xs:0 1px 2px 0 #0a0d1408;--shadow-regular-md:0 16px 32px -12px #0e121b1a;--shadow-buttons-primary-focus:0 0 0 2px #ffffff, 0 0 0 4px #fb4ba31a;--shadow-buttons-important-focus:0 0 0 2px #ffffff, 0 0 0 4px #99a0ae29;--shadow-buttons-error-focus:0 0 0 2px #ffffff, 0 0 0 4px #fb37481a;--shadow-fancy-buttons-neutral:0 1px 2px 0 #1b1c1d7a, 0 0 0 1px #242628;--shadow-fancy-buttons-primary:0 1px 2px 0 #0e121b3d, 0 0 0 1px #e1116f;--shadow-fancy-buttons-error:0 1px 2px 0 #0e121b3d, 0 0 0 1px #fb3748;--shadow-fancy-buttons-stroke:0 1px 3px 0 #0e121b1f, 0 0 0 1px #e1e4ea;--shadow-toggle-switch:0 6px 10px 0 #0e121b0f, 0 2px 4px 0 #0e121b08;--spacing-0:0;--spacing-2:2px;--spacing-4:4px;--spacing-6:6px;--spacing-8:8px;--spacing-10:10px;--spacing-12:12px;--spacing-14:14px;--spacing-16:16px;--spacing-48:48px;--font-families-inter-display:InterDisplay;--font-families-inter:InterVariable;--font-families-cairo:Cairo;--font-families-geist-mono:'Geist Mono';--font-families-sans:InterVariable, Cairo, sans-serif;--font-families-mono:'Geist Mono', monospace;--font-families-display:InterDisplay, Cairo, sans-serif;--line-heights-0:64px;--line-heights-1:56px;--line-heights-2:48px;--line-heights-3:40px;--line-heights-4:32px;--line-heights-5:28px;--line-heights-6:24px;--line-heights-7:20px;--line-heights-8:16px;--line-heights-9:12px;--font-weights-display-0:500;--font-weights-sans-0:400;--font-weights-sans-1:500;--font-size-0:11px;--font-size-1:12px;--font-size-2:14px;--font-size-3:16px;--font-size-4:18px;--font-size-5:20px;--font-size-6:24px;--font-size-7:32px;--font-size-8:40px;--font-size-9:48px;--font-size-10:56px;--letter-spacing-0:-0.01em;--letter-spacing-1:-0.005em;--letter-spacing-2:0em;--letter-spacing-3:-0.015em;--letter-spacing-4:-0.011000000000000001em;--letter-spacing-5:-0.006em;--letter-spacing-6:0.06em;--letter-spacing-7:0.04em;--letter-spacing-8:0.02em;--paragraph-spacing-0:0;--text-case-none:none;--text-case-uppercase:uppercase;--text-decoration-none:none;--paragraph-indent-0:0px;--title-h1-title:500 56px/64px InterDisplay, Cairo, sans-serif;--title-h2-title:500 48px/56px InterDisplay, Cairo, sans-serif;--title-h3-title:500 40px/48px InterDisplay, Cairo, sans-serif;--title-h4-title:500 32px/40px InterDisplay, Cairo, sans-serif;--title-h5-title:500 24px/32px InterDisplay, Cairo, sans-serif;--title-h6-title:500 20px/28px InterDisplay, Cairo, sans-serif;--label-xl:500 24px/32px InterVariable, Cairo, sans-serif;--label-lg:500 18px/24px InterVariable, Cairo, sans-serif;--label-md:500 16px/24px InterVariable, Cairo, sans-serif;--label-sm:500 14px/20px InterVariable, Cairo, sans-serif;--label-xs:500 12px/16px InterVariable, Cairo, sans-serif;--paragraph-xl:400 24px/32px InterVariable, Cairo, sans-serif;--paragraph-lg:400 18px/24px InterVariable, Cairo, sans-serif;--paragraph-md:400 16px/24px InterVariable, Cairo, sans-serif;--paragraph-sm:400 14px/20px InterVariable, Cairo, sans-serif;--paragraph-xs:400 12px/16px InterVariable, Cairo, sans-serif;--subheading-md:500 16px/24px InterVariable, Cairo, sans-serif;--subheading-sm:500 14px/20px InterVariable, Cairo, sans-serif;--subheading-xs:500 12px/16px InterVariable, Cairo, sans-serif;--subheading-2xs:500 11px/12px InterVariable, Cairo, sans-serif;--docs-label:500 18px/32px InterVariable, Cairo, sans-serif;--docs-paragraph:400 18px/32px InterVariable, Cairo, sans-serif}