@novalabsxyz/tokens 2.0.0-y.27 → 2.0.0-y.29
Sign up to get free protection for your applications and to get access to all the features.
- package/build/css/tailwindTextStyles.css +68 -204
- package/build/css/textStyles.css +68 -204
- package/package.json +2 -2
@@ -1,231 +1,189 @@
|
|
1
1
|
@layer utilities {
|
2
2
|
.display-2xl-regular {
|
3
3
|
font-family: var(--font-figtree);
|
4
|
-
font-weight:
|
5
|
-
line-height: 100px;
|
4
|
+
font-weight: regular;
|
6
5
|
font-size: 72px;
|
7
6
|
letter-spacing: -2px;
|
8
|
-
margin-bottom: 72px;
|
9
7
|
text-indent: 0px;
|
10
8
|
text-transform: none;
|
11
9
|
text-decoration: none;
|
12
10
|
}
|
13
11
|
.display-2xl-medium {
|
14
12
|
font-family: var(--font-figtree);
|
15
|
-
font-weight:
|
16
|
-
line-height: 100px;
|
13
|
+
font-weight: 500;
|
17
14
|
font-size: 72px;
|
18
15
|
letter-spacing: -2px;
|
19
|
-
margin-bottom: 72px;
|
20
16
|
text-indent: 0px;
|
21
17
|
text-transform: none;
|
22
18
|
text-decoration: none;
|
23
19
|
}
|
24
20
|
.display-2xl-semibold {
|
25
21
|
font-family: var(--font-figtree);
|
26
|
-
font-weight:
|
27
|
-
line-height: 100px;
|
22
|
+
font-weight: 600;
|
28
23
|
font-size: 72px;
|
29
24
|
letter-spacing: -2px;
|
30
|
-
margin-bottom: 72px;
|
31
25
|
text-indent: 0px;
|
32
26
|
text-transform: none;
|
33
27
|
text-decoration: none;
|
34
28
|
}
|
35
29
|
.display-2xl-bold {
|
36
30
|
font-family: var(--font-figtree);
|
37
|
-
font-weight:
|
38
|
-
line-height: 100px;
|
31
|
+
font-weight: 700;
|
39
32
|
font-size: 72px;
|
40
33
|
letter-spacing: -2px;
|
41
|
-
margin-bottom: 72px;
|
42
34
|
text-indent: 0px;
|
43
35
|
text-transform: none;
|
44
36
|
text-decoration: none;
|
45
37
|
}
|
46
38
|
.display-xl-regular {
|
47
39
|
font-family: var(--font-figtree);
|
48
|
-
font-weight:
|
49
|
-
line-height: 100px;
|
40
|
+
font-weight: regular;
|
50
41
|
font-size: 60px;
|
51
42
|
letter-spacing: -2px;
|
52
|
-
margin-bottom: 60px;
|
53
43
|
text-indent: 0px;
|
54
44
|
text-transform: none;
|
55
45
|
text-decoration: none;
|
56
46
|
}
|
57
47
|
.display-xl-medium {
|
58
48
|
font-family: var(--font-figtree);
|
59
|
-
font-weight:
|
60
|
-
line-height: 100px;
|
49
|
+
font-weight: 500;
|
61
50
|
font-size: 60px;
|
62
51
|
letter-spacing: -2px;
|
63
|
-
margin-bottom: 60px;
|
64
52
|
text-indent: 0px;
|
65
53
|
text-transform: none;
|
66
54
|
text-decoration: none;
|
67
55
|
}
|
68
56
|
.display-xl-semibold {
|
69
57
|
font-family: var(--font-figtree);
|
70
|
-
font-weight:
|
71
|
-
line-height: 100px;
|
58
|
+
font-weight: 600;
|
72
59
|
font-size: 60px;
|
73
60
|
letter-spacing: -2px;
|
74
|
-
margin-bottom: 60px;
|
75
61
|
text-indent: 0px;
|
76
62
|
text-transform: none;
|
77
63
|
text-decoration: none;
|
78
64
|
}
|
79
65
|
.display-xl-bold {
|
80
66
|
font-family: var(--font-figtree);
|
81
|
-
font-weight:
|
82
|
-
line-height: 100px;
|
67
|
+
font-weight: 700;
|
83
68
|
font-size: 60px;
|
84
69
|
letter-spacing: -2px;
|
85
|
-
margin-bottom: 60px;
|
86
70
|
text-indent: 0px;
|
87
71
|
text-transform: none;
|
88
72
|
text-decoration: none;
|
89
73
|
}
|
90
74
|
.display-lg-regular {
|
91
75
|
font-family: var(--font-figtree);
|
92
|
-
font-weight:
|
93
|
-
line-height: 100px;
|
76
|
+
font-weight: regular;
|
94
77
|
font-size: 48px;
|
95
78
|
letter-spacing: -2px;
|
96
|
-
margin-bottom: 48px;
|
97
79
|
text-indent: 0px;
|
98
80
|
text-transform: none;
|
99
81
|
text-decoration: none;
|
100
82
|
}
|
101
83
|
.display-lg-medium {
|
102
84
|
font-family: var(--font-figtree);
|
103
|
-
font-weight:
|
104
|
-
line-height: 100px;
|
85
|
+
font-weight: 500;
|
105
86
|
font-size: 48px;
|
106
87
|
letter-spacing: -2px;
|
107
|
-
margin-bottom: 48px;
|
108
88
|
text-indent: 0px;
|
109
89
|
text-transform: none;
|
110
90
|
text-decoration: none;
|
111
91
|
}
|
112
92
|
.display-lg-semibold {
|
113
93
|
font-family: var(--font-figtree);
|
114
|
-
font-weight:
|
115
|
-
line-height: 100px;
|
94
|
+
font-weight: 600;
|
116
95
|
font-size: 48px;
|
117
96
|
letter-spacing: -2px;
|
118
|
-
margin-bottom: 48px;
|
119
97
|
text-indent: 0px;
|
120
98
|
text-transform: none;
|
121
99
|
text-decoration: none;
|
122
100
|
}
|
123
101
|
.display-lg-bold {
|
124
102
|
font-family: var(--font-figtree);
|
125
|
-
font-weight:
|
126
|
-
line-height: 100px;
|
103
|
+
font-weight: 700;
|
127
104
|
font-size: 48px;
|
128
105
|
letter-spacing: -2px;
|
129
|
-
margin-bottom: 48px;
|
130
106
|
text-indent: 0px;
|
131
107
|
text-transform: none;
|
132
108
|
text-decoration: none;
|
133
109
|
}
|
134
110
|
.display-md-regular {
|
135
111
|
font-family: var(--font-figtree);
|
136
|
-
font-weight:
|
137
|
-
line-height: 100px;
|
112
|
+
font-weight: regular;
|
138
113
|
font-size: 36px;
|
139
114
|
letter-spacing: -2px;
|
140
|
-
margin-bottom: 36px;
|
141
115
|
text-indent: 0px;
|
142
116
|
text-transform: none;
|
143
117
|
text-decoration: none;
|
144
118
|
}
|
145
119
|
.display-md-medium {
|
146
120
|
font-family: var(--font-figtree);
|
147
|
-
font-weight:
|
148
|
-
line-height: 100px;
|
121
|
+
font-weight: 500;
|
149
122
|
font-size: 36px;
|
150
123
|
letter-spacing: -2px;
|
151
|
-
margin-bottom: 36px;
|
152
124
|
text-indent: 0px;
|
153
125
|
text-transform: none;
|
154
126
|
text-decoration: none;
|
155
127
|
}
|
156
128
|
.display-md-semibold {
|
157
129
|
font-family: var(--font-figtree);
|
158
|
-
font-weight:
|
159
|
-
line-height: 100px;
|
130
|
+
font-weight: 600;
|
160
131
|
font-size: 36px;
|
161
132
|
letter-spacing: -2px;
|
162
|
-
margin-bottom: 36px;
|
163
133
|
text-indent: 0px;
|
164
134
|
text-transform: none;
|
165
135
|
text-decoration: none;
|
166
136
|
}
|
167
137
|
.display-md-bold {
|
168
138
|
font-family: var(--font-figtree);
|
169
|
-
font-weight:
|
170
|
-
line-height: 100px;
|
139
|
+
font-weight: 700;
|
171
140
|
font-size: 36px;
|
172
141
|
letter-spacing: -2px;
|
173
|
-
margin-bottom: 36px;
|
174
142
|
text-indent: 0px;
|
175
143
|
text-transform: none;
|
176
144
|
text-decoration: none;
|
177
145
|
}
|
178
146
|
.display-sm-regular {
|
179
147
|
font-family: var(--font-figtree);
|
180
|
-
font-weight:
|
181
|
-
line-height: 100px;
|
148
|
+
font-weight: regular;
|
182
149
|
font-size: 30px;
|
183
150
|
letter-spacing: 0px;
|
184
|
-
margin-bottom: 20px;
|
185
151
|
text-indent: 0px;
|
186
152
|
text-transform: none;
|
187
153
|
text-decoration: none;
|
188
154
|
}
|
189
155
|
.display-sm-medium {
|
190
156
|
font-family: var(--font-figtree);
|
191
|
-
font-weight:
|
192
|
-
line-height: 100px;
|
157
|
+
font-weight: 500;
|
193
158
|
font-size: 30px;
|
194
159
|
letter-spacing: 0px;
|
195
|
-
margin-bottom: 20px;
|
196
160
|
text-indent: 0px;
|
197
161
|
text-transform: none;
|
198
162
|
text-decoration: none;
|
199
163
|
}
|
200
164
|
.display-sm-semibold {
|
201
165
|
font-family: var(--font-figtree);
|
202
|
-
font-weight:
|
203
|
-
line-height: 100px;
|
166
|
+
font-weight: 600;
|
204
167
|
font-size: 30px;
|
205
168
|
letter-spacing: 0px;
|
206
|
-
margin-bottom: 20px;
|
207
169
|
text-indent: 0px;
|
208
170
|
text-transform: none;
|
209
171
|
text-decoration: none;
|
210
172
|
}
|
211
173
|
.display-sm-bold {
|
212
174
|
font-family: var(--font-figtree);
|
213
|
-
font-weight:
|
214
|
-
line-height: 100px;
|
175
|
+
font-weight: 700;
|
215
176
|
font-size: 30px;
|
216
177
|
letter-spacing: 0px;
|
217
|
-
margin-bottom: 20px;
|
218
178
|
text-indent: 0px;
|
219
179
|
text-transform: none;
|
220
180
|
text-decoration: none;
|
221
181
|
}
|
222
182
|
.display-sm-medium-italic {
|
223
183
|
font-family: var(--font-figtree);
|
224
|
-
font-weight:
|
225
|
-
line-height: 100px;
|
184
|
+
font-weight: 500;
|
226
185
|
font-size: 30px;
|
227
186
|
letter-spacing: 0px;
|
228
|
-
margin-bottom: 38px;
|
229
187
|
text-indent: 0px;
|
230
188
|
text-transform: none;
|
231
189
|
text-decoration: none;
|
@@ -233,55 +191,45 @@
|
|
233
191
|
}
|
234
192
|
.display-xs-regular {
|
235
193
|
font-family: var(--font-figtree);
|
236
|
-
font-weight:
|
237
|
-
line-height: 100px;
|
194
|
+
font-weight: regular;
|
238
195
|
font-size: 24px;
|
239
196
|
letter-spacing: 0px;
|
240
|
-
margin-bottom: 24px;
|
241
197
|
text-indent: 0px;
|
242
198
|
text-transform: none;
|
243
199
|
text-decoration: none;
|
244
200
|
}
|
245
201
|
.display-xs-medium {
|
246
202
|
font-family: var(--font-figtree);
|
247
|
-
font-weight:
|
248
|
-
line-height: 100px;
|
203
|
+
font-weight: 500;
|
249
204
|
font-size: 24px;
|
250
205
|
letter-spacing: 0px;
|
251
|
-
margin-bottom: 24px;
|
252
206
|
text-indent: 0px;
|
253
207
|
text-transform: none;
|
254
208
|
text-decoration: none;
|
255
209
|
}
|
256
210
|
.display-xs-semibold {
|
257
211
|
font-family: var(--font-figtree);
|
258
|
-
font-weight:
|
259
|
-
line-height: 100px;
|
212
|
+
font-weight: 600;
|
260
213
|
font-size: 24px;
|
261
214
|
letter-spacing: 0px;
|
262
|
-
margin-bottom: 24px;
|
263
215
|
text-indent: 0px;
|
264
216
|
text-transform: none;
|
265
217
|
text-decoration: none;
|
266
218
|
}
|
267
219
|
.display-xs-bold {
|
268
220
|
font-family: var(--font-figtree);
|
269
|
-
font-weight:
|
270
|
-
line-height: 100px;
|
221
|
+
font-weight: 700;
|
271
222
|
font-size: 24px;
|
272
223
|
letter-spacing: 0px;
|
273
|
-
margin-bottom: 24px;
|
274
224
|
text-indent: 0px;
|
275
225
|
text-transform: none;
|
276
226
|
text-decoration: none;
|
277
227
|
}
|
278
228
|
.display-xs-medium-italic {
|
279
229
|
font-family: var(--font-figtree);
|
280
|
-
font-weight:
|
281
|
-
line-height: 100px;
|
230
|
+
font-weight: 500;
|
282
231
|
font-size: 24px;
|
283
232
|
letter-spacing: 0px;
|
284
|
-
margin-bottom: 32px;
|
285
233
|
text-indent: 0px;
|
286
234
|
text-transform: none;
|
287
235
|
text-decoration: none;
|
@@ -289,55 +237,45 @@
|
|
289
237
|
}
|
290
238
|
.text-xl-regular {
|
291
239
|
font-family: var(--font-figtree);
|
292
|
-
font-weight:
|
293
|
-
line-height: 100px;
|
240
|
+
font-weight: regular;
|
294
241
|
font-size: 20px;
|
295
242
|
letter-spacing: 0px;
|
296
|
-
margin-bottom: 20px;
|
297
243
|
text-indent: 0px;
|
298
244
|
text-transform: none;
|
299
245
|
text-decoration: none;
|
300
246
|
}
|
301
247
|
.text-xl-medium {
|
302
248
|
font-family: var(--font-figtree);
|
303
|
-
font-weight:
|
304
|
-
line-height: 100px;
|
249
|
+
font-weight: 500;
|
305
250
|
font-size: 20px;
|
306
251
|
letter-spacing: 0px;
|
307
|
-
margin-bottom: 20px;
|
308
252
|
text-indent: 0px;
|
309
253
|
text-transform: none;
|
310
254
|
text-decoration: none;
|
311
255
|
}
|
312
256
|
.text-xl-semibold {
|
313
257
|
font-family: var(--font-figtree);
|
314
|
-
font-weight:
|
315
|
-
line-height: 100px;
|
258
|
+
font-weight: 600;
|
316
259
|
font-size: 20px;
|
317
260
|
letter-spacing: 0px;
|
318
|
-
margin-bottom: 20px;
|
319
261
|
text-indent: 0px;
|
320
262
|
text-transform: none;
|
321
263
|
text-decoration: none;
|
322
264
|
}
|
323
265
|
.text-xl-bold {
|
324
266
|
font-family: var(--font-figtree);
|
325
|
-
font-weight:
|
326
|
-
line-height: 100px;
|
267
|
+
font-weight: 700;
|
327
268
|
font-size: 20px;
|
328
269
|
letter-spacing: 0px;
|
329
|
-
margin-bottom: 20px;
|
330
270
|
text-indent: 0px;
|
331
271
|
text-transform: none;
|
332
272
|
text-decoration: none;
|
333
273
|
}
|
334
274
|
.text-xl-regular-italic {
|
335
275
|
font-family: var(--font-figtree);
|
336
|
-
font-weight:
|
337
|
-
line-height: 100px;
|
276
|
+
font-weight: regular;
|
338
277
|
font-size: 20px;
|
339
278
|
letter-spacing: 0px;
|
340
|
-
margin-bottom: 20px;
|
341
279
|
text-indent: 0px;
|
342
280
|
text-transform: none;
|
343
281
|
text-decoration: none;
|
@@ -345,11 +283,9 @@
|
|
345
283
|
}
|
346
284
|
.text-xl-medium-italic {
|
347
285
|
font-family: var(--font-figtree);
|
348
|
-
font-weight:
|
349
|
-
line-height: 100px;
|
286
|
+
font-weight: 500;
|
350
287
|
font-size: 20px;
|
351
288
|
letter-spacing: 0px;
|
352
|
-
margin-bottom: 20px;
|
353
289
|
text-indent: 0px;
|
354
290
|
text-transform: none;
|
355
291
|
text-decoration: none;
|
@@ -357,11 +293,9 @@
|
|
357
293
|
}
|
358
294
|
.text-xl-semibold-italic {
|
359
295
|
font-family: var(--font-figtree);
|
360
|
-
font-weight:
|
361
|
-
line-height: 100px;
|
296
|
+
font-weight: semi 700;
|
362
297
|
font-size: 20px;
|
363
298
|
letter-spacing: 0px;
|
364
|
-
margin-bottom: 20px;
|
365
299
|
text-indent: 0px;
|
366
300
|
text-transform: none;
|
367
301
|
text-decoration: none;
|
@@ -369,11 +303,9 @@
|
|
369
303
|
}
|
370
304
|
.text-xl-bold-italic {
|
371
305
|
font-family: var(--font-figtree);
|
372
|
-
font-weight:
|
373
|
-
line-height: 30px;
|
306
|
+
font-weight: 700;
|
374
307
|
font-size: 20px;
|
375
308
|
letter-spacing: 0px;
|
376
|
-
margin-bottom: 20px;
|
377
309
|
text-indent: 0px;
|
378
310
|
text-transform: none;
|
379
311
|
text-decoration: none;
|
@@ -381,66 +313,54 @@
|
|
381
313
|
}
|
382
314
|
.text-xl-regular-underlined {
|
383
315
|
font-family: var(--font-figtree);
|
384
|
-
font-weight:
|
385
|
-
line-height: 100px;
|
316
|
+
font-weight: regular;
|
386
317
|
font-size: 20px;
|
387
318
|
letter-spacing: 0px;
|
388
|
-
margin-bottom: 0px;
|
389
319
|
text-indent: 0px;
|
390
320
|
text-transform: none;
|
391
321
|
text-decoration: underline;
|
392
322
|
}
|
393
323
|
.text-lg-regular {
|
394
324
|
font-family: var(--font-figtree);
|
395
|
-
font-weight:
|
396
|
-
line-height: 120px;
|
325
|
+
font-weight: regular;
|
397
326
|
font-size: 18px;
|
398
327
|
letter-spacing: 0px;
|
399
|
-
margin-bottom: 18px;
|
400
328
|
text-indent: 0px;
|
401
329
|
text-transform: none;
|
402
330
|
text-decoration: none;
|
403
331
|
}
|
404
332
|
.text-lg-medium {
|
405
333
|
font-family: var(--font-figtree);
|
406
|
-
font-weight:
|
407
|
-
line-height: 120px;
|
334
|
+
font-weight: 500;
|
408
335
|
font-size: 18px;
|
409
336
|
letter-spacing: 0px;
|
410
|
-
margin-bottom: 18px;
|
411
337
|
text-indent: 0px;
|
412
338
|
text-transform: none;
|
413
339
|
text-decoration: none;
|
414
340
|
}
|
415
341
|
.text-lg-semibold {
|
416
342
|
font-family: var(--font-figtree);
|
417
|
-
font-weight:
|
418
|
-
line-height: 120px;
|
343
|
+
font-weight: 600;
|
419
344
|
font-size: 18px;
|
420
345
|
letter-spacing: 0px;
|
421
|
-
margin-bottom: 18px;
|
422
346
|
text-indent: 0px;
|
423
347
|
text-transform: none;
|
424
348
|
text-decoration: none;
|
425
349
|
}
|
426
350
|
.text-lg-bold {
|
427
351
|
font-family: var(--font-figtree);
|
428
|
-
font-weight:
|
429
|
-
line-height: 120px;
|
352
|
+
font-weight: 700;
|
430
353
|
font-size: 18px;
|
431
354
|
letter-spacing: 0px;
|
432
|
-
margin-bottom: 18px;
|
433
355
|
text-indent: 0px;
|
434
356
|
text-transform: none;
|
435
357
|
text-decoration: none;
|
436
358
|
}
|
437
359
|
.text-lg-regular-italic {
|
438
360
|
font-family: var(--font-figtree);
|
439
|
-
font-weight:
|
440
|
-
line-height: 100px;
|
361
|
+
font-weight: regular;
|
441
362
|
font-size: 18px;
|
442
363
|
letter-spacing: 0px;
|
443
|
-
margin-bottom: 18px;
|
444
364
|
text-indent: 0px;
|
445
365
|
text-transform: none;
|
446
366
|
text-decoration: none;
|
@@ -448,11 +368,9 @@
|
|
448
368
|
}
|
449
369
|
.text-lg-medium-italic {
|
450
370
|
font-family: var(--font-figtree);
|
451
|
-
font-weight:
|
452
|
-
line-height: 100px;
|
371
|
+
font-weight: 500;
|
453
372
|
font-size: 18px;
|
454
373
|
letter-spacing: 0px;
|
455
|
-
margin-bottom: 18px;
|
456
374
|
text-indent: 0px;
|
457
375
|
text-transform: none;
|
458
376
|
text-decoration: none;
|
@@ -460,11 +378,9 @@
|
|
460
378
|
}
|
461
379
|
.text-lg-semibold-italic {
|
462
380
|
font-family: var(--font-figtree);
|
463
|
-
font-weight:
|
464
|
-
line-height: 100px;
|
381
|
+
font-weight: semi 700;
|
465
382
|
font-size: 18px;
|
466
383
|
letter-spacing: 0px;
|
467
|
-
margin-bottom: 18px;
|
468
384
|
text-indent: 0px;
|
469
385
|
text-transform: none;
|
470
386
|
text-decoration: none;
|
@@ -472,11 +388,9 @@
|
|
472
388
|
}
|
473
389
|
.text-lg-bold-italic {
|
474
390
|
font-family: var(--font-figtree);
|
475
|
-
font-weight:
|
476
|
-
line-height: 100px;
|
391
|
+
font-weight: 700;
|
477
392
|
font-size: 18px;
|
478
393
|
letter-spacing: 0px;
|
479
|
-
margin-bottom: 18px;
|
480
394
|
text-indent: 0px;
|
481
395
|
text-transform: none;
|
482
396
|
text-decoration: none;
|
@@ -484,88 +398,72 @@
|
|
484
398
|
}
|
485
399
|
.text-lg-regular-underlined {
|
486
400
|
font-family: var(--font-figtree);
|
487
|
-
font-weight:
|
488
|
-
line-height: 100px;
|
401
|
+
font-weight: regular;
|
489
402
|
font-size: 18px;
|
490
403
|
letter-spacing: 0px;
|
491
|
-
margin-bottom: 18px;
|
492
404
|
text-indent: 0px;
|
493
405
|
text-transform: none;
|
494
406
|
text-decoration: underline;
|
495
407
|
}
|
496
408
|
.text-lg-medium-underlined {
|
497
409
|
font-family: var(--font-figtree);
|
498
|
-
font-weight:
|
499
|
-
line-height: 100px;
|
410
|
+
font-weight: 500;
|
500
411
|
font-size: 18px;
|
501
412
|
letter-spacing: 0px;
|
502
|
-
margin-bottom: 18px;
|
503
413
|
text-indent: 0px;
|
504
414
|
text-transform: none;
|
505
415
|
text-decoration: underline;
|
506
416
|
}
|
507
417
|
.text-lg-semibold-underlined {
|
508
418
|
font-family: var(--font-figtree);
|
509
|
-
font-weight:
|
510
|
-
line-height: 100px;
|
419
|
+
font-weight: semi 700;
|
511
420
|
font-size: 18px;
|
512
421
|
letter-spacing: 0px;
|
513
|
-
margin-bottom: 18px;
|
514
422
|
text-indent: 0px;
|
515
423
|
text-transform: none;
|
516
424
|
text-decoration: underline;
|
517
425
|
}
|
518
426
|
.text-md-regular {
|
519
427
|
font-family: var(--font-figtree);
|
520
|
-
font-weight:
|
521
|
-
line-height: 120px;
|
428
|
+
font-weight: regular;
|
522
429
|
font-size: 16px;
|
523
430
|
letter-spacing: 0px;
|
524
|
-
margin-bottom: 16px;
|
525
431
|
text-indent: 0px;
|
526
432
|
text-transform: none;
|
527
433
|
text-decoration: none;
|
528
434
|
}
|
529
435
|
.text-md-medium {
|
530
436
|
font-family: var(--font-figtree);
|
531
|
-
font-weight:
|
532
|
-
line-height: 120px;
|
437
|
+
font-weight: 500;
|
533
438
|
font-size: 16px;
|
534
439
|
letter-spacing: 0px;
|
535
|
-
margin-bottom: 16px;
|
536
440
|
text-indent: 0px;
|
537
441
|
text-transform: none;
|
538
442
|
text-decoration: none;
|
539
443
|
}
|
540
444
|
.text-md-semibold {
|
541
445
|
font-family: var(--font-figtree);
|
542
|
-
font-weight:
|
543
|
-
line-height: 120px;
|
446
|
+
font-weight: 600;
|
544
447
|
font-size: 16px;
|
545
448
|
letter-spacing: 0px;
|
546
|
-
margin-bottom: 16px;
|
547
449
|
text-indent: 0px;
|
548
450
|
text-transform: none;
|
549
451
|
text-decoration: none;
|
550
452
|
}
|
551
453
|
.text-md-bold {
|
552
454
|
font-family: var(--font-figtree);
|
553
|
-
font-weight:
|
554
|
-
line-height: 110px;
|
455
|
+
font-weight: 700;
|
555
456
|
font-size: 16px;
|
556
457
|
letter-spacing: 0px;
|
557
|
-
margin-bottom: 16px;
|
558
458
|
text-indent: 0px;
|
559
459
|
text-transform: none;
|
560
460
|
text-decoration: none;
|
561
461
|
}
|
562
462
|
.text-md-regular-italic {
|
563
463
|
font-family: var(--font-figtree);
|
564
|
-
font-weight:
|
565
|
-
line-height: 100px;
|
464
|
+
font-weight: regular;
|
566
465
|
font-size: 16px;
|
567
466
|
letter-spacing: 0px;
|
568
|
-
margin-bottom: 16px;
|
569
467
|
text-indent: 0px;
|
570
468
|
text-transform: none;
|
571
469
|
text-decoration: none;
|
@@ -573,11 +471,9 @@
|
|
573
471
|
}
|
574
472
|
.text-md-medium-italic {
|
575
473
|
font-family: var(--font-figtree);
|
576
|
-
font-weight:
|
577
|
-
line-height: 24px;
|
474
|
+
font-weight: 500;
|
578
475
|
font-size: 16px;
|
579
476
|
letter-spacing: 0px;
|
580
|
-
margin-bottom: 16px;
|
581
477
|
text-indent: 0px;
|
582
478
|
text-transform: none;
|
583
479
|
text-decoration: none;
|
@@ -585,11 +481,9 @@
|
|
585
481
|
}
|
586
482
|
.text-md-semibold-italic {
|
587
483
|
font-family: var(--font-figtree);
|
588
|
-
font-weight:
|
589
|
-
line-height: 24px;
|
484
|
+
font-weight: semi 700;
|
590
485
|
font-size: 16px;
|
591
486
|
letter-spacing: 0px;
|
592
|
-
margin-bottom: 16px;
|
593
487
|
text-indent: 0px;
|
594
488
|
text-transform: none;
|
595
489
|
text-decoration: none;
|
@@ -597,11 +491,9 @@
|
|
597
491
|
}
|
598
492
|
.text-md-bold-italic {
|
599
493
|
font-family: var(--font-figtree);
|
600
|
-
font-weight:
|
601
|
-
line-height: 24px;
|
494
|
+
font-weight: 700;
|
602
495
|
font-size: 16px;
|
603
496
|
letter-spacing: 0px;
|
604
|
-
margin-bottom: 16px;
|
605
497
|
text-indent: 0px;
|
606
498
|
text-transform: none;
|
607
499
|
text-decoration: none;
|
@@ -609,154 +501,126 @@
|
|
609
501
|
}
|
610
502
|
.text-md-regular-underlined {
|
611
503
|
font-family: var(--font-figtree);
|
612
|
-
font-weight:
|
613
|
-
line-height: 24px;
|
504
|
+
font-weight: regular;
|
614
505
|
font-size: 16px;
|
615
506
|
letter-spacing: 0px;
|
616
|
-
margin-bottom: 24px;
|
617
507
|
text-indent: 0px;
|
618
508
|
text-transform: none;
|
619
509
|
text-decoration: underline;
|
620
510
|
}
|
621
511
|
.text-md-medium-underlined {
|
622
512
|
font-family: var(--font-figtree);
|
623
|
-
font-weight:
|
624
|
-
line-height: 24px;
|
513
|
+
font-weight: 500;
|
625
514
|
font-size: 16px;
|
626
515
|
letter-spacing: 0px;
|
627
|
-
margin-bottom: 24px;
|
628
516
|
text-indent: 0px;
|
629
517
|
text-transform: none;
|
630
518
|
text-decoration: underline;
|
631
519
|
}
|
632
520
|
.text-md-semibold-underlined {
|
633
521
|
font-family: var(--font-figtree);
|
634
|
-
font-weight:
|
635
|
-
line-height: 24px;
|
522
|
+
font-weight: semi 700;
|
636
523
|
font-size: 16px;
|
637
524
|
letter-spacing: 0px;
|
638
|
-
margin-bottom: 16px;
|
639
525
|
text-indent: 0px;
|
640
526
|
text-transform: none;
|
641
527
|
text-decoration: underline;
|
642
528
|
}
|
643
529
|
.text-sm-regular {
|
644
530
|
font-family: var(--font-figtree);
|
645
|
-
font-weight:
|
646
|
-
line-height: 110px;
|
531
|
+
font-weight: regular;
|
647
532
|
font-size: 14px;
|
648
533
|
letter-spacing: 0px;
|
649
|
-
margin-bottom: 14px;
|
650
534
|
text-indent: 0px;
|
651
535
|
text-transform: none;
|
652
536
|
text-decoration: none;
|
653
537
|
}
|
654
538
|
.text-sm-medium {
|
655
539
|
font-family: var(--font-figtree);
|
656
|
-
font-weight:
|
657
|
-
line-height: 110px;
|
540
|
+
font-weight: 500;
|
658
541
|
font-size: 14px;
|
659
542
|
letter-spacing: 0px;
|
660
|
-
margin-bottom: 14px;
|
661
543
|
text-indent: 0px;
|
662
544
|
text-transform: none;
|
663
545
|
text-decoration: none;
|
664
546
|
}
|
665
547
|
.text-sm-semibold {
|
666
548
|
font-family: var(--font-figtree);
|
667
|
-
font-weight:
|
668
|
-
line-height: 110px;
|
549
|
+
font-weight: 600;
|
669
550
|
font-size: 14px;
|
670
551
|
letter-spacing: 0px;
|
671
|
-
margin-bottom: 14px;
|
672
552
|
text-indent: 0px;
|
673
553
|
text-transform: none;
|
674
554
|
text-decoration: none;
|
675
555
|
}
|
676
556
|
.text-sm-bold {
|
677
557
|
font-family: var(--font-figtree);
|
678
|
-
font-weight:
|
679
|
-
line-height: 110px;
|
558
|
+
font-weight: 700;
|
680
559
|
font-size: 14px;
|
681
560
|
letter-spacing: 0px;
|
682
|
-
margin-bottom: 14px;
|
683
561
|
text-indent: 0px;
|
684
562
|
text-transform: none;
|
685
563
|
text-decoration: none;
|
686
564
|
}
|
687
565
|
.text-sm-regular-underlined {
|
688
566
|
font-family: var(--font-figtree);
|
689
|
-
font-weight:
|
690
|
-
line-height: 100px;
|
567
|
+
font-weight: regular;
|
691
568
|
font-size: 14px;
|
692
569
|
letter-spacing: 0px;
|
693
|
-
margin-bottom: 14px;
|
694
570
|
text-indent: 0px;
|
695
571
|
text-transform: none;
|
696
572
|
text-decoration: underline;
|
697
573
|
}
|
698
574
|
.text-sm-medium-underlined {
|
699
575
|
font-family: var(--font-figtree);
|
700
|
-
font-weight:
|
701
|
-
line-height: 100px;
|
576
|
+
font-weight: 500;
|
702
577
|
font-size: 14px;
|
703
578
|
letter-spacing: 0px;
|
704
|
-
margin-bottom: 14px;
|
705
579
|
text-indent: 0px;
|
706
580
|
text-transform: none;
|
707
581
|
text-decoration: underline;
|
708
582
|
}
|
709
583
|
.text-sm-semibold-underlined {
|
710
584
|
font-family: var(--font-figtree);
|
711
|
-
font-weight:
|
712
|
-
line-height: 100px;
|
585
|
+
font-weight: semi 700;
|
713
586
|
font-size: 14px;
|
714
587
|
letter-spacing: 0px;
|
715
|
-
margin-bottom: 14px;
|
716
588
|
text-indent: 0px;
|
717
589
|
text-transform: none;
|
718
590
|
text-decoration: underline;
|
719
591
|
}
|
720
592
|
.text-xs-regular {
|
721
593
|
font-family: var(--font-figtree);
|
722
|
-
font-weight:
|
723
|
-
line-height: 110px;
|
594
|
+
font-weight: regular;
|
724
595
|
font-size: 12px;
|
725
596
|
letter-spacing: 0px;
|
726
|
-
margin-bottom: 12px;
|
727
597
|
text-indent: 0px;
|
728
598
|
text-transform: none;
|
729
599
|
text-decoration: none;
|
730
600
|
}
|
731
601
|
.text-xs-medium {
|
732
602
|
font-family: var(--font-figtree);
|
733
|
-
font-weight:
|
734
|
-
line-height: 110px;
|
603
|
+
font-weight: 500;
|
735
604
|
font-size: 12px;
|
736
605
|
letter-spacing: 0px;
|
737
|
-
margin-bottom: 12px;
|
738
606
|
text-indent: 0px;
|
739
607
|
text-transform: none;
|
740
608
|
text-decoration: none;
|
741
609
|
}
|
742
610
|
.text-xs-semibold {
|
743
611
|
font-family: var(--font-figtree);
|
744
|
-
font-weight:
|
745
|
-
line-height: 110px;
|
612
|
+
font-weight: 600;
|
746
613
|
font-size: 12px;
|
747
614
|
letter-spacing: 0px;
|
748
|
-
margin-bottom: 12px;
|
749
615
|
text-indent: 0px;
|
750
616
|
text-transform: none;
|
751
617
|
text-decoration: none;
|
752
618
|
}
|
753
619
|
.text-xs-bold {
|
754
620
|
font-family: var(--font-figtree);
|
755
|
-
font-weight:
|
756
|
-
line-height: 110px;
|
621
|
+
font-weight: 700;
|
757
622
|
font-size: 12px;
|
758
623
|
letter-spacing: 0px;
|
759
|
-
margin-bottom: 12px;
|
760
624
|
text-indent: 0px;
|
761
625
|
text-transform: none;
|
762
626
|
text-decoration: none;
|