@eui/styles 19.3.3-snapshot-1754667754469 → 21.0.0-alpha.1

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.
@@ -23,24 +23,6 @@ $border-width-map: (
23
23
  );
24
24
 
25
25
 
26
- // BOX SHADOW
27
-
28
- $box-shadow-map: (
29
- none: none,
30
- 1: (0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12)),
31
- 2: (0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)),
32
- 3: (0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12)),
33
- 4: (0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12)),
34
- 6: (0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12)),
35
- 8: (0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)),
36
- 9: (0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12)),
37
- 12: (0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)),
38
- 16: (0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12)),
39
- 24: (0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)),
40
- card: 0px 8px 13px -3px rgba(0, 0, 0, 0.07)
41
- );
42
-
43
-
44
26
  // BREAKPOINT
45
27
 
46
28
  $breakpoint-map: (
@@ -158,139 +140,285 @@ $z-index-map: (
158
140
  );
159
141
 
160
142
 
143
+
144
+
161
145
  // COLORS
162
146
 
147
+ // eUI DEFAULT NEUTRAL
148
+ $eui-neutral-160: #131313;
149
+ $eui-neutral-140: #1d1d1d;
150
+ $eui-neutral-120: #262626;
151
+ $eui-neutral-110: #2b2b2b;
152
+ $eui-neutral-100: #303030;
153
+ $eui-neutral-80: #595959;
154
+ $eui-neutral-60: #838383;
155
+ $eui-neutral-40: #acacac;
156
+ $eui-neutral-20: #d6d6d6;
157
+ $eui-neutral-10: #eaeaea;
158
+ $eui-neutral-5: #f5f5f5;
159
+ $eui-neutral-2: #fcfcfc;
160
+ $eui-neutral-0: #fff;
161
+
162
+ // eui DEFAULT ACCENT (ec-yellow)
163
+ $eui-accent-160: #432105;
164
+ $eui-accent-140: #734110;
165
+ $eui-accent-120: #a46704;
166
+ $eui-accent-110: #ce9100;
167
+ $eui-accent-100: #efbc03;
168
+ $eui-accent-80: #ffd617;
169
+ $eui-accent-60: #ffe843;
170
+ $eui-accent-40: #fff587;
171
+ $eui-accent-20: #fffbc2;
172
+ $eui-accent-10: #fefde8;
173
+ $eui-accent-5: #fffcf7;
174
+ $eui-accent-0: #fff;
175
+
176
+
177
+ $ecl-colors: (
178
+ 'primary-25': #f7f9ff,
179
+ 'primary-50': #f2f6ff,
180
+ 'primary-75': #eef2ff,
181
+ 'primary-100': #e6edff,
182
+ 'primary-200': #d9e3ff,
183
+ 'primary-300': #b0c6ff,
184
+ 'primary-400': #8cacff,
185
+ 'primary-500': #5987ff,
186
+ 'primary-600': #0046ff,
187
+ 'primary-700': #0035bf,
188
+ 'primary-800': #002a99,
189
+ 'primary-900': #001f73,
190
+ 'primary-950': #001959,
191
+
192
+ 'secondary-25': #fffcf7,
193
+ 'secondary-50': #fff5e5,
194
+ 'secondary-75': #ffebcc,
195
+ 'secondary-100': #ffe1b4,
196
+ 'secondary-200': #ffd392,
197
+ 'secondary-300': #ffcb7d,
198
+ 'secondary-400': #ffbe5c,
199
+ 'secondary-500': #fea439,
200
+ 'secondary-600': #fc8713,
201
+ 'secondary-700': #ed6c09,
202
+ 'secondary-800': #c55109,
203
+ 'secondary-900': #9e4107,
204
+ 'secondary-950': #763105,
205
+
206
+ 'neutral-25': #f9fafd,
207
+ 'neutral-50': #eceff9,
208
+ 'neutral-75': #d1d9f1,
209
+ 'neutral-100': #c1ccec,
210
+ 'neutral-200': #b0bde6,
211
+ 'neutral-300': #9eaee1,
212
+ 'neutral-400': #8ea1dc,
213
+ 'neutral-500': #7c92d6,
214
+ 'neutral-600': #6c85d1,
215
+ 'neutral-700': #51649d,
216
+ 'neutral-800': #41507d,
217
+ 'neutral-900': #313c5e,
218
+ 'neutral-950': #26324b,
219
+
220
+ 'grey-25': #fafafb,
221
+ 'grey-50': #f6f6f8,
222
+ 'grey-75': #ededf0,
223
+ 'grey-100': #e1e1e7,
224
+ 'grey-200': #d4d4dc,
225
+ 'grey-300': #b9b9c5,
226
+ 'grey-400': #a0a0b1,
227
+ 'grey-500': #84849b,
228
+ 'grey-600': #696984,
229
+ 'grey-700': #505070,
230
+ 'grey-800': #353559,
231
+ 'grey-900': #1c1c45,
232
+ 'grey-950': #00002e,
233
+
234
+ // Status
235
+ 'info-25': #f5f7fb,
236
+ 'info-50': #ebeff7,
237
+ 'info-75': #dee4f2,
238
+ 'info-100': #bfcce6,
239
+ 'info-200': #a3b6da,
240
+ 'info-300': #859dce,
241
+ 'info-400': #6685c2,
242
+ 'info-500': #4a6eb7,
243
+ 'info-600': #3b62b0,
244
+ 'info-700': #2e58ab,
245
+ 'info-800': #1c49a4,
246
+ 'info-900': #0d3d9e,
247
+ 'info-950': #039,
248
+
249
+ 'success-25': #f9fefc,
250
+ 'success-50': #edfbf6,
251
+ 'success-75': #e3f9f0,
252
+ 'success-100': #daf6eb,
253
+ 'success-200': #b2edd6,
254
+ 'success-300': #8fe5c4,
255
+ 'success-400': #5ddaa9,
256
+ 'success-500': #05c67b,
257
+ 'success-600': #05b26f,
258
+ 'success-700': #049e62,
259
+ 'success-800': #037e4e,
260
+ 'success-900': #025f3b,
261
+ 'success-950': #02472c,
262
+
263
+ 'error-25': #fefafa,
264
+ 'error-50': #fdefef,
265
+ 'error-75': #fce9ea,
266
+ 'error-100': #f5bbbe,
267
+ 'error-200': #f09a9e,
268
+ 'error-300': #ea6c72,
269
+ 'error-400': #e54f57,
270
+ 'error-500': #df232d,
271
+ 'error-600': #cb2029,
272
+ 'error-700': #9e1920,
273
+ 'error-800': #7b1319,
274
+ 'error-900': #5a0e12,
275
+ 'error-950': #1f0506,
276
+
277
+ 'warning-25': #fffaf5,
278
+ 'warning-50': #fff3e8,
279
+ 'warning-75': #ffeddc,
280
+ 'warning-100': #ffdbba,
281
+ 'warning-200': #ffc998,
282
+ 'warning-300': #ffb16a,
283
+ 'warning-400': #ffa14d,
284
+ 'warning-500': #ff8a20,
285
+ 'warning-600': #e87e1d,
286
+ 'warning-700': #ba6517,
287
+ 'warning-800': #8b4c11,
288
+ 'warning-900': #68390d,
289
+ 'warning-950': #512c0a
290
+ );
291
+
292
+
163
293
  $color-map: (
164
294
  branding: (
165
- 120: #003676,
166
- 110: #013C80,
167
- 100: #004494,
168
- 80: #0057BD,
169
- 60: #0069E6,
170
- 40: #0F7DFF,
171
- 20: #3894FF,
172
- 10: #61AAFF,
173
- 5: #8AC0FF,
174
- 2: #DBECFF,
175
- 0: #fff
295
+ 120: map-get($ecl-colors, 'grey-950'),
296
+ 110: map-get($ecl-colors, 'grey-950'),
297
+ 100: map-get($ecl-colors, 'grey-950'),
298
+ 80: map-get($ecl-colors, 'grey-900'),
299
+ 60: map-get($ecl-colors, 'grey-800'),
300
+ 40: map-get($ecl-colors, 'grey-700'),
301
+ 20: map-get($ecl-colors, 'grey-600'),
302
+ 10: map-get($ecl-colors, 'grey-500'),
303
+ 5: map-get($ecl-colors, 'grey-400'),
304
+ 2: map-get($ecl-colors, 'grey-300'),
305
+ 0: map-get($ecl-colors, 'grey-200'),
176
306
  ),
177
307
  primary: (
178
- 160: #0a1f6c,
179
- 140: #0f2fa2,
180
- 120: #143fd9,
181
- 110: #2651eb,
182
- 100: #3860ed,
183
- 80: #5577f0,
184
- 60: #89a1f4,
185
- 40: #b1c0f8,
186
- 20: #d8e0fb,
187
- 10: #ebf3fd,
188
- 5: #f3f6fa,
189
- 0: #fff
308
+ 160: map-get($ecl-colors, 'primary-950'),
309
+ 140: map-get($ecl-colors, 'primary-900'),
310
+ 120: map-get($ecl-colors, 'primary-800'),
311
+ 110: map-get($ecl-colors, 'primary-700'),
312
+ 100: map-get($ecl-colors, 'primary-600'),
313
+ 80: map-get($ecl-colors, 'primary-500'),
314
+ 60: map-get($ecl-colors, 'primary-400'),
315
+ 40: map-get($ecl-colors, 'primary-300'),
316
+ 20: map-get($ecl-colors, 'primary-200'),
317
+ 10: map-get($ecl-colors, 'primary-100'),
318
+ 5: map-get($ecl-colors, 'primary-75'),
319
+ 0: map-get($ecl-colors, 'primary-50'),
190
320
  ),
191
321
  neutral: (
192
- 160: #131313,
193
- 140: #1d1d1d,
194
- 120: #262626,
195
- 110: #2b2b2b,
196
- 100: #303030,
197
- 80: #595959,
198
- 60: #838383,
199
- 40: #acacac,
200
- 20: #d6d6d6,
201
- 10: #eaeaea,
202
- 5: #f5f5f5,
203
- 3: #f9f9f9,
204
- 2: #fcfcfc,
205
- 0: #fff
322
+ 160: $eui-neutral-160,
323
+ 140: $eui-neutral-140,
324
+ 120: $eui-neutral-120,
325
+ 110: $eui-neutral-110,
326
+ 100: $eui-neutral-100,
327
+ 80: $eui-neutral-80,
328
+ 60: $eui-neutral-60,
329
+ 40: $eui-neutral-40,
330
+ 20: $eui-neutral-20,
331
+ 10: $eui-neutral-10,
332
+ 5: $eui-neutral-5,
333
+ 2: $eui-neutral-2,
334
+ 0: $eui-neutral-0
206
335
  ),
207
- cta: (
208
- 0: #fff,
209
- 5: #fff9ef,
210
- 10: #fcefdc,
211
- 20: #ffebcc,
212
- 40: #ffe1b4,
213
- 60: #ffd392,
214
- 80: #ffcb7d,
215
- 100: #ffbe5c,
216
- 110: #fea439,
217
- 120: #fc8713,
218
- 140: #c55109,
219
- 160: #a84304
220
- ),
221
336
  accent: (
222
- 160: #432105,
223
- 140: #734110,
224
- 120: #a46704,
225
- 110: #ce9100,
226
- 100: #efbc03,
227
- 80: #ffd617,
228
- 60: #ffe843,
229
- 40: #fff587,
230
- 20: #fffbc2,
231
- 10: #fefde8,
232
- 5: #fffcf7,
233
- 0: #fff
337
+ 160: $eui-accent-160,
338
+ 140: $eui-accent-140,
339
+ 120: $eui-accent-120,
340
+ 110: $eui-accent-110,
341
+ 100: $eui-accent-100,
342
+ 80: $eui-accent-80,
343
+ 60: $eui-accent-60,
344
+ 40: $eui-accent-40,
345
+ 20: $eui-accent-20,
346
+ 10: $eui-accent-10,
347
+ 5: $eui-accent-5,
348
+ 0: $eui-accent-0
234
349
  ),
235
350
  info: (
236
- 0: #fff,
237
- 5: #f0f7fd,
238
- 10: #e3f1fc,
239
- 20: #c8e3f9,
240
- 40: #8cc5f2,
241
- 60: #51a6ec,
242
- 80: #2791e7,
243
- 100: #0578d6,
244
- 110: #046abd,
245
- 120: #0462ae,
246
- 140: #044e8b,
247
- 160: #033863
351
+ 160: map-get($ecl-colors, 'info-900'),
352
+ 140: map-get($ecl-colors, 'info-800'),
353
+ 120: map-get($ecl-colors, 'info-700'),
354
+ 110: map-get($ecl-colors, 'info-600'),
355
+ 100: map-get($ecl-colors, 'info-500'),
356
+ 80: map-get($ecl-colors, 'info-400'),
357
+ 60: map-get($ecl-colors, 'info-300'),
358
+ 40: map-get($ecl-colors, 'info-200'),
359
+ 20: map-get($ecl-colors, 'info-100'),
360
+ 10: map-get($ecl-colors, 'info-75'),
361
+ 5: map-get($ecl-colors, 'info-50'),
362
+ 0: map-get($ecl-colors, 'info-25'),
248
363
  ),
249
364
  success: (
250
- 160: #0e401d,
251
- 140: #16612b,
252
- 120: #1d813a,
253
- 110: #209141,
254
- 100: #24a148,
255
- 80: #50b46d,
256
- 60: #7cc791,
257
- 40: #a7d9b6,
258
- 20: #d3ecda,
259
- 10: #e9f6ed,
260
- 5: #f4faf6,
261
- 0: #fff
365
+ 160: map-get($ecl-colors, 'success-950'),
366
+ 140: map-get($ecl-colors, 'success-950'),
367
+ 120: map-get($ecl-colors, 'success-900'),
368
+ 110: map-get($ecl-colors, 'success-800'),
369
+ 100: map-get($ecl-colors, 'success-700'),
370
+ 80: map-get($ecl-colors, 'success-600'),
371
+ 60: map-get($ecl-colors, 'success-500'),
372
+ 40: map-get($ecl-colors, 'success-400'),
373
+ 20: map-get($ecl-colors, 'success-300'),
374
+ 10: map-get($ecl-colors, 'success-200'),
375
+ 5: map-get($ecl-colors, 'success-100'),
376
+ 0: map-get($ecl-colors, 'success-75'),
262
377
  ),
263
378
  warning: (
264
- 160: #613d07,
265
- 140: #925b0a,
266
- 120: #c27a0e,
267
- 110: #db890f,
268
- 100: #f39811,
269
- 80: #f5ad41,
270
- 60: #f8c170,
271
- 40: #fad6a0,
272
- 20: #fdeacf,
273
- 10: #fef5e7,
274
- 5: #fefaf3,
275
- 0: #fff
379
+ 160: map-get($ecl-colors, 'warning-900'),
380
+ 140: map-get($ecl-colors, 'warning-800'),
381
+ 120: map-get($ecl-colors, 'warning-700'),
382
+ 110: map-get($ecl-colors, 'warning-600'),
383
+ 100: map-get($ecl-colors, 'warning-500'),
384
+ 80: map-get($ecl-colors, 'warning-400'),
385
+ 60: map-get($ecl-colors, 'warning-300'),
386
+ 40: map-get($ecl-colors, 'warning-200'),
387
+ 20: map-get($ecl-colors, 'warning-100'),
388
+ 10: map-get($ecl-colors, 'warning-75'),
389
+ 5: map-get($ecl-colors, 'warning-50'),
390
+ 0: map-get($ecl-colors, 'warning-25'),
276
391
  ),
277
392
  danger: (
278
- 160: #570c10,
279
- 140: #831218,
280
- 120: #ae1820,
281
- 110: #c41b24,
282
- 100: #da1e28,
283
- 80: #e14b53,
284
- 60: #e9787e,
285
- 40: #f0a5a9,
286
- 20: #f8d2d4,
287
- 10: #fbe9ea,
288
- 5: #fdf4f4,
289
- 0: #fff
393
+ 160: map-get($ecl-colors, 'error-950'),
394
+ 140: map-get($ecl-colors, 'error-900'),
395
+ 120: map-get($ecl-colors, 'error-800'),
396
+ 110: map-get($ecl-colors, 'error-700'),
397
+ 100: map-get($ecl-colors, 'error-600'),
398
+ 80: map-get($ecl-colors, 'error-500'),
399
+ 60: map-get($ecl-colors, 'error-400'),
400
+ 40: map-get($ecl-colors, 'error-300'),
401
+ 20: map-get($ecl-colors, 'error-200'),
402
+ 10: map-get($ecl-colors, 'error-100'),
403
+ 5: map-get($ecl-colors, 'error-75'),
404
+ 0: map-get($ecl-colors, 'error-50'),
405
+ ),
406
+ cta: (
407
+ 160: map-get($ecl-colors, 'secondary-800'),
408
+ 140: map-get($ecl-colors, 'secondary-700'),
409
+ 120: map-get($ecl-colors, 'secondary-600'),
410
+ 110: map-get($ecl-colors, 'secondary-500'),
411
+ 100: map-get($ecl-colors, 'secondary-400'),
412
+ 80: map-get($ecl-colors, 'secondary-300'),
413
+ 60: map-get($ecl-colors, 'secondary-200'),
414
+ 40: map-get($ecl-colors, 'secondary-100'),
415
+ 20: map-get($ecl-colors, 'secondary-75'),
416
+ 10: map-get($ecl-colors, 'secondary-50'),
417
+ 5: map-get($ecl-colors, 'secondary-25'),
418
+ 0: map-get($ecl-colors, 'secondary-25'),
290
419
  )
291
420
  );
292
421
 
293
-
294
422
  // COLOR CONTEXT
295
423
 
296
424
  $color-context-map: (
@@ -467,6 +595,225 @@ $color-state-map: (
467
595
  )
468
596
  );
469
597
 
598
+ // SHADOWS
599
+
600
+ $ecl-shadow-color: #18274b !default;
601
+ $ecl-shadow: (
602
+ 1: (0 0 0.5px 0.5px rgba($ecl-shadow-color, 0.08), 0 6px 12px 0 rgba($ecl-shadow-color, 0.08)),
603
+ 2: (0 0 0.5px 0.5px rgba($ecl-shadow-color, 0.08), 0 10px 22px 0 rgba($ecl-shadow-color, 0.1)),
604
+ 3: (0 0 0.5px 0.5px rgba($ecl-shadow-color, 0.08), 0 12px 32px 0 rgba($ecl-shadow-color, 0.12)),
605
+ 4: (0 0 0.5px 0.5px rgba($ecl-shadow-color, 0.08), 0 14px 42px 0 rgba($ecl-shadow-color, 0.12)),
606
+ 5: (0 0 0.5px 0.5px rgba($ecl-shadow-color, 0.08), 0 18px 52px 0 rgba($ecl-shadow-color, 0.14))
607
+ );
608
+
609
+ $box-shadow-map: (
610
+ 0: none,
611
+ 1: map-get($ecl-shadow, 1),
612
+ 2: map-get($ecl-shadow, 2),
613
+ 3: map-get($ecl-shadow, 5),
614
+ 4: map-get($ecl-shadow, 4),
615
+ 5: map-get($ecl-shadow, 5),
616
+ 6: map-get($ecl-shadow, 5),
617
+ 8: map-get($ecl-shadow, 5),
618
+ 9: map-get($ecl-shadow, 5),
619
+ 12: map-get($ecl-shadow, 5),
620
+ 16: map-get($ecl-shadow, 5),
621
+ 24: map-get($ecl-shadow, 5),
622
+ card: map-get($ecl-shadow, 1),
623
+ );
624
+
625
+
626
+ // TYPOGRAPHY
627
+
628
+ $font-weight-map: (
629
+ 'regular': 400,
630
+ 'medium': 500,
631
+ 'semi-bold': 600,
632
+ 'bold': 700
633
+ );
634
+
635
+ $font-map: (
636
+ 'display': (
637
+ 'm': (
638
+ 'desktop': (
639
+ 'size': 3rem,
640
+ 'line-height': 3.5rem
641
+ ),
642
+ 'tablet': (
643
+ 'size': 2.75rem,
644
+ 'line-height': 3.25rem
645
+ ),
646
+ 'mobile': (
647
+ 'size': 2rem,
648
+ 'line-height': 2.25rem
649
+ )
650
+ )
651
+ ),
652
+ 'title': (
653
+ 'xl': (
654
+ 'desktop': (
655
+ 'size': 2.5rem,
656
+ 'line-height': 3rem
657
+ ),
658
+ 'tablet': (
659
+ 'size': 2rem,
660
+ 'line-height': 2.75rem
661
+ ),
662
+ 'mobile': (
663
+ 'size': 1.75rem,
664
+ 'line-height': 2.5rem
665
+ )
666
+ ),
667
+ 'xs': (
668
+ 'desktop': (
669
+ 'size': 1.25rem,
670
+ 'line-height': 1.75rem
671
+ ),
672
+ 'tablet': (
673
+ 'size': 1.25rem,
674
+ 'line-height': 1.75rem
675
+ ),
676
+ 'mobile': (
677
+ 'size': 1.2rem,
678
+ 'line-height': 1.5rem
679
+ )
680
+ ),
681
+ '2xs': (
682
+ 'desktop': (
683
+ 'size': 1rem,
684
+ 'line-height': 1.5rem
685
+ ),
686
+ 'tablet': (
687
+ 'size': 1rem,
688
+ 'line-height': 1.5rem
689
+ ),
690
+ 'mobile': (
691
+ 'size': 1rem,
692
+ 'line-height': 1.5rem
693
+ )
694
+ )
695
+ ),
696
+ 'card-title': (
697
+ 'm': (
698
+ 'desktop': (
699
+ 'size': 1.125rem,
700
+ 'line-height': 1.5rem
701
+ ),
702
+ 'tablet': (
703
+ 'size': 1.125rem,
704
+ 'line-height': 1.5rem
705
+ ),
706
+ 'mobile': (
707
+ 'size': 1.125rem,
708
+ 'line-height': 1.5rem
709
+ )
710
+ )
711
+ ),
712
+ 'label': (
713
+ 'm': (
714
+ 'desktop': (
715
+ 'size': 0.875rem,
716
+ 'line-height': 1.25rem
717
+ ),
718
+ 'tablet': (
719
+ 'size': 0.875rem,
720
+ 'line-height': 1.25rem
721
+ ),
722
+ 'mobile': (
723
+ 'size': 0.875rem,
724
+ 'line-height': 1.25rem
725
+ )
726
+ ),
727
+ 'l': (
728
+ 'desktop': (
729
+ 'size': 1rem,
730
+ 'line-height': 1.5rem
731
+ ),
732
+ 'tablet': (
733
+ 'size': 1rem,
734
+ 'line-height': 1.5rem
735
+ ),
736
+ 'mobile': (
737
+ 'size': 1rem,
738
+ 'line-height': 1.5rem
739
+ )
740
+ )
741
+ ),
742
+ 'body': (
743
+ 's': (
744
+ 'desktop': (
745
+ 'size': 0.875rem,
746
+ 'line-height': 1.25rem
747
+ ),
748
+ 'tablet': (
749
+ 'size': 0.875rem,
750
+ 'line-height': 1.25rem
751
+ ),
752
+ 'mobile': (
753
+ 'size': 0.875rem,
754
+ 'line-height': 1.25rem
755
+ )
756
+ ),
757
+ 'm': (
758
+ 'desktop': (
759
+ 'size': 1rem,
760
+ 'line-height': 1.5rem
761
+ ),
762
+ 'tablet': (
763
+ 'size': 1rem,
764
+ 'line-height': 1.5rem
765
+ ),
766
+ 'mobile': (
767
+ 'size': 1rem,
768
+ 'line-height': 1.5rem
769
+ )
770
+ ),
771
+ 'l': (
772
+ 'desktop': (
773
+ 'size': 1.25rem,
774
+ 'line-height': 1.75rem
775
+ ),
776
+ 'tablet': (
777
+ 'size': 1.25rem,
778
+ 'line-height': 1.75rem
779
+ ),
780
+ 'mobile': (
781
+ 'size': 1.25rem,
782
+ 'line-height': 1.75rem
783
+ )
784
+ ),
785
+ 'xl': (
786
+ 'desktop': (
787
+ 'size': 1.5rem,
788
+ 'line-height': 2rem
789
+ ),
790
+ 'tablet': (
791
+ 'size': 1.5rem,
792
+ 'line-height': 2rem
793
+ ),
794
+ 'mobile': (
795
+ 'size': 1.5rem,
796
+ 'line-height': 2rem
797
+ )
798
+ )
799
+ ),
800
+ 'microcopy': (
801
+ 'm': (
802
+ 'desktop': (
803
+ 'size': 0.75rem,
804
+ 'line-height': 1rem
805
+ ),
806
+ 'tablet': (
807
+ 'size': 0.75rem,
808
+ 'line-height': 1rem
809
+ ),
810
+ 'mobile': (
811
+ 'size': 0.75rem,
812
+ 'line-height': 1rem
813
+ )
814
+ )
815
+ )
816
+ );
470
817
 
471
818
  // TYPOGRAPHY
472
819