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

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