@aurodesignsystem/design-tokens 5.10.0 → 5.12.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 (57) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/CSSCustomProperties--bundled.css +394 -388
  3. package/dist/alaska/CSSCustomProperties--alaska.css +132 -130
  4. package/dist/alaska/JSONVariablesNested--alaska.json +139 -133
  5. package/dist/alaska/JSObject--allTokens.js +346 -284
  6. package/dist/alaska/SCSSVariables--alaska.scss +132 -130
  7. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +132 -130
  8. package/dist/alaska/primitives--alaska.scss +10 -10
  9. package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +132 -130
  10. package/dist/alaska-classic/JSONVariablesNested--alaskaClassic.json +139 -133
  11. package/dist/alaska-classic/JSObject--allTokens.js +346 -284
  12. package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +132 -130
  13. package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +132 -130
  14. package/dist/alaska-classic/primitives--alaskaClassic.scss +10 -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 +132 -130
  29. package/dist/hawaiian/JSONVariablesNested--hawaiian.json +139 -133
  30. package/dist/hawaiian/JSObject--allTokens.js +346 -284
  31. package/dist/hawaiian/SCSSVariables--hawaiian.scss +132 -130
  32. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +132 -130
  33. package/dist/hawaiian/primitives--hawaiian.scss +10 -10
  34. package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
  35. package/package.json +1 -1
  36. package/src/primitives/base/font.json +14 -14
  37. package/src/themes/alaska/advanced/color/flightline.json +22 -0
  38. package/src/themes/alaska/basic/color/fare-brand.json +0 -39
  39. package/src/themes/alaska/basic/color/tier-program.json +47 -0
  40. package/src/themes/alaska/basic/font/accent.json +21 -21
  41. package/src/themes/alaska/basic/font/body.json +5 -5
  42. package/src/themes/alaska/basic/font/display.json +18 -18
  43. package/src/themes/alaska/basic/font/heading.json +18 -18
  44. package/src/themes/alaska-classic/advanced/color/flightline.json +22 -0
  45. package/src/themes/alaska-classic/basic/color/fare-brand.json +0 -39
  46. package/src/themes/alaska-classic/basic/color/tier-program.json +47 -0
  47. package/src/themes/alaska-classic/basic/font/accent.json +21 -21
  48. package/src/themes/alaska-classic/basic/font/body.json +5 -5
  49. package/src/themes/alaska-classic/basic/font/display.json +18 -18
  50. package/src/themes/alaska-classic/basic/font/heading.json +18 -18
  51. package/src/themes/hawaiian/advanced/color/flightline.json +22 -0
  52. package/src/themes/hawaiian/basic/color/fare-brand.json +0 -39
  53. package/src/themes/hawaiian/basic/color/tier-program.json +47 -0
  54. package/src/themes/hawaiian/basic/font/accent.json +21 -21
  55. package/src/themes/hawaiian/basic/font/body.json +5 -5
  56. package/src/themes/hawaiian/basic/font/display.json +18 -18
  57. package/src/themes/hawaiian/basic/font/heading.json +18 -18
@@ -89,6 +89,10 @@
89
89
  "istrueInverse": "#ffffff",
90
90
  "istrueInverseHover": "rgba(255, 255, 255, 0.7)"
91
91
  },
92
+ "flightline": {
93
+ "indicator": "#00274a",
94
+ "line": "#00274a"
95
+ },
92
96
  "hyperlink": {
93
97
  "text": "#2875b5",
94
98
  "textHover": "#01426a",
@@ -151,15 +155,6 @@
151
155
  "business": "#01426a",
152
156
  "economy": "#0074ca",
153
157
  "first": "#00274a",
154
- "loungetier": {
155
- "lounge": "#01426a",
156
- "loungeplus": "#53b390"
157
- },
158
- "oneworld": {
159
- "emerald": "#139142",
160
- "ruby": "#a41d4a",
161
- "sapphire": "#015daa"
162
- },
163
158
  "premiumeconomy": "#005154"
164
159
  },
165
160
  "pageBackground": {
@@ -197,6 +192,17 @@
197
192
  "inverseDisabled": "#7e8894",
198
193
  "inverseMuted": "#ccd2db",
199
194
  "muted": "#676767"
195
+ },
196
+ "tierProgram": {
197
+ "loungetier": {
198
+ "lounge": "#01426a",
199
+ "loungeplus": "#53b390"
200
+ },
201
+ "oneworld": {
202
+ "emerald": "#139142",
203
+ "ruby": "#a41d4a",
204
+ "sapphire": "#015daa"
205
+ }
200
206
  }
201
207
  },
202
208
  "text": {
@@ -204,23 +210,23 @@
204
210
  "lg": {
205
211
  "breakpoint": {
206
212
  "lg": {
207
- "fontFamily": "Good OT",
213
+ "fontFamily": "'Good OT'",
208
214
  "fontSize": "28px",
209
- "fontWeight": "Cond News",
215
+ "fontWeight": "450",
210
216
  "letterSpacing": ".05em",
211
217
  "lineHeight": "130%"
212
218
  },
213
219
  "md": {
214
- "fontFamily": "Good OT",
220
+ "fontFamily": "'Good OT'",
215
221
  "fontSize": "26px",
216
- "fontWeight": "Cond News",
222
+ "fontWeight": "450",
217
223
  "letterSpacing": ".05em",
218
224
  "lineHeight": "130%"
219
225
  },
220
226
  "sm": {
221
- "fontFamily": "Good OT",
227
+ "fontFamily": "'Good OT'",
222
228
  "fontSize": "24px",
223
- "fontWeight": "Cond News",
229
+ "fontWeight": "450",
224
230
  "letterSpacing": ".05em",
225
231
  "lineHeight": "130%"
226
232
  }
@@ -229,23 +235,23 @@
229
235
  "md": {
230
236
  "breakpoint": {
231
237
  "lg": {
232
- "fontFamily": "Good OT",
238
+ "fontFamily": "'Good OT'",
233
239
  "fontSize": "24px",
234
- "fontWeight": "Cond Medium",
240
+ "fontWeight": "500",
235
241
  "letterSpacing": ".05em",
236
242
  "lineHeight": "130%"
237
243
  },
238
244
  "md": {
239
- "fontFamily": "Good OT",
245
+ "fontFamily": "'Good OT'",
240
246
  "fontSize": "22px",
241
- "fontWeight": "Cond Medium",
247
+ "fontWeight": "500",
242
248
  "letterSpacing": ".05em",
243
249
  "lineHeight": "130%"
244
250
  },
245
251
  "sm": {
246
- "fontFamily": "Good OT",
252
+ "fontFamily": "'Good OT'",
247
253
  "fontSize": "22px",
248
- "fontWeight": "Cond Medium",
254
+ "fontWeight": "500",
249
255
  "letterSpacing": ".05em",
250
256
  "lineHeight": "130%"
251
257
  }
@@ -254,23 +260,23 @@
254
260
  "sm": {
255
261
  "breakpoint": {
256
262
  "lg": {
257
- "fontFamily": "Good OT",
263
+ "fontFamily": "'Good OT'",
258
264
  "fontSize": "20px",
259
- "fontWeight": "Cond Medium",
265
+ "fontWeight": "500",
260
266
  "letterSpacing": ".05em",
261
267
  "lineHeight": "130%"
262
268
  },
263
269
  "md": {
264
- "fontFamily": "Good OT",
270
+ "fontFamily": "'Good OT'",
265
271
  "fontSize": "18px",
266
- "fontWeight": "Cond Medium",
272
+ "fontWeight": "500",
267
273
  "letterSpacing": ".05em",
268
274
  "lineHeight": "130%"
269
275
  },
270
276
  "sm": {
271
- "fontFamily": "Good OT",
277
+ "fontFamily": "'Good OT'",
272
278
  "fontSize": "18px",
273
- "fontWeight": "Cond Medium",
279
+ "fontWeight": "500",
274
280
  "letterSpacing": ".05em",
275
281
  "lineHeight": "130%"
276
282
  }
@@ -279,23 +285,23 @@
279
285
  "xl": {
280
286
  "breakpoint": {
281
287
  "lg": {
282
- "fontFamily": "Good OT",
288
+ "fontFamily": "'Good OT'",
283
289
  "fontSize": "32px",
284
- "fontWeight": "Cond News",
290
+ "fontWeight": "450",
285
291
  "letterSpacing": ".05em",
286
292
  "lineHeight": "130%"
287
293
  },
288
294
  "md": {
289
- "fontFamily": "Good OT",
295
+ "fontFamily": "'Good OT'",
290
296
  "fontSize": "28px",
291
- "fontWeight": "Cond News",
297
+ "fontWeight": "450",
292
298
  "letterSpacing": ".05em",
293
299
  "lineHeight": "130%"
294
300
  },
295
301
  "sm": {
296
- "fontFamily": "Good OT",
302
+ "fontFamily": "'Good OT'",
297
303
  "fontSize": "26px",
298
- "fontWeight": "Cond News",
304
+ "fontWeight": "450",
299
305
  "letterSpacing": ".05em",
300
306
  "lineHeight": "130%"
301
307
  }
@@ -304,23 +310,23 @@
304
310
  "xs": {
305
311
  "breakpoint": {
306
312
  "lg": {
307
- "fontFamily": "Good OT",
313
+ "fontFamily": "'Good OT'",
308
314
  "fontSize": "16px",
309
- "fontWeight": "Cond Medium",
315
+ "fontWeight": "500",
310
316
  "letterSpacing": ".10em",
311
317
  "lineHeight": "130%"
312
318
  },
313
319
  "md": {
314
- "fontFamily": "Good OT",
320
+ "fontFamily": "'Good OT'",
315
321
  "fontSize": "16px",
316
- "fontWeight": "Cond Medium",
322
+ "fontWeight": "500",
317
323
  "letterSpacing": ".10em",
318
324
  "lineHeight": "130%"
319
325
  },
320
326
  "sm": {
321
- "fontFamily": "Good OT",
327
+ "fontFamily": "'Good OT'",
322
328
  "fontSize": "16px",
323
- "fontWeight": "Cond Medium",
329
+ "fontWeight": "500",
324
330
  "letterSpacing": ".10em",
325
331
  "lineHeight": "130%"
326
332
  }
@@ -329,23 +335,23 @@
329
335
  "xxl": {
330
336
  "breakpoint": {
331
337
  "lg": {
332
- "fontFamily": "Good OT",
338
+ "fontFamily": "'Good OT'",
333
339
  "fontSize": "38px",
334
- "fontWeight": "Cond News",
340
+ "fontWeight": "450",
335
341
  "letterSpacing": ".05em",
336
342
  "lineHeight": "100%"
337
343
  },
338
344
  "md": {
339
- "fontFamily": "Good OT",
345
+ "fontFamily": "'Good OT'",
340
346
  "fontSize": "38px",
341
- "fontWeight": "Cond News",
347
+ "fontWeight": "450",
342
348
  "letterSpacing": ".05em",
343
349
  "lineHeight": "100%"
344
350
  },
345
351
  "sm": {
346
- "fontFamily": "Good OT",
352
+ "fontFamily": "'Good OT'",
347
353
  "fontSize": "32px",
348
- "fontWeight": "Cond News",
354
+ "fontWeight": "450",
349
355
  "letterSpacing": ".05em",
350
356
  "lineHeight": "100%"
351
357
  }
@@ -354,23 +360,23 @@
354
360
  "xxs": {
355
361
  "breakpoint": {
356
362
  "lg": {
357
- "fontFamily": "Good OT",
363
+ "fontFamily": "'Good OT'",
358
364
  "fontSize": "14px",
359
- "fontWeight": "Cond News",
365
+ "fontWeight": "450",
360
366
  "letterSpacing": ".10em",
361
367
  "lineHeight": "130%"
362
368
  },
363
369
  "md": {
364
- "fontFamily": "Good OT",
370
+ "fontFamily": "'Good OT'",
365
371
  "fontSize": "14px",
366
- "fontWeight": "Cond News",
372
+ "fontWeight": "450",
367
373
  "letterSpacing": ".10em",
368
374
  "lineHeight": "130%"
369
375
  },
370
376
  "sm": {
371
- "fontFamily": "Good OT",
377
+ "fontFamily": "'Good OT'",
372
378
  "fontSize": "14px",
373
- "fontWeight": "Cond News",
379
+ "fontWeight": "450",
374
380
  "letterSpacing": ".10em",
375
381
  "lineHeight": "130%"
376
382
  }
@@ -379,37 +385,37 @@
379
385
  },
380
386
  "body": {
381
387
  "default": {
382
- "fontFamily": "AS Circular",
388
+ "fontFamily": "'AS Circular'",
383
389
  "fontSize": "16px",
384
- "fontWeight": "Book",
390
+ "fontWeight": "450",
385
391
  "letterSpacing": "0",
386
392
  "lineHeight": "24px"
387
393
  },
388
394
  "lg": {
389
- "fontFamily": "AS Circular",
395
+ "fontFamily": "'AS Circular'",
390
396
  "fontSize": "18px",
391
- "fontWeight": "Book",
397
+ "fontWeight": "450",
392
398
  "letterSpacing": "0",
393
399
  "lineHeight": "26px"
394
400
  },
395
401
  "sm": {
396
- "fontFamily": "AS Circular",
402
+ "fontFamily": "'AS Circular'",
397
403
  "fontSize": "14px",
398
- "fontWeight": "Book",
404
+ "fontWeight": "450",
399
405
  "letterSpacing": "0",
400
406
  "lineHeight": "20px"
401
407
  },
402
408
  "xs": {
403
- "fontFamily": "AS Circular",
409
+ "fontFamily": "'AS Circular'",
404
410
  "fontSize": "12px",
405
- "fontWeight": "Book",
411
+ "fontWeight": "450",
406
412
  "letterSpacing": "0",
407
413
  "lineHeight": "16px"
408
414
  },
409
415
  "xxs": {
410
- "fontFamily": "AS Circular",
416
+ "fontFamily": "'AS Circular'",
411
417
  "fontSize": "10px",
412
- "fontWeight": "Book",
418
+ "fontWeight": "450",
413
419
  "letterSpacing": "0",
414
420
  "lineHeight": "14px"
415
421
  }
@@ -418,23 +424,23 @@
418
424
  "lg": {
419
425
  "breakpoint": {
420
426
  "lg": {
421
- "fontFamily": "AS Circular",
427
+ "fontFamily": "'AS Circular'",
422
428
  "fontSize": "64px",
423
- "fontWeight": "Light",
429
+ "fontWeight": "300",
424
430
  "letterSpacing": "0",
425
431
  "lineHeight": "130%"
426
432
  },
427
433
  "md": {
428
- "fontFamily": "AS Circular",
434
+ "fontFamily": "'AS Circular'",
429
435
  "fontSize": "56px",
430
- "fontWeight": "Light",
436
+ "fontWeight": "300",
431
437
  "letterSpacing": "0",
432
438
  "lineHeight": "130%"
433
439
  },
434
440
  "sm": {
435
- "fontFamily": "AS Circular",
441
+ "fontFamily": "'AS Circular'",
436
442
  "fontSize": "44px",
437
- "fontWeight": "Light",
443
+ "fontWeight": "300",
438
444
  "letterSpacing": "0",
439
445
  "lineHeight": "130%"
440
446
  }
@@ -443,23 +449,23 @@
443
449
  "md": {
444
450
  "breakpoint": {
445
451
  "lg": {
446
- "fontFamily": "AS Circular",
452
+ "fontFamily": "'AS Circular'",
447
453
  "fontSize": "56px",
448
- "fontWeight": "Light",
454
+ "fontWeight": "300",
449
455
  "letterSpacing": "0",
450
456
  "lineHeight": "130%"
451
457
  },
452
458
  "md": {
453
- "fontFamily": "AS Circular",
459
+ "fontFamily": "'AS Circular'",
454
460
  "fontSize": "48px",
455
- "fontWeight": "Light",
461
+ "fontWeight": "300",
456
462
  "letterSpacing": "0",
457
463
  "lineHeight": "130%"
458
464
  },
459
465
  "sm": {
460
- "fontFamily": "AS Circular",
466
+ "fontFamily": "'AS Circular'",
461
467
  "fontSize": "40px",
462
- "fontWeight": "Light",
468
+ "fontWeight": "300",
463
469
  "letterSpacing": "0",
464
470
  "lineHeight": "130%"
465
471
  }
@@ -468,23 +474,23 @@
468
474
  "sm": {
469
475
  "breakpoint": {
470
476
  "lg": {
471
- "fontFamily": "AS Circular",
477
+ "fontFamily": "'AS Circular'",
472
478
  "fontSize": "48px",
473
- "fontWeight": "Light",
479
+ "fontWeight": "300",
474
480
  "letterSpacing": "0",
475
481
  "lineHeight": "130%"
476
482
  },
477
483
  "md": {
478
- "fontFamily": "AS Circular",
484
+ "fontFamily": "'AS Circular'",
479
485
  "fontSize": "44px",
480
- "fontWeight": "Light",
486
+ "fontWeight": "300",
481
487
  "letterSpacing": "0",
482
488
  "lineHeight": "130%"
483
489
  },
484
490
  "sm": {
485
- "fontFamily": "AS Circular",
491
+ "fontFamily": "'AS Circular'",
486
492
  "fontSize": "32px",
487
- "fontWeight": "Light",
493
+ "fontWeight": "300",
488
494
  "letterSpacing": "0",
489
495
  "lineHeight": "130%"
490
496
  }
@@ -493,23 +499,23 @@
493
499
  "xl": {
494
500
  "breakpoint": {
495
501
  "lg": {
496
- "fontFamily": "AS Circular",
502
+ "fontFamily": "'AS Circular'",
497
503
  "fontSize": "72px",
498
- "fontWeight": "Light",
504
+ "fontWeight": "300",
499
505
  "letterSpacing": "0",
500
506
  "lineHeight": "130%"
501
507
  },
502
508
  "md": {
503
- "fontFamily": "AS Circular",
509
+ "fontFamily": "'AS Circular'",
504
510
  "fontSize": "64px",
505
- "fontWeight": "Light",
511
+ "fontWeight": "300",
506
512
  "letterSpacing": "0",
507
513
  "lineHeight": "130%"
508
514
  },
509
515
  "sm": {
510
- "fontFamily": "AS Circular",
516
+ "fontFamily": "'AS Circular'",
511
517
  "fontSize": "48px",
512
- "fontWeight": "Light",
518
+ "fontWeight": "300",
513
519
  "letterSpacing": "0",
514
520
  "lineHeight": "130%"
515
521
  }
@@ -518,23 +524,23 @@
518
524
  "xs": {
519
525
  "breakpoint": {
520
526
  "lg": {
521
- "fontFamily": "AS Circular",
527
+ "fontFamily": "'AS Circular'",
522
528
  "fontSize": "38px",
523
- "fontWeight": "Light",
529
+ "fontWeight": "300",
524
530
  "letterSpacing": "0",
525
531
  "lineHeight": "130%"
526
532
  },
527
533
  "md": {
528
- "fontFamily": "AS Circular",
534
+ "fontFamily": "'AS Circular'",
529
535
  "fontSize": "36px",
530
- "fontWeight": "Light",
536
+ "fontWeight": "300",
531
537
  "letterSpacing": "0",
532
538
  "lineHeight": "130%"
533
539
  },
534
540
  "sm": {
535
- "fontFamily": "AS Circular",
541
+ "fontFamily": "'AS Circular'",
536
542
  "fontSize": "28px",
537
- "fontWeight": "Light",
543
+ "fontWeight": "300",
538
544
  "letterSpacing": "0",
539
545
  "lineHeight": "130%"
540
546
  }
@@ -543,23 +549,23 @@
543
549
  "xxl": {
544
550
  "breakpoint": {
545
551
  "lg": {
546
- "fontFamily": "AS Circular",
552
+ "fontFamily": "'AS Circular'",
547
553
  "fontSize": "86px",
548
- "fontWeight": "Light",
554
+ "fontWeight": "300",
549
555
  "letterSpacing": "0",
550
556
  "lineHeight": "130%"
551
557
  },
552
558
  "md": {
553
- "fontFamily": "AS Circular",
559
+ "fontFamily": "'AS Circular'",
554
560
  "fontSize": "72px",
555
- "fontWeight": "Light",
561
+ "fontWeight": "300",
556
562
  "letterSpacing": "0",
557
563
  "lineHeight": "130%"
558
564
  },
559
565
  "sm": {
560
- "fontFamily": "AS Circular",
566
+ "fontFamily": "'AS Circular'",
561
567
  "fontSize": "56px",
562
- "fontWeight": "Light",
568
+ "fontWeight": "300",
563
569
  "letterSpacing": "0",
564
570
  "lineHeight": "130%"
565
571
  }
@@ -570,23 +576,23 @@
570
576
  "lg": {
571
577
  "breakpoint": {
572
578
  "lg": {
573
- "fontFamily": "AS Circular",
579
+ "fontFamily": "'AS Circular'",
574
580
  "fontSize": "36px",
575
- "fontWeight": "Light",
581
+ "fontWeight": "300",
576
582
  "letterSpacing": "0",
577
583
  "lineHeight": "130%"
578
584
  },
579
585
  "md": {
580
- "fontFamily": "AS Circular",
586
+ "fontFamily": "'AS Circular'",
581
587
  "fontSize": "32px",
582
- "fontWeight": "Light",
588
+ "fontWeight": "300",
583
589
  "letterSpacing": "0",
584
590
  "lineHeight": "130%"
585
591
  },
586
592
  "sm": {
587
- "fontFamily": "AS Circular",
593
+ "fontFamily": "'AS Circular'",
588
594
  "fontSize": "28px",
589
- "fontWeight": "Light",
595
+ "fontWeight": "300",
590
596
  "letterSpacing": "0",
591
597
  "lineHeight": "130%"
592
598
  }
@@ -595,23 +601,23 @@
595
601
  "md": {
596
602
  "breakpoint": {
597
603
  "lg": {
598
- "fontFamily": "AS Circular",
604
+ "fontFamily": "'AS Circular'",
599
605
  "fontSize": "28px",
600
- "fontWeight": "Light",
606
+ "fontWeight": "300",
601
607
  "letterSpacing": "0",
602
608
  "lineHeight": "130%"
603
609
  },
604
610
  "md": {
605
- "fontFamily": "AS Circular",
611
+ "fontFamily": "'AS Circular'",
606
612
  "fontSize": "28px",
607
- "fontWeight": "Light",
613
+ "fontWeight": "300",
608
614
  "letterSpacing": "0",
609
615
  "lineHeight": "130%"
610
616
  },
611
617
  "sm": {
612
- "fontFamily": "AS Circular",
618
+ "fontFamily": "'AS Circular'",
613
619
  "fontSize": "26px",
614
- "fontWeight": "Light",
620
+ "fontWeight": "300",
615
621
  "letterSpacing": "0",
616
622
  "lineHeight": "130%"
617
623
  }
@@ -620,23 +626,23 @@
620
626
  "sm": {
621
627
  "breakpoint": {
622
628
  "lg": {
623
- "fontFamily": "AS Circular",
629
+ "fontFamily": "'AS Circular'",
624
630
  "fontSize": "24px",
625
- "fontWeight": "Light",
631
+ "fontWeight": "300",
626
632
  "letterSpacing": "0",
627
633
  "lineHeight": "130%"
628
634
  },
629
635
  "md": {
630
- "fontFamily": "AS Circular",
636
+ "fontFamily": "'AS Circular'",
631
637
  "fontSize": "24px",
632
- "fontWeight": "Light",
638
+ "fontWeight": "300",
633
639
  "letterSpacing": "0",
634
640
  "lineHeight": "130%"
635
641
  },
636
642
  "sm": {
637
- "fontFamily": "AS Circular",
643
+ "fontFamily": "'AS Circular'",
638
644
  "fontSize": "22px",
639
- "fontWeight": "Light",
645
+ "fontWeight": "300",
640
646
  "letterSpacing": "0",
641
647
  "lineHeight": "130%"
642
648
  }
@@ -645,23 +651,23 @@
645
651
  "xl": {
646
652
  "breakpoint": {
647
653
  "lg": {
648
- "fontFamily": "AS Circular",
654
+ "fontFamily": "'AS Circular'",
649
655
  "fontSize": "40px",
650
- "fontWeight": "Light",
656
+ "fontWeight": "300",
651
657
  "letterSpacing": "0",
652
658
  "lineHeight": "130%"
653
659
  },
654
660
  "md": {
655
- "fontFamily": "AS Circular",
661
+ "fontFamily": "'AS Circular'",
656
662
  "fontSize": "36px",
657
- "fontWeight": "Light",
663
+ "fontWeight": "300",
658
664
  "letterSpacing": "0",
659
665
  "lineHeight": "130%"
660
666
  },
661
667
  "sm": {
662
- "fontFamily": "AS Circular",
668
+ "fontFamily": "'AS Circular'",
663
669
  "fontSize": "32px",
664
- "fontWeight": "Light",
670
+ "fontWeight": "300",
665
671
  "letterSpacing": "0",
666
672
  "lineHeight": "130%"
667
673
  }
@@ -670,23 +676,23 @@
670
676
  "xs": {
671
677
  "breakpoint": {
672
678
  "lg": {
673
- "fontFamily": "AS Circular",
679
+ "fontFamily": "'AS Circular'",
674
680
  "fontSize": "20px",
675
- "fontWeight": "Book",
681
+ "fontWeight": "450",
676
682
  "letterSpacing": "0",
677
683
  "lineHeight": "130%"
678
684
  },
679
685
  "md": {
680
- "fontFamily": "AS Circular",
686
+ "fontFamily": "'AS Circular'",
681
687
  "fontSize": "20px",
682
- "fontWeight": "Book",
688
+ "fontWeight": "450",
683
689
  "letterSpacing": "0",
684
690
  "lineHeight": "130%"
685
691
  },
686
692
  "sm": {
687
- "fontFamily": "AS Circular",
693
+ "fontFamily": "'AS Circular'",
688
694
  "fontSize": "20px",
689
- "fontWeight": "Book",
695
+ "fontWeight": "450",
690
696
  "letterSpacing": "0",
691
697
  "lineHeight": "130%"
692
698
  }
@@ -695,23 +701,23 @@
695
701
  "xxs": {
696
702
  "breakpoint": {
697
703
  "lg": {
698
- "fontFamily": "AS Circular",
704
+ "fontFamily": "'AS Circular'",
699
705
  "fontSize": "18px",
700
- "fontWeight": "Book",
706
+ "fontWeight": "450",
701
707
  "letterSpacing": "0",
702
708
  "lineHeight": "130%"
703
709
  },
704
710
  "md": {
705
- "fontFamily": "AS Circular",
711
+ "fontFamily": "'AS Circular'",
706
712
  "fontSize": "18px",
707
- "fontWeight": "Book",
713
+ "fontWeight": "450",
708
714
  "letterSpacing": "0",
709
715
  "lineHeight": "130%"
710
716
  },
711
717
  "sm": {
712
- "fontFamily": "AS Circular",
718
+ "fontFamily": "'AS Circular'",
713
719
  "fontSize": "18px",
714
- "fontWeight": "Book",
720
+ "fontWeight": "450",
715
721
  "letterSpacing": "0",
716
722
  "lineHeight": "130%"
717
723
  }