@aurodesignsystem/design-tokens 5.11.0 → 5.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/CSSCustomProperties--bundled.css +421 -373
  3. package/dist/alaska/CSSCustomProperties--alaska.css +141 -125
  4. package/dist/alaska/JSONVariablesNested--alaska.json +142 -124
  5. package/dist/alaska/JSObject--allTokens.js +623 -125
  6. package/dist/alaska/SCSSVariables--alaska.scss +141 -125
  7. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +141 -125
  8. package/dist/alaska/primitives--alaska.scss +26 -10
  9. package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +141 -125
  10. package/dist/alaska-classic/JSONVariablesNested--alaskaClassic.json +142 -124
  11. package/dist/alaska-classic/JSObject--allTokens.js +623 -125
  12. package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +141 -125
  13. package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +141 -125
  14. package/dist/alaska-classic/primitives--alaskaClassic.scss +26 -10
  15. package/dist/auro-classic/CSSCustomProperties.css +2 -2
  16. package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
  17. package/dist/auro-classic/JSData--color.js +1 -1
  18. package/dist/auro-classic/JSONVariablesFlat.json +1 -1
  19. package/dist/auro-classic/JSONVariablesNested.json +1 -1
  20. package/dist/auro-classic/JSObject--allTokens.js +1 -1
  21. package/dist/auro-classic/JSObject--deprecated.js +1 -1
  22. package/dist/auro-classic/JSVariables--color.js +1 -1
  23. package/dist/auro-classic/SCSSVariableMap.scss +1 -1
  24. package/dist/auro-classic/SCSSVariables.scss +2 -2
  25. package/dist/auro-classic/SCSSVariablesMapFlat.scss +2 -2
  26. package/dist/auro-classic/SassCustomProperties.scss +2 -2
  27. package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
  28. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +141 -125
  29. package/dist/hawaiian/JSONVariablesNested--hawaiian.json +142 -124
  30. package/dist/hawaiian/JSObject--allTokens.js +623 -125
  31. package/dist/hawaiian/SCSSVariables--hawaiian.scss +141 -125
  32. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +141 -125
  33. package/dist/hawaiian/primitives--hawaiian.scss +26 -10
  34. package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
  35. package/package.json +1 -1
  36. package/src/primitives/base/color.json +98 -0
  37. package/src/primitives/base/font.json +14 -14
  38. package/src/themes/alaska/basic/color/tier-program.json +114 -0
  39. package/src/themes/alaska/basic/font/accent.json +21 -21
  40. package/src/themes/alaska/basic/font/body.json +5 -5
  41. package/src/themes/alaska/basic/font/display.json +18 -18
  42. package/src/themes/alaska/basic/font/heading.json +18 -18
  43. package/src/themes/alaska-classic/basic/color/tier-program.json +114 -0
  44. package/src/themes/alaska-classic/basic/font/accent.json +21 -21
  45. package/src/themes/alaska-classic/basic/font/body.json +5 -5
  46. package/src/themes/alaska-classic/basic/font/display.json +18 -18
  47. package/src/themes/alaska-classic/basic/font/heading.json +18 -18
  48. package/src/themes/hawaiian/basic/color/tier-program.json +114 -0
  49. package/src/themes/hawaiian/basic/font/accent.json +21 -21
  50. package/src/themes/hawaiian/basic/font/body.json +5 -5
  51. package/src/themes/hawaiian/basic/font/display.json +18 -18
  52. package/src/themes/hawaiian/basic/font/heading.json +18 -18
@@ -198,6 +198,24 @@
198
198
  "lounge": "#01426a",
199
199
  "loungeplus": "#53b390"
200
200
  },
201
+ "loyaltytier": {
202
+ "bronze": "#d99f6d",
203
+ "bronzeMuted": "#eed4be",
204
+ "cobalt": "#030772",
205
+ "cobaltMuted": "#a9b6d6",
206
+ "copper": "#cb7457",
207
+ "copperMuted": "#e7bfb1",
208
+ "gold": "#fbdc7a",
209
+ "goldMuted": "#fdefc4",
210
+ "nickel": "#abaab1",
211
+ "nickelMuted": "#e5e4e7",
212
+ "platinum": "#bcb8a4",
213
+ "platinumMuted": "#dad8cd",
214
+ "silver": "#e4e9ec",
215
+ "silverMuted": "#f9fafb",
216
+ "titanium": "#282828",
217
+ "titaniumMuted": "#545454"
218
+ },
201
219
  "oneworld": {
202
220
  "emerald": "#139142",
203
221
  "ruby": "#a41d4a",
@@ -210,23 +228,23 @@
210
228
  "lg": {
211
229
  "breakpoint": {
212
230
  "lg": {
213
- "fontFamily": "Slate Pro",
231
+ "fontFamily": "'Slate Pro'",
214
232
  "fontSize": "28px",
215
- "fontWeight": "Regular",
233
+ "fontWeight": "400",
216
234
  "letterSpacing": ".05em",
217
235
  "lineHeight": "130%"
218
236
  },
219
237
  "md": {
220
- "fontFamily": "Slate Pro",
238
+ "fontFamily": "'Slate Pro'",
221
239
  "fontSize": "26px",
222
- "fontWeight": "Regular",
240
+ "fontWeight": "400",
223
241
  "letterSpacing": ".05em",
224
242
  "lineHeight": "130%"
225
243
  },
226
244
  "sm": {
227
- "fontFamily": "Slate Pro",
245
+ "fontFamily": "'Slate Pro'",
228
246
  "fontSize": "24px",
229
- "fontWeight": "Regular",
247
+ "fontWeight": "400",
230
248
  "letterSpacing": ".05em",
231
249
  "lineHeight": "130%"
232
250
  }
@@ -235,23 +253,23 @@
235
253
  "md": {
236
254
  "breakpoint": {
237
255
  "lg": {
238
- "fontFamily": "Slate Pro",
256
+ "fontFamily": "'Slate Pro'",
239
257
  "fontSize": "24px",
240
- "fontWeight": "Medium",
258
+ "fontWeight": "500",
241
259
  "letterSpacing": ".05em",
242
260
  "lineHeight": "130%"
243
261
  },
244
262
  "md": {
245
- "fontFamily": "Slate Pro",
263
+ "fontFamily": "'Slate Pro'",
246
264
  "fontSize": "22px",
247
- "fontWeight": "Medium",
265
+ "fontWeight": "500",
248
266
  "letterSpacing": ".05em",
249
267
  "lineHeight": "130%"
250
268
  },
251
269
  "sm": {
252
- "fontFamily": "Slate Pro",
270
+ "fontFamily": "'Slate Pro'",
253
271
  "fontSize": "22px",
254
- "fontWeight": "Medium",
272
+ "fontWeight": "500",
255
273
  "letterSpacing": ".05em",
256
274
  "lineHeight": "130%"
257
275
  }
@@ -260,23 +278,23 @@
260
278
  "sm": {
261
279
  "breakpoint": {
262
280
  "lg": {
263
- "fontFamily": "Slate Pro",
281
+ "fontFamily": "'Slate Pro'",
264
282
  "fontSize": "20px",
265
- "fontWeight": "Medium",
283
+ "fontWeight": "500",
266
284
  "letterSpacing": ".05em",
267
285
  "lineHeight": "130%"
268
286
  },
269
287
  "md": {
270
- "fontFamily": "Slate Pro",
288
+ "fontFamily": "'Slate Pro'",
271
289
  "fontSize": "18px",
272
- "fontWeight": "Medium",
290
+ "fontWeight": "500",
273
291
  "letterSpacing": ".05em",
274
292
  "lineHeight": "130%"
275
293
  },
276
294
  "sm": {
277
- "fontFamily": "Slate Pro",
295
+ "fontFamily": "'Slate Pro'",
278
296
  "fontSize": "18px",
279
- "fontWeight": "Medium",
297
+ "fontWeight": "500",
280
298
  "letterSpacing": ".05em",
281
299
  "lineHeight": "130%"
282
300
  }
@@ -285,23 +303,23 @@
285
303
  "xl": {
286
304
  "breakpoint": {
287
305
  "lg": {
288
- "fontFamily": "Slate Pro",
306
+ "fontFamily": "'Slate Pro'",
289
307
  "fontSize": "32px",
290
- "fontWeight": "Regular",
308
+ "fontWeight": "400",
291
309
  "letterSpacing": ".05em",
292
310
  "lineHeight": "130%"
293
311
  },
294
312
  "md": {
295
- "fontFamily": "Slate Pro",
313
+ "fontFamily": "'Slate Pro'",
296
314
  "fontSize": "28px",
297
- "fontWeight": "Regular",
315
+ "fontWeight": "400",
298
316
  "letterSpacing": ".05em",
299
317
  "lineHeight": "130%"
300
318
  },
301
319
  "sm": {
302
- "fontFamily": "Slate Pro",
320
+ "fontFamily": "'Slate Pro'",
303
321
  "fontSize": "26px",
304
- "fontWeight": "Regular",
322
+ "fontWeight": "400",
305
323
  "letterSpacing": ".05em",
306
324
  "lineHeight": "130%"
307
325
  }
@@ -310,23 +328,23 @@
310
328
  "xs": {
311
329
  "breakpoint": {
312
330
  "lg": {
313
- "fontFamily": "Slate Pro",
331
+ "fontFamily": "'Slate Pro'",
314
332
  "fontSize": "16px",
315
- "fontWeight": "Medium",
333
+ "fontWeight": "500",
316
334
  "letterSpacing": ".10em",
317
335
  "lineHeight": "130%"
318
336
  },
319
337
  "md": {
320
- "fontFamily": "Slate Pro",
338
+ "fontFamily": "'Slate Pro'",
321
339
  "fontSize": "16px",
322
- "fontWeight": "Medium",
340
+ "fontWeight": "500",
323
341
  "letterSpacing": ".10em",
324
342
  "lineHeight": "130%"
325
343
  },
326
344
  "sm": {
327
- "fontFamily": "Slate Pro",
345
+ "fontFamily": "'Slate Pro'",
328
346
  "fontSize": "16px",
329
- "fontWeight": "Medium",
347
+ "fontWeight": "500",
330
348
  "letterSpacing": ".10em",
331
349
  "lineHeight": "130%"
332
350
  }
@@ -335,23 +353,23 @@
335
353
  "xxl": {
336
354
  "breakpoint": {
337
355
  "lg": {
338
- "fontFamily": "Slate Pro",
356
+ "fontFamily": "'Slate Pro'",
339
357
  "fontSize": "38px",
340
- "fontWeight": "Regular",
358
+ "fontWeight": "400",
341
359
  "letterSpacing": ".05em",
342
360
  "lineHeight": "100%"
343
361
  },
344
362
  "md": {
345
- "fontFamily": "Slate Pro",
363
+ "fontFamily": "'Slate Pro'",
346
364
  "fontSize": "38px",
347
- "fontWeight": "Regular",
365
+ "fontWeight": "400",
348
366
  "letterSpacing": ".05em",
349
367
  "lineHeight": "100%"
350
368
  },
351
369
  "sm": {
352
- "fontFamily": "Slate Pro",
370
+ "fontFamily": "'Slate Pro'",
353
371
  "fontSize": "32px",
354
- "fontWeight": "Regular",
372
+ "fontWeight": "400",
355
373
  "letterSpacing": ".05em",
356
374
  "lineHeight": "100%"
357
375
  }
@@ -360,23 +378,23 @@
360
378
  "xxs": {
361
379
  "breakpoint": {
362
380
  "lg": {
363
- "fontFamily": "Slate Pro",
381
+ "fontFamily": "'Slate Pro'",
364
382
  "fontSize": "14px",
365
- "fontWeight": "Regular",
383
+ "fontWeight": "400",
366
384
  "letterSpacing": ".10em",
367
385
  "lineHeight": "130%"
368
386
  },
369
387
  "md": {
370
- "fontFamily": "Slate Pro",
388
+ "fontFamily": "'Slate Pro'",
371
389
  "fontSize": "14px",
372
- "fontWeight": "Regular",
390
+ "fontWeight": "400",
373
391
  "letterSpacing": ".10em",
374
392
  "lineHeight": "130%"
375
393
  },
376
394
  "sm": {
377
- "fontFamily": "Slate Pro",
395
+ "fontFamily": "'Slate Pro'",
378
396
  "fontSize": "14px",
379
- "fontWeight": "Regular",
397
+ "fontWeight": "400",
380
398
  "letterSpacing": ".10em",
381
399
  "lineHeight": "130%"
382
400
  }
@@ -385,37 +403,37 @@
385
403
  },
386
404
  "body": {
387
405
  "default": {
388
- "fontFamily": "Slate Pro",
406
+ "fontFamily": "'Slate Pro'",
389
407
  "fontSize": "16px",
390
- "fontWeight": "Regular",
408
+ "fontWeight": "400",
391
409
  "letterSpacing": "0",
392
410
  "lineHeight": "24px"
393
411
  },
394
412
  "lg": {
395
- "fontFamily": "Slate Pro",
413
+ "fontFamily": "'Slate Pro'",
396
414
  "fontSize": "18px",
397
- "fontWeight": "Regular",
415
+ "fontWeight": "400",
398
416
  "letterSpacing": "0",
399
417
  "lineHeight": "26px"
400
418
  },
401
419
  "sm": {
402
- "fontFamily": "Slate Pro",
420
+ "fontFamily": "'Slate Pro'",
403
421
  "fontSize": "14px",
404
- "fontWeight": "Regular",
422
+ "fontWeight": "400",
405
423
  "letterSpacing": "0",
406
424
  "lineHeight": "20px"
407
425
  },
408
426
  "xs": {
409
- "fontFamily": "Slate Pro",
427
+ "fontFamily": "'Slate Pro'",
410
428
  "fontSize": "12px",
411
- "fontWeight": "Regular",
429
+ "fontWeight": "400",
412
430
  "letterSpacing": "0",
413
431
  "lineHeight": "16px"
414
432
  },
415
433
  "xxs": {
416
- "fontFamily": "Slate Pro",
434
+ "fontFamily": "'Slate Pro'",
417
435
  "fontSize": "10px",
418
- "fontWeight": "Regular",
436
+ "fontWeight": "400",
419
437
  "letterSpacing": "0",
420
438
  "lineHeight": "14px"
421
439
  }
@@ -424,23 +442,23 @@
424
442
  "lg": {
425
443
  "breakpoint": {
426
444
  "lg": {
427
- "fontFamily": "Chronicle Display",
445
+ "fontFamily": "'Chronicle Display'",
428
446
  "fontSize": "64px",
429
- "fontWeight": "Semibold",
447
+ "fontWeight": "600",
430
448
  "letterSpacing": "0",
431
449
  "lineHeight": "130%"
432
450
  },
433
451
  "md": {
434
- "fontFamily": "Chronicle Display",
452
+ "fontFamily": "'Chronicle Display'",
435
453
  "fontSize": "56px",
436
- "fontWeight": "Semibold",
454
+ "fontWeight": "600",
437
455
  "letterSpacing": "0",
438
456
  "lineHeight": "130%"
439
457
  },
440
458
  "sm": {
441
- "fontFamily": "Chronicle Display",
459
+ "fontFamily": "'Chronicle Display'",
442
460
  "fontSize": "44px",
443
- "fontWeight": "Semibold",
461
+ "fontWeight": "600",
444
462
  "letterSpacing": "0",
445
463
  "lineHeight": "130%"
446
464
  }
@@ -449,23 +467,23 @@
449
467
  "md": {
450
468
  "breakpoint": {
451
469
  "lg": {
452
- "fontFamily": "Chronicle Display",
470
+ "fontFamily": "'Chronicle Display'",
453
471
  "fontSize": "56px",
454
- "fontWeight": "Semibold",
472
+ "fontWeight": "600",
455
473
  "letterSpacing": "0",
456
474
  "lineHeight": "130%"
457
475
  },
458
476
  "md": {
459
- "fontFamily": "Chronicle Display",
477
+ "fontFamily": "'Chronicle Display'",
460
478
  "fontSize": "48px",
461
- "fontWeight": "Semibold",
479
+ "fontWeight": "600",
462
480
  "letterSpacing": "0",
463
481
  "lineHeight": "130%"
464
482
  },
465
483
  "sm": {
466
- "fontFamily": "Chronicle Display",
484
+ "fontFamily": "'Chronicle Display'",
467
485
  "fontSize": "40px",
468
- "fontWeight": "Semibold",
486
+ "fontWeight": "600",
469
487
  "letterSpacing": "0",
470
488
  "lineHeight": "130%"
471
489
  }
@@ -474,23 +492,23 @@
474
492
  "sm": {
475
493
  "breakpoint": {
476
494
  "lg": {
477
- "fontFamily": "Chronicle Display",
495
+ "fontFamily": "'Chronicle Display'",
478
496
  "fontSize": "48px",
479
- "fontWeight": "Semibold",
497
+ "fontWeight": "600",
480
498
  "letterSpacing": "0",
481
499
  "lineHeight": "130%"
482
500
  },
483
501
  "md": {
484
- "fontFamily": "Chronicle Display",
502
+ "fontFamily": "'Chronicle Display'",
485
503
  "fontSize": "44px",
486
- "fontWeight": "Semibold",
504
+ "fontWeight": "600",
487
505
  "letterSpacing": "0",
488
506
  "lineHeight": "130%"
489
507
  },
490
508
  "sm": {
491
- "fontFamily": "Chronicle Display",
509
+ "fontFamily": "'Chronicle Display'",
492
510
  "fontSize": "32px",
493
- "fontWeight": "Semibold",
511
+ "fontWeight": "600",
494
512
  "letterSpacing": "0",
495
513
  "lineHeight": "130%"
496
514
  }
@@ -499,23 +517,23 @@
499
517
  "xl": {
500
518
  "breakpoint": {
501
519
  "lg": {
502
- "fontFamily": "Chronicle Display",
520
+ "fontFamily": "'Chronicle Display'",
503
521
  "fontSize": "72px",
504
- "fontWeight": "Semibold",
522
+ "fontWeight": "600",
505
523
  "letterSpacing": "0",
506
524
  "lineHeight": "130%"
507
525
  },
508
526
  "md": {
509
- "fontFamily": "Chronicle Display",
527
+ "fontFamily": "'Chronicle Display'",
510
528
  "fontSize": "64px",
511
- "fontWeight": "Semibold",
529
+ "fontWeight": "600",
512
530
  "letterSpacing": "0",
513
531
  "lineHeight": "130%"
514
532
  },
515
533
  "sm": {
516
- "fontFamily": "Chronicle Display",
534
+ "fontFamily": "'Chronicle Display'",
517
535
  "fontSize": "48px",
518
- "fontWeight": "Semibold",
536
+ "fontWeight": "600",
519
537
  "letterSpacing": "0",
520
538
  "lineHeight": "130%"
521
539
  }
@@ -524,23 +542,23 @@
524
542
  "xs": {
525
543
  "breakpoint": {
526
544
  "lg": {
527
- "fontFamily": "Chronicle Display",
545
+ "fontFamily": "'Chronicle Display'",
528
546
  "fontSize": "38px",
529
- "fontWeight": "Semibold",
547
+ "fontWeight": "600",
530
548
  "letterSpacing": "0",
531
549
  "lineHeight": "130%"
532
550
  },
533
551
  "md": {
534
- "fontFamily": "Chronicle Display",
552
+ "fontFamily": "'Chronicle Display'",
535
553
  "fontSize": "36px",
536
- "fontWeight": "Semibold",
554
+ "fontWeight": "600",
537
555
  "letterSpacing": "0",
538
556
  "lineHeight": "130%"
539
557
  },
540
558
  "sm": {
541
- "fontFamily": "Chronicle Display",
559
+ "fontFamily": "'Chronicle Display'",
542
560
  "fontSize": "28px",
543
- "fontWeight": "Semibold",
561
+ "fontWeight": "600",
544
562
  "letterSpacing": "0",
545
563
  "lineHeight": "130%"
546
564
  }
@@ -549,23 +567,23 @@
549
567
  "xxl": {
550
568
  "breakpoint": {
551
569
  "lg": {
552
- "fontFamily": "Chronicle Display",
570
+ "fontFamily": "'Chronicle Display'",
553
571
  "fontSize": "86px",
554
- "fontWeight": "Semibold",
572
+ "fontWeight": "600",
555
573
  "letterSpacing": "0",
556
574
  "lineHeight": "130%"
557
575
  },
558
576
  "md": {
559
- "fontFamily": "Chronicle Display",
577
+ "fontFamily": "'Chronicle Display'",
560
578
  "fontSize": "72px",
561
- "fontWeight": "Semibold",
579
+ "fontWeight": "600",
562
580
  "letterSpacing": "0",
563
581
  "lineHeight": "130%"
564
582
  },
565
583
  "sm": {
566
- "fontFamily": "Chronicle Display",
584
+ "fontFamily": "'Chronicle Display'",
567
585
  "fontSize": "56px",
568
- "fontWeight": "Semibold",
586
+ "fontWeight": "600",
569
587
  "letterSpacing": "0",
570
588
  "lineHeight": "130%"
571
589
  }
@@ -576,23 +594,23 @@
576
594
  "lg": {
577
595
  "breakpoint": {
578
596
  "lg": {
579
- "fontFamily": "Slate Pro",
597
+ "fontFamily": "'Slate Pro'",
580
598
  "fontSize": "36px",
581
- "fontWeight": "Regular",
599
+ "fontWeight": "400",
582
600
  "letterSpacing": "0",
583
601
  "lineHeight": "130%"
584
602
  },
585
603
  "md": {
586
- "fontFamily": "Slate Pro",
604
+ "fontFamily": "'Slate Pro'",
587
605
  "fontSize": "32px",
588
- "fontWeight": "Regular",
606
+ "fontWeight": "400",
589
607
  "letterSpacing": "0",
590
608
  "lineHeight": "130%"
591
609
  },
592
610
  "sm": {
593
- "fontFamily": "Slate Pro",
611
+ "fontFamily": "'Slate Pro'",
594
612
  "fontSize": "28px",
595
- "fontWeight": "Regular",
613
+ "fontWeight": "400",
596
614
  "letterSpacing": "0",
597
615
  "lineHeight": "130%"
598
616
  }
@@ -601,23 +619,23 @@
601
619
  "md": {
602
620
  "breakpoint": {
603
621
  "lg": {
604
- "fontFamily": "Slate Pro",
622
+ "fontFamily": "'Slate Pro'",
605
623
  "fontSize": "28px",
606
- "fontWeight": "Medium",
624
+ "fontWeight": "500",
607
625
  "letterSpacing": "0",
608
626
  "lineHeight": "130%"
609
627
  },
610
628
  "md": {
611
- "fontFamily": "Slate Pro",
629
+ "fontFamily": "'Slate Pro'",
612
630
  "fontSize": "28px",
613
- "fontWeight": "Medium",
631
+ "fontWeight": "500",
614
632
  "letterSpacing": "0",
615
633
  "lineHeight": "130%"
616
634
  },
617
635
  "sm": {
618
- "fontFamily": "Slate Pro",
636
+ "fontFamily": "'Slate Pro'",
619
637
  "fontSize": "26px",
620
- "fontWeight": "Medium",
638
+ "fontWeight": "500",
621
639
  "letterSpacing": "0",
622
640
  "lineHeight": "130%"
623
641
  }
@@ -626,23 +644,23 @@
626
644
  "sm": {
627
645
  "breakpoint": {
628
646
  "lg": {
629
- "fontFamily": "Slate Pro",
647
+ "fontFamily": "'Slate Pro'",
630
648
  "fontSize": "24px",
631
- "fontWeight": "Medium",
649
+ "fontWeight": "500",
632
650
  "letterSpacing": "0",
633
651
  "lineHeight": "130%"
634
652
  },
635
653
  "md": {
636
- "fontFamily": "Slate Pro",
654
+ "fontFamily": "'Slate Pro'",
637
655
  "fontSize": "24px",
638
- "fontWeight": "Medium",
656
+ "fontWeight": "500",
639
657
  "letterSpacing": "0",
640
658
  "lineHeight": "130%"
641
659
  },
642
660
  "sm": {
643
- "fontFamily": "Slate Pro",
661
+ "fontFamily": "'Slate Pro'",
644
662
  "fontSize": "22px",
645
- "fontWeight": "Medium",
663
+ "fontWeight": "500",
646
664
  "letterSpacing": "0",
647
665
  "lineHeight": "130%"
648
666
  }
@@ -651,23 +669,23 @@
651
669
  "xl": {
652
670
  "breakpoint": {
653
671
  "lg": {
654
- "fontFamily": "Slate Pro",
672
+ "fontFamily": "'Slate Pro'",
655
673
  "fontSize": "40px",
656
- "fontWeight": "Regular",
674
+ "fontWeight": "400",
657
675
  "letterSpacing": "0",
658
676
  "lineHeight": "130%"
659
677
  },
660
678
  "md": {
661
- "fontFamily": "Slate Pro",
679
+ "fontFamily": "'Slate Pro'",
662
680
  "fontSize": "36px",
663
- "fontWeight": "Regular",
681
+ "fontWeight": "400",
664
682
  "letterSpacing": "0",
665
683
  "lineHeight": "130%"
666
684
  },
667
685
  "sm": {
668
- "fontFamily": "Slate Pro",
686
+ "fontFamily": "'Slate Pro'",
669
687
  "fontSize": "32px",
670
- "fontWeight": "Regular",
688
+ "fontWeight": "400",
671
689
  "letterSpacing": "0",
672
690
  "lineHeight": "130%"
673
691
  }
@@ -676,23 +694,23 @@
676
694
  "xs": {
677
695
  "breakpoint": {
678
696
  "lg": {
679
- "fontFamily": "Slate Pro",
697
+ "fontFamily": "'Slate Pro'",
680
698
  "fontSize": "20px",
681
- "fontWeight": "Medium",
699
+ "fontWeight": "500",
682
700
  "letterSpacing": "0",
683
701
  "lineHeight": "130%"
684
702
  },
685
703
  "md": {
686
- "fontFamily": "Slate Pro",
704
+ "fontFamily": "'Slate Pro'",
687
705
  "fontSize": "20px",
688
- "fontWeight": "Medium",
706
+ "fontWeight": "500",
689
707
  "letterSpacing": "0",
690
708
  "lineHeight": "130%"
691
709
  },
692
710
  "sm": {
693
- "fontFamily": "Slate Pro",
711
+ "fontFamily": "'Slate Pro'",
694
712
  "fontSize": "20px",
695
- "fontWeight": "Medium",
713
+ "fontWeight": "500",
696
714
  "letterSpacing": "0",
697
715
  "lineHeight": "130%"
698
716
  }
@@ -701,23 +719,23 @@
701
719
  "xxs": {
702
720
  "breakpoint": {
703
721
  "lg": {
704
- "fontFamily": "Slate Pro",
722
+ "fontFamily": "'Slate Pro'",
705
723
  "fontSize": "18px",
706
- "fontWeight": "Medium",
724
+ "fontWeight": "500",
707
725
  "letterSpacing": "0",
708
726
  "lineHeight": "130%"
709
727
  },
710
728
  "md": {
711
- "fontFamily": "Slate Pro",
729
+ "fontFamily": "'Slate Pro'",
712
730
  "fontSize": "18px",
713
- "fontWeight": "Medium",
731
+ "fontWeight": "500",
714
732
  "letterSpacing": "0",
715
733
  "lineHeight": "130%"
716
734
  },
717
735
  "sm": {
718
- "fontFamily": "Slate Pro",
736
+ "fontFamily": "'Slate Pro'",
719
737
  "fontSize": "18px",
720
- "fontWeight": "Medium",
738
+ "fontWeight": "500",
721
739
  "letterSpacing": "0",
722
740
  "lineHeight": "130%"
723
741
  }