@cyrilld/zestds 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css ADDED
@@ -0,0 +1,693 @@
1
+ /* src/styles/theme.css */
2
+ :root {
3
+ --zds-color-white: #ffffff;
4
+ --zds-color-black: #000000;
5
+ --zds-color-transparent: rgb(0 0 0 / 0);
6
+ --zds-color-mark: #00d85d;
7
+ --zds-color-brand-50: #e6f0ff;
8
+ --zds-color-brand-100: #d2e3ff;
9
+ --zds-color-brand-200: #c7d9ff;
10
+ --zds-color-brand-300: #afc7ff;
11
+ --zds-color-brand-400: #7da3ff;
12
+ --zds-color-brand-500: #4481ff;
13
+ --zds-color-brand-600: #2e6ef2;
14
+ --zds-color-brand-700: #225ad1;
15
+ --zds-color-brand-800: #1a46a6;
16
+ --zds-color-brand-900: #163c8c;
17
+ --zds-color-brand-950: #123066;
18
+ --zds-color-gray-50: #fafafa;
19
+ --zds-color-gray-100: #f5f5f5;
20
+ --zds-color-gray-200: #e9eaeb;
21
+ --zds-color-gray-300: #d5d7da;
22
+ --zds-color-gray-400: #a4a7ae;
23
+ --zds-color-gray-500: #717680;
24
+ --zds-color-gray-600: #535862;
25
+ --zds-color-gray-700: #414651;
26
+ --zds-color-gray-800: #252b37;
27
+ --zds-color-gray-900: #181d27;
28
+ --zds-color-gray-950: #0a0d12;
29
+ --zds-color-navy-10: #f9fafb;
30
+ --zds-color-navy-20: #f1f3f5;
31
+ --zds-color-navy-30: #e4e7eb;
32
+ --zds-color-navy-40: #d3d7de;
33
+ --zds-color-navy-50: #c1c6cf;
34
+ --zds-color-navy-60: #a6acb8;
35
+ --zds-color-navy-70: #7e8694;
36
+ --zds-color-navy-80: #4d5971;
37
+ --zds-color-navy-100: #21304e;
38
+ --zds-color-error-50: #fef3f2;
39
+ --zds-color-error-100: #fee4e2;
40
+ --zds-color-error-200: #fecdca;
41
+ --zds-color-error-300: #fda29b;
42
+ --zds-color-error-400: #f97066;
43
+ --zds-color-error-500: #f04438;
44
+ --zds-color-error-600: #d92d20;
45
+ --zds-color-error-700: #b42318;
46
+ --zds-color-error-800: #912018;
47
+ --zds-color-error-900: #7a271a;
48
+ --zds-color-error-950: #55160c;
49
+ --zds-color-warning-50: #fffaeb;
50
+ --zds-color-warning-100: #fef0c7;
51
+ --zds-color-warning-200: #fedf89;
52
+ --zds-color-warning-300: #fec84b;
53
+ --zds-color-warning-400: #fdb022;
54
+ --zds-color-warning-500: #f79009;
55
+ --zds-color-warning-600: #dc6803;
56
+ --zds-color-warning-700: #b54708;
57
+ --zds-color-warning-800: #93370d;
58
+ --zds-color-warning-900: #7a2e0e;
59
+ --zds-color-warning-950: #4e1d09;
60
+ --zds-color-success-50: #e3fceb;
61
+ --zds-color-success-100: #d1f6dd;
62
+ --zds-color-success-200: #b6edca;
63
+ --zds-color-success-300: #96e1b4;
64
+ --zds-color-success-400: #69d49a;
65
+ --zds-color-success-500: #1ebb71;
66
+ --zds-color-success-600: #119b57;
67
+ --zds-color-success-700: #0b7f45;
68
+ --zds-color-success-800: #076738;
69
+ --zds-color-success-900: #05522d;
70
+ --zds-color-success-950: #033d22;
71
+ --zds-gradient-marque-90:
72
+ linear-gradient(
73
+ 90deg,
74
+ #00d85d 0%,
75
+ #30d2e0 100%);
76
+ --zds-gradient-marque-45:
77
+ linear-gradient(
78
+ 45deg,
79
+ #00d85d 0%,
80
+ #30d2e0 100%);
81
+ --zds-gradient-marque-26:
82
+ linear-gradient(
83
+ 26.5deg,
84
+ #00d85d 0%,
85
+ #30d2e0 100%);
86
+ --zds-gradient-ecouter-90:
87
+ linear-gradient(
88
+ 90deg,
89
+ #00d85d 0%,
90
+ #c5e439 100%);
91
+ --zds-gradient-ecouter-45:
92
+ linear-gradient(
93
+ 45deg,
94
+ #00d85d 0%,
95
+ #c5e439 100%);
96
+ --zds-gradient-ecouter-26:
97
+ linear-gradient(
98
+ 26.5deg,
99
+ #00d85d 0%,
100
+ #c5e439 100%);
101
+ --zds-gradient-reussir-90:
102
+ linear-gradient(
103
+ 90deg,
104
+ #4481ff 0%,
105
+ #30d2e0 100%);
106
+ --zds-gradient-reussir-45:
107
+ linear-gradient(
108
+ 45deg,
109
+ #4481ff 0%,
110
+ #30d2e0 100%);
111
+ --zds-gradient-reussir-26:
112
+ linear-gradient(
113
+ 26.5deg,
114
+ #4481ff 0%,
115
+ #30d2e0 100%);
116
+ --zds-gradient-partager-90:
117
+ linear-gradient(
118
+ 90deg,
119
+ #875bf7 0%,
120
+ #c86dd7 100%);
121
+ --zds-gradient-partager-45:
122
+ linear-gradient(
123
+ 45deg,
124
+ #875bf7 0%,
125
+ #c86dd7 100%);
126
+ --zds-gradient-partager-26:
127
+ linear-gradient(
128
+ 26.5deg,
129
+ #875bf7 0%,
130
+ #c86dd7 100%);
131
+ --zds-gradient-changelog-90:
132
+ linear-gradient(
133
+ 90deg,
134
+ #f79009 0%,
135
+ #ee46bc 100%);
136
+ --zds-gradient-changelog-45:
137
+ linear-gradient(
138
+ 45deg,
139
+ #f79009 0%,
140
+ #ee46bc 100%);
141
+ --zds-gradient-changelog-26:
142
+ linear-gradient(
143
+ 26.5deg,
144
+ #f79009 0%,
145
+ #ee46bc 100%);
146
+ --zds-gradient-alerte-90:
147
+ linear-gradient(
148
+ 90deg,
149
+ #f04438 0%,
150
+ #f79009 100%);
151
+ --zds-gradient-alerte-45:
152
+ linear-gradient(
153
+ 45deg,
154
+ #f04438 0%,
155
+ #f79009 100%);
156
+ --zds-gradient-alerte-26:
157
+ linear-gradient(
158
+ 26.5deg,
159
+ #f04438 0%,
160
+ #f79009 100%);
161
+ --zds-gradient-myzest-90:
162
+ linear-gradient(
163
+ 90deg,
164
+ #f79009 0%,
165
+ #f4d431 100%);
166
+ --zds-gradient-myzest-45:
167
+ linear-gradient(
168
+ 45deg,
169
+ #f79009 0%,
170
+ #f4d431 100%);
171
+ --zds-gradient-myzest-26:
172
+ linear-gradient(
173
+ 26.5deg,
174
+ #f79009 0%,
175
+ #f4d431 100%);
176
+ --zds-gradient-piloter-90:
177
+ linear-gradient(
178
+ 90deg,
179
+ #4a5b86 0%,
180
+ #909bb9 100%);
181
+ --zds-gradient-piloter-45:
182
+ linear-gradient(
183
+ 45deg,
184
+ #4a5b86 0%,
185
+ #909bb9 100%);
186
+ --zds-gradient-piloter-26:
187
+ linear-gradient(
188
+ 26.5deg,
189
+ #4a5b86 0%,
190
+ #909bb9 100%);
191
+ --zds-color-utility-brand-50: var(--zds-color-brand-50);
192
+ --zds-color-utility-brand-100: var(--zds-color-brand-100);
193
+ --zds-color-utility-brand-200: var(--zds-color-brand-200);
194
+ --zds-color-utility-brand-300: var(--zds-color-brand-300);
195
+ --zds-color-utility-brand-400: var(--zds-color-brand-400);
196
+ --zds-color-utility-brand-500: var(--zds-color-brand-500);
197
+ --zds-color-utility-brand-600: var(--zds-color-brand-600);
198
+ --zds-color-utility-brand-700: var(--zds-color-brand-700);
199
+ --zds-color-utility-brand-800: var(--zds-color-brand-800);
200
+ --zds-color-utility-brand-900: var(--zds-color-brand-900);
201
+ --zds-color-utility-brand-950: var(--zds-color-brand-950);
202
+ --zds-color-utility-gray-50: var(--zds-color-gray-50);
203
+ --zds-color-utility-gray-100: var(--zds-color-gray-100);
204
+ --zds-color-utility-gray-200: var(--zds-color-gray-200);
205
+ --zds-color-utility-gray-300: var(--zds-color-gray-300);
206
+ --zds-color-utility-gray-400: var(--zds-color-gray-400);
207
+ --zds-color-utility-gray-500: var(--zds-color-gray-500);
208
+ --zds-color-utility-gray-600: var(--zds-color-gray-600);
209
+ --zds-color-utility-gray-700: var(--zds-color-gray-700);
210
+ --zds-color-utility-gray-800: var(--zds-color-gray-800);
211
+ --zds-color-utility-gray-900: var(--zds-color-gray-900);
212
+ --zds-color-utility-gray-950: var(--zds-color-gray-950);
213
+ --zds-color-utility-horizon-50: #e8ecf3;
214
+ --zds-color-utility-horizon-100: #d6dce8;
215
+ --zds-color-utility-horizon-200: #c1c8da;
216
+ --zds-color-utility-horizon-300: #aab3cb;
217
+ --zds-color-utility-horizon-400: #909bb9;
218
+ --zds-color-utility-horizon-500: #5c73a3;
219
+ --zds-color-utility-horizon-600: #4a5b86;
220
+ --zds-color-utility-horizon-700: #39456a;
221
+ --zds-color-utility-horizon-800: #29344e;
222
+ --zds-color-utility-horizon-900: #1b2435;
223
+ --zds-color-utility-horizon-950: #111622;
224
+ --zds-color-utility-lime-50: #f2f5e6;
225
+ --zds-color-utility-lime-100: #e8eecd;
226
+ --zds-color-utility-lime-200: #e0ebad;
227
+ --zds-color-utility-lime-300: #d7ea86;
228
+ --zds-color-utility-lime-400: #d1eb5c;
229
+ --zds-color-utility-lime-500: #c5e439;
230
+ --zds-color-utility-lime-600: #b9dc18;
231
+ --zds-color-utility-lime-700: #91ac15;
232
+ --zds-color-utility-lime-800: #6c7f15;
233
+ --zds-color-utility-lime-900: #4c5813;
234
+ --zds-color-utility-lime-950: #353d0f;
235
+ --zds-color-utility-turquoise-50: #e6f7f9;
236
+ --zds-color-utility-turquoise-100: #d1f0f4;
237
+ --zds-color-utility-turquoise-200: #b7e9ee;
238
+ --zds-color-utility-turquoise-300: #94e2e8;
239
+ --zds-color-utility-turquoise-400: #6fd9e1;
240
+ --zds-color-utility-turquoise-500: #30d2e0;
241
+ --zds-color-utility-turquoise-600: #15aab6;
242
+ --zds-color-utility-turquoise-700: #138996;
243
+ --zds-color-utility-turquoise-800: #116a76;
244
+ --zds-color-utility-turquoise-900: #0e4950;
245
+ --zds-color-utility-turquoise-950: #0b3136;
246
+ --zds-color-utility-violet-50: #f5f3ff;
247
+ --zds-color-utility-violet-100: #ece9fe;
248
+ --zds-color-utility-violet-200: #ddd6fe;
249
+ --zds-color-utility-violet-300: #c3b5fd;
250
+ --zds-color-utility-violet-400: #a48afb;
251
+ --zds-color-utility-violet-500: #875bf7;
252
+ --zds-color-utility-violet-600: #7839ee;
253
+ --zds-color-utility-violet-700: #6927da;
254
+ --zds-color-utility-violet-800: #5720b7;
255
+ --zds-color-utility-violet-900: #491c96;
256
+ --zds-color-utility-violet-950: #2e125e;
257
+ --zds-color-utility-fuschia-50: #f8e2fb;
258
+ --zds-color-utility-fuschia-100: #f2c9f7;
259
+ --zds-color-utility-fuschia-200: #eaaef1;
260
+ --zds-color-utility-fuschia-300: #e291eb;
261
+ --zds-color-utility-fuschia-400: #d879e2;
262
+ --zds-color-utility-fuschia-500: #c86dd7;
263
+ --zds-color-utility-fuschia-600: #a957bb;
264
+ --zds-color-utility-fuschia-700: #863f96;
265
+ --zds-color-utility-fuschia-800: #632c70;
266
+ --zds-color-utility-fuschia-900: #43204d;
267
+ --zds-color-utility-fuschia-950: #2b1531;
268
+ --zds-color-utility-rose-50: #fdf2fa;
269
+ --zds-color-utility-rose-100: #fce7f6;
270
+ --zds-color-utility-rose-200: #fcceee;
271
+ --zds-color-utility-rose-300: #faa7e0;
272
+ --zds-color-utility-rose-400: #f670c7;
273
+ --zds-color-utility-rose-500: #ee46bc;
274
+ --zds-color-utility-rose-600: #dd2590;
275
+ --zds-color-utility-rose-700: #c11574;
276
+ --zds-color-utility-rose-800: #9e165f;
277
+ --zds-color-utility-rose-900: #851651;
278
+ --zds-color-utility-rose-950: #3b1224;
279
+ --zds-color-utility-yellow-50: #fff9e0;
280
+ --zds-color-utility-yellow-100: #fef2c9;
281
+ --zds-color-utility-yellow-200: #fde8a7;
282
+ --zds-color-utility-yellow-300: #fcdc83;
283
+ --zds-color-utility-yellow-400: #f6d35d;
284
+ --zds-color-utility-yellow-500: #f4d431;
285
+ --zds-color-utility-yellow-600: #d8b920;
286
+ --zds-color-utility-yellow-700: #b49716;
287
+ --zds-color-utility-yellow-800: #8c7310;
288
+ --zds-color-utility-yellow-900: #604f0a;
289
+ --zds-color-utility-yellow-950: #3f3406;
290
+ --zds-color-text-primary: var(--zds-color-navy-100);
291
+ --zds-color-text-secondary: var(--zds-color-navy-70);
292
+ --zds-color-text-secondary-hover: var(--zds-color-navy-80);
293
+ --zds-color-text-tertiary: var(--zds-color-navy-80);
294
+ --zds-color-text-tertiary-hover: var(--zds-color-navy-100);
295
+ --zds-color-text-quaternary: var(--zds-color-navy-70);
296
+ --zds-color-text-white: var(--zds-color-white);
297
+ --zds-color-text-placeholder: var(--zds-color-navy-60);
298
+ --zds-color-text-disabled: var(--zds-color-navy-60);
299
+ --zds-color-text-brand-primary: var(--zds-color-brand-900);
300
+ --zds-color-text-brand-secondary: var(--zds-color-brand-700);
301
+ --zds-color-text-brand-secondary-hover: var(--zds-color-brand-800);
302
+ --zds-color-text-brand-tertiary: var(--zds-color-brand-600);
303
+ --zds-color-text-error-primary: var(--zds-color-error-700);
304
+ --zds-color-text-error-primary-hover: var(--zds-color-error-800);
305
+ --zds-color-text-warning-primary: var(--zds-color-warning-700);
306
+ --zds-color-text-success-primary: var(--zds-color-success-700);
307
+ --zds-color-text-primary-on-brand: var(--zds-color-white);
308
+ --zds-color-text-secondary-on-brand: var(--zds-color-brand-200);
309
+ --zds-color-text-tertiary-on-brand: var(--zds-color-brand-200);
310
+ --zds-color-text-quaternary-on-brand: var(--zds-color-brand-300);
311
+ --zds-color-border-primary: var(--zds-color-navy-40);
312
+ --zds-color-border-secondary: var(--zds-color-navy-30);
313
+ --zds-color-border-secondary-alt: rgb(0 0 0 / 0.1);
314
+ --zds-color-border-tertiary: var(--zds-color-navy-20);
315
+ --zds-color-border-brand: var(--zds-color-brand-500);
316
+ --zds-color-border-brand-alt: var(--zds-color-brand-600);
317
+ --zds-color-border-error: var(--zds-color-error-500);
318
+ --zds-color-border-error-subtle: var(--zds-color-error-300);
319
+ --zds-color-fg-primary: var(--zds-color-gray-900);
320
+ --zds-color-fg-secondary: var(--zds-color-gray-700);
321
+ --zds-color-fg-secondary-hover: var(--zds-color-gray-800);
322
+ --zds-color-fg-tertiary: var(--zds-color-gray-600);
323
+ --zds-color-fg-tertiary-hover: var(--zds-color-gray-700);
324
+ --zds-color-fg-quaternary: var(--zds-color-gray-400);
325
+ --zds-color-fg-quaternary-hover: var(--zds-color-gray-500);
326
+ --zds-color-fg-white: var(--zds-color-white);
327
+ --zds-color-fg-brand-primary: var(--zds-color-brand-600);
328
+ --zds-color-fg-brand-secondary: var(--zds-color-brand-500);
329
+ --zds-color-fg-brand-secondary-hover: var(--zds-color-brand-600);
330
+ --zds-color-fg-error-primary: var(--zds-color-error-600);
331
+ --zds-color-fg-error-secondary: var(--zds-color-error-500);
332
+ --zds-color-fg-warning-primary: var(--zds-color-warning-600);
333
+ --zds-color-fg-warning-secondary: var(--zds-color-warning-500);
334
+ --zds-color-fg-success-primary: var(--zds-color-success-600);
335
+ --zds-color-fg-success-secondary: var(--zds-color-success-500);
336
+ --zds-color-bg-primary: var(--zds-color-white);
337
+ --zds-color-bg-primary-hover: var(--zds-color-gray-50);
338
+ --zds-color-bg-secondary: var(--zds-color-gray-50);
339
+ --zds-color-bg-secondary-hover: var(--zds-color-gray-100);
340
+ --zds-color-bg-tertiary: var(--zds-color-gray-100);
341
+ --zds-color-bg-quaternary: var(--zds-color-gray-200);
342
+ --zds-color-bg-primary-solid: var(--zds-color-gray-950);
343
+ --zds-color-bg-secondary-solid: var(--zds-color-gray-600);
344
+ --zds-color-bg-brand-primary: var(--zds-color-brand-50);
345
+ --zds-color-bg-brand-secondary: var(--zds-color-brand-100);
346
+ --zds-color-bg-brand-solid: var(--zds-color-brand-600);
347
+ --zds-color-bg-brand-solid-hover: var(--zds-color-brand-700);
348
+ --zds-color-bg-brand-section: var(--zds-color-brand-800);
349
+ --zds-color-bg-brand-section-subtle: var(--zds-color-brand-700);
350
+ --zds-color-bg-error-primary: var(--zds-color-error-50);
351
+ --zds-color-bg-error-secondary: var(--zds-color-error-100);
352
+ --zds-color-bg-error-solid: var(--zds-color-error-600);
353
+ --zds-color-bg-error-solid-hover: var(--zds-color-error-700);
354
+ --zds-color-bg-warning-primary: var(--zds-color-warning-50);
355
+ --zds-color-bg-warning-secondary: var(--zds-color-warning-100);
356
+ --zds-color-bg-warning-solid: var(--zds-color-warning-600);
357
+ --zds-color-bg-success-primary: var(--zds-color-success-50);
358
+ --zds-color-bg-success-secondary: var(--zds-color-success-100);
359
+ --zds-color-bg-success-solid: var(--zds-color-success-600);
360
+ --zds-color-bg-overlay: var(--zds-color-gray-950);
361
+ --zds-color-focus-ring: var(--zds-color-brand-500);
362
+ --zds-color-focus-ring-error: var(--zds-color-error-500);
363
+ --zds-color-icon-fg-brand: var(--zds-color-brand-600);
364
+ --zds-color-icon-fg-brand-on-brand: var(--zds-color-brand-200);
365
+ --zds-color-featured-icon-fg-brand: var(--zds-color-brand-600);
366
+ --zds-color-featured-icon-fg-gray: var(--zds-color-gray-500);
367
+ --zds-color-featured-icon-fg-error: var(--zds-color-error-600);
368
+ --zds-color-featured-icon-fg-warning: var(--zds-color-warning-600);
369
+ --zds-color-featured-icon-fg-success: var(--zds-color-success-600);
370
+ --zds-color-toggle-border: var(--zds-color-gray-300);
371
+ --zds-color-toggle-slim-border-pressed: var(--zds-color-bg-brand-solid);
372
+ --zds-color-toggle-slim-border-pressed-hover: var(--zds-color-bg-brand-solid-hover);
373
+ --zds-color-tooltip-supporting-text: var(--zds-color-gray-300);
374
+ --zds-color-slider-handle-bg: var(--zds-color-white);
375
+ --zds-color-slider-handle-border: var(--zds-color-brand-600);
376
+ --zds-font-family-body:
377
+ "Averta",
378
+ -apple-system,
379
+ "Segoe UI",
380
+ Roboto,
381
+ Arial,
382
+ sans-serif;
383
+ --zds-font-family-display:
384
+ "Averta",
385
+ -apple-system,
386
+ "Segoe UI",
387
+ Roboto,
388
+ Arial,
389
+ sans-serif;
390
+ --zds-font-weight-normal: 400;
391
+ --zds-font-weight-semibold: 600;
392
+ --zds-font-weight-bold: 700;
393
+ --zds-text-caption-sm: 8px;
394
+ --zds-text-caption-sm-line-height: 12px;
395
+ --zds-text-caption-md: 12px;
396
+ --zds-text-caption-md-line-height: 18px;
397
+ --zds-text-body-sm: 14px;
398
+ --zds-text-body-sm-line-height: 20px;
399
+ --zds-text-body-md: 16px;
400
+ --zds-text-body-md-line-height: 24px;
401
+ --zds-text-heading-sm: 18px;
402
+ --zds-text-heading-sm-line-height: 28px;
403
+ --zds-text-heading-md: 20px;
404
+ --zds-text-heading-md-line-height: 30px;
405
+ --zds-text-heading-lg: 22px;
406
+ --zds-text-heading-lg-line-height: 32px;
407
+ --zds-text-display-xs: 24px;
408
+ --zds-text-display-xs-line-height: 32px;
409
+ --zds-text-display-sm: 30px;
410
+ --zds-text-display-sm-line-height: 38px;
411
+ --zds-text-display-md: 36px;
412
+ --zds-text-display-md-line-height: 44px;
413
+ --zds-text-display-md-letter-spacing: -0.72px;
414
+ --zds-text-display-lg: 48px;
415
+ --zds-text-display-lg-line-height: 60px;
416
+ --zds-text-display-lg-letter-spacing: -0.96px;
417
+ --zds-text-display-xl: 60px;
418
+ --zds-text-display-xl-line-height: 72px;
419
+ --zds-text-display-xl-letter-spacing: -1.2px;
420
+ --zds-text-display-2xl: 72px;
421
+ --zds-text-display-2xl-line-height: 90px;
422
+ --zds-text-display-2xl-letter-spacing: -1.44px;
423
+ --zds-space-none: 0px;
424
+ --zds-space-xxs: 2px;
425
+ --zds-space-xs: 4px;
426
+ --zds-space-sm: 6px;
427
+ --zds-space-md: 8px;
428
+ --zds-space-lg: 12px;
429
+ --zds-space-xl: 16px;
430
+ --zds-space-2xl: 20px;
431
+ --zds-space-3xl: 24px;
432
+ --zds-space-4xl: 32px;
433
+ --zds-space-5xl: 40px;
434
+ --zds-space-6xl: 48px;
435
+ --zds-space-7xl: 64px;
436
+ --zds-space-8xl: 80px;
437
+ --zds-space-9xl: 96px;
438
+ --zds-space-10xl: 128px;
439
+ --zds-space-11xl: 160px;
440
+ --zds-width-3xs: 256px;
441
+ --zds-width-2xs: 288px;
442
+ --zds-width-xs: 320px;
443
+ --zds-width-sm: 384px;
444
+ --zds-width-md: 448px;
445
+ --zds-width-lg: 512px;
446
+ --zds-width-xl: 576px;
447
+ --zds-width-2xl: 672px;
448
+ --zds-width-3xl: 768px;
449
+ --zds-width-4xl: 896px;
450
+ --zds-width-5xl: 1024px;
451
+ --zds-width-6xl: 1152px;
452
+ --zds-width-7xl: 1280px;
453
+ --zds-container-padding-mobile: 16px;
454
+ --zds-container-padding-desktop: 32px;
455
+ --zds-container-max-width-desktop: 1280px;
456
+ --zds-paragraph-max-width: 720px;
457
+ --zds-radius-none: 0px;
458
+ --zds-radius-xxs: 2px;
459
+ --zds-radius-xs: 4px;
460
+ --zds-radius-sm: 6px;
461
+ --zds-radius-md: 8px;
462
+ --zds-radius-lg: 10px;
463
+ --zds-radius-xl: 12px;
464
+ --zds-radius-2xl: 16px;
465
+ --zds-radius-3xl: 20px;
466
+ --zds-radius-4xl: 24px;
467
+ --zds-radius-full: 9999px;
468
+ --zds-shadow-xs: 0px 1px 2px rgba(0, 0, 0, 0.05);
469
+ --zds-shadow-sm: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
470
+ --zds-shadow-md: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
471
+ --zds-shadow-lg:
472
+ 0px 12px 16px -4px rgba(0, 0, 0, 0.08),
473
+ 0px 4px 6px -2px rgba(0, 0, 0, 0.03),
474
+ 0px 2px 2px -1px rgba(0, 0, 0, 0.04);
475
+ --zds-shadow-xl:
476
+ 0px 20px 24px -4px rgba(0, 0, 0, 0.08),
477
+ 0px 8px 8px -4px rgba(0, 0, 0, 0.03),
478
+ 0px 3px 3px -1.5px rgba(0, 0, 0, 0.04);
479
+ --zds-shadow-2xl: 0px 24px 48px -12px rgba(0, 0, 0, 0.18), 0px 4px 4px -2px rgba(0, 0, 0, 0.04);
480
+ --zds-shadow-3xl: 0px 32px 64px -12px rgba(0, 0, 0, 0.14), 0px 5px 5px -2.5px rgba(0, 0, 0, 0.04);
481
+ --zds-shadow-skeuomorphic: 0px 0px 0px 1px rgba(0, 0, 0, 0.18) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.05) inset;
482
+ --zds-shadow-xs-skeuomorphic: var(--zds-shadow-skeuomorphic), var(--zds-shadow-xs);
483
+ --zds-transition-fast: 0.15s ease;
484
+ }
485
+
486
+ /* src/styles/fonts.css */
487
+ @font-face {
488
+ font-family: "Averta";
489
+ font-style: normal;
490
+ font-weight: 400;
491
+ font-display: swap;
492
+ src: url("./averta-400-NOFU4ZZK.woff2") format("woff2");
493
+ }
494
+ @font-face {
495
+ font-family: "Averta";
496
+ font-style: italic;
497
+ font-weight: 400;
498
+ font-display: swap;
499
+ src: url("./averta-400-italic-7TISTF4B.woff2") format("woff2");
500
+ }
501
+ @font-face {
502
+ font-family: "Averta";
503
+ font-style: normal;
504
+ font-weight: 600;
505
+ font-display: swap;
506
+ src: url("./averta-600-F44H77Y5.woff2") format("woff2");
507
+ }
508
+ @font-face {
509
+ font-family: "Averta";
510
+ font-style: italic;
511
+ font-weight: 600;
512
+ font-display: swap;
513
+ src: url("./averta-600-italic-Z7LE3NC2.woff2") format("woff2");
514
+ }
515
+ @font-face {
516
+ font-family: "Averta";
517
+ font-style: normal;
518
+ font-weight: 700;
519
+ font-display: swap;
520
+ src: url("./averta-700-ZQDULGB7.woff2") format("woff2");
521
+ }
522
+ @font-face {
523
+ font-family: "Averta";
524
+ font-style: italic;
525
+ font-weight: 700;
526
+ font-display: swap;
527
+ src: url("./averta-700-italic-K56E7TXK.woff2") format("woff2");
528
+ }
529
+
530
+ /* src/styles/typography.css */
531
+ .prose {
532
+ max-width: var(--zds-paragraph-max-width);
533
+ font-size: var(--zds-text-body-md);
534
+ line-height: var(--zds-text-body-md-line-height);
535
+ color: var(--zds-color-text-tertiary);
536
+ text-wrap: pretty;
537
+ }
538
+ .prose :where(h1) {
539
+ margin-block: 0 1.5rem;
540
+ font-size: var(--zds-text-display-sm);
541
+ line-height: var(--zds-text-display-sm-line-height);
542
+ font-weight: var(--zds-font-weight-semibold);
543
+ color: var(--zds-color-text-primary);
544
+ text-wrap: balance;
545
+ }
546
+ .prose :where(h2) {
547
+ margin-block: 3rem 1rem;
548
+ font-size: var(--zds-text-heading-lg);
549
+ line-height: var(--zds-text-heading-lg-line-height);
550
+ font-weight: var(--zds-font-weight-semibold);
551
+ color: var(--zds-color-text-primary);
552
+ text-wrap: balance;
553
+ }
554
+ .prose :where(h3) {
555
+ margin-block: 2rem 0.5rem;
556
+ font-size: var(--zds-text-heading-md);
557
+ line-height: var(--zds-text-heading-md-line-height);
558
+ font-weight: var(--zds-font-weight-semibold);
559
+ color: var(--zds-color-text-primary);
560
+ text-wrap: balance;
561
+ }
562
+ .prose :where(h4) {
563
+ margin-block: 1.5rem 0.5rem;
564
+ font-size: var(--zds-text-heading-sm);
565
+ line-height: var(--zds-text-heading-sm-line-height);
566
+ font-weight: var(--zds-font-weight-semibold);
567
+ color: var(--zds-color-text-primary);
568
+ text-wrap: balance;
569
+ }
570
+ .prose :where(p) {
571
+ margin-block: 0 1.25rem;
572
+ }
573
+ .prose :where(strong, b) {
574
+ font-weight: var(--zds-font-weight-semibold);
575
+ color: var(--zds-color-text-primary);
576
+ }
577
+ .prose :where(a) {
578
+ color: var(--zds-color-text-brand-tertiary);
579
+ text-decoration: underline;
580
+ }
581
+ .prose :where(a):hover {
582
+ color: var(--zds-color-text-brand-secondary);
583
+ }
584
+ .prose :where(ul, ol) {
585
+ margin-block: 0 1.25rem;
586
+ padding-inline-start: 1.25rem;
587
+ }
588
+ .prose :where(ul) {
589
+ list-style-type: disc;
590
+ }
591
+ .prose :where(ol) {
592
+ list-style-type: decimal;
593
+ }
594
+ .prose :where(li) {
595
+ margin-block: 0.5rem;
596
+ }
597
+ .prose :where(li > ul, li > ol) {
598
+ margin-block: 0.5rem 0;
599
+ }
600
+ .prose :where(li)::marker {
601
+ color: var(--zds-color-text-quaternary);
602
+ }
603
+ .prose :where(blockquote) {
604
+ margin-block: 2rem;
605
+ padding-inline-start: 1.25rem;
606
+ border-inline-start: 2px solid var(--zds-color-border-primary);
607
+ }
608
+ .prose :where(blockquote p:last-child) {
609
+ margin-block-end: 0;
610
+ }
611
+ .prose :where(code) {
612
+ padding: 0.125rem 0.375rem;
613
+ border-radius: var(--zds-radius-xs);
614
+ background-color: var(--zds-color-bg-secondary);
615
+ color: var(--zds-color-text-primary);
616
+ font-size: 0.9375em;
617
+ }
618
+ .prose :where(pre) {
619
+ margin-block: 0 1.5rem;
620
+ padding: 1rem;
621
+ border-radius: var(--zds-radius-lg);
622
+ background-color: var(--zds-color-bg-secondary);
623
+ overflow-x: auto;
624
+ }
625
+ .prose :where(pre code) {
626
+ padding: 0;
627
+ border-radius: 0;
628
+ background-color: transparent;
629
+ font-size: inherit;
630
+ }
631
+ .prose :where(figure) {
632
+ margin-block: 2rem;
633
+ }
634
+ .prose :where(img) {
635
+ border-radius: var(--zds-radius-lg);
636
+ }
637
+ .prose :where(figcaption) {
638
+ margin-block-start: 0.75rem;
639
+ font-size: var(--zds-text-body-sm);
640
+ line-height: var(--zds-text-body-sm-line-height);
641
+ }
642
+ .prose :where(table) {
643
+ width: 100%;
644
+ margin-block: 0 1.5rem;
645
+ border-collapse: collapse;
646
+ font-size: var(--zds-text-body-sm);
647
+ line-height: var(--zds-text-body-sm-line-height);
648
+ text-wrap: initial;
649
+ }
650
+ .prose :where(th) {
651
+ padding: 0.75rem 1rem 0.75rem 0;
652
+ border-block-end: 1px solid var(--zds-color-border-primary);
653
+ font-weight: var(--zds-font-weight-semibold);
654
+ color: var(--zds-color-text-primary);
655
+ text-align: start;
656
+ }
657
+ .prose :where(td) {
658
+ padding: 0.75rem 1rem 0.75rem 0;
659
+ border-block-end: 1px solid var(--zds-color-border-secondary);
660
+ vertical-align: baseline;
661
+ }
662
+ .prose :where(th:last-child, td:last-child) {
663
+ padding-inline-end: 0;
664
+ }
665
+ .prose :where(hr) {
666
+ margin-block: 3rem;
667
+ border: 0;
668
+ border-block-start: 1px solid var(--zds-color-border-secondary);
669
+ }
670
+ .prose > :where(:first-child) {
671
+ margin-block-start: 0;
672
+ }
673
+ .prose > :where(:last-child) {
674
+ margin-block-end: 0;
675
+ }
676
+
677
+ /* src/styles/base.css */
678
+ html,
679
+ body {
680
+ font-family: var(--zds-font-family-body);
681
+ -webkit-font-smoothing: antialiased;
682
+ -moz-osx-font-smoothing: grayscale;
683
+ -webkit-font-variant-ligatures: contextual;
684
+ font-variant-ligatures: contextual;
685
+ -webkit-font-kerning: normal;
686
+ font-kerning: normal;
687
+ }
688
+ *,
689
+ ::before,
690
+ ::after {
691
+ text-underline-offset: 0.18em;
692
+ }
693
+ /*# sourceMappingURL=index.css.map */