@novalabsxyz/tokens 2.0.0-y.26 → 2.0.0-y.27

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  @layer utilities {
2
2
  .display-2xl-regular {
3
- font-family: Figtree;
3
+ font-family: var(--font-figtree);
4
4
  font-weight: Regular;
5
5
  line-height: 100px;
6
6
  font-size: 72px;
@@ -11,7 +11,7 @@
11
11
  text-decoration: none;
12
12
  }
13
13
  .display-2xl-medium {
14
- font-family: Figtree;
14
+ font-family: var(--font-figtree);
15
15
  font-weight: Medium;
16
16
  line-height: 100px;
17
17
  font-size: 72px;
@@ -22,7 +22,7 @@
22
22
  text-decoration: none;
23
23
  }
24
24
  .display-2xl-semibold {
25
- font-family: Figtree;
25
+ font-family: var(--font-figtree);
26
26
  font-weight: SemiBold;
27
27
  line-height: 100px;
28
28
  font-size: 72px;
@@ -33,7 +33,7 @@
33
33
  text-decoration: none;
34
34
  }
35
35
  .display-2xl-bold {
36
- font-family: Figtree;
36
+ font-family: var(--font-figtree);
37
37
  font-weight: Bold;
38
38
  line-height: 100px;
39
39
  font-size: 72px;
@@ -44,7 +44,7 @@
44
44
  text-decoration: none;
45
45
  }
46
46
  .display-xl-regular {
47
- font-family: Figtree;
47
+ font-family: var(--font-figtree);
48
48
  font-weight: Regular;
49
49
  line-height: 100px;
50
50
  font-size: 60px;
@@ -55,7 +55,7 @@
55
55
  text-decoration: none;
56
56
  }
57
57
  .display-xl-medium {
58
- font-family: Figtree;
58
+ font-family: var(--font-figtree);
59
59
  font-weight: Medium;
60
60
  line-height: 100px;
61
61
  font-size: 60px;
@@ -66,7 +66,7 @@
66
66
  text-decoration: none;
67
67
  }
68
68
  .display-xl-semibold {
69
- font-family: Figtree;
69
+ font-family: var(--font-figtree);
70
70
  font-weight: SemiBold;
71
71
  line-height: 100px;
72
72
  font-size: 60px;
@@ -77,7 +77,7 @@
77
77
  text-decoration: none;
78
78
  }
79
79
  .display-xl-bold {
80
- font-family: Figtree;
80
+ font-family: var(--font-figtree);
81
81
  font-weight: Bold;
82
82
  line-height: 100px;
83
83
  font-size: 60px;
@@ -88,7 +88,7 @@
88
88
  text-decoration: none;
89
89
  }
90
90
  .display-lg-regular {
91
- font-family: Figtree;
91
+ font-family: var(--font-figtree);
92
92
  font-weight: Regular;
93
93
  line-height: 100px;
94
94
  font-size: 48px;
@@ -99,7 +99,7 @@
99
99
  text-decoration: none;
100
100
  }
101
101
  .display-lg-medium {
102
- font-family: Figtree;
102
+ font-family: var(--font-figtree);
103
103
  font-weight: Medium;
104
104
  line-height: 100px;
105
105
  font-size: 48px;
@@ -110,7 +110,7 @@
110
110
  text-decoration: none;
111
111
  }
112
112
  .display-lg-semibold {
113
- font-family: Figtree;
113
+ font-family: var(--font-figtree);
114
114
  font-weight: SemiBold;
115
115
  line-height: 100px;
116
116
  font-size: 48px;
@@ -121,7 +121,7 @@
121
121
  text-decoration: none;
122
122
  }
123
123
  .display-lg-bold {
124
- font-family: Figtree;
124
+ font-family: var(--font-figtree);
125
125
  font-weight: Bold;
126
126
  line-height: 100px;
127
127
  font-size: 48px;
@@ -132,7 +132,7 @@
132
132
  text-decoration: none;
133
133
  }
134
134
  .display-md-regular {
135
- font-family: Figtree;
135
+ font-family: var(--font-figtree);
136
136
  font-weight: Regular;
137
137
  line-height: 100px;
138
138
  font-size: 36px;
@@ -143,7 +143,7 @@
143
143
  text-decoration: none;
144
144
  }
145
145
  .display-md-medium {
146
- font-family: Figtree;
146
+ font-family: var(--font-figtree);
147
147
  font-weight: Medium;
148
148
  line-height: 100px;
149
149
  font-size: 36px;
@@ -154,7 +154,7 @@
154
154
  text-decoration: none;
155
155
  }
156
156
  .display-md-semibold {
157
- font-family: Figtree;
157
+ font-family: var(--font-figtree);
158
158
  font-weight: SemiBold;
159
159
  line-height: 100px;
160
160
  font-size: 36px;
@@ -165,7 +165,7 @@
165
165
  text-decoration: none;
166
166
  }
167
167
  .display-md-bold {
168
- font-family: Figtree;
168
+ font-family: var(--font-figtree);
169
169
  font-weight: Bold;
170
170
  line-height: 100px;
171
171
  font-size: 36px;
@@ -176,7 +176,7 @@
176
176
  text-decoration: none;
177
177
  }
178
178
  .display-sm-regular {
179
- font-family: Figtree;
179
+ font-family: var(--font-figtree);
180
180
  font-weight: Regular;
181
181
  line-height: 100px;
182
182
  font-size: 30px;
@@ -187,7 +187,7 @@
187
187
  text-decoration: none;
188
188
  }
189
189
  .display-sm-medium {
190
- font-family: Figtree;
190
+ font-family: var(--font-figtree);
191
191
  font-weight: Medium;
192
192
  line-height: 100px;
193
193
  font-size: 30px;
@@ -198,7 +198,7 @@
198
198
  text-decoration: none;
199
199
  }
200
200
  .display-sm-semibold {
201
- font-family: Figtree;
201
+ font-family: var(--font-figtree);
202
202
  font-weight: SemiBold;
203
203
  line-height: 100px;
204
204
  font-size: 30px;
@@ -209,7 +209,7 @@
209
209
  text-decoration: none;
210
210
  }
211
211
  .display-sm-bold {
212
- font-family: Figtree;
212
+ font-family: var(--font-figtree);
213
213
  font-weight: Bold;
214
214
  line-height: 100px;
215
215
  font-size: 30px;
@@ -220,7 +220,7 @@
220
220
  text-decoration: none;
221
221
  }
222
222
  .display-sm-medium-italic {
223
- font-family: Inter;
223
+ font-family: var(--font-figtree);
224
224
  font-weight: Medium;
225
225
  line-height: 100px;
226
226
  font-size: 30px;
@@ -232,7 +232,7 @@
232
232
  font-style: italic;
233
233
  }
234
234
  .display-xs-regular {
235
- font-family: Figtree;
235
+ font-family: var(--font-figtree);
236
236
  font-weight: Regular;
237
237
  line-height: 100px;
238
238
  font-size: 24px;
@@ -243,7 +243,7 @@
243
243
  text-decoration: none;
244
244
  }
245
245
  .display-xs-medium {
246
- font-family: Figtree;
246
+ font-family: var(--font-figtree);
247
247
  font-weight: Medium;
248
248
  line-height: 100px;
249
249
  font-size: 24px;
@@ -254,7 +254,7 @@
254
254
  text-decoration: none;
255
255
  }
256
256
  .display-xs-semibold {
257
- font-family: Figtree;
257
+ font-family: var(--font-figtree);
258
258
  font-weight: SemiBold;
259
259
  line-height: 100px;
260
260
  font-size: 24px;
@@ -265,7 +265,7 @@
265
265
  text-decoration: none;
266
266
  }
267
267
  .display-xs-bold {
268
- font-family: Figtree;
268
+ font-family: var(--font-figtree);
269
269
  font-weight: Bold;
270
270
  line-height: 100px;
271
271
  font-size: 24px;
@@ -276,7 +276,7 @@
276
276
  text-decoration: none;
277
277
  }
278
278
  .display-xs-medium-italic {
279
- font-family: Inter;
279
+ font-family: var(--font-figtree);
280
280
  font-weight: Medium;
281
281
  line-height: 100px;
282
282
  font-size: 24px;
@@ -288,7 +288,7 @@
288
288
  font-style: italic;
289
289
  }
290
290
  .text-xl-regular {
291
- font-family: Figtree;
291
+ font-family: var(--font-figtree);
292
292
  font-weight: Regular;
293
293
  line-height: 100px;
294
294
  font-size: 20px;
@@ -299,7 +299,7 @@
299
299
  text-decoration: none;
300
300
  }
301
301
  .text-xl-medium {
302
- font-family: Figtree;
302
+ font-family: var(--font-figtree);
303
303
  font-weight: Medium;
304
304
  line-height: 100px;
305
305
  font-size: 20px;
@@ -310,7 +310,7 @@
310
310
  text-decoration: none;
311
311
  }
312
312
  .text-xl-semibold {
313
- font-family: Figtree;
313
+ font-family: var(--font-figtree);
314
314
  font-weight: SemiBold;
315
315
  line-height: 100px;
316
316
  font-size: 20px;
@@ -321,7 +321,7 @@
321
321
  text-decoration: none;
322
322
  }
323
323
  .text-xl-bold {
324
- font-family: Figtree;
324
+ font-family: var(--font-figtree);
325
325
  font-weight: Bold;
326
326
  line-height: 100px;
327
327
  font-size: 20px;
@@ -332,7 +332,7 @@
332
332
  text-decoration: none;
333
333
  }
334
334
  .text-xl-regular-italic {
335
- font-family: Inter;
335
+ font-family: var(--font-figtree);
336
336
  font-weight: Regular;
337
337
  line-height: 100px;
338
338
  font-size: 20px;
@@ -344,7 +344,7 @@
344
344
  font-style: italic;
345
345
  }
346
346
  .text-xl-medium-italic {
347
- font-family: Inter;
347
+ font-family: var(--font-figtree);
348
348
  font-weight: Medium;
349
349
  line-height: 100px;
350
350
  font-size: 20px;
@@ -356,7 +356,7 @@
356
356
  font-style: italic;
357
357
  }
358
358
  .text-xl-semibold-italic {
359
- font-family: Inter;
359
+ font-family: var(--font-figtree);
360
360
  font-weight: Semi Bold;
361
361
  line-height: 100px;
362
362
  font-size: 20px;
@@ -368,7 +368,7 @@
368
368
  font-style: italic;
369
369
  }
370
370
  .text-xl-bold-italic {
371
- font-family: Inter;
371
+ font-family: var(--font-figtree);
372
372
  font-weight: Bold;
373
373
  line-height: 30px;
374
374
  font-size: 20px;
@@ -380,7 +380,7 @@
380
380
  font-style: italic;
381
381
  }
382
382
  .text-xl-regular-underlined {
383
- font-family: Inter;
383
+ font-family: var(--font-figtree);
384
384
  font-weight: Regular;
385
385
  line-height: 100px;
386
386
  font-size: 20px;
@@ -391,7 +391,7 @@
391
391
  text-decoration: underline;
392
392
  }
393
393
  .text-lg-regular {
394
- font-family: Figtree;
394
+ font-family: var(--font-figtree);
395
395
  font-weight: Regular;
396
396
  line-height: 120px;
397
397
  font-size: 18px;
@@ -402,7 +402,7 @@
402
402
  text-decoration: none;
403
403
  }
404
404
  .text-lg-medium {
405
- font-family: Figtree;
405
+ font-family: var(--font-figtree);
406
406
  font-weight: Medium;
407
407
  line-height: 120px;
408
408
  font-size: 18px;
@@ -413,7 +413,7 @@
413
413
  text-decoration: none;
414
414
  }
415
415
  .text-lg-semibold {
416
- font-family: Figtree;
416
+ font-family: var(--font-figtree);
417
417
  font-weight: SemiBold;
418
418
  line-height: 120px;
419
419
  font-size: 18px;
@@ -424,7 +424,7 @@
424
424
  text-decoration: none;
425
425
  }
426
426
  .text-lg-bold {
427
- font-family: Figtree;
427
+ font-family: var(--font-figtree);
428
428
  font-weight: Bold;
429
429
  line-height: 120px;
430
430
  font-size: 18px;
@@ -435,7 +435,7 @@
435
435
  text-decoration: none;
436
436
  }
437
437
  .text-lg-regular-italic {
438
- font-family: Inter;
438
+ font-family: var(--font-figtree);
439
439
  font-weight: Regular;
440
440
  line-height: 100px;
441
441
  font-size: 18px;
@@ -447,7 +447,7 @@
447
447
  font-style: italic;
448
448
  }
449
449
  .text-lg-medium-italic {
450
- font-family: Inter;
450
+ font-family: var(--font-figtree);
451
451
  font-weight: Medium;
452
452
  line-height: 100px;
453
453
  font-size: 18px;
@@ -459,7 +459,7 @@
459
459
  font-style: italic;
460
460
  }
461
461
  .text-lg-semibold-italic {
462
- font-family: Inter;
462
+ font-family: var(--font-figtree);
463
463
  font-weight: Semi Bold;
464
464
  line-height: 100px;
465
465
  font-size: 18px;
@@ -471,7 +471,7 @@
471
471
  font-style: italic;
472
472
  }
473
473
  .text-lg-bold-italic {
474
- font-family: Inter;
474
+ font-family: var(--font-figtree);
475
475
  font-weight: Bold;
476
476
  line-height: 100px;
477
477
  font-size: 18px;
@@ -483,7 +483,7 @@
483
483
  font-style: italic;
484
484
  }
485
485
  .text-lg-regular-underlined {
486
- font-family: Inter;
486
+ font-family: var(--font-figtree);
487
487
  font-weight: Regular;
488
488
  line-height: 100px;
489
489
  font-size: 18px;
@@ -494,7 +494,7 @@
494
494
  text-decoration: underline;
495
495
  }
496
496
  .text-lg-medium-underlined {
497
- font-family: Inter;
497
+ font-family: var(--font-figtree);
498
498
  font-weight: Medium;
499
499
  line-height: 100px;
500
500
  font-size: 18px;
@@ -505,7 +505,7 @@
505
505
  text-decoration: underline;
506
506
  }
507
507
  .text-lg-semibold-underlined {
508
- font-family: Inter;
508
+ font-family: var(--font-figtree);
509
509
  font-weight: Semi Bold;
510
510
  line-height: 100px;
511
511
  font-size: 18px;
@@ -516,7 +516,7 @@
516
516
  text-decoration: underline;
517
517
  }
518
518
  .text-md-regular {
519
- font-family: Figtree;
519
+ font-family: var(--font-figtree);
520
520
  font-weight: Regular;
521
521
  line-height: 120px;
522
522
  font-size: 16px;
@@ -527,7 +527,7 @@
527
527
  text-decoration: none;
528
528
  }
529
529
  .text-md-medium {
530
- font-family: Figtree;
530
+ font-family: var(--font-figtree);
531
531
  font-weight: Medium;
532
532
  line-height: 120px;
533
533
  font-size: 16px;
@@ -538,7 +538,7 @@
538
538
  text-decoration: none;
539
539
  }
540
540
  .text-md-semibold {
541
- font-family: Figtree;
541
+ font-family: var(--font-figtree);
542
542
  font-weight: SemiBold;
543
543
  line-height: 120px;
544
544
  font-size: 16px;
@@ -549,7 +549,7 @@
549
549
  text-decoration: none;
550
550
  }
551
551
  .text-md-bold {
552
- font-family: Figtree;
552
+ font-family: var(--font-figtree);
553
553
  font-weight: Bold;
554
554
  line-height: 110px;
555
555
  font-size: 16px;
@@ -560,7 +560,7 @@
560
560
  text-decoration: none;
561
561
  }
562
562
  .text-md-regular-italic {
563
- font-family: Inter;
563
+ font-family: var(--font-figtree);
564
564
  font-weight: Regular;
565
565
  line-height: 100px;
566
566
  font-size: 16px;
@@ -572,7 +572,7 @@
572
572
  font-style: italic;
573
573
  }
574
574
  .text-md-medium-italic {
575
- font-family: Inter;
575
+ font-family: var(--font-figtree);
576
576
  font-weight: Medium;
577
577
  line-height: 24px;
578
578
  font-size: 16px;
@@ -584,7 +584,7 @@
584
584
  font-style: italic;
585
585
  }
586
586
  .text-md-semibold-italic {
587
- font-family: Inter;
587
+ font-family: var(--font-figtree);
588
588
  font-weight: Semi Bold;
589
589
  line-height: 24px;
590
590
  font-size: 16px;
@@ -596,7 +596,7 @@
596
596
  font-style: italic;
597
597
  }
598
598
  .text-md-bold-italic {
599
- font-family: Inter;
599
+ font-family: var(--font-figtree);
600
600
  font-weight: Bold;
601
601
  line-height: 24px;
602
602
  font-size: 16px;
@@ -608,7 +608,7 @@
608
608
  font-style: italic;
609
609
  }
610
610
  .text-md-regular-underlined {
611
- font-family: Inter;
611
+ font-family: var(--font-figtree);
612
612
  font-weight: Regular;
613
613
  line-height: 24px;
614
614
  font-size: 16px;
@@ -619,7 +619,7 @@
619
619
  text-decoration: underline;
620
620
  }
621
621
  .text-md-medium-underlined {
622
- font-family: Inter;
622
+ font-family: var(--font-figtree);
623
623
  font-weight: Medium;
624
624
  line-height: 24px;
625
625
  font-size: 16px;
@@ -630,7 +630,7 @@
630
630
  text-decoration: underline;
631
631
  }
632
632
  .text-md-semibold-underlined {
633
- font-family: Inter;
633
+ font-family: var(--font-figtree);
634
634
  font-weight: Semi Bold;
635
635
  line-height: 24px;
636
636
  font-size: 16px;
@@ -641,7 +641,7 @@
641
641
  text-decoration: underline;
642
642
  }
643
643
  .text-sm-regular {
644
- font-family: Figtree;
644
+ font-family: var(--font-figtree);
645
645
  font-weight: Regular;
646
646
  line-height: 110px;
647
647
  font-size: 14px;
@@ -652,7 +652,7 @@
652
652
  text-decoration: none;
653
653
  }
654
654
  .text-sm-medium {
655
- font-family: Figtree;
655
+ font-family: var(--font-figtree);
656
656
  font-weight: Medium;
657
657
  line-height: 110px;
658
658
  font-size: 14px;
@@ -663,7 +663,7 @@
663
663
  text-decoration: none;
664
664
  }
665
665
  .text-sm-semibold {
666
- font-family: Figtree;
666
+ font-family: var(--font-figtree);
667
667
  font-weight: SemiBold;
668
668
  line-height: 110px;
669
669
  font-size: 14px;
@@ -674,7 +674,7 @@
674
674
  text-decoration: none;
675
675
  }
676
676
  .text-sm-bold {
677
- font-family: Figtree;
677
+ font-family: var(--font-figtree);
678
678
  font-weight: Bold;
679
679
  line-height: 110px;
680
680
  font-size: 14px;
@@ -685,7 +685,7 @@
685
685
  text-decoration: none;
686
686
  }
687
687
  .text-sm-regular-underlined {
688
- font-family: Inter;
688
+ font-family: var(--font-figtree);
689
689
  font-weight: Regular;
690
690
  line-height: 100px;
691
691
  font-size: 14px;
@@ -696,7 +696,7 @@
696
696
  text-decoration: underline;
697
697
  }
698
698
  .text-sm-medium-underlined {
699
- font-family: Inter;
699
+ font-family: var(--font-figtree);
700
700
  font-weight: Medium;
701
701
  line-height: 100px;
702
702
  font-size: 14px;
@@ -707,7 +707,7 @@
707
707
  text-decoration: underline;
708
708
  }
709
709
  .text-sm-semibold-underlined {
710
- font-family: Inter;
710
+ font-family: var(--font-figtree);
711
711
  font-weight: Semi Bold;
712
712
  line-height: 100px;
713
713
  font-size: 14px;
@@ -718,7 +718,7 @@
718
718
  text-decoration: underline;
719
719
  }
720
720
  .text-xs-regular {
721
- font-family: Figtree;
721
+ font-family: var(--font-figtree);
722
722
  font-weight: Regular;
723
723
  line-height: 110px;
724
724
  font-size: 12px;
@@ -729,7 +729,7 @@
729
729
  text-decoration: none;
730
730
  }
731
731
  .text-xs-medium {
732
- font-family: Figtree;
732
+ font-family: var(--font-figtree);
733
733
  font-weight: Medium;
734
734
  line-height: 110px;
735
735
  font-size: 12px;
@@ -740,7 +740,7 @@
740
740
  text-decoration: none;
741
741
  }
742
742
  .text-xs-semibold {
743
- font-family: Figtree;
743
+ font-family: var(--font-figtree);
744
744
  font-weight: SemiBold;
745
745
  line-height: 110px;
746
746
  font-size: 12px;
@@ -751,7 +751,7 @@
751
751
  text-decoration: none;
752
752
  }
753
753
  .text-xs-bold {
754
- font-family: Figtree;
754
+ font-family: var(--font-figtree);
755
755
  font-weight: Bold;
756
756
  line-height: 110px;
757
757
  font-size: 12px;
@@ -1,6 +1,6 @@
1
1
  :root {
2
2
  .display-2xl-regular {
3
- font-family: Figtree;
3
+ font-family: var(--font-figtree);
4
4
  font-weight: Regular;
5
5
  line-height: 100px;
6
6
  font-size: 72px;
@@ -11,7 +11,7 @@
11
11
  text-decoration: none;
12
12
  }
13
13
  .display-2xl-medium {
14
- font-family: Figtree;
14
+ font-family: var(--font-figtree);
15
15
  font-weight: Medium;
16
16
  line-height: 100px;
17
17
  font-size: 72px;
@@ -22,7 +22,7 @@
22
22
  text-decoration: none;
23
23
  }
24
24
  .display-2xl-semibold {
25
- font-family: Figtree;
25
+ font-family: var(--font-figtree);
26
26
  font-weight: SemiBold;
27
27
  line-height: 100px;
28
28
  font-size: 72px;
@@ -33,7 +33,7 @@
33
33
  text-decoration: none;
34
34
  }
35
35
  .display-2xl-bold {
36
- font-family: Figtree;
36
+ font-family: var(--font-figtree);
37
37
  font-weight: Bold;
38
38
  line-height: 100px;
39
39
  font-size: 72px;
@@ -44,7 +44,7 @@
44
44
  text-decoration: none;
45
45
  }
46
46
  .display-xl-regular {
47
- font-family: Figtree;
47
+ font-family: var(--font-figtree);
48
48
  font-weight: Regular;
49
49
  line-height: 100px;
50
50
  font-size: 60px;
@@ -55,7 +55,7 @@
55
55
  text-decoration: none;
56
56
  }
57
57
  .display-xl-medium {
58
- font-family: Figtree;
58
+ font-family: var(--font-figtree);
59
59
  font-weight: Medium;
60
60
  line-height: 100px;
61
61
  font-size: 60px;
@@ -66,7 +66,7 @@
66
66
  text-decoration: none;
67
67
  }
68
68
  .display-xl-semibold {
69
- font-family: Figtree;
69
+ font-family: var(--font-figtree);
70
70
  font-weight: SemiBold;
71
71
  line-height: 100px;
72
72
  font-size: 60px;
@@ -77,7 +77,7 @@
77
77
  text-decoration: none;
78
78
  }
79
79
  .display-xl-bold {
80
- font-family: Figtree;
80
+ font-family: var(--font-figtree);
81
81
  font-weight: Bold;
82
82
  line-height: 100px;
83
83
  font-size: 60px;
@@ -88,7 +88,7 @@
88
88
  text-decoration: none;
89
89
  }
90
90
  .display-lg-regular {
91
- font-family: Figtree;
91
+ font-family: var(--font-figtree);
92
92
  font-weight: Regular;
93
93
  line-height: 100px;
94
94
  font-size: 48px;
@@ -99,7 +99,7 @@
99
99
  text-decoration: none;
100
100
  }
101
101
  .display-lg-medium {
102
- font-family: Figtree;
102
+ font-family: var(--font-figtree);
103
103
  font-weight: Medium;
104
104
  line-height: 100px;
105
105
  font-size: 48px;
@@ -110,7 +110,7 @@
110
110
  text-decoration: none;
111
111
  }
112
112
  .display-lg-semibold {
113
- font-family: Figtree;
113
+ font-family: var(--font-figtree);
114
114
  font-weight: SemiBold;
115
115
  line-height: 100px;
116
116
  font-size: 48px;
@@ -121,7 +121,7 @@
121
121
  text-decoration: none;
122
122
  }
123
123
  .display-lg-bold {
124
- font-family: Figtree;
124
+ font-family: var(--font-figtree);
125
125
  font-weight: Bold;
126
126
  line-height: 100px;
127
127
  font-size: 48px;
@@ -132,7 +132,7 @@
132
132
  text-decoration: none;
133
133
  }
134
134
  .display-md-regular {
135
- font-family: Figtree;
135
+ font-family: var(--font-figtree);
136
136
  font-weight: Regular;
137
137
  line-height: 100px;
138
138
  font-size: 36px;
@@ -143,7 +143,7 @@
143
143
  text-decoration: none;
144
144
  }
145
145
  .display-md-medium {
146
- font-family: Figtree;
146
+ font-family: var(--font-figtree);
147
147
  font-weight: Medium;
148
148
  line-height: 100px;
149
149
  font-size: 36px;
@@ -154,7 +154,7 @@
154
154
  text-decoration: none;
155
155
  }
156
156
  .display-md-semibold {
157
- font-family: Figtree;
157
+ font-family: var(--font-figtree);
158
158
  font-weight: SemiBold;
159
159
  line-height: 100px;
160
160
  font-size: 36px;
@@ -165,7 +165,7 @@
165
165
  text-decoration: none;
166
166
  }
167
167
  .display-md-bold {
168
- font-family: Figtree;
168
+ font-family: var(--font-figtree);
169
169
  font-weight: Bold;
170
170
  line-height: 100px;
171
171
  font-size: 36px;
@@ -176,7 +176,7 @@
176
176
  text-decoration: none;
177
177
  }
178
178
  .display-sm-regular {
179
- font-family: Figtree;
179
+ font-family: var(--font-figtree);
180
180
  font-weight: Regular;
181
181
  line-height: 100px;
182
182
  font-size: 30px;
@@ -187,7 +187,7 @@
187
187
  text-decoration: none;
188
188
  }
189
189
  .display-sm-medium {
190
- font-family: Figtree;
190
+ font-family: var(--font-figtree);
191
191
  font-weight: Medium;
192
192
  line-height: 100px;
193
193
  font-size: 30px;
@@ -198,7 +198,7 @@
198
198
  text-decoration: none;
199
199
  }
200
200
  .display-sm-semibold {
201
- font-family: Figtree;
201
+ font-family: var(--font-figtree);
202
202
  font-weight: SemiBold;
203
203
  line-height: 100px;
204
204
  font-size: 30px;
@@ -209,7 +209,7 @@
209
209
  text-decoration: none;
210
210
  }
211
211
  .display-sm-bold {
212
- font-family: Figtree;
212
+ font-family: var(--font-figtree);
213
213
  font-weight: Bold;
214
214
  line-height: 100px;
215
215
  font-size: 30px;
@@ -220,7 +220,7 @@
220
220
  text-decoration: none;
221
221
  }
222
222
  .display-sm-medium-italic {
223
- font-family: Inter;
223
+ font-family: var(--font-figtree);
224
224
  font-weight: Medium;
225
225
  line-height: 100px;
226
226
  font-size: 30px;
@@ -232,7 +232,7 @@
232
232
  font-style: italic;
233
233
  }
234
234
  .display-xs-regular {
235
- font-family: Figtree;
235
+ font-family: var(--font-figtree);
236
236
  font-weight: Regular;
237
237
  line-height: 100px;
238
238
  font-size: 24px;
@@ -243,7 +243,7 @@
243
243
  text-decoration: none;
244
244
  }
245
245
  .display-xs-medium {
246
- font-family: Figtree;
246
+ font-family: var(--font-figtree);
247
247
  font-weight: Medium;
248
248
  line-height: 100px;
249
249
  font-size: 24px;
@@ -254,7 +254,7 @@
254
254
  text-decoration: none;
255
255
  }
256
256
  .display-xs-semibold {
257
- font-family: Figtree;
257
+ font-family: var(--font-figtree);
258
258
  font-weight: SemiBold;
259
259
  line-height: 100px;
260
260
  font-size: 24px;
@@ -265,7 +265,7 @@
265
265
  text-decoration: none;
266
266
  }
267
267
  .display-xs-bold {
268
- font-family: Figtree;
268
+ font-family: var(--font-figtree);
269
269
  font-weight: Bold;
270
270
  line-height: 100px;
271
271
  font-size: 24px;
@@ -276,7 +276,7 @@
276
276
  text-decoration: none;
277
277
  }
278
278
  .display-xs-medium-italic {
279
- font-family: Inter;
279
+ font-family: var(--font-figtree);
280
280
  font-weight: Medium;
281
281
  line-height: 100px;
282
282
  font-size: 24px;
@@ -288,7 +288,7 @@
288
288
  font-style: italic;
289
289
  }
290
290
  .text-xl-regular {
291
- font-family: Figtree;
291
+ font-family: var(--font-figtree);
292
292
  font-weight: Regular;
293
293
  line-height: 100px;
294
294
  font-size: 20px;
@@ -299,7 +299,7 @@
299
299
  text-decoration: none;
300
300
  }
301
301
  .text-xl-medium {
302
- font-family: Figtree;
302
+ font-family: var(--font-figtree);
303
303
  font-weight: Medium;
304
304
  line-height: 100px;
305
305
  font-size: 20px;
@@ -310,7 +310,7 @@
310
310
  text-decoration: none;
311
311
  }
312
312
  .text-xl-semibold {
313
- font-family: Figtree;
313
+ font-family: var(--font-figtree);
314
314
  font-weight: SemiBold;
315
315
  line-height: 100px;
316
316
  font-size: 20px;
@@ -321,7 +321,7 @@
321
321
  text-decoration: none;
322
322
  }
323
323
  .text-xl-bold {
324
- font-family: Figtree;
324
+ font-family: var(--font-figtree);
325
325
  font-weight: Bold;
326
326
  line-height: 100px;
327
327
  font-size: 20px;
@@ -332,7 +332,7 @@
332
332
  text-decoration: none;
333
333
  }
334
334
  .text-xl-regular-italic {
335
- font-family: Inter;
335
+ font-family: var(--font-figtree);
336
336
  font-weight: Regular;
337
337
  line-height: 100px;
338
338
  font-size: 20px;
@@ -344,7 +344,7 @@
344
344
  font-style: italic;
345
345
  }
346
346
  .text-xl-medium-italic {
347
- font-family: Inter;
347
+ font-family: var(--font-figtree);
348
348
  font-weight: Medium;
349
349
  line-height: 100px;
350
350
  font-size: 20px;
@@ -356,7 +356,7 @@
356
356
  font-style: italic;
357
357
  }
358
358
  .text-xl-semibold-italic {
359
- font-family: Inter;
359
+ font-family: var(--font-figtree);
360
360
  font-weight: Semi Bold;
361
361
  line-height: 100px;
362
362
  font-size: 20px;
@@ -368,7 +368,7 @@
368
368
  font-style: italic;
369
369
  }
370
370
  .text-xl-bold-italic {
371
- font-family: Inter;
371
+ font-family: var(--font-figtree);
372
372
  font-weight: Bold;
373
373
  line-height: 30px;
374
374
  font-size: 20px;
@@ -380,7 +380,7 @@
380
380
  font-style: italic;
381
381
  }
382
382
  .text-xl-regular-underlined {
383
- font-family: Inter;
383
+ font-family: var(--font-figtree);
384
384
  font-weight: Regular;
385
385
  line-height: 100px;
386
386
  font-size: 20px;
@@ -391,7 +391,7 @@
391
391
  text-decoration: underline;
392
392
  }
393
393
  .text-lg-regular {
394
- font-family: Figtree;
394
+ font-family: var(--font-figtree);
395
395
  font-weight: Regular;
396
396
  line-height: 120px;
397
397
  font-size: 18px;
@@ -402,7 +402,7 @@
402
402
  text-decoration: none;
403
403
  }
404
404
  .text-lg-medium {
405
- font-family: Figtree;
405
+ font-family: var(--font-figtree);
406
406
  font-weight: Medium;
407
407
  line-height: 120px;
408
408
  font-size: 18px;
@@ -413,7 +413,7 @@
413
413
  text-decoration: none;
414
414
  }
415
415
  .text-lg-semibold {
416
- font-family: Figtree;
416
+ font-family: var(--font-figtree);
417
417
  font-weight: SemiBold;
418
418
  line-height: 120px;
419
419
  font-size: 18px;
@@ -424,7 +424,7 @@
424
424
  text-decoration: none;
425
425
  }
426
426
  .text-lg-bold {
427
- font-family: Figtree;
427
+ font-family: var(--font-figtree);
428
428
  font-weight: Bold;
429
429
  line-height: 120px;
430
430
  font-size: 18px;
@@ -435,7 +435,7 @@
435
435
  text-decoration: none;
436
436
  }
437
437
  .text-lg-regular-italic {
438
- font-family: Inter;
438
+ font-family: var(--font-figtree);
439
439
  font-weight: Regular;
440
440
  line-height: 100px;
441
441
  font-size: 18px;
@@ -447,7 +447,7 @@
447
447
  font-style: italic;
448
448
  }
449
449
  .text-lg-medium-italic {
450
- font-family: Inter;
450
+ font-family: var(--font-figtree);
451
451
  font-weight: Medium;
452
452
  line-height: 100px;
453
453
  font-size: 18px;
@@ -459,7 +459,7 @@
459
459
  font-style: italic;
460
460
  }
461
461
  .text-lg-semibold-italic {
462
- font-family: Inter;
462
+ font-family: var(--font-figtree);
463
463
  font-weight: Semi Bold;
464
464
  line-height: 100px;
465
465
  font-size: 18px;
@@ -471,7 +471,7 @@
471
471
  font-style: italic;
472
472
  }
473
473
  .text-lg-bold-italic {
474
- font-family: Inter;
474
+ font-family: var(--font-figtree);
475
475
  font-weight: Bold;
476
476
  line-height: 100px;
477
477
  font-size: 18px;
@@ -483,7 +483,7 @@
483
483
  font-style: italic;
484
484
  }
485
485
  .text-lg-regular-underlined {
486
- font-family: Inter;
486
+ font-family: var(--font-figtree);
487
487
  font-weight: Regular;
488
488
  line-height: 100px;
489
489
  font-size: 18px;
@@ -494,7 +494,7 @@
494
494
  text-decoration: underline;
495
495
  }
496
496
  .text-lg-medium-underlined {
497
- font-family: Inter;
497
+ font-family: var(--font-figtree);
498
498
  font-weight: Medium;
499
499
  line-height: 100px;
500
500
  font-size: 18px;
@@ -505,7 +505,7 @@
505
505
  text-decoration: underline;
506
506
  }
507
507
  .text-lg-semibold-underlined {
508
- font-family: Inter;
508
+ font-family: var(--font-figtree);
509
509
  font-weight: Semi Bold;
510
510
  line-height: 100px;
511
511
  font-size: 18px;
@@ -516,7 +516,7 @@
516
516
  text-decoration: underline;
517
517
  }
518
518
  .text-md-regular {
519
- font-family: Figtree;
519
+ font-family: var(--font-figtree);
520
520
  font-weight: Regular;
521
521
  line-height: 120px;
522
522
  font-size: 16px;
@@ -527,7 +527,7 @@
527
527
  text-decoration: none;
528
528
  }
529
529
  .text-md-medium {
530
- font-family: Figtree;
530
+ font-family: var(--font-figtree);
531
531
  font-weight: Medium;
532
532
  line-height: 120px;
533
533
  font-size: 16px;
@@ -538,7 +538,7 @@
538
538
  text-decoration: none;
539
539
  }
540
540
  .text-md-semibold {
541
- font-family: Figtree;
541
+ font-family: var(--font-figtree);
542
542
  font-weight: SemiBold;
543
543
  line-height: 120px;
544
544
  font-size: 16px;
@@ -549,7 +549,7 @@
549
549
  text-decoration: none;
550
550
  }
551
551
  .text-md-bold {
552
- font-family: Figtree;
552
+ font-family: var(--font-figtree);
553
553
  font-weight: Bold;
554
554
  line-height: 110px;
555
555
  font-size: 16px;
@@ -560,7 +560,7 @@
560
560
  text-decoration: none;
561
561
  }
562
562
  .text-md-regular-italic {
563
- font-family: Inter;
563
+ font-family: var(--font-figtree);
564
564
  font-weight: Regular;
565
565
  line-height: 100px;
566
566
  font-size: 16px;
@@ -572,7 +572,7 @@
572
572
  font-style: italic;
573
573
  }
574
574
  .text-md-medium-italic {
575
- font-family: Inter;
575
+ font-family: var(--font-figtree);
576
576
  font-weight: Medium;
577
577
  line-height: 24px;
578
578
  font-size: 16px;
@@ -584,7 +584,7 @@
584
584
  font-style: italic;
585
585
  }
586
586
  .text-md-semibold-italic {
587
- font-family: Inter;
587
+ font-family: var(--font-figtree);
588
588
  font-weight: Semi Bold;
589
589
  line-height: 24px;
590
590
  font-size: 16px;
@@ -596,7 +596,7 @@
596
596
  font-style: italic;
597
597
  }
598
598
  .text-md-bold-italic {
599
- font-family: Inter;
599
+ font-family: var(--font-figtree);
600
600
  font-weight: Bold;
601
601
  line-height: 24px;
602
602
  font-size: 16px;
@@ -608,7 +608,7 @@
608
608
  font-style: italic;
609
609
  }
610
610
  .text-md-regular-underlined {
611
- font-family: Inter;
611
+ font-family: var(--font-figtree);
612
612
  font-weight: Regular;
613
613
  line-height: 24px;
614
614
  font-size: 16px;
@@ -619,7 +619,7 @@
619
619
  text-decoration: underline;
620
620
  }
621
621
  .text-md-medium-underlined {
622
- font-family: Inter;
622
+ font-family: var(--font-figtree);
623
623
  font-weight: Medium;
624
624
  line-height: 24px;
625
625
  font-size: 16px;
@@ -630,7 +630,7 @@
630
630
  text-decoration: underline;
631
631
  }
632
632
  .text-md-semibold-underlined {
633
- font-family: Inter;
633
+ font-family: var(--font-figtree);
634
634
  font-weight: Semi Bold;
635
635
  line-height: 24px;
636
636
  font-size: 16px;
@@ -641,7 +641,7 @@
641
641
  text-decoration: underline;
642
642
  }
643
643
  .text-sm-regular {
644
- font-family: Figtree;
644
+ font-family: var(--font-figtree);
645
645
  font-weight: Regular;
646
646
  line-height: 110px;
647
647
  font-size: 14px;
@@ -652,7 +652,7 @@
652
652
  text-decoration: none;
653
653
  }
654
654
  .text-sm-medium {
655
- font-family: Figtree;
655
+ font-family: var(--font-figtree);
656
656
  font-weight: Medium;
657
657
  line-height: 110px;
658
658
  font-size: 14px;
@@ -663,7 +663,7 @@
663
663
  text-decoration: none;
664
664
  }
665
665
  .text-sm-semibold {
666
- font-family: Figtree;
666
+ font-family: var(--font-figtree);
667
667
  font-weight: SemiBold;
668
668
  line-height: 110px;
669
669
  font-size: 14px;
@@ -674,7 +674,7 @@
674
674
  text-decoration: none;
675
675
  }
676
676
  .text-sm-bold {
677
- font-family: Figtree;
677
+ font-family: var(--font-figtree);
678
678
  font-weight: Bold;
679
679
  line-height: 110px;
680
680
  font-size: 14px;
@@ -685,7 +685,7 @@
685
685
  text-decoration: none;
686
686
  }
687
687
  .text-sm-regular-underlined {
688
- font-family: Inter;
688
+ font-family: var(--font-figtree);
689
689
  font-weight: Regular;
690
690
  line-height: 100px;
691
691
  font-size: 14px;
@@ -696,7 +696,7 @@
696
696
  text-decoration: underline;
697
697
  }
698
698
  .text-sm-medium-underlined {
699
- font-family: Inter;
699
+ font-family: var(--font-figtree);
700
700
  font-weight: Medium;
701
701
  line-height: 100px;
702
702
  font-size: 14px;
@@ -707,7 +707,7 @@
707
707
  text-decoration: underline;
708
708
  }
709
709
  .text-sm-semibold-underlined {
710
- font-family: Inter;
710
+ font-family: var(--font-figtree);
711
711
  font-weight: Semi Bold;
712
712
  line-height: 100px;
713
713
  font-size: 14px;
@@ -718,7 +718,7 @@
718
718
  text-decoration: underline;
719
719
  }
720
720
  .text-xs-regular {
721
- font-family: Figtree;
721
+ font-family: var(--font-figtree);
722
722
  font-weight: Regular;
723
723
  line-height: 110px;
724
724
  font-size: 12px;
@@ -729,7 +729,7 @@
729
729
  text-decoration: none;
730
730
  }
731
731
  .text-xs-medium {
732
- font-family: Figtree;
732
+ font-family: var(--font-figtree);
733
733
  font-weight: Medium;
734
734
  line-height: 110px;
735
735
  font-size: 12px;
@@ -740,7 +740,7 @@
740
740
  text-decoration: none;
741
741
  }
742
742
  .text-xs-semibold {
743
- font-family: Figtree;
743
+ font-family: var(--font-figtree);
744
744
  font-weight: SemiBold;
745
745
  line-height: 110px;
746
746
  font-size: 12px;
@@ -751,7 +751,7 @@
751
751
  text-decoration: none;
752
752
  }
753
753
  .text-xs-bold {
754
- font-family: Figtree;
754
+ font-family: var(--font-figtree);
755
755
  font-weight: Bold;
756
756
  line-height: 110px;
757
757
  font-size: 12px;
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "files": [
13
13
  "build"
14
14
  ],
15
- "gitHead": "f76ab330a212a9add18a1c541a17f2f533dc346a",
15
+ "gitHead": "4f20cf5c33970e998759ecad3bc1663e505d03c1",
16
16
  "include": [
17
17
  "src"
18
18
  ],
@@ -25,5 +25,5 @@
25
25
  "copy-dts": "copyfiles -u 1 \"src/**/*.css\" build && copyfiles -u 1 \"src/**/*.js\" build && copyfiles -u 1 \"src/**/*.scss\" build",
26
26
  "test": "echo \"Error: run tests from root\" && exit 1"
27
27
  },
28
- "version": "2.0.0-y.26"
28
+ "version": "2.0.0-y.27"
29
29
  }