@entur/typography 2.0.4-beta.0 → 3.0.0-beta.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.
@@ -0,0 +1,1092 @@
1
+ @layer core, third-party, components, utilities, app;
2
+ @layer core.reset, core.tokens, core.base;
3
+ @layer third-party.imports, third-party.overrides;
4
+ @layer components.primitives, components.composites, components.overrides;
5
+ @layer core.base{
6
+ @font-face{
7
+ font-family:nationale;
8
+ src:url("../../../fonts/Entur-Nationale-Light.eot");
9
+ src:url("../../../fonts/Entur-Nationale-Light.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Entur-Nationale-Light.woff2") format("woff2"), url("../../../fonts/Entur-Nationale-Light.woff") format("woff");
10
+ font-weight:300;
11
+ font-style:normal;
12
+ font-display:swap;
13
+ }
14
+ @font-face{
15
+ font-family:nationale;
16
+ src:url("../../../fonts/Entur-Nationale-LightItalic.eot");
17
+ src:url("../../../fonts/Entur-Nationale-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Entur-Nationale-LightItalic.woff2") format("woff2"), url("../../../fonts/Entur-Nationale-LightItalic.woff") format("woff");
18
+ font-weight:300;
19
+ font-style:italic;
20
+ font-display:swap;
21
+ }
22
+ @font-face{
23
+ font-family:nationale;
24
+ src:url("../../../fonts/Entur-Nationale-Regular.eot");
25
+ src:url("../../../fonts/Entur-Nationale-Regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Entur-Nationale-Regular.woff2") format("woff2"), url("../../../fonts/Entur-Nationale-Regular.woff") format("woff");
26
+ font-weight:400;
27
+ font-style:normal;
28
+ font-display:swap;
29
+ }
30
+ @font-face{
31
+ font-family:nationale;
32
+ src:url("../../../fonts/Entur-Nationale-Italic.eot");
33
+ src:url("../../../fonts/Entur-Nationale-Italic.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Entur-Nationale-Italic.woff2") format("woff2"), url("../../../fonts/Entur-Nationale-Italic.woff") format("woff");
34
+ font-weight:400;
35
+ font-style:italic;
36
+ font-display:swap;
37
+ }
38
+ @font-face{
39
+ font-family:nationale;
40
+ src:url("../../../fonts/Entur-Nationale-Medium.eot");
41
+ src:url("../../../fonts/Entur-Nationale-Medium.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Entur-Nationale-Medium.woff2") format("woff2"), url("../../../fonts/Entur-Nationale-Medium.woff") format("woff");
42
+ font-weight:500;
43
+ font-style:normal;
44
+ font-display:swap;
45
+ }
46
+ @font-face{
47
+ font-family:nationale;
48
+ src:url("../../../fonts/Entur-Nationale-MediumItalic.eot");
49
+ src:url("../../../fonts/Entur-Nationale-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Entur-Nationale-MediumItalic.woff2") format("woff2"), url("../../../fonts/Entur-Nationale-MediumItalic.woff") format("woff");
50
+ font-weight:500;
51
+ font-style:italic;
52
+ font-display:swap;
53
+ }
54
+ @font-face{
55
+ font-family:nationale;
56
+ src:url("../../../fonts/Entur-Nationale-Demibold.eot");
57
+ src:url("../../../fonts/Entur-Nationale-Demibold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Entur-Nationale-Demibold.woff2") format("woff2"), url("../../../fonts/Entur-Nationale-Demibold.woff") format("woff");
58
+ font-weight:600;
59
+ font-style:normal;
60
+ font-display:swap;
61
+ }
62
+ @font-face{
63
+ font-family:nationale;
64
+ src:url("../../../fonts/Entur-Nationale-DemiboldItalic.eot");
65
+ src:url("../../../fonts/Entur-Nationale-DemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Entur-Nationale-DemiboldItalic.woff2") format("woff2"), url("../../../fonts/Entur-Nationale-DemiboldItalic.woff") format("woff");
66
+ font-weight:600;
67
+ font-style:italic;
68
+ font-display:swap;
69
+ }
70
+ }
71
+ [data-color-mode=light],
72
+ :root{
73
+ --components-typography-basetext-contrast-text-accent:#ffffff;
74
+ --components-typography-basetext-standard-text-accent:#181c56;
75
+ --components-typography-blockquote-contrast-stroke:#8284ab;
76
+ --components-typography-blockquote-contrast-text-accent:#ffffff;
77
+ --components-typography-blockquote-contrast-text-subdued:#d9dae8;
78
+ --components-typography-blockquote-standard-stroke:#8284ab;
79
+ --components-typography-blockquote-standard-text-accent:#181c56;
80
+ --components-typography-blockquote-standard-text-subdued:#626493;
81
+ --components-typography-codetext-contrast-border:rgba(255, 255, 255, 0);
82
+ --components-typography-codetext-contrast-border-interactive:#aeb7e2;
83
+ --components-typography-codetext-contrast-fill:#f6f6f9;
84
+ --components-typography-codetext-contrast-text:#181c56;
85
+ --components-typography-codetext-standard-border:rgba(84, 86, 140, 0.4);
86
+ --components-typography-codetext-standard-border-interactive:#181c56;
87
+ --components-typography-codetext-standard-fill:#f6f6f9;
88
+ --components-typography-codetext-standard-text:#181c56;
89
+ --components-typography-label-contrast-text-accent:#d9dae8;
90
+ --components-typography-label-standard-text-accent:#626493;
91
+ --components-typography-list-contrast-border:#aeb7e2;
92
+ --components-typography-list-contrast-text-accent:#ffffff;
93
+ --components-typography-list-standard-border:#aeb7e2;
94
+ --components-typography-list-standard-text-accent:#181c56;
95
+ }
96
+
97
+ [data-color-mode=dark]{
98
+ --components-typography-basetext-contrast-text-accent:#e5e5e9;
99
+ --components-typography-basetext-standard-text-accent:#e5e5e9;
100
+ --components-typography-blockquote-contrast-stroke:#81828f;
101
+ --components-typography-blockquote-contrast-text-accent:#e5e5e9;
102
+ --components-typography-blockquote-contrast-text-subdued:#b3b4bd;
103
+ --components-typography-blockquote-standard-stroke:#81828f;
104
+ --components-typography-blockquote-standard-text-accent:#e5e5e9;
105
+ --components-typography-blockquote-standard-text-subdued:#b3b4bd;
106
+ --components-typography-codetext-contrast-border:rgba(255, 255, 255, 0);
107
+ --components-typography-codetext-contrast-border-interactive:#e5e5e9;
108
+ --components-typography-codetext-contrast-fill:#393a49;
109
+ --components-typography-codetext-contrast-text:#e5e5e9;
110
+ --components-typography-codetext-standard-border:rgba(255, 255, 255, 0);
111
+ --components-typography-codetext-standard-border-interactive:#e5e5e9;
112
+ --components-typography-codetext-standard-fill:#393a49;
113
+ --components-typography-codetext-standard-text:#e5e5e9;
114
+ --components-typography-label-contrast-text-accent:#e5e5e9;
115
+ --components-typography-label-standard-text-accent:#e5e5e9;
116
+ --components-typography-list-contrast-border:#aeb7e2;
117
+ --components-typography-list-contrast-text-accent:#e5e5e9;
118
+ --components-typography-list-standard-border:#aeb7e2;
119
+ --components-typography-list-standard-text-accent:#e5e5e9;
120
+ }
121
+ /*
122
+ * Typography Display Modes
123
+ *
124
+ * This system allows you to control typography scaling based on view size.
125
+ * Use the vie-mode attribute to switch between different typography scales:
126
+ *
127
+ * - Compact: [data-view-mode='compact'] or no attribute (responsive)
128
+ * - Display: [data-view-mode='display'] for big screens, kiosks, etc.
129
+ *
130
+ * Usage:
131
+ * <html data-view-mode="display"> or <div data-view-mode="display">
132
+ *
133
+ * The system automatically handles responsive behavior within each mode.
134
+ */
135
+ /* Primitive size */
136
+ :root{
137
+ /* number */
138
+ --size-0:0rem;
139
+ --size-1:0.0625rem;
140
+ --size-2:0.125rem;
141
+ --size-3:0.25rem;
142
+ --size-4:0.375rem;
143
+ --size-5:0.5rem;
144
+ --size-6:0.75rem;
145
+ --size-7:0.875rem;
146
+ --size-8:1rem;
147
+ --size-9:1.25rem;
148
+ --size-10:1.5rem;
149
+ --size-11:1.75rem;
150
+ --size-12:2rem;
151
+ --size-13:2.25rem;
152
+ --size-14:2.5rem;
153
+ --size-15:2.75rem;
154
+ --size-16:3rem;
155
+ --size-17:3.25rem;
156
+ --size-18:3.5rem;
157
+ --size-19:4rem;
158
+ --size-20:4.5rem;
159
+ --size-21:5rem;
160
+ --size-22:5.5rem;
161
+ --size-23:6rem;
162
+ --size-24:6.5rem;
163
+ --size-25:7rem;
164
+ --size-26:7.5rem;
165
+ --size-27:8rem;
166
+ --size-28:8.5rem;
167
+ --size-29:9rem;
168
+ --size-30:9.5rem;
169
+ --size-31:10rem;
170
+ }
171
+
172
+ :root,
173
+ [data-view-mode=standard]{
174
+ /* number */
175
+ --font-line-height-body-xs:var(--size-8);
176
+ --font-line-height-body-s:var(--size-9);
177
+ --font-line-height-body-m:var(--size-10);
178
+ --font-line-height-body-lg:var(--size-11);
179
+ --font-line-height-body-xl:var(--size-12);
180
+ --font-line-height-heading-xs:var(--size-8);
181
+ --font-line-height-heading-s:var(--size-9);
182
+ --font-line-height-heading-m:var(--size-10);
183
+ --font-line-height-heading-lg:var(--size-11);
184
+ --font-line-height-heading-xl:var(--size-13);
185
+ --font-line-height-heading-2xl:var(--size-15);
186
+ --font-line-height-label-s:var(--size-8);
187
+ --font-line-height-label-m:var(--size-9);
188
+ --font-line-height-label-lg:var(--size-10);
189
+ --font-paragraph-spacing-body-xs:var(--size-5);
190
+ --font-paragraph-spacing-body-s:var(--size-6);
191
+ --font-paragraph-spacing-body-m:var(--size-8);
192
+ --font-paragraph-spacing-body-lg:var(--size-10);
193
+ --font-paragraph-spacing-body-xl:var(--size-10);
194
+ --font-paragraph-spacing-heading-xs:var(--size-5);
195
+ --font-paragraph-spacing-heading-m:var(--size-6);
196
+ --font-paragraph-spacing-heading-s:var(--size-6);
197
+ --font-paragraph-spacing-heading-lg:var(--size-8);
198
+ --font-paragraph-spacing-heading-xl:var(--size-9);
199
+ --font-paragraph-spacing-heading-2xl:var(--size-10);
200
+ --font-size-body-xs:var(--size-6);
201
+ --font-size-body-s:var(--size-7);
202
+ --font-size-body-m:var(--size-8);
203
+ --font-size-body-lg:var(--size-9);
204
+ --font-size-body-xl:var(--size-10);
205
+ --font-size-heading-xs:var(--size-7);
206
+ --font-size-heading-s:var(--size-8);
207
+ --font-size-heading-m:var(--size-9);
208
+ --font-size-heading-lg:var(--size-10);
209
+ --font-size-heading-xl:var(--size-12);
210
+ --font-size-heading-2xl:var(--size-14);
211
+ --font-size-label-s:var(--size-7);
212
+ --font-size-label-m:var(--size-8);
213
+ --font-size-label-lg:var(--size-9);
214
+ /* string */
215
+ --font-family-nationale:nationale;
216
+ --font-weight-body:500;
217
+ --font-weight-heading:600;
218
+ }
219
+
220
+ [data-view-mode=compact]{
221
+ /* number */
222
+ --font-line-height-body-xs:var(--size-8);
223
+ --font-line-height-body-s:var(--size-9);
224
+ --font-line-height-body-lg:var(--size-10);
225
+ --font-line-height-body-m:var(--size-10);
226
+ --font-line-height-body-xl:var(--size-11);
227
+ --font-line-height-heading-s:var(--size-8);
228
+ --font-line-height-heading-xs:var(--size-8);
229
+ --font-line-height-heading-m:var(--size-9);
230
+ --font-line-height-heading-lg:var(--size-10);
231
+ --font-line-height-heading-xl:var(--size-11);
232
+ --font-line-height-heading-2xl:var(--size-12);
233
+ --font-line-height-label-m:var(--size-8);
234
+ --font-line-height-label-s:var(--size-8);
235
+ --font-line-height-label-lg:var(--size-9);
236
+ --font-paragraph-spacing-body-xs:var(--size-5);
237
+ --font-paragraph-spacing-body-s:var(--size-6);
238
+ --font-paragraph-spacing-body-m:var(--size-8);
239
+ --font-paragraph-spacing-body-lg:var(--size-9);
240
+ --font-paragraph-spacing-body-xl:var(--size-9);
241
+ --font-paragraph-spacing-heading-s:var(--size-5);
242
+ --font-paragraph-spacing-heading-xs:var(--size-5);
243
+ --font-paragraph-spacing-heading-lg:var(--size-6);
244
+ --font-paragraph-spacing-heading-m:var(--size-6);
245
+ --font-paragraph-spacing-heading-2xl:var(--size-8);
246
+ --font-paragraph-spacing-heading-xl:var(--size-8);
247
+ --font-size-body-xs:var(--size-6);
248
+ --font-size-body-s:var(--size-7);
249
+ --font-size-body-lg:var(--size-8);
250
+ --font-size-body-m:var(--size-8);
251
+ --font-size-body-xl:var(--size-9);
252
+ --font-size-heading-xs:var(--size-6);
253
+ --font-size-heading-s:var(--size-7);
254
+ --font-size-heading-m:var(--size-8);
255
+ --font-size-heading-lg:var(--size-9);
256
+ --font-size-heading-xl:var(--size-10);
257
+ --font-size-heading-2xl:var(--size-11);
258
+ --font-size-label-s:var(--size-7);
259
+ --font-size-label-m:var(--size-8);
260
+ --font-size-label-lg:var(--size-9);
261
+ /* string */
262
+ --font-family-nationale:nationale;
263
+ --font-weight-body:500;
264
+ --font-weight-heading:600;
265
+ }
266
+
267
+ [data-view-mode=display]{
268
+ /* number */
269
+ --font-line-height-body-xs:var(--size-11);
270
+ --font-line-height-body-s:var(--size-12);
271
+ --font-line-height-body-m:var(--size-15);
272
+ --font-line-height-body-lg:var(--size-18);
273
+ --font-line-height-body-xl:var(--size-19);
274
+ --font-line-height-heading-xs:var(--size-11);
275
+ --font-line-height-heading-s:var(--size-13);
276
+ --font-line-height-heading-m:var(--size-15);
277
+ --font-line-height-heading-lg:var(--size-18);
278
+ --font-line-height-heading-xl:var(--size-20);
279
+ --font-line-height-heading-2xl:var(--size-21);
280
+ --font-line-height-label-s:var(--size-11);
281
+ --font-line-height-label-m:var(--size-13);
282
+ --font-line-height-label-lg:var(--size-15);
283
+ --font-paragraph-spacing-body-xs:var(--size-9);
284
+ --font-paragraph-spacing-body-s:var(--size-10);
285
+ --font-paragraph-spacing-body-m:var(--size-12);
286
+ --font-paragraph-spacing-body-lg:var(--size-14);
287
+ --font-paragraph-spacing-body-xl:var(--size-16);
288
+ --font-paragraph-spacing-heading-xs:var(--size-6);
289
+ --font-paragraph-spacing-heading-s:var(--size-8);
290
+ --font-paragraph-spacing-heading-m:var(--size-9);
291
+ --font-paragraph-spacing-heading-lg:var(--size-10);
292
+ --font-paragraph-spacing-heading-xl:var(--size-12);
293
+ --font-paragraph-spacing-heading-2xl:var(--size-13);
294
+ --font-size-body-xs:var(--size-9);
295
+ --font-size-body-s:var(--size-10);
296
+ --font-size-body-m:var(--size-12);
297
+ --font-size-body-lg:var(--size-14);
298
+ --font-size-body-xl:var(--size-16);
299
+ --font-size-heading-xs:var(--size-10);
300
+ --font-size-heading-s:var(--size-12);
301
+ --font-size-heading-m:var(--size-14);
302
+ --font-size-heading-lg:var(--size-16);
303
+ --font-size-heading-xl:var(--size-19);
304
+ --font-size-heading-2xl:var(--size-20);
305
+ --font-size-label-s:var(--size-10);
306
+ --font-size-label-m:var(--size-12);
307
+ --font-size-label-lg:var(--size-14);
308
+ /* string */
309
+ --font-family-nationale:nationale;
310
+ --font-weight-body:500;
311
+ --font-weight-heading:600;
312
+ }
313
+
314
+ @layer core.reset{
315
+ /*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
316
+ /*
317
+ Document
318
+ ========
319
+ */
320
+ /**
321
+ Use a better box model (opinionated).
322
+ */
323
+ *,
324
+ ::before,
325
+ ::after{
326
+ -webkit-box-sizing:border-box;
327
+ -moz-box-sizing:border-box;
328
+ box-sizing:border-box;
329
+ }
330
+ html{
331
+ /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
332
+ font-family:system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
333
+ line-height:1.15; /* 1. Correct the line height in all browsers. */
334
+ -webkit-text-size-adjust:100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
335
+ -moz-tab-size:4;
336
+ -o-tab-size:4;
337
+ tab-size:4; /* 3. Use a more readable tab size (opinionated). */
338
+ }
339
+ /*
340
+ Sections
341
+ ========
342
+ */
343
+ body{
344
+ margin:0; /* Remove the margin in all browsers. */
345
+ }
346
+ /*
347
+ Text-level semantics
348
+ ====================
349
+ */
350
+ /**
351
+ Add the correct font weight in Chrome and Safari.
352
+ */
353
+ b,
354
+ strong{
355
+ font-weight:bolder;
356
+ }
357
+ /**
358
+ 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
359
+ 2. Correct the odd 'em' font sizing in all browsers.
360
+ */
361
+ code,
362
+ kbd,
363
+ samp,
364
+ pre{
365
+ font-family:ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
366
+ font-size:1em; /* 2 */
367
+ }
368
+ /**
369
+ Add the correct font size in all browsers.
370
+ */
371
+ small{
372
+ font-size:80%;
373
+ }
374
+ /**
375
+ Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
376
+ */
377
+ sub,
378
+ sup{
379
+ font-size:75%;
380
+ line-height:0;
381
+ position:relative;
382
+ vertical-align:baseline;
383
+ }
384
+ sub{
385
+ bottom:-0.25em;
386
+ }
387
+ sup{
388
+ top:-0.5em;
389
+ }
390
+ /*
391
+ Tabular data
392
+ ============
393
+ */
394
+ /**
395
+ Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
396
+ */
397
+ table{
398
+ border-color:currentcolor;
399
+ }
400
+ /*
401
+ Forms
402
+ =====
403
+ */
404
+ /**
405
+ 1. Change the font styles in all browsers.
406
+ 2. Remove the margin in Firefox and Safari.
407
+ */
408
+ button,
409
+ input,
410
+ optgroup,
411
+ select,
412
+ textarea{
413
+ font-family:inherit; /* 1 */
414
+ font-size:100%; /* 1 */
415
+ line-height:1.15; /* 1 */
416
+ margin:0; /* 2 */
417
+ }
418
+ /**
419
+ Correct the inability to style clickable types in iOS and Safari.
420
+ */
421
+ button,
422
+ [type=button],
423
+ [type=reset],
424
+ [type=submit]{
425
+ -webkit-appearance:button;
426
+ }
427
+ /**
428
+ Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
429
+ */
430
+ legend{
431
+ padding:0;
432
+ }
433
+ /**
434
+ Add the correct vertical alignment in Chrome and Firefox.
435
+ */
436
+ progress{
437
+ vertical-align:baseline;
438
+ }
439
+ /**
440
+ Correct the cursor style of increment and decrement buttons in Safari.
441
+ */
442
+ ::-webkit-inner-spin-button,
443
+ ::-webkit-outer-spin-button{
444
+ height:auto;
445
+ }
446
+ /**
447
+ 1. Correct the odd appearance in Chrome and Safari.
448
+ 2. Correct the outline style in Safari.
449
+ */
450
+ [type=search]{
451
+ -webkit-appearance:textfield; /* 1 */
452
+ outline-offset:-2px; /* 2 */
453
+ }
454
+ /**
455
+ Remove the inner padding in Chrome and Safari on macOS.
456
+ */
457
+ ::-webkit-search-decoration{
458
+ -webkit-appearance:none;
459
+ }
460
+ /**
461
+ 1. Correct the inability to style clickable types in iOS and Safari.
462
+ 2. Change font properties to 'inherit' in Safari.
463
+ */
464
+ ::-webkit-file-upload-button{
465
+ -webkit-appearance:button; /* 1 */
466
+ font:inherit; /* 2 */
467
+ }
468
+ /*
469
+ Interactive
470
+ ===========
471
+ */
472
+ /*
473
+ Add the correct display in Chrome and Safari.
474
+ */
475
+ summary{
476
+ display:list-item;
477
+ }
478
+ }@layer components.primitives{
479
+ .eds-heading{
480
+ color:var(--components-typography-basetext-standard-text-accent);
481
+ font-weight:var(--font-weight-heading);
482
+ margin:0;
483
+ }
484
+ :where(.eds-contrast) .eds-heading{
485
+ color:var(--components-typography-basetext-contrast-text-accent);
486
+ }
487
+ .eds-heading--2xl{
488
+ font-size:var(--font-size-heading-2xl);
489
+ line-height:var(--font-line-height-heading-2xl);
490
+ }
491
+ .eds-heading--xl{
492
+ font-size:var(--font-size-heading-xl);
493
+ line-height:var(--font-line-height-heading-xl);
494
+ }
495
+ .eds-heading--lg{
496
+ font-size:var(--font-size-heading-lg);
497
+ line-height:var(--font-line-height-heading-lg);
498
+ }
499
+ .eds-heading--m{
500
+ font-size:var(--font-size-heading-m);
501
+ line-height:var(--font-line-height-heading-m);
502
+ }
503
+ .eds-heading--s{
504
+ font-size:var(--font-size-heading-s);
505
+ line-height:var(--font-line-height-heading-s);
506
+ }
507
+ .eds-heading--xs{
508
+ font-size:var(--font-size-heading-xs);
509
+ line-height:var(--font-line-height-heading-xs);
510
+ }
511
+ .eds-heading--title-1{
512
+ font-size:var(--font-size-heading-2xl);
513
+ line-height:var(--font-line-height-heading-2xl);
514
+ margin-bottom:var(--font-paragraph-spacing-heading-2xl);
515
+ }
516
+ .eds-heading--title-1:where(:not(:first-child)){
517
+ margin-top:var(--font-paragraph-spacing-heading-2xl);
518
+ }
519
+ .eds-heading--title-2{
520
+ font-size:var(--font-size-heading-xl);
521
+ line-height:var(--font-line-height-heading-xl);
522
+ margin-bottom:var(--font-paragraph-spacing-heading-xl);
523
+ }
524
+ .eds-heading--title-2:where(:not(:first-child)){
525
+ margin-top:var(--font-paragraph-spacing-heading-xl);
526
+ }
527
+ .eds-heading--subtitle-1{
528
+ font-size:var(--font-size-heading-lg);
529
+ line-height:var(--font-line-height-heading-lg);
530
+ margin-bottom:var(--font-paragraph-spacing-heading-lg);
531
+ }
532
+ .eds-heading--subtitle-1:where(:not(:first-child)){
533
+ margin-top:var(--font-paragraph-spacing-heading-lg);
534
+ }
535
+ .eds-heading--subtitle-2{
536
+ font-size:var(--font-size-heading-m);
537
+ line-height:var(--font-line-height-heading-m);
538
+ margin-bottom:var(--font-paragraph-spacing-heading-m);
539
+ }
540
+ .eds-heading--subtitle-2:where(:not(:first-child)){
541
+ margin-top:var(--font-paragraph-spacing-heading-m);
542
+ }
543
+ .eds-heading--section-1{
544
+ font-size:var(--font-size-heading-s);
545
+ line-height:var(--font-line-height-heading-s);
546
+ margin-bottom:var(--font-paragraph-spacing-heading-s);
547
+ }
548
+ .eds-heading--section-1:where(:not(:first-child)){
549
+ margin-top:var(--font-paragraph-spacing-heading-s);
550
+ }
551
+ .eds-heading--section-2{
552
+ font-size:var(--font-size-heading-xs);
553
+ line-height:var(--font-line-height-heading-xs);
554
+ margin-bottom:var(--font-paragraph-spacing-heading-xs);
555
+ }
556
+ .eds-heading--section-2:where(:not(:first-child)){
557
+ margin-top:var(--font-paragraph-spacing-heading-xs);
558
+ }
559
+ .eds-heading--spacing-none{
560
+ margin-top:0;
561
+ margin-bottom:0;
562
+ }
563
+ .eds-heading--spacing-xs2{
564
+ margin-top:0.25rem;
565
+ margin-bottom:0.25rem;
566
+ }
567
+ .eds-heading--spacing-xs2-top{
568
+ margin-top:0.25rem;
569
+ margin-bottom:0;
570
+ }
571
+ .eds-heading--spacing-xs2-bottom{
572
+ margin-top:0;
573
+ margin-bottom:0.25rem;
574
+ }
575
+ .eds-heading--spacing-xs{
576
+ margin-top:0.5rem;
577
+ margin-bottom:0.5rem;
578
+ }
579
+ .eds-heading--spacing-xs-top{
580
+ margin-top:0.5rem;
581
+ margin-bottom:0;
582
+ }
583
+ .eds-heading--spacing-xs-bottom{
584
+ margin-top:0;
585
+ margin-bottom:0.5rem;
586
+ }
587
+ .eds-heading--spacing-sm{
588
+ margin-top:0.75rem;
589
+ margin-bottom:0.75rem;
590
+ }
591
+ .eds-heading--spacing-sm-top{
592
+ margin-top:0.75rem;
593
+ margin-bottom:0;
594
+ }
595
+ .eds-heading--spacing-sm-bottom{
596
+ margin-top:0;
597
+ margin-bottom:0.75rem;
598
+ }
599
+ .eds-heading--spacing-md{
600
+ margin-top:1rem;
601
+ margin-bottom:1rem;
602
+ }
603
+ .eds-heading--spacing-md-top{
604
+ margin-top:1rem;
605
+ margin-bottom:0;
606
+ }
607
+ .eds-heading--spacing-md-bottom{
608
+ margin-top:0;
609
+ margin-bottom:1rem;
610
+ }
611
+ .eds-heading--spacing-lg{
612
+ margin-top:1.5rem;
613
+ margin-bottom:1.5rem;
614
+ }
615
+ .eds-heading--spacing-lg-top{
616
+ margin-top:1.5rem;
617
+ margin-bottom:0;
618
+ }
619
+ .eds-heading--spacing-lg-bottom{
620
+ margin-top:0;
621
+ margin-bottom:1.5rem;
622
+ }
623
+ .eds-heading--spacing-xl{
624
+ margin-top:2rem;
625
+ margin-bottom:2rem;
626
+ }
627
+ .eds-heading--spacing-xl-top{
628
+ margin-top:2rem;
629
+ margin-bottom:0;
630
+ }
631
+ .eds-heading--spacing-xl-bottom{
632
+ margin-top:0;
633
+ margin-bottom:2rem;
634
+ }
635
+ }@layer components.primitives{
636
+ .eds-text{
637
+ color:var(--components-typography-basetext-standard-text-accent);
638
+ font-weight:var(--font-weight-body);
639
+ margin:0;
640
+ }
641
+ :where(.eds-contrast) .eds-text{
642
+ color:var(--components-typography-basetext-contrast-text-accent);
643
+ }
644
+ .eds-text--xs{
645
+ font-size:var(--font-size-body-xs);
646
+ line-height:var(--font-line-height-body-xs);
647
+ }
648
+ .eds-text--s{
649
+ font-size:var(--font-size-body-s);
650
+ line-height:var(--font-line-height-body-s);
651
+ }
652
+ .eds-text--m{
653
+ font-size:var(--font-size-body-m);
654
+ line-height:var(--font-line-height-body-m);
655
+ }
656
+ .eds-text--xl{
657
+ font-size:var(--font-size-body-xl);
658
+ line-height:var(--font-line-height-body-xl);
659
+ }
660
+ .eds-text--paragraph:where(:has(+ .eds-heading)){
661
+ margin-bottom:-webkit-calc(var(--font-line-height-body-m) + 1rem);
662
+ margin-bottom:-moz-calc(var(--font-line-height-body-m) + 1rem);
663
+ margin-bottom:calc(var(--font-line-height-body-m) + 1rem);
664
+ }
665
+ .eds-text--subparagraph:where(:has(+ .eds-heading)){
666
+ margin-bottom:-webkit-calc(var(--font-line-height-body-s) + 1rem);
667
+ margin-bottom:-moz-calc(var(--font-line-height-body-s) + 1rem);
668
+ margin-bottom:calc(var(--font-line-height-body-s) + 1rem);
669
+ }
670
+ .eds-text--leading:where(:has(+ .eds-heading)){
671
+ margin-bottom:-webkit-calc(var(--font-line-height-body-xl) + 1rem);
672
+ margin-bottom:-moz-calc(var(--font-line-height-body-xl) + 1rem);
673
+ margin-bottom:calc(var(--font-line-height-body-xl) + 1rem);
674
+ }
675
+ .eds-text--quote:where(:has(+ .eds-heading)){
676
+ margin-bottom:-webkit-calc(var(--font-line-height-body-lg) + 1rem);
677
+ margin-bottom:-moz-calc(var(--font-line-height-body-lg) + 1rem);
678
+ margin-bottom:calc(var(--font-line-height-body-lg) + 1rem);
679
+ }
680
+ .eds-text--caption:where(:has(+ .eds-heading)){
681
+ margin-bottom:-webkit-calc(var(--font-line-height-body-xs) + 1rem);
682
+ margin-bottom:-moz-calc(var(--font-line-height-body-xs) + 1rem);
683
+ margin-bottom:calc(var(--font-line-height-body-xs) + 1rem);
684
+ }
685
+ .eds-text--label:where(:has(+ .eds-heading)){
686
+ margin-bottom:-webkit-calc(var(--font-paragraph-spacing-body-xs) + 1rem);
687
+ margin-bottom:-moz-calc(var(--font-paragraph-spacing-body-xs) + 1rem);
688
+ margin-bottom:calc(var(--font-paragraph-spacing-body-xs) + 1rem);
689
+ }
690
+ .eds-text--sublabel:where(:has(+ .eds-heading)){
691
+ margin-bottom:-webkit-calc(var(--font-paragraph-spacing-body-xs) + 1rem);
692
+ margin-bottom:-moz-calc(var(--font-paragraph-spacing-body-xs) + 1rem);
693
+ margin-bottom:calc(var(--font-paragraph-spacing-body-xs) + 1rem);
694
+ }
695
+ .eds-text--unordered-list:where(:has(+ .eds-heading)){
696
+ margin-bottom:-webkit-calc(var(--font-line-height-body-lg) + 1rem);
697
+ margin-bottom:-moz-calc(var(--font-line-height-body-lg) + 1rem);
698
+ margin-bottom:calc(var(--font-line-height-body-lg) + 1rem);
699
+ }
700
+ .eds-text--numbered-list:where(:has(+ .eds-heading)){
701
+ margin-bottom:-webkit-calc(var(--font-line-height-body-lg) + 1rem);
702
+ margin-bottom:-moz-calc(var(--font-line-height-body-lg) + 1rem);
703
+ margin-bottom:calc(var(--font-line-height-body-lg) + 1rem);
704
+ }
705
+ .eds-text--blockquote:where(:has(+ .eds-heading)){
706
+ margin-bottom:-webkit-calc(var(--font-line-height-body-lg) + 1rem);
707
+ margin-bottom:-moz-calc(var(--font-line-height-body-lg) + 1rem);
708
+ margin-bottom:calc(var(--font-line-height-body-lg) + 1rem);
709
+ }
710
+ .eds-text--preformatted-text:where(:has(+ .eds-heading)){
711
+ margin-bottom:-webkit-calc(var(--font-line-height-body-lg) + 1rem);
712
+ margin-bottom:-moz-calc(var(--font-line-height-body-lg) + 1rem);
713
+ margin-bottom:calc(var(--font-line-height-body-lg) + 1rem);
714
+ }
715
+ .eds-text--code-text:where(:has(+ .eds-heading)){
716
+ margin-bottom:-webkit-calc(var(--font-line-height-body-lg) + 1rem);
717
+ margin-bottom:-moz-calc(var(--font-line-height-body-lg) + 1rem);
718
+ margin-bottom:calc(var(--font-line-height-body-lg) + 1rem);
719
+ }
720
+ .eds-text--leading{
721
+ font-size:var(--font-size-body-xl);
722
+ line-height:var(--font-line-height-body-xl);
723
+ margin-bottom:var(--font-line-height-body-xl);
724
+ }
725
+ .eds-text--quote{
726
+ font-size:var(--font-size-body-lg);
727
+ line-height:var(--font-line-height-body-lg);
728
+ margin-bottom:var(--font-line-height-body-lg);
729
+ }
730
+ .eds-text--paragraph{
731
+ font-size:var(--font-size-body-m);
732
+ line-height:var(--font-line-height-body-m);
733
+ margin-bottom:var(--font-line-height-body-m);
734
+ }
735
+ .eds-text--subparagraph{
736
+ font-size:var(--font-size-body-s);
737
+ line-height:var(--font-line-height-body-s);
738
+ margin-bottom:var(--font-line-height-body-s);
739
+ }
740
+ .eds-text--caption{
741
+ font-size:var(--font-size-body-xs);
742
+ line-height:var(--font-line-height-body-xs);
743
+ margin-bottom:var(--font-line-height-body-xs);
744
+ }
745
+ .eds-text--label{
746
+ font-size:var(--font-size-label-lg);
747
+ line-height:var(--font-line-height-label-lg);
748
+ margin-bottom:var(--font-paragraph-spacing-body-xs);
749
+ font-weight:600;
750
+ }
751
+ .eds-text--sublabel{
752
+ font-size:var(--font-size-label-s);
753
+ line-height:var(--font-line-height-label-s);
754
+ margin-bottom:var(--font-paragraph-spacing-body-xs);
755
+ font-weight:600;
756
+ }
757
+ .eds-text--overline{
758
+ font-size:var(--font-size-body-xs);
759
+ line-height:var(--font-line-height-body-xs);
760
+ margin-top:var(--font-paragraph-spacing-body-xs);
761
+ margin-bottom:var(--font-paragraph-spacing-body-m);
762
+ font-weight:500;
763
+ text-transform:uppercase;
764
+ }
765
+ .eds-text--emphasized{
766
+ font-style:italic;
767
+ font-weight:500;
768
+ }
769
+ .eds-text--code-text, .eds-text--preformatted-text{
770
+ background-color:var(--components-typography-codetext-standard-fill);
771
+ border:0.0625rem solid var(--components-typography-codetext-standard-border);
772
+ -webkit-border-radius:0.25rem;
773
+ -moz-border-radius:0.25rem;
774
+ border-radius:0.25rem;
775
+ color:var(--components-typography-codetext-standard-text);
776
+ font-family:"Monaco", monospace;
777
+ font-size:0.875rem;
778
+ }
779
+ :where(.eds-contrast) .eds-text--code-text, :where(.eds-contrast) .eds-text--preformatted-text{
780
+ background-color:var(--components-typography-codetext-contrast-fill);
781
+ border:0.0625rem solid var(--components-typography-codetext-contrast-border);
782
+ color:var(--components-typography-codetext-contrast-text);
783
+ }
784
+ .eds-text--preformatted-text{
785
+ padding:1rem;
786
+ white-space:pre-wrap;
787
+ word-break:keep-all;
788
+ margin-bottom:-webkit-calc(var(--font-line-height-body-lg) + 1rem);
789
+ margin-bottom:-moz-calc(var(--font-line-height-body-lg) + 1rem);
790
+ margin-bottom:calc(var(--font-line-height-body-lg) + 1rem);
791
+ }
792
+ .eds-text--code-text{
793
+ display:inline-block;
794
+ word-wrap:break-word;
795
+ word-wrap:anywhere;
796
+ padding:0 0.25rem;
797
+ }
798
+ .eds-text--weight-400, .eds-text--weight-regular{
799
+ font-weight:400;
800
+ }
801
+ .eds-text--weight-500, .eds-text--weight-medium{
802
+ font-weight:500;
803
+ }
804
+ .eds-text--weight-600, .eds-text--weight-semibold{
805
+ font-weight:600;
806
+ }
807
+ .eds-text--weight-700, .eds-text--weight-bold{
808
+ font-weight:700;
809
+ }
810
+ .eds-text--spacing-none{
811
+ margin-top:0;
812
+ margin-bottom:0;
813
+ }
814
+ .eds-text--spacing-xs2{
815
+ margin-top:0.25rem;
816
+ margin-bottom:0.25rem;
817
+ }
818
+ .eds-text--spacing-xs2-top{
819
+ margin-top:0.25rem;
820
+ margin-bottom:0;
821
+ }
822
+ .eds-text--spacing-xs2-bottom{
823
+ margin-top:0;
824
+ margin-bottom:0.25rem;
825
+ }
826
+ .eds-text--spacing-xs{
827
+ margin-top:0.5rem;
828
+ margin-bottom:0.5rem;
829
+ }
830
+ .eds-text--spacing-xs-top{
831
+ margin-top:0.5rem;
832
+ margin-bottom:0;
833
+ }
834
+ .eds-text--spacing-xs-bottom{
835
+ margin-top:0;
836
+ margin-bottom:0.5rem;
837
+ }
838
+ .eds-text--spacing-sm{
839
+ margin-top:0.75rem;
840
+ margin-bottom:0.75rem;
841
+ }
842
+ .eds-text--spacing-sm-top{
843
+ margin-top:0.75rem;
844
+ margin-bottom:0;
845
+ }
846
+ .eds-text--spacing-sm-bottom{
847
+ margin-top:0;
848
+ margin-bottom:0.75rem;
849
+ }
850
+ .eds-text--spacing-md{
851
+ margin-top:1rem;
852
+ margin-bottom:1rem;
853
+ }
854
+ .eds-text--spacing-md-top{
855
+ margin-top:1rem;
856
+ margin-bottom:0;
857
+ }
858
+ .eds-text--spacing-md-bottom{
859
+ margin-top:0;
860
+ margin-bottom:1rem;
861
+ }
862
+ .eds-text--spacing-lg{
863
+ margin-top:1.5rem;
864
+ margin-bottom:1.5rem;
865
+ }
866
+ .eds-text--spacing-lg-top{
867
+ margin-top:1.5rem;
868
+ margin-bottom:0;
869
+ }
870
+ .eds-text--spacing-lg-bottom{
871
+ margin-top:0;
872
+ margin-bottom:1.5rem;
873
+ }
874
+ .eds-text--spacing-xl{
875
+ margin-top:2rem;
876
+ margin-bottom:2rem;
877
+ }
878
+ .eds-text--spacing-xl-top{
879
+ margin-top:2rem;
880
+ margin-bottom:0;
881
+ }
882
+ .eds-text--spacing-xl-bottom{
883
+ margin-top:0;
884
+ margin-bottom:2rem;
885
+ }
886
+ .eds-text--link{
887
+ color:var(--components-typography-basetext-standard-text-accent);
888
+ }
889
+ :where(.eds-contrast) .eds-text--link{
890
+ color:var(--components-typography-basetext-contrast-text-accent);
891
+ }
892
+ .eds-text--link, .eds-text--link:where(:link), .eds-text--link:where(:visited){
893
+ font-size:inherit;
894
+ -webkit-text-decoration:none;
895
+ text-decoration:none;
896
+ position:relative;
897
+ background-image:-webkit-linear-gradient(330deg, var(--components-typography-basetext-standard-text-accent) 0%, var(--components-typography-basetext-standard-text-accent) 100%);
898
+ background-image:-moz-linear-gradient(330deg, var(--components-typography-basetext-standard-text-accent) 0%, var(--components-typography-basetext-standard-text-accent) 100%);
899
+ background-image:-o-linear-gradient(330deg, var(--components-typography-basetext-standard-text-accent) 0%, var(--components-typography-basetext-standard-text-accent) 100%);
900
+ background-image:linear-gradient(120deg, var(--components-typography-basetext-standard-text-accent) 0%, var(--components-typography-basetext-standard-text-accent) 100%);
901
+ background-repeat:no-repeat;
902
+ -moz-background-size:100% 0.125rem;
903
+ -o-background-size:100% 0.125rem;
904
+ background-size:100% 0.125rem;
905
+ background-position:0 100%;
906
+ }
907
+ :where(.eds-contrast) .eds-text--link, :where(.eds-contrast) .eds-text--link:where(:link), :where(.eds-contrast) .eds-text--link:where(:visited){
908
+ background-image:-webkit-linear-gradient(330deg, var(--components-typography-basetext-contrast-text-accent) 0%, var(--components-typography-basetext-contrast-text-accent) 100%);
909
+ background-image:-moz-linear-gradient(330deg, var(--components-typography-basetext-contrast-text-accent) 0%, var(--components-typography-basetext-contrast-text-accent) 100%);
910
+ background-image:-o-linear-gradient(330deg, var(--components-typography-basetext-contrast-text-accent) 0%, var(--components-typography-basetext-contrast-text-accent) 100%);
911
+ background-image:linear-gradient(120deg, var(--components-typography-basetext-contrast-text-accent) 0%, var(--components-typography-basetext-contrast-text-accent) 100%);
912
+ }
913
+ .eds-text--link:where(:hover){
914
+ -webkit-animation:eds-link-underline 0.3s ease-in;
915
+ -moz-animation:eds-link-underline 0.3s ease-in;
916
+ -o-animation:eds-link-underline 0.3s ease-in;
917
+ animation:eds-link-underline 0.3s ease-in;
918
+ cursor:pointer;
919
+ }
920
+ @-webkit-keyframes eds-link-underline{
921
+ from{
922
+ background-size:0% 0.125rem;
923
+ }
924
+ to{
925
+ background-size:100% 0.125rem;
926
+ }
927
+ }
928
+ @-moz-keyframes eds-link-underline{
929
+ from{
930
+ -moz-background-size:0% 0.125rem;
931
+ background-size:0% 0.125rem;
932
+ }
933
+ to{
934
+ -moz-background-size:100% 0.125rem;
935
+ background-size:100% 0.125rem;
936
+ }
937
+ }
938
+ @-o-keyframes eds-link-underline{
939
+ from{
940
+ -o-background-size:0% 0.125rem;
941
+ background-size:0% 0.125rem;
942
+ }
943
+ to{
944
+ -o-background-size:100% 0.125rem;
945
+ background-size:100% 0.125rem;
946
+ }
947
+ }
948
+ @keyframes eds-link-underline{
949
+ from{
950
+ -moz-background-size:0% 0.125rem;
951
+ -o-background-size:0% 0.125rem;
952
+ background-size:0% 0.125rem;
953
+ }
954
+ to{
955
+ -moz-background-size:100% 0.125rem;
956
+ -o-background-size:100% 0.125rem;
957
+ background-size:100% 0.125rem;
958
+ }
959
+ }
960
+ .eds-text--link:where(:focus-visible){
961
+ outline:2px solid #181c56;
962
+ outline-color:var(--basecolors-stroke-focus-standard);
963
+ outline-offset:0.125rem;
964
+ }
965
+ :where(.eds-contrast) .eds-text--link:where(:focus-visible){
966
+ outline-color:var(--basecolors-stroke-focus-contrast);
967
+ }
968
+ @media screen and (min-width: 50rem){
969
+ .eds-text--link{
970
+ font-size:1rem;
971
+ line-height:1.5rem;
972
+ }
973
+ }
974
+ .eds-text--link--ext-icon{
975
+ margin-left:0.25rem;
976
+ }
977
+ p .eds-text--link--ext-icon{
978
+ top:0;
979
+ }
980
+ .eds-text--blockquote{
981
+ border-left:0.25rem solid var(--components-typography-blockquote-standard-stroke);
982
+ font-family:inherit;
983
+ margin:0;
984
+ padding:0.5rem;
985
+ padding-left:2rem;
986
+ font-size:var(--font-size-body-lg);
987
+ line-height:var(--font-line-height-body-lg);
988
+ margin-bottom:var(--font-line-height-body-lg);
989
+ color:var(--components-typography-blockquote-standard-text-accent);
990
+ }
991
+ :where(.eds-contrast) .eds-text--blockquote{
992
+ color:var(--components-typography-blockquote-contrast-text-accent);
993
+ }
994
+ .eds-text--blockquote__footer{
995
+ font-size:var(--font-size-body-s);
996
+ line-height:1.375rem;
997
+ letter-spacing:1px;
998
+ margin-top:1.5rem;
999
+ text-transform:uppercase;
1000
+ color:var(--components-typography-blockquote-standard-text-accent);
1001
+ }
1002
+ :where(.eds-contrast) .eds-text--blockquote__footer{
1003
+ color:var(--components-typography-blockquote-contrast-text-accent);
1004
+ }
1005
+ .eds-text--unordered-list{
1006
+ list-style:none;
1007
+ margin-bottom:var(--font-line-height-body-lg);
1008
+ color:var(--components-typography-list-standard-text-accent);
1009
+ }
1010
+ :where(.eds-contrast) .eds-text--unordered-list{
1011
+ color:var(--components-typography-list-contrast-text-accent);
1012
+ }
1013
+ .eds-text--unordered-list .eds-text--list-item::before{
1014
+ content:"";
1015
+ background:var(--components-typography-list-standard-border);
1016
+ display:block;
1017
+ height:0.125rem;
1018
+ left:-1.75rem;
1019
+ top:0.75rem;
1020
+ position:relative;
1021
+ width:0.75rem;
1022
+ }
1023
+ .eds-text--numbered-list{
1024
+ counter-reset:eds-numbered-list-counter;
1025
+ list-style:none;
1026
+ margin-bottom:var(--font-line-height-body-lg);
1027
+ color:var(--components-typography-list-standard-text-accent);
1028
+ }
1029
+ :where(.eds-contrast) .eds-text--numbered-list{
1030
+ color:var(--components-typography-list-contrast-text-accent);
1031
+ }
1032
+ .eds-text--numbered-list--type-a > .eds-text--list-item::before{
1033
+ content:counter(eds-numbered-list-counter, lower-alpha);
1034
+ }
1035
+ .eds-text--numbered-list--type-A > .eds-text--list-item::before{
1036
+ content:counter(eds-numbered-list-counter, upper-alpha);
1037
+ }
1038
+ .eds-text--numbered-list--type-1 > .eds-text--list-item::before{
1039
+ content:counter(eds-numbered-list-counter, decimal);
1040
+ }
1041
+ .eds-text--numbered-list--type-i > .eds-text--list-item::before{
1042
+ content:counter(eds-numbered-list-counter, lower-roman);
1043
+ }
1044
+ .eds-text--numbered-list--type-I > .eds-text--list-item::before{
1045
+ content:counter(eds-numbered-list-counter, upper-roman);
1046
+ }
1047
+ .eds-text--list-item{
1048
+ padding-left:0.5rem;
1049
+ }
1050
+ .eds-text--numbered-list > .eds-text--list-item{
1051
+ counter-increment:eds-numbered-list-counter;
1052
+ margin-bottom:var(--font-paragraph-spacing-body-m);
1053
+ position:relative;
1054
+ color:var(--components-typography-list-standard-text-accent);
1055
+ }
1056
+ :where(.eds-contrast) .eds-text--numbered-list > .eds-text--list-item{
1057
+ color:var(--components-typography-list-contrast-text-accent);
1058
+ }
1059
+ .eds-text--numbered-list > .eds-text--list-item::before{
1060
+ color:var(--primary-text-color);
1061
+ position:absolute;
1062
+ font-weight:var(--font-weight-heading);
1063
+ left:-2.5rem;
1064
+ border:0.125rem solid var(--components-typography-list-standard-border);
1065
+ -webkit-border-radius:50%;
1066
+ -moz-border-radius:50%;
1067
+ border-radius:50%;
1068
+ height:2rem;
1069
+ width:2rem;
1070
+ display:-webkit-box;
1071
+ display:-webkit-flex;
1072
+ display:-moz-box;
1073
+ display:flex;
1074
+ -webkit-box-align:center;
1075
+ -webkit-align-items:center;
1076
+ -moz-box-align:center;
1077
+ align-items:center;
1078
+ -webkit-box-pack:center;
1079
+ -webkit-justify-content:center;
1080
+ -moz-box-pack:center;
1081
+ justify-content:center;
1082
+ top:-0.25rem;
1083
+ }
1084
+ :where(.eds-contrast) .eds-text--numbered-list > .eds-text--list-item::before{
1085
+ border:0.125rem solid var(--components-typography-list-contrast-border);
1086
+ }
1087
+ .eds-text--list-item__title{
1088
+ display:block;
1089
+ font-weight:var(--font-weight-heading);
1090
+ margin-bottom:0.5rem;
1091
+ }
1092
+ }