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