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