@bagelink/vue 1.12.67 → 1.12.71
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/dist/components/form/inputs/Upload/UploadInput.vue.d.ts.map +1 -1
- package/dist/dialog/useDialog.d.ts.map +1 -1
- package/dist/form-flow/FormFlow.vue.d.ts.map +1 -1
- package/dist/index.cjs +25 -25
- package/dist/index.mjs +2076 -2062
- package/dist/style.css +1 -1
- package/dist/types/BagelForm.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/form/inputs/Upload/UploadInput.vue +4 -3
- package/src/components/form/inputs/Upload/upload.css +8 -0
- package/src/dialog/useDialog.ts +2 -1
- package/src/form-flow/FormFlow.vue +3 -1
- package/src/styles/text.css +524 -518
- package/src/types/BagelForm.ts +2 -0
package/src/styles/text.css
CHANGED
|
@@ -1,383 +1,383 @@
|
|
|
1
|
-
.txt-center {
|
|
1
|
+
.txt-center, .text-center {
|
|
2
2
|
text-align: center;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.txt-start {
|
|
5
|
+
.txt-start, .text-start {
|
|
6
6
|
text-align: start;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.txt-end {
|
|
9
|
+
.txt-end, .text-end {
|
|
10
10
|
text-align: end;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.txt-left {
|
|
13
|
+
.txt-left, .text-left {
|
|
14
14
|
text-align: left;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.text-right {
|
|
17
|
+
.txt-right, .text-right {
|
|
18
18
|
text-align: right;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.txt-justify {
|
|
21
|
+
.txt-justify, .text-justify {
|
|
22
22
|
text-align: justify;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.txt-small {
|
|
25
|
+
.txt-small, .text-small {
|
|
26
26
|
font-size: 12px;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.txt20,
|
|
30
|
-
.txt-20 {
|
|
30
|
+
.txt-20, .text-20, .text20 {
|
|
31
31
|
font-size: 20px;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
.txt24,
|
|
35
|
-
.txt-24 {
|
|
35
|
+
.txt-24, .text-24, .text24 {
|
|
36
36
|
font-size: 24px;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.txt28,
|
|
40
|
-
.txt-28 {
|
|
40
|
+
.txt-28, .text-28, .text28 {
|
|
41
41
|
font-size: 28px;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.txt30,
|
|
45
|
-
.txt-30 {
|
|
45
|
+
.txt-30, .text-30, .text30 {
|
|
46
46
|
font-size: 30px;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
.txt32,
|
|
50
|
-
.txt-32 {
|
|
50
|
+
.txt-32, .text-32, .text32 {
|
|
51
51
|
font-size: 32px;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
.txt36,
|
|
55
|
-
.txt-36 {
|
|
55
|
+
.txt-36, .text-36, .text36 {
|
|
56
56
|
font-size: 36px;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.txt40,
|
|
60
|
-
.txt-40 {
|
|
60
|
+
.txt-40, .text-40, .text40 {
|
|
61
61
|
font-size: 40px;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
.txt44,
|
|
65
|
-
.txt-44 {
|
|
65
|
+
.txt-44, .text-44, .text44 {
|
|
66
66
|
font-size: 44px;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
.txt48,
|
|
70
|
-
.txt-48 {
|
|
70
|
+
.txt-48, .text-48, .text48 {
|
|
71
71
|
font-size: 48px;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
.txt50,
|
|
75
|
-
.txt-50 {
|
|
75
|
+
.txt-50, .text-50, .text50 {
|
|
76
76
|
font-size: 50px;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
.txt52,
|
|
80
|
-
.txt-52 {
|
|
80
|
+
.txt-52, .text-52, .text52 {
|
|
81
81
|
font-size: 52px;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
.txt56,
|
|
85
|
-
.txt-56 {
|
|
85
|
+
.txt-56, .text-56, .text56 {
|
|
86
86
|
font-size: 56px;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
.txt60,
|
|
90
|
-
.txt-60 {
|
|
90
|
+
.txt-60, .text-60, .text60 {
|
|
91
91
|
font-size: 60px;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
.txt64,
|
|
95
|
-
.txt-64 {
|
|
95
|
+
.txt-64, .text-64, .text64 {
|
|
96
96
|
font-size: 64px;
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
.txt68,
|
|
100
|
-
.txt-68 {
|
|
100
|
+
.txt-68, .text-68, .text68 {
|
|
101
101
|
font-size: 68px;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
.txt70,
|
|
105
|
-
.txt-70 {
|
|
105
|
+
.txt-70, .text-70, .text70 {
|
|
106
106
|
font-size: 70px;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
.txt72,
|
|
110
|
-
.txt-72 {
|
|
110
|
+
.txt-72, .text-72, .text72 {
|
|
111
111
|
font-size: 72px;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
.txt80,
|
|
115
|
-
.txt-80 {
|
|
115
|
+
.txt-80, .text-80, .text80 {
|
|
116
116
|
font-size: 80px;
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
.txt90,
|
|
120
|
-
.txt-90 {
|
|
120
|
+
.txt-90, .text-90, .text90 {
|
|
121
121
|
font-size: 90px;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
.txt100,
|
|
125
|
-
.txt-100 {
|
|
125
|
+
.txt-100, .text-100, .text100 {
|
|
126
126
|
font-size: 100px;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
.txt110,
|
|
130
|
-
.txt-110 {
|
|
130
|
+
.txt-110, .text-110, .text110 {
|
|
131
131
|
font-size: 110px;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
.txt120,
|
|
135
|
-
.txt-120 {
|
|
135
|
+
.txt-120, .text-120, .text120 {
|
|
136
136
|
font-size: 120px;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
.txt130,
|
|
140
|
-
.txt-130 {
|
|
140
|
+
.txt-130, .text-130, .text130 {
|
|
141
141
|
font-size: 130px;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
.txt140,
|
|
145
|
-
.txt-140 {
|
|
145
|
+
.txt-140, .text-140, .text140 {
|
|
146
146
|
font-size: 140px;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
.txt150,
|
|
150
|
-
.txt-150 {
|
|
150
|
+
.txt-150, .text-150, .text150 {
|
|
151
151
|
font-size: 150px;
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
.txt19,
|
|
155
|
-
.txt-19 {
|
|
155
|
+
.txt-19, .text-19, .text19 {
|
|
156
156
|
font-size: 19px;
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
.txt18,
|
|
160
|
-
.txt-18 {
|
|
160
|
+
.txt-18, .text-18, .text18 {
|
|
161
161
|
font-size: 18px;
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
.txt17,
|
|
165
|
-
.txt-17 {
|
|
165
|
+
.txt-17, .text-17, .text17 {
|
|
166
166
|
font-size: 17px;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
.txt16,
|
|
170
|
-
.txt-16 {
|
|
170
|
+
.txt-16, .text-16, .text16 {
|
|
171
171
|
font-size: 16px;
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
.txt15,
|
|
175
|
-
.txt-15 {
|
|
175
|
+
.txt-15, .text-15, .text15 {
|
|
176
176
|
font-size: 15px;
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
.txt14,
|
|
180
|
-
.txt-14 {
|
|
180
|
+
.txt-14, .text-14, .text14 {
|
|
181
181
|
font-size: 14px;
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
.txt13,
|
|
185
|
-
.txt-13 {
|
|
185
|
+
.txt-13, .text-13, .text13 {
|
|
186
186
|
font-size: 13px;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
.txt12,
|
|
190
|
-
.txt-12 {
|
|
190
|
+
.txt-12, .text-12, .text12 {
|
|
191
191
|
font-size: 12px;
|
|
192
192
|
}
|
|
193
193
|
|
|
194
194
|
.txt11,
|
|
195
|
-
.txt-11 {
|
|
195
|
+
.txt-11, .text-11, .text11 {
|
|
196
196
|
font-size: 11px;
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
.txt10,
|
|
200
|
-
.txt-10 {
|
|
200
|
+
.txt-10, .text-10, .text10 {
|
|
201
201
|
font-size: 10px;
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
.txt9,
|
|
205
|
-
.txt-9 {
|
|
205
|
+
.txt-9, .text-9, .text9 {
|
|
206
206
|
font-size: 9px;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
209
|
.txt025rem,
|
|
210
|
-
.txt-025rem {
|
|
210
|
+
.txt-025rem, .text-025rem, .text025rem {
|
|
211
211
|
font-size: 0.25rem;
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
.txt05rem,
|
|
215
|
-
.txt-05rem {
|
|
215
|
+
.txt-05rem, .text-05rem, .text05rem {
|
|
216
216
|
font-size: 0.5rem;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
.txt075rem,
|
|
220
|
-
.txt-075rem {
|
|
220
|
+
.txt-075rem, .text-075rem, .text075rem {
|
|
221
221
|
font-size: 0.75rem;
|
|
222
222
|
}
|
|
223
223
|
|
|
224
224
|
.txt1rem,
|
|
225
|
-
.txt-1rem {
|
|
225
|
+
.txt-1rem, .text-1rem, .text1rem {
|
|
226
226
|
font-size: 1rem;
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
.txt1-25rem,
|
|
230
|
-
.txt-1-25rem {
|
|
230
|
+
.txt-1-25rem, .text-1-25rem, .text1-25rem {
|
|
231
231
|
font-size: 1.25rem;
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
.txt1-5rem,
|
|
235
|
-
.txt-1-5rem {
|
|
235
|
+
.txt-1-5rem, .text-1-5rem, .text1-5rem {
|
|
236
236
|
font-size: 1.5rem;
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
.txt1-75rem,
|
|
240
|
-
.txt-1-75rem {
|
|
240
|
+
.txt-1-75rem, .text-1-75rem, .text1-75rem {
|
|
241
241
|
font-size: 1.75rem;
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
.txt2rem,
|
|
245
|
-
.txt-2rem {
|
|
245
|
+
.txt-2rem, .text-2rem, .text2rem {
|
|
246
246
|
font-size: 2rem;
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
.txt2-25rem,
|
|
250
|
-
.txt-2-25rem {
|
|
250
|
+
.txt-2-25rem, .text-2-25rem, .text2-25rem {
|
|
251
251
|
font-size: 2.25rem;
|
|
252
252
|
}
|
|
253
253
|
|
|
254
254
|
.txt2-5rem,
|
|
255
|
-
.txt-2-5rem {
|
|
255
|
+
.txt-2-5rem, .text-2-5rem, .text2-5rem {
|
|
256
256
|
font-size: 2.5rem;
|
|
257
257
|
}
|
|
258
258
|
|
|
259
259
|
.txt2-75rem,
|
|
260
|
-
.txt-2-75rem {
|
|
260
|
+
.txt-2-75rem, .text-2-75rem, .text2-75rem {
|
|
261
261
|
font-size: 2.75rem;
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
.txt3rem,
|
|
265
|
-
.txt-3rem {
|
|
265
|
+
.txt-3rem, .text-3rem, .text3rem {
|
|
266
266
|
font-size: 3rem;
|
|
267
267
|
}
|
|
268
268
|
|
|
269
269
|
.txt3-25rem,
|
|
270
|
-
.txt-3-25rem {
|
|
270
|
+
.txt-3-25rem, .text-3-25rem, .text3-25rem {
|
|
271
271
|
font-size: 3.25rem;
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
.txt3-5rem,
|
|
275
|
-
.txt-3-5rem {
|
|
275
|
+
.txt-3-5rem, .text-3-5rem, .text3-5rem {
|
|
276
276
|
font-size: 3.5rem;
|
|
277
277
|
}
|
|
278
278
|
|
|
279
279
|
.txt3-75rem,
|
|
280
|
-
.txt-3-75rem {
|
|
280
|
+
.txt-3-75rem, .text-3-75rem, .text3-75rem {
|
|
281
281
|
font-size: 3.75rem;
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
.txt4rem,
|
|
285
|
-
.txt-4rem {
|
|
285
|
+
.txt-4rem, .text-4rem, .text4rem {
|
|
286
286
|
font-size: 4rem;
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
.txt4-25rem,
|
|
290
|
-
.txt-4-25rem {
|
|
290
|
+
.txt-4-25rem, .text-4-25rem, .text4-25rem {
|
|
291
291
|
font-size: 4.25rem;
|
|
292
292
|
}
|
|
293
293
|
|
|
294
294
|
.txt4-5rem,
|
|
295
|
-
.txt-4-5rem {
|
|
295
|
+
.txt-4-5rem, .text-4-5rem, .text4-5rem {
|
|
296
296
|
font-size: 4.5rem;
|
|
297
297
|
}
|
|
298
298
|
|
|
299
299
|
.txt4-75rem,
|
|
300
|
-
.txt-4-75rem {
|
|
300
|
+
.txt-4-75rem, .text-4-75rem, .text4-75rem {
|
|
301
301
|
font-size: 4.75rem;
|
|
302
302
|
}
|
|
303
303
|
|
|
304
304
|
.txt5rem,
|
|
305
|
-
.txt-5rem {
|
|
305
|
+
.txt-5rem, .text-5rem, .text5rem {
|
|
306
306
|
font-size: 5rem;
|
|
307
307
|
}
|
|
308
308
|
|
|
309
309
|
.txt5-25rem,
|
|
310
|
-
.txt-5-25rem {
|
|
310
|
+
.txt-5-25rem, .text-5-25rem, .text5-25rem {
|
|
311
311
|
font-size: 5.25rem;
|
|
312
312
|
}
|
|
313
313
|
|
|
314
314
|
.txt5-5rem,
|
|
315
|
-
.txt-5-5rem {
|
|
315
|
+
.txt-5-5rem, .text-5-5rem, .text5-5rem {
|
|
316
316
|
font-size: 5.5rem;
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
.txt5-75rem,
|
|
320
|
-
.txt-5-75rem {
|
|
320
|
+
.txt-5-75rem, .text-5-75rem, .text5-75rem {
|
|
321
321
|
font-size: 5.75rem;
|
|
322
322
|
}
|
|
323
323
|
|
|
324
324
|
.txt6rem,
|
|
325
|
-
.txt-6rem {
|
|
325
|
+
.txt-6rem, .text-6rem, .text6rem {
|
|
326
326
|
font-size: 6rem;
|
|
327
327
|
}
|
|
328
328
|
|
|
329
329
|
.txt6-25rem,
|
|
330
|
-
.txt-6-25rem {
|
|
330
|
+
.txt-6-25rem, .text-6-25rem, .text6-25rem {
|
|
331
331
|
font-size: 6.25rem;
|
|
332
332
|
}
|
|
333
333
|
|
|
334
334
|
.txt6-5rem,
|
|
335
|
-
.txt-6-5rem {
|
|
335
|
+
.txt-6-5rem, .text-6-5rem, .text6-5rem {
|
|
336
336
|
font-size: 6.5rem;
|
|
337
337
|
}
|
|
338
338
|
|
|
339
339
|
.txt6-75rem,
|
|
340
|
-
.txt-6-75rem {
|
|
340
|
+
.txt-6-75rem, .text-6-75rem, .text6-75rem {
|
|
341
341
|
font-size: 6.75rem;
|
|
342
342
|
}
|
|
343
343
|
|
|
344
344
|
.txt7rem,
|
|
345
|
-
.txt-7rem {
|
|
345
|
+
.txt-7rem, .text-7rem, .text7rem {
|
|
346
346
|
font-size: 7rem;
|
|
347
347
|
}
|
|
348
348
|
|
|
349
349
|
.txt7-25rem,
|
|
350
|
-
.txt-7-25rem {
|
|
350
|
+
.txt-7-25rem, .text-7-25rem, .text7-25rem {
|
|
351
351
|
font-size: 7.25rem;
|
|
352
352
|
}
|
|
353
353
|
|
|
354
354
|
.txt7-5rem,
|
|
355
|
-
.txt-7-5rem {
|
|
355
|
+
.txt-7-5rem, .text-7-5rem, .text7-5rem {
|
|
356
356
|
font-size: 7.5rem;
|
|
357
357
|
}
|
|
358
358
|
|
|
359
359
|
.txt7-75rem,
|
|
360
|
-
.txt-7-75rem {
|
|
360
|
+
.txt-7-75rem, .text-7-75rem, .text7-75rem {
|
|
361
361
|
font-size: 7.75rem;
|
|
362
362
|
}
|
|
363
363
|
|
|
364
364
|
.txt8rem,
|
|
365
|
-
.txt-8rem {
|
|
365
|
+
.txt-8rem, .text-8rem, .text8rem {
|
|
366
366
|
font-size: 8rem;
|
|
367
367
|
}
|
|
368
368
|
|
|
369
369
|
.txt8-25rem,
|
|
370
|
-
.txt-8-25rem {
|
|
370
|
+
.txt-8-25rem, .text-8-25rem, .text8-25rem {
|
|
371
371
|
font-size: 8.25rem;
|
|
372
372
|
}
|
|
373
373
|
|
|
374
374
|
.txt8-5rem,
|
|
375
|
-
.txt-8-5rem {
|
|
375
|
+
.txt-8-5rem, .text-8-5rem, .text8-5rem {
|
|
376
376
|
font-size: 8.5rem;
|
|
377
377
|
}
|
|
378
378
|
|
|
379
379
|
.txt8-75rem,
|
|
380
|
-
.txt-8-75rem {
|
|
380
|
+
.txt-8-75rem, .text-8-75rem, .text8-75rem {
|
|
381
381
|
font-size: 8.75rem;
|
|
382
382
|
}
|
|
383
383
|
|
|
@@ -386,902 +386,901 @@
|
|
|
386
386
|
}
|
|
387
387
|
|
|
388
388
|
.txt-gray,
|
|
389
|
-
.txtgray {
|
|
389
|
+
.txtgray, .textgray, .text-gray {
|
|
390
390
|
color: var(--bgl-gray);
|
|
391
391
|
}
|
|
392
392
|
|
|
393
393
|
.txt-primary,
|
|
394
|
-
.txtprimary {
|
|
394
|
+
.txtprimary, .textprimary, .text-primary {
|
|
395
395
|
color: var(--bgl-primary);
|
|
396
396
|
}
|
|
397
397
|
|
|
398
398
|
.txt-black,
|
|
399
|
-
.txtblack {
|
|
399
|
+
.txtblack, .textblack, .text-black {
|
|
400
400
|
color: var(--bgl-black);
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
.txt-red,
|
|
404
|
-
.txtred {
|
|
404
|
+
.txtred, .textred, .text-red {
|
|
405
405
|
color: var(--bgl-red);
|
|
406
406
|
}
|
|
407
407
|
|
|
408
408
|
.txt-white,
|
|
409
|
-
.txtwhite {
|
|
409
|
+
.txtwhite, .textwhite, .text-white {
|
|
410
410
|
color: var(--bgl-white);
|
|
411
411
|
}
|
|
412
412
|
|
|
413
413
|
.txt-green,
|
|
414
|
-
.txtgreen {
|
|
414
|
+
.txtgreen, .textgreen, .text-green {
|
|
415
415
|
color: var(--bgl-green);
|
|
416
416
|
}
|
|
417
417
|
|
|
418
418
|
.txt-yellow,
|
|
419
|
-
.txtyellow {
|
|
419
|
+
.txtyellow, .textyellow, .text-yellow {
|
|
420
420
|
color: var(--bgl-yellow);
|
|
421
421
|
}
|
|
422
422
|
|
|
423
423
|
.txt-purple,
|
|
424
|
-
.txtpurple {
|
|
424
|
+
.txtpurple, .textpurple, .text-purple {
|
|
425
425
|
color: var(--bgl-purple);
|
|
426
426
|
}
|
|
427
427
|
|
|
428
428
|
.txt-brown,
|
|
429
|
-
.txtbrown {
|
|
429
|
+
.txtbrown, .textbrown, .text-brown {
|
|
430
430
|
color: var(--bgl-brown);
|
|
431
431
|
}
|
|
432
432
|
|
|
433
433
|
.txt-orange,
|
|
434
|
-
.txtorange {
|
|
434
|
+
.txtorange, .textorange, .text-orange {
|
|
435
435
|
color: var(--bgl-orange);
|
|
436
436
|
}
|
|
437
437
|
|
|
438
438
|
.txt-turquoise,
|
|
439
|
-
.txtturquoise {
|
|
439
|
+
.txtturquoise, .textturquoise, .text-turquoise {
|
|
440
440
|
color: var(--bgl-turquoise);
|
|
441
441
|
}
|
|
442
442
|
|
|
443
443
|
.txt-pink,
|
|
444
|
-
.txtpink {
|
|
444
|
+
.txtpink, .textpink, .text-pink {
|
|
445
445
|
color: var(--bgl-pink);
|
|
446
446
|
}
|
|
447
447
|
|
|
448
448
|
.txt-blue,
|
|
449
|
-
.txtblue {
|
|
449
|
+
.txtblue, .textblue, .text-blue {
|
|
450
450
|
color: var(--bgl-blue);
|
|
451
451
|
}
|
|
452
452
|
|
|
453
453
|
.txt-primary-10,
|
|
454
|
-
.txtprimary-10 {
|
|
454
|
+
.txtprimary-10, .textprimary-10, .text-primary-10 {
|
|
455
455
|
color: var(--bgl-primary-10);
|
|
456
456
|
}
|
|
457
457
|
|
|
458
458
|
.txt-blue-10,
|
|
459
|
-
.txtblue-10 {
|
|
459
|
+
.txtblue-10, .textblue-10, .text-blue-10 {
|
|
460
460
|
color: var(--bgl-blue-10);
|
|
461
461
|
}
|
|
462
462
|
|
|
463
463
|
.txt-green-10,
|
|
464
|
-
.txtgreen-10 {
|
|
464
|
+
.txtgreen-10, .textgreen-10, .text-green-10 {
|
|
465
465
|
color: var(--bgl-green-10);
|
|
466
466
|
}
|
|
467
467
|
|
|
468
468
|
.txt-red-10,
|
|
469
|
-
.txtred-10 {
|
|
469
|
+
.txtred-10, .textred-10, .text-red-10 {
|
|
470
470
|
color: var(--bgl-red-10);
|
|
471
471
|
}
|
|
472
472
|
|
|
473
473
|
.txt-yellow-10,
|
|
474
|
-
.txtyellow-10 {
|
|
474
|
+
.txtyellow-10, .textyellow-10, .text-yellow-10 {
|
|
475
475
|
color: var(--bgl-yellow-10);
|
|
476
476
|
}
|
|
477
477
|
|
|
478
478
|
.txt-purple-10,
|
|
479
|
-
.txtpurple-10 {
|
|
479
|
+
.txtpurple-10, .textpurple-10, .text-purple-10 {
|
|
480
480
|
color: var(--bgl-purple-10);
|
|
481
481
|
}
|
|
482
482
|
|
|
483
483
|
.txt-brown-10,
|
|
484
|
-
.txtbrown-10 {
|
|
484
|
+
.txtbrown-10, .textbrown-10, .text-brown-10 {
|
|
485
485
|
color: var(--bgl-brown-10);
|
|
486
486
|
}
|
|
487
487
|
|
|
488
488
|
.txt-orange-10,
|
|
489
|
-
.txtorange-10 {
|
|
489
|
+
.txtorange-10, .textorange-10, .text-orange-10 {
|
|
490
490
|
color: var(--bgl-orange-10);
|
|
491
491
|
}
|
|
492
492
|
|
|
493
493
|
.txt-turquoise-10,
|
|
494
|
-
.txtturquoise-10 {
|
|
494
|
+
.txtturquoise-10, .textturquoise-10, .text-turquoise-10 {
|
|
495
495
|
color: var(--bgl-turquoise-10);
|
|
496
496
|
}
|
|
497
497
|
|
|
498
498
|
.txt-gray-10,
|
|
499
|
-
.txtgray-10 {
|
|
499
|
+
.txtgray-10, .textgray-10, .text-gray-10 {
|
|
500
500
|
color: var(--bgl-gray-10);
|
|
501
501
|
}
|
|
502
502
|
|
|
503
503
|
.txt-black-10,
|
|
504
|
-
.txtblack-10 {
|
|
504
|
+
.txtblack-10, .textblack-10, .text-black-10 {
|
|
505
505
|
color: var(--bgl-black-10);
|
|
506
506
|
}
|
|
507
507
|
|
|
508
508
|
.txt-pink-10,
|
|
509
|
-
.txtpink-10 {
|
|
509
|
+
.txtpink-10, .textpink-10, .text-pink-10 {
|
|
510
510
|
color: var(--bgl-pink-10);
|
|
511
511
|
}
|
|
512
512
|
|
|
513
513
|
.txt-primary-20,
|
|
514
|
-
.txtprimary-20 {
|
|
514
|
+
.txtprimary-20, .textprimary-20, .text-primary-20 {
|
|
515
515
|
color: var(--bgl-primary-20);
|
|
516
516
|
}
|
|
517
517
|
|
|
518
518
|
.txt-blue-20,
|
|
519
|
-
.txtblue-20 {
|
|
519
|
+
.txtblue-20, .textblue-20, .text-blue-20 {
|
|
520
520
|
color: var(--bgl-blue-20);
|
|
521
521
|
}
|
|
522
522
|
|
|
523
523
|
.txt-green-20,
|
|
524
|
-
.txtgreen-20 {
|
|
524
|
+
.txtgreen-20, .textgreen-20, .text-green-20 {
|
|
525
525
|
color: var(--bgl-green-20);
|
|
526
526
|
}
|
|
527
527
|
|
|
528
528
|
.txt-red-20,
|
|
529
|
-
.txtred-20 {
|
|
529
|
+
.txtred-20, .textred-20, .text-red-20 {
|
|
530
530
|
color: var(--bgl-red-20);
|
|
531
531
|
}
|
|
532
532
|
|
|
533
533
|
.txt-yellow-20,
|
|
534
|
-
.txtyellow-20 {
|
|
534
|
+
.txtyellow-20, .textyellow-20, .text-yellow-20 {
|
|
535
535
|
color: var(--bgl-yellow-20);
|
|
536
536
|
}
|
|
537
537
|
|
|
538
538
|
.txt-purple-20,
|
|
539
|
-
.txtpurple-20 {
|
|
539
|
+
.txtpurple-20, .textpurple-20, .text-purple-20 {
|
|
540
540
|
color: var(--bgl-purple-20);
|
|
541
541
|
}
|
|
542
542
|
|
|
543
543
|
.txt-brown-20,
|
|
544
|
-
.txtbrown-20 {
|
|
544
|
+
.txtbrown-20, .textbrown-20, .text-brown-20 {
|
|
545
545
|
color: var(--bgl-brown-20);
|
|
546
546
|
}
|
|
547
547
|
|
|
548
548
|
.txt-orange-20,
|
|
549
|
-
.txtorange-20 {
|
|
549
|
+
.txtorange-20, .textorange-20, .text-orange-20 {
|
|
550
550
|
color: var(--bgl-orange-20);
|
|
551
551
|
}
|
|
552
552
|
|
|
553
553
|
.txt-turquoise-20,
|
|
554
|
-
.txtturquoise-20 {
|
|
554
|
+
.txtturquoise-20, .textturquoise-20, .text-turquoise-20 {
|
|
555
555
|
color: var(--bgl-turquoise-20);
|
|
556
556
|
}
|
|
557
557
|
|
|
558
558
|
.txt-gray-20,
|
|
559
|
-
.txtgray-20 {
|
|
559
|
+
.txtgray-20, .textgray-20, .text-gray-20 {
|
|
560
560
|
color: var(--bgl-gray-20);
|
|
561
561
|
}
|
|
562
562
|
|
|
563
563
|
.txt-black-20,
|
|
564
|
-
.txtblack-20 {
|
|
564
|
+
.txtblack-20, .textblack-20, .text-black-20 {
|
|
565
565
|
color: var(--bgl-black-20);
|
|
566
566
|
}
|
|
567
567
|
|
|
568
568
|
.txt-pink-20,
|
|
569
|
-
.txtpink-20 {
|
|
569
|
+
.txtpink-20, .textpink-20, .text-pink-20 {
|
|
570
570
|
color: var(--bgl-pink-20);
|
|
571
571
|
}
|
|
572
572
|
|
|
573
573
|
.txt-primary-30,
|
|
574
|
-
.txtprimary-30 {
|
|
574
|
+
.txtprimary-30, .textprimary-30, .text-primary-30 {
|
|
575
575
|
color: var(--bgl-primary-30);
|
|
576
576
|
}
|
|
577
577
|
|
|
578
578
|
.txt-blue-30,
|
|
579
|
-
.txtblue-30 {
|
|
579
|
+
.txtblue-30, .textblue-30, .text-blue-30 {
|
|
580
580
|
color: var(--bgl-blue-30);
|
|
581
581
|
}
|
|
582
582
|
|
|
583
583
|
.txt-green-30,
|
|
584
|
-
.txtgreen-30 {
|
|
584
|
+
.txtgreen-30, .textgreen-30, .text-green-30 {
|
|
585
585
|
color: var(--bgl-green-30);
|
|
586
586
|
}
|
|
587
587
|
|
|
588
588
|
.txt-red-30,
|
|
589
|
-
.txtred-30 {
|
|
589
|
+
.txtred-30, .textred-30, .text-red-30 {
|
|
590
590
|
color: var(--bgl-red-30);
|
|
591
591
|
}
|
|
592
592
|
|
|
593
593
|
.txt-yellow-30,
|
|
594
|
-
.txtyellow-30 {
|
|
594
|
+
.txtyellow-30, .textyellow-30, .text-yellow-30 {
|
|
595
595
|
color: var(--bgl-yellow-30);
|
|
596
596
|
}
|
|
597
597
|
|
|
598
598
|
.txt-purple-30,
|
|
599
|
-
.txtpurple-30 {
|
|
599
|
+
.txtpurple-30, .textpurple-30, .text-purple-30 {
|
|
600
600
|
color: var(--bgl-purple-30);
|
|
601
601
|
}
|
|
602
602
|
|
|
603
603
|
.txt-brown-30,
|
|
604
|
-
.txtbrown-30 {
|
|
604
|
+
.txtbrown-30, .textbrown-30, .text-brown-30 {
|
|
605
605
|
color: var(--bgl-brown-30);
|
|
606
606
|
}
|
|
607
607
|
|
|
608
608
|
.txt-orange-30,
|
|
609
|
-
.txtorange-30 {
|
|
609
|
+
.txtorange-30, .textorange-30, .text-orange-30 {
|
|
610
610
|
color: var(--bgl-orange-30);
|
|
611
611
|
}
|
|
612
612
|
|
|
613
613
|
.txt-turquoise-30,
|
|
614
|
-
.txtturquoise-30 {
|
|
614
|
+
.txtturquoise-30, .textturquoise-30, .text-turquoise-30 {
|
|
615
615
|
color: var(--bgl-turquoise-30);
|
|
616
616
|
}
|
|
617
617
|
|
|
618
618
|
.txt-gray-30,
|
|
619
|
-
.txtgray-30 {
|
|
619
|
+
.txtgray-30, .textgray-30, .text-gray-30 {
|
|
620
620
|
color: var(--bgl-gray-30);
|
|
621
621
|
}
|
|
622
622
|
|
|
623
623
|
.txt-black-30,
|
|
624
|
-
.txtblack-30 {
|
|
624
|
+
.txtblack-30, .textblack-30, .text-black-30 {
|
|
625
625
|
color: var(--bgl-black-30);
|
|
626
626
|
}
|
|
627
627
|
|
|
628
628
|
.txt-pink-30,
|
|
629
|
-
.txtpink-30 {
|
|
629
|
+
.txtpink-30, .textpink-30, .text-pink-30 {
|
|
630
630
|
color: var(--bgl-pink-30);
|
|
631
631
|
}
|
|
632
632
|
|
|
633
633
|
.txt-primary-40,
|
|
634
|
-
.txtprimary-40 {
|
|
634
|
+
.txtprimary-40, .textprimary-40, .text-primary-40 {
|
|
635
635
|
color: var(--bgl-primary-40);
|
|
636
636
|
}
|
|
637
637
|
|
|
638
638
|
.txt-blue-40,
|
|
639
|
-
.txtblue-40 {
|
|
639
|
+
.txtblue-40, .textblue-40, .text-blue-40 {
|
|
640
640
|
color: var(--bgl-blue-40);
|
|
641
641
|
}
|
|
642
642
|
|
|
643
643
|
.txt-green-40,
|
|
644
|
-
.txtgreen-40 {
|
|
644
|
+
.txtgreen-40, .textgreen-40, .text-green-40 {
|
|
645
645
|
color: var(--bgl-green-40);
|
|
646
646
|
}
|
|
647
647
|
|
|
648
648
|
.txt-red-40,
|
|
649
|
-
.txtred-40 {
|
|
649
|
+
.txtred-40, .textred-40, .text-red-40 {
|
|
650
650
|
color: var(--bgl-red-40);
|
|
651
651
|
}
|
|
652
652
|
|
|
653
653
|
.txt-yellow-40,
|
|
654
|
-
.txtyellow-40 {
|
|
654
|
+
.txtyellow-40, .textyellow-40, .text-yellow-40 {
|
|
655
655
|
color: var(--bgl-yellow-40);
|
|
656
656
|
}
|
|
657
657
|
|
|
658
658
|
.txt-purple-40,
|
|
659
|
-
.txtpurple-40 {
|
|
659
|
+
.txtpurple-40, .textpurple-40, .text-purple-40 {
|
|
660
660
|
color: var(--bgl-purple-40);
|
|
661
661
|
}
|
|
662
662
|
|
|
663
663
|
.txt-brown-40,
|
|
664
|
-
.txtbrown-40 {
|
|
664
|
+
.txtbrown-40, .textbrown-40, .text-brown-40 {
|
|
665
665
|
color: var(--bgl-brown-40);
|
|
666
666
|
}
|
|
667
667
|
|
|
668
668
|
.txt-orange-40,
|
|
669
|
-
.txtorange-40 {
|
|
669
|
+
.txtorange-40, .textorange-40, .text-orange-40 {
|
|
670
670
|
color: var(--bgl-orange-40);
|
|
671
671
|
}
|
|
672
672
|
|
|
673
673
|
.txt-turquoise-40,
|
|
674
|
-
.txtturquoise-40 {
|
|
674
|
+
.txtturquoise-40, .textturquoise-40, .text-turquoise-40 {
|
|
675
675
|
color: var(--bgl-turquoise-40);
|
|
676
676
|
}
|
|
677
677
|
|
|
678
678
|
.txt-gray-40,
|
|
679
|
-
.txtgray-40 {
|
|
679
|
+
.txtgray-40, .textgray-40, .text-gray-40 {
|
|
680
680
|
color: var(--bgl-gray-40);
|
|
681
681
|
}
|
|
682
682
|
|
|
683
683
|
.txt-black-40,
|
|
684
|
-
.txtblack-40 {
|
|
684
|
+
.txtblack-40, .textblack-40, .text-black-40 {
|
|
685
685
|
color: var(--bgl-black-40);
|
|
686
686
|
}
|
|
687
687
|
|
|
688
688
|
.txt-pink-40,
|
|
689
|
-
.txtpink-40 {
|
|
689
|
+
.txtpink-40, .textpink-40, .text-pink-40 {
|
|
690
690
|
color: var(--bgl-pink-40);
|
|
691
691
|
}
|
|
692
692
|
|
|
693
693
|
.txt-primary-50,
|
|
694
|
-
.txtprimary-50 {
|
|
694
|
+
.txtprimary-50, .textprimary-50, .text-primary-50 {
|
|
695
695
|
color: var(--bgl-primary-50);
|
|
696
696
|
}
|
|
697
697
|
|
|
698
698
|
.txt-blue-50,
|
|
699
|
-
.txtblue-50 {
|
|
699
|
+
.txtblue-50, .textblue-50, .text-blue-50 {
|
|
700
700
|
color: var(--bgl-blue-50);
|
|
701
701
|
}
|
|
702
702
|
|
|
703
703
|
.txt-green-50,
|
|
704
|
-
.txtgreen-50 {
|
|
704
|
+
.txtgreen-50, .textgreen-50, .text-green-50 {
|
|
705
705
|
color: var(--bgl-green-50);
|
|
706
706
|
}
|
|
707
707
|
|
|
708
708
|
.txt-red-50,
|
|
709
|
-
.txtred-50 {
|
|
709
|
+
.txtred-50, .textred-50, .text-red-50 {
|
|
710
710
|
color: var(--bgl-red-50);
|
|
711
711
|
}
|
|
712
712
|
|
|
713
713
|
.txt-yellow-50,
|
|
714
|
-
.txtyellow-50 {
|
|
714
|
+
.txtyellow-50, .textyellow-50, .text-yellow-50 {
|
|
715
715
|
color: var(--bgl-yellow-50);
|
|
716
716
|
}
|
|
717
717
|
|
|
718
718
|
.txt-purple-50,
|
|
719
|
-
.txtpurple-50 {
|
|
719
|
+
.txtpurple-50, .textpurple-50, .text-purple-50 {
|
|
720
720
|
color: var(--bgl-purple-50);
|
|
721
721
|
}
|
|
722
722
|
|
|
723
723
|
.txt-brown-50,
|
|
724
|
-
.txtbrown-50 {
|
|
724
|
+
.txtbrown-50, .textbrown-50, .text-brown-50 {
|
|
725
725
|
color: var(--bgl-brown-50);
|
|
726
726
|
}
|
|
727
727
|
|
|
728
728
|
.txt-orange-50,
|
|
729
|
-
.txtorange-50 {
|
|
729
|
+
.txtorange-50, .textorange-50, .text-orange-50 {
|
|
730
730
|
color: var(--bgl-orange-50);
|
|
731
731
|
}
|
|
732
732
|
|
|
733
733
|
.txt-turquoise-50,
|
|
734
|
-
.txtturquoise-50 {
|
|
734
|
+
.txtturquoise-50, .textturquoise-50, .text-turquoise-50 {
|
|
735
735
|
color: var(--bgl-turquoise-50);
|
|
736
736
|
}
|
|
737
737
|
|
|
738
738
|
.txt-gray-50,
|
|
739
|
-
.txtgray-50 {
|
|
739
|
+
.txtgray-50, .textgray-50, .text-gray-50 {
|
|
740
740
|
color: var(--bgl-gray-50);
|
|
741
741
|
}
|
|
742
742
|
|
|
743
743
|
.txt-black-50,
|
|
744
|
-
.txtblack-50 {
|
|
744
|
+
.txtblack-50, .textblack-50, .text-black-50 {
|
|
745
745
|
color: var(--bgl-black-50);
|
|
746
746
|
}
|
|
747
747
|
|
|
748
748
|
.txt-pink-50,
|
|
749
|
-
.txtpink-50 {
|
|
749
|
+
.txtpink-50, .textpink-50, .text-pink-50 {
|
|
750
750
|
color: var(--bgl-pink-50);
|
|
751
751
|
}
|
|
752
752
|
|
|
753
753
|
.txt-primary-60,
|
|
754
|
-
.txtprimary-60 {
|
|
754
|
+
.txtprimary-60, .textprimary-60, .text-primary-60 {
|
|
755
755
|
color: var(--bgl-primary-60);
|
|
756
756
|
}
|
|
757
757
|
|
|
758
758
|
.txt-blue-60,
|
|
759
|
-
.txtblue-60 {
|
|
759
|
+
.txtblue-60, .textblue-60, .text-blue-60 {
|
|
760
760
|
color: var(--bgl-blue-60);
|
|
761
761
|
}
|
|
762
762
|
|
|
763
763
|
.txt-green-60,
|
|
764
|
-
.txtgreen-60 {
|
|
764
|
+
.txtgreen-60, .textgreen-60, .text-green-60 {
|
|
765
765
|
color: var(--bgl-green-60);
|
|
766
766
|
}
|
|
767
767
|
|
|
768
768
|
.txt-red-60,
|
|
769
|
-
.txtred-60 {
|
|
769
|
+
.txtred-60, .textred-60, .text-red-60 {
|
|
770
770
|
color: var(--bgl-red-60);
|
|
771
771
|
}
|
|
772
772
|
|
|
773
773
|
.txt-yellow-60,
|
|
774
|
-
.txtyellow-60 {
|
|
774
|
+
.txtyellow-60, .textyellow-60, .text-yellow-60 {
|
|
775
775
|
color: var(--bgl-yellow-60);
|
|
776
776
|
}
|
|
777
777
|
|
|
778
778
|
.txt-purple-60,
|
|
779
|
-
.txtpurple-60 {
|
|
779
|
+
.txtpurple-60, .textpurple-60, .text-purple-60 {
|
|
780
780
|
color: var(--bgl-purple-60);
|
|
781
781
|
}
|
|
782
782
|
|
|
783
783
|
.txt-brown-60,
|
|
784
|
-
.txtbrown-60 {
|
|
784
|
+
.txtbrown-60, .textbrown-60, .text-brown-60 {
|
|
785
785
|
color: var(--bgl-brown-60);
|
|
786
786
|
}
|
|
787
787
|
|
|
788
788
|
.txt-orange-60,
|
|
789
|
-
.txtorange-60 {
|
|
789
|
+
.txtorange-60, .textorange-60, .text-orange-60 {
|
|
790
790
|
color: var(--bgl-orange-60);
|
|
791
791
|
}
|
|
792
792
|
|
|
793
793
|
.txt-turquoise-60,
|
|
794
|
-
.txtturquoise-60 {
|
|
794
|
+
.txtturquoise-60, .textturquoise-60, .text-turquoise-60 {
|
|
795
795
|
color: var(--bgl-turquoise-60);
|
|
796
796
|
}
|
|
797
797
|
|
|
798
798
|
.txt-gray-60,
|
|
799
|
-
.txtgray-60 {
|
|
799
|
+
.txtgray-60, .textgray-60, .text-gray-60 {
|
|
800
800
|
color: var(--bgl-gray-60);
|
|
801
801
|
}
|
|
802
802
|
|
|
803
803
|
.txt-black-60,
|
|
804
|
-
.txtblack-60 {
|
|
804
|
+
.txtblack-60, .textblack-60, .text-black-60 {
|
|
805
805
|
color: var(--bgl-black-60);
|
|
806
806
|
}
|
|
807
807
|
|
|
808
808
|
.txt-pink-60,
|
|
809
|
-
.txtpink-60 {
|
|
809
|
+
.txtpink-60, .textpink-60, .text-pink-60 {
|
|
810
810
|
color: var(--bgl-pink-60);
|
|
811
811
|
}
|
|
812
812
|
|
|
813
813
|
.txt-primary-70,
|
|
814
|
-
.txtprimary-70 {
|
|
814
|
+
.txtprimary-70, .textprimary-70, .text-primary-70 {
|
|
815
815
|
color: var(--bgl-primary-70);
|
|
816
816
|
}
|
|
817
817
|
|
|
818
818
|
.txt-blue-70,
|
|
819
|
-
.txtblue-70 {
|
|
819
|
+
.txtblue-70, .textblue-70, .text-blue-70 {
|
|
820
820
|
color: var(--bgl-blue-70);
|
|
821
821
|
}
|
|
822
822
|
|
|
823
823
|
.txt-green-70,
|
|
824
|
-
.txtgreen-70 {
|
|
824
|
+
.txtgreen-70, .textgreen-70, .text-green-70 {
|
|
825
825
|
color: var(--bgl-green-70);
|
|
826
826
|
}
|
|
827
827
|
|
|
828
828
|
.txt-red-70,
|
|
829
|
-
.txtred-70 {
|
|
829
|
+
.txtred-70, .textred-70, .text-red-70 {
|
|
830
830
|
color: var(--bgl-red-70);
|
|
831
831
|
}
|
|
832
832
|
|
|
833
833
|
.txt-yellow-70,
|
|
834
|
-
.txtyellow-70 {
|
|
834
|
+
.txtyellow-70, .textyellow-70, .text-yellow-70 {
|
|
835
835
|
color: var(--bgl-yellow-70);
|
|
836
836
|
}
|
|
837
837
|
|
|
838
838
|
.txt-purple-70,
|
|
839
|
-
.txtpurple-70 {
|
|
839
|
+
.txtpurple-70, .textpurple-70, .text-purple-70 {
|
|
840
840
|
color: var(--bgl-purple-70);
|
|
841
841
|
}
|
|
842
842
|
|
|
843
843
|
.txt-brown-70,
|
|
844
|
-
.txtbrown-70 {
|
|
844
|
+
.txtbrown-70, .textbrown-70, .text-brown-70 {
|
|
845
845
|
color: var(--bgl-brown-70);
|
|
846
846
|
}
|
|
847
847
|
|
|
848
848
|
.txt-orange-70,
|
|
849
|
-
.txtorange-70 {
|
|
849
|
+
.txtorange-70, .textorange-70, .text-orange-70 {
|
|
850
850
|
color: var(--bgl-orange-70);
|
|
851
851
|
}
|
|
852
852
|
|
|
853
853
|
.txt-turquoise-70,
|
|
854
|
-
.txtturquoise-70 {
|
|
854
|
+
.txtturquoise-70, .textturquoise-70, .text-turquoise-70 {
|
|
855
855
|
color: var(--bgl-turquoise-70);
|
|
856
856
|
}
|
|
857
857
|
|
|
858
858
|
.txt-gray-70,
|
|
859
|
-
.txtgray-70 {
|
|
859
|
+
.txtgray-70, .textgray-70, .text-gray-70 {
|
|
860
860
|
color: var(--bgl-gray-70);
|
|
861
861
|
}
|
|
862
862
|
|
|
863
863
|
.txt-black-70,
|
|
864
|
-
.txtblack-70 {
|
|
864
|
+
.txtblack-70, .textblack-70, .text-black-70 {
|
|
865
865
|
color: var(--bgl-black-70);
|
|
866
866
|
}
|
|
867
867
|
|
|
868
868
|
.txt-pink-70,
|
|
869
|
-
.txtpink-70 {
|
|
869
|
+
.txtpink-70, .textpink-70, .text-pink-70 {
|
|
870
870
|
color: var(--bgl-pink-70);
|
|
871
871
|
}
|
|
872
872
|
|
|
873
873
|
.txt-primary-80,
|
|
874
|
-
.txtprimary-80 {
|
|
874
|
+
.txtprimary-80, .textprimary-80, .text-primary-80 {
|
|
875
875
|
color: var(--bgl-primary-80);
|
|
876
876
|
}
|
|
877
877
|
|
|
878
878
|
.txt-blue-80,
|
|
879
|
-
.txtblue-80 {
|
|
879
|
+
.txtblue-80, .textblue-80, .text-blue-80 {
|
|
880
880
|
color: var(--bgl-blue-80);
|
|
881
881
|
}
|
|
882
882
|
|
|
883
883
|
.txt-green-80,
|
|
884
|
-
.txtgreen-80 {
|
|
884
|
+
.txtgreen-80, .textgreen-80, .text-green-80 {
|
|
885
885
|
color: var(--bgl-green-80);
|
|
886
886
|
}
|
|
887
887
|
|
|
888
888
|
.txt-red-80,
|
|
889
|
-
.txtred-80 {
|
|
889
|
+
.txtred-80, .textred-80, .text-red-80 {
|
|
890
890
|
color: var(--bgl-red-80);
|
|
891
891
|
}
|
|
892
892
|
|
|
893
893
|
.txt-yellow-80,
|
|
894
|
-
.txtyellow-80 {
|
|
894
|
+
.txtyellow-80, .textyellow-80, .text-yellow-80 {
|
|
895
895
|
color: var(--bgl-yellow-80);
|
|
896
896
|
}
|
|
897
897
|
|
|
898
898
|
.txt-purple-80,
|
|
899
|
-
.txtpurple-80 {
|
|
899
|
+
.txtpurple-80, .textpurple-80, .text-purple-80 {
|
|
900
900
|
color: var(--bgl-purple-80);
|
|
901
901
|
}
|
|
902
902
|
|
|
903
903
|
.txt-brown-80,
|
|
904
|
-
.txtbrown-80 {
|
|
904
|
+
.txtbrown-80, .textbrown-80, .text-brown-80 {
|
|
905
905
|
color: var(--bgl-brown-80);
|
|
906
906
|
}
|
|
907
907
|
|
|
908
908
|
.txt-orange-80,
|
|
909
|
-
.txtorange-80 {
|
|
909
|
+
.txtorange-80, .textorange-80, .text-orange-80 {
|
|
910
910
|
color: var(--bgl-orange-80);
|
|
911
911
|
}
|
|
912
912
|
|
|
913
913
|
.txt-turquoise-80,
|
|
914
|
-
.txtturquoise-80 {
|
|
914
|
+
.txtturquoise-80, .textturquoise-80, .text-turquoise-80 {
|
|
915
915
|
color: var(--bgl-turquoise-80);
|
|
916
916
|
}
|
|
917
917
|
|
|
918
918
|
.txt-gray-80,
|
|
919
|
-
.txtgray-80 {
|
|
919
|
+
.txtgray-80, .textgray-80, .text-gray-80 {
|
|
920
920
|
color: var(--bgl-gray-80);
|
|
921
921
|
}
|
|
922
922
|
|
|
923
923
|
.txt-black-80,
|
|
924
|
-
.txtblack-80 {
|
|
924
|
+
.txtblack-80, .textblack-80, .text-black-80 {
|
|
925
925
|
color: var(--bgl-black-80);
|
|
926
926
|
}
|
|
927
927
|
|
|
928
928
|
.txt-pink-80,
|
|
929
|
-
.txtpink-80 {
|
|
929
|
+
.txtpink-80, .textpink-80, .text-pink-80 {
|
|
930
930
|
color: var(--bgl-pink-80);
|
|
931
931
|
}
|
|
932
932
|
|
|
933
933
|
.txt-primary-90,
|
|
934
|
-
.txtprimary-90 {
|
|
934
|
+
.txtprimary-90, .textprimary-90, .text-primary-90 {
|
|
935
935
|
color: var(--bgl-primary-90);
|
|
936
936
|
}
|
|
937
937
|
|
|
938
938
|
.txt-blue-90,
|
|
939
|
-
.txtblue-90 {
|
|
939
|
+
.txtblue-90, .textblue-90, .text-blue-90 {
|
|
940
940
|
color: var(--bgl-blue-90);
|
|
941
941
|
}
|
|
942
942
|
|
|
943
943
|
.txt-green-90,
|
|
944
|
-
.txtgreen-90 {
|
|
944
|
+
.txtgreen-90, .textgreen-90, .text-green-90 {
|
|
945
945
|
color: var(--bgl-green-90);
|
|
946
946
|
}
|
|
947
947
|
|
|
948
948
|
.txt-red-90,
|
|
949
|
-
.txtred-90 {
|
|
949
|
+
.txtred-90, .textred-90, .text-red-90 {
|
|
950
950
|
color: var(--bgl-red-90);
|
|
951
951
|
}
|
|
952
952
|
|
|
953
953
|
.txt-yellow-90,
|
|
954
|
-
.txtyellow-90 {
|
|
954
|
+
.txtyellow-90, .textyellow-90, .text-yellow-90 {
|
|
955
955
|
color: var(--bgl-yellow-90);
|
|
956
956
|
}
|
|
957
957
|
|
|
958
958
|
.txt-purple-90,
|
|
959
|
-
.txtpurple-90 {
|
|
959
|
+
.txtpurple-90, .textpurple-90, .text-purple-90 {
|
|
960
960
|
color: var(--bgl-purple-90);
|
|
961
961
|
}
|
|
962
962
|
|
|
963
963
|
.txt-brown-90,
|
|
964
|
-
.txtbrown-90 {
|
|
964
|
+
.txtbrown-90, .textbrown-90, .text-brown-90 {
|
|
965
965
|
color: var(--bgl-brown-90);
|
|
966
966
|
}
|
|
967
967
|
|
|
968
968
|
.txt-orange-90,
|
|
969
|
-
.txtorange-90 {
|
|
969
|
+
.txtorange-90, .textorange-90, .text-orange-90 {
|
|
970
970
|
color: var(--bgl-orange-90);
|
|
971
971
|
}
|
|
972
972
|
|
|
973
973
|
.txt-turquoise-90,
|
|
974
|
-
.txtturquoise-90 {
|
|
974
|
+
.txtturquoise-90, .textturquoise-90, .text-turquoise-90 {
|
|
975
975
|
color: var(--bgl-turquoise-90);
|
|
976
976
|
}
|
|
977
977
|
|
|
978
978
|
.txt-gray-90,
|
|
979
|
-
.txtgray-90 {
|
|
979
|
+
.txtgray-90, .textgray-90, .text-gray-90 {
|
|
980
980
|
color: var(--bgl-gray-90);
|
|
981
981
|
}
|
|
982
982
|
|
|
983
983
|
.txt-black-90,
|
|
984
|
-
.txtblack-90 {
|
|
984
|
+
.txtblack-90, .textblack-90, .text-black-90 {
|
|
985
985
|
color: var(--bgl-black-90);
|
|
986
986
|
}
|
|
987
987
|
|
|
988
988
|
.txt-pink-90,
|
|
989
|
-
.txtpink-90 {
|
|
989
|
+
.txtpink-90, .textpink-90, .text-pink-90 {
|
|
990
990
|
color: var(--bgl-pink-90);
|
|
991
991
|
}
|
|
992
992
|
|
|
993
993
|
.txt-primary-100,
|
|
994
|
-
.txtprimary-100 {
|
|
994
|
+
.txtprimary-100, .textprimary-100, .text-primary-100 {
|
|
995
995
|
color: var(--bgl-primary-100);
|
|
996
996
|
}
|
|
997
997
|
|
|
998
998
|
.txt-blue-100,
|
|
999
|
-
.txtblue-100 {
|
|
999
|
+
.txtblue-100, .textblue-100, .text-blue-100 {
|
|
1000
1000
|
color: var(--bgl-blue-100);
|
|
1001
1001
|
}
|
|
1002
1002
|
|
|
1003
1003
|
.txt-green-100,
|
|
1004
|
-
.txtgreen-100 {
|
|
1004
|
+
.txtgreen-100, .textgreen-100, .text-green-100 {
|
|
1005
1005
|
color: var(--bgl-green-100);
|
|
1006
1006
|
}
|
|
1007
1007
|
|
|
1008
1008
|
.txt-red-100,
|
|
1009
|
-
.txtred-100 {
|
|
1009
|
+
.txtred-100, .textred-100, .text-red-100 {
|
|
1010
1010
|
color: var(--bgl-red-100);
|
|
1011
1011
|
}
|
|
1012
1012
|
|
|
1013
1013
|
.txt-yellow-100,
|
|
1014
|
-
.txtyellow-100 {
|
|
1014
|
+
.txtyellow-100, .textyellow-100, .text-yellow-100 {
|
|
1015
1015
|
color: var(--bgl-yellow-100);
|
|
1016
1016
|
}
|
|
1017
1017
|
|
|
1018
1018
|
.txt-purple-100,
|
|
1019
|
-
.txtpurple-100 {
|
|
1019
|
+
.txtpurple-100, .textpurple-100, .text-purple-100 {
|
|
1020
1020
|
color: var(--bgl-purple-100);
|
|
1021
1021
|
}
|
|
1022
1022
|
|
|
1023
1023
|
.txt-brown-100,
|
|
1024
|
-
.txtbrown-100 {
|
|
1024
|
+
.txtbrown-100, .textbrown-100, .text-brown-100 {
|
|
1025
1025
|
color: var(--bgl-brown-100);
|
|
1026
1026
|
}
|
|
1027
1027
|
|
|
1028
1028
|
.txt-orange-100,
|
|
1029
|
-
.txtorange-100 {
|
|
1029
|
+
.txtorange-100, .textorange-100, .text-orange-100 {
|
|
1030
1030
|
color: var(--bgl-orange-100);
|
|
1031
1031
|
}
|
|
1032
1032
|
|
|
1033
1033
|
.txt-turquoise-100,
|
|
1034
|
-
.txtturquoise-100 {
|
|
1034
|
+
.txtturquoise-100, .textturquoise-100, .text-turquoise-100 {
|
|
1035
1035
|
color: var(--bgl-turquoise-100);
|
|
1036
1036
|
}
|
|
1037
1037
|
|
|
1038
1038
|
.txt-gray-100,
|
|
1039
|
-
.txtgray-100 {
|
|
1039
|
+
.txtgray-100, .textgray-100, .text-gray-100 {
|
|
1040
1040
|
color: var(--bgl-gray-100);
|
|
1041
1041
|
}
|
|
1042
1042
|
|
|
1043
1043
|
.txt-black-100,
|
|
1044
|
-
.txtblack-100 {
|
|
1044
|
+
.txtblack-100, .textblack-100, .text-black-100 {
|
|
1045
1045
|
color: var(--bgl-black-100);
|
|
1046
1046
|
}
|
|
1047
1047
|
|
|
1048
1048
|
.txt-pink-100,
|
|
1049
|
-
.txtpink-100 {
|
|
1049
|
+
.txtpink-100, .textpink-100, .text-pink-100 {
|
|
1050
1050
|
color: var(--bgl-pink-100);
|
|
1051
1051
|
}
|
|
1052
1052
|
|
|
1053
1053
|
.txt-primary-110,
|
|
1054
|
-
.txtprimary-110 {
|
|
1054
|
+
.txtprimary-110, .textprimary-110, .text-primary-110 {
|
|
1055
1055
|
color: var(--bgl-primary-110);
|
|
1056
1056
|
}
|
|
1057
1057
|
|
|
1058
1058
|
.txt-blue-110,
|
|
1059
|
-
.txtblue-110 {
|
|
1059
|
+
.txtblue-110, .textblue-110, .text-blue-110 {
|
|
1060
1060
|
color: var(--bgl-blue-110);
|
|
1061
1061
|
}
|
|
1062
1062
|
|
|
1063
1063
|
.txt-green-110,
|
|
1064
|
-
.txtgreen-110 {
|
|
1064
|
+
.txtgreen-110, .textgreen-110, .text-green-110 {
|
|
1065
1065
|
color: var(--bgl-green-110);
|
|
1066
1066
|
}
|
|
1067
1067
|
|
|
1068
1068
|
.txt-red-110,
|
|
1069
|
-
.txtred-110 {
|
|
1069
|
+
.txtred-110, .textred-110, .text-red-110 {
|
|
1070
1070
|
color: var(--bgl-red-110);
|
|
1071
1071
|
}
|
|
1072
1072
|
|
|
1073
1073
|
.txt-yellow-110,
|
|
1074
|
-
.txtyellow-110 {
|
|
1074
|
+
.txtyellow-110, .textyellow-110, .text-yellow-110 {
|
|
1075
1075
|
color: var(--bgl-yellow-110);
|
|
1076
1076
|
}
|
|
1077
1077
|
|
|
1078
1078
|
.txt-purple-110,
|
|
1079
|
-
.txtpurple-110 {
|
|
1079
|
+
.txtpurple-110, .textpurple-110, .text-purple-110 {
|
|
1080
1080
|
color: var(--bgl-purple-110);
|
|
1081
1081
|
}
|
|
1082
1082
|
|
|
1083
1083
|
.txt-brown-110,
|
|
1084
|
-
.txtbrown-110 {
|
|
1084
|
+
.txtbrown-110, .textbrown-110, .text-brown-110 {
|
|
1085
1085
|
color: var(--bgl-brown-110);
|
|
1086
1086
|
}
|
|
1087
1087
|
|
|
1088
1088
|
.txt-orange-110,
|
|
1089
|
-
.txtorange-110 {
|
|
1089
|
+
.txtorange-110, .textorange-110, .text-orange-110 {
|
|
1090
1090
|
color: var(--bgl-orange-110);
|
|
1091
1091
|
}
|
|
1092
1092
|
|
|
1093
1093
|
.txt-turquoise-110,
|
|
1094
|
-
.txtturquoise-110 {
|
|
1094
|
+
.txtturquoise-110, .textturquoise-110, .text-turquoise-110 {
|
|
1095
1095
|
color: var(--bgl-turquoise-110);
|
|
1096
1096
|
}
|
|
1097
1097
|
|
|
1098
1098
|
.txt-gray-110,
|
|
1099
|
-
.txtgray-110 {
|
|
1099
|
+
.txtgray-110, .textgray-110, .text-gray-110 {
|
|
1100
1100
|
color: var(--bgl-gray-110);
|
|
1101
1101
|
}
|
|
1102
1102
|
|
|
1103
1103
|
.txt-black-110,
|
|
1104
|
-
.txtblack-110 {
|
|
1104
|
+
.txtblack-110, .textblack-110, .text-black-110 {
|
|
1105
1105
|
color: var(--bgl-black-110);
|
|
1106
1106
|
}
|
|
1107
1107
|
|
|
1108
1108
|
.txt-pink-110,
|
|
1109
|
-
.txtpink-110 {
|
|
1109
|
+
.txtpink-110, .textpink-110, .text-pink-110 {
|
|
1110
1110
|
color: var(--bgl-pink-110);
|
|
1111
1111
|
}
|
|
1112
1112
|
|
|
1113
1113
|
.txt-primary-120,
|
|
1114
|
-
.txtprimary-120 {
|
|
1114
|
+
.txtprimary-120, .textprimary-120, .text-primary-120 {
|
|
1115
1115
|
color: var(--bgl-primary-120);
|
|
1116
1116
|
}
|
|
1117
1117
|
|
|
1118
1118
|
.txt-blue-120,
|
|
1119
|
-
.txtblue-120 {
|
|
1119
|
+
.txtblue-120, .textblue-120, .text-blue-120 {
|
|
1120
1120
|
color: var(--bgl-blue-120);
|
|
1121
1121
|
}
|
|
1122
1122
|
|
|
1123
1123
|
.txt-green-120,
|
|
1124
|
-
.txtgreen-120 {
|
|
1124
|
+
.txtgreen-120, .textgreen-120, .text-green-120 {
|
|
1125
1125
|
color: var(--bgl-green-120);
|
|
1126
1126
|
}
|
|
1127
1127
|
|
|
1128
1128
|
.txt-red-120,
|
|
1129
|
-
.txtred-120 {
|
|
1129
|
+
.txtred-120, .textred-120, .text-red-120 {
|
|
1130
1130
|
color: var(--bgl-red-120);
|
|
1131
1131
|
}
|
|
1132
1132
|
|
|
1133
1133
|
.txt-yellow-120,
|
|
1134
|
-
.txtyellow-120 {
|
|
1134
|
+
.txtyellow-120, .textyellow-120, .text-yellow-120 {
|
|
1135
1135
|
color: var(--bgl-yellow-120);
|
|
1136
1136
|
}
|
|
1137
1137
|
|
|
1138
1138
|
.txt-purple-120,
|
|
1139
|
-
.txtpurple-120 {
|
|
1139
|
+
.txtpurple-120, .textpurple-120, .text-purple-120 {
|
|
1140
1140
|
color: var(--bgl-purple-120);
|
|
1141
1141
|
}
|
|
1142
1142
|
|
|
1143
1143
|
.txt-brown-120,
|
|
1144
|
-
.txtbrown-120 {
|
|
1144
|
+
.txtbrown-120, .textbrown-120, .text-brown-120 {
|
|
1145
1145
|
color: var(--bgl-brown-120);
|
|
1146
1146
|
}
|
|
1147
1147
|
|
|
1148
1148
|
.txt-orange-120,
|
|
1149
|
-
.txtorange-120 {
|
|
1149
|
+
.txtorange-120, .textorange-120, .text-orange-120 {
|
|
1150
1150
|
color: var(--bgl-orange-120);
|
|
1151
1151
|
}
|
|
1152
1152
|
|
|
1153
1153
|
.txt-turquoise-120,
|
|
1154
|
-
.txtturquoise-120 {
|
|
1154
|
+
.txtturquoise-120, .textturquoise-120, .text-turquoise-120 {
|
|
1155
1155
|
color: var(--bgl-turquoise-120);
|
|
1156
1156
|
}
|
|
1157
1157
|
|
|
1158
1158
|
.txt-gray-120,
|
|
1159
|
-
.txtgray-120 {
|
|
1159
|
+
.txtgray-120, .textgray-120, .text-gray-120 {
|
|
1160
1160
|
color: var(--bgl-gray-120);
|
|
1161
1161
|
}
|
|
1162
1162
|
|
|
1163
1163
|
.txt-black-120,
|
|
1164
|
-
.txtblack-120 {
|
|
1164
|
+
.txtblack-120, .textblack-120, .text-black-120 {
|
|
1165
1165
|
color: var(--bgl-black-120);
|
|
1166
1166
|
}
|
|
1167
1167
|
|
|
1168
1168
|
.txt-pink-120,
|
|
1169
|
-
.txtpink-120 {
|
|
1169
|
+
.txtpink-120, .textpink-120, .text-pink-120 {
|
|
1170
1170
|
color: var(--bgl-pink-120);
|
|
1171
1171
|
}
|
|
1172
1172
|
|
|
1173
1173
|
.txt-primary-130,
|
|
1174
|
-
.txtprimary-130 {
|
|
1174
|
+
.txtprimary-130, .textprimary-130, .text-primary-130 {
|
|
1175
1175
|
color: var(--bgl-primary-130);
|
|
1176
1176
|
}
|
|
1177
1177
|
|
|
1178
1178
|
.txt-blue-130,
|
|
1179
|
-
.txtblue-130 {
|
|
1179
|
+
.txtblue-130, .textblue-130, .text-blue-130 {
|
|
1180
1180
|
color: var(--bgl-blue-130);
|
|
1181
1181
|
}
|
|
1182
1182
|
|
|
1183
1183
|
.txt-green-130,
|
|
1184
|
-
.txtgreen-130 {
|
|
1184
|
+
.txtgreen-130, .textgreen-130, .text-green-130 {
|
|
1185
1185
|
color: var(--bgl-green-130);
|
|
1186
1186
|
}
|
|
1187
1187
|
|
|
1188
1188
|
.txt-red-130,
|
|
1189
|
-
.txtred-130 {
|
|
1189
|
+
.txtred-130, .textred-130, .text-red-130 {
|
|
1190
1190
|
color: var(--bgl-red-130);
|
|
1191
1191
|
}
|
|
1192
1192
|
|
|
1193
1193
|
.txt-yellow-130,
|
|
1194
|
-
.txtyellow-130 {
|
|
1194
|
+
.txtyellow-130, .textyellow-130, .text-yellow-130 {
|
|
1195
1195
|
color: var(--bgl-yellow-130);
|
|
1196
1196
|
}
|
|
1197
1197
|
|
|
1198
1198
|
.txt-purple-130,
|
|
1199
|
-
.txtpurple-130 {
|
|
1199
|
+
.txtpurple-130, .textpurple-130, .text-purple-130 {
|
|
1200
1200
|
color: var(--bgl-purple-130);
|
|
1201
1201
|
}
|
|
1202
1202
|
|
|
1203
1203
|
.txt-brown-130,
|
|
1204
|
-
.txtbrown-130 {
|
|
1204
|
+
.txtbrown-130, .textbrown-130, .text-brown-130 {
|
|
1205
1205
|
color: var(--bgl-brown-130);
|
|
1206
1206
|
}
|
|
1207
1207
|
|
|
1208
1208
|
.txt-orange-130,
|
|
1209
|
-
.txtorange-130 {
|
|
1209
|
+
.txtorange-130, .textorange-130, .text-orange-130 {
|
|
1210
1210
|
color: var(--bgl-orange-130);
|
|
1211
1211
|
}
|
|
1212
1212
|
|
|
1213
1213
|
.txt-turquoise-130,
|
|
1214
|
-
.txtturquoise-130 {
|
|
1214
|
+
.txtturquoise-130, .textturquoise-130, .text-turquoise-130 {
|
|
1215
1215
|
color: var(--bgl-turquoise-130);
|
|
1216
1216
|
}
|
|
1217
1217
|
|
|
1218
1218
|
.txt-gray-130,
|
|
1219
|
-
.txtgray-130 {
|
|
1219
|
+
.txtgray-130, .textgray-130, .text-gray-130 {
|
|
1220
1220
|
color: var(--bgl-gray-130);
|
|
1221
1221
|
}
|
|
1222
1222
|
|
|
1223
1223
|
.txt-black-130,
|
|
1224
|
-
.txtblack-130 {
|
|
1224
|
+
.txtblack-130, .textblack-130, .text-black-130 {
|
|
1225
1225
|
color: var(--bgl-black-130);
|
|
1226
1226
|
}
|
|
1227
1227
|
|
|
1228
1228
|
.txt-pink-130,
|
|
1229
|
-
.txtpink-130 {
|
|
1229
|
+
.txtpink-130, .textpink-130, .text-pink-130 {
|
|
1230
1230
|
color: var(--bgl-pink-130);
|
|
1231
1231
|
}
|
|
1232
1232
|
|
|
1233
1233
|
.font-thin,
|
|
1234
|
-
.txt-thin {
|
|
1234
|
+
.txt-thin, .text-thin {
|
|
1235
1235
|
font-weight: 100;
|
|
1236
1236
|
}
|
|
1237
1237
|
|
|
1238
1238
|
.extra-light,
|
|
1239
1239
|
.font-extra-light,
|
|
1240
|
-
.txt-extra-light,
|
|
1240
|
+
.txt-extra-light, .text-extra-light,
|
|
1241
1241
|
.font-ultra-light,
|
|
1242
|
-
.txt-ultra-light {
|
|
1242
|
+
.txt-ultra-light, .text-ultra-light {
|
|
1243
1243
|
font-weight: 200;
|
|
1244
1244
|
}
|
|
1245
1245
|
|
|
1246
1246
|
.light,
|
|
1247
1247
|
.txt-light,
|
|
1248
|
-
.font-light {
|
|
1248
|
+
.font-light, .text-light {
|
|
1249
1249
|
font-weight: 300;
|
|
1250
1250
|
}
|
|
1251
1251
|
|
|
1252
1252
|
.regular,
|
|
1253
1253
|
.txt-regular,
|
|
1254
|
-
.font-regular {
|
|
1254
|
+
.font-regular, .text-regular {
|
|
1255
1255
|
font-weight: 400;
|
|
1256
1256
|
}
|
|
1257
1257
|
|
|
1258
1258
|
.medium,
|
|
1259
1259
|
.txt-medium,
|
|
1260
|
-
.font-medium {
|
|
1260
|
+
.font-medium, .text-medium {
|
|
1261
1261
|
font-weight: 500;
|
|
1262
1262
|
}
|
|
1263
1263
|
|
|
1264
1264
|
.semi,
|
|
1265
1265
|
.semibold,
|
|
1266
|
-
.txt-semi,
|
|
1266
|
+
.txt-semi, .text-semi,
|
|
1267
1267
|
.txt-semibold,
|
|
1268
|
-
.font-regular,
|
|
1269
1268
|
.font-semi,
|
|
1270
|
-
.font-semibold {
|
|
1269
|
+
.font-semibold, .text-semibold {
|
|
1271
1270
|
font-weight: 600;
|
|
1272
1271
|
}
|
|
1273
1272
|
|
|
1274
1273
|
.bold,
|
|
1275
1274
|
.txt-bold,
|
|
1276
|
-
.font-bold {
|
|
1275
|
+
.font-bold, .text-bold {
|
|
1277
1276
|
font-weight: 700;
|
|
1278
1277
|
}
|
|
1279
1278
|
|
|
1280
1279
|
.extra-bold,
|
|
1281
1280
|
.font-extra-bold,
|
|
1282
|
-
.txt-extra-bold,
|
|
1281
|
+
.txt-extra-bold, .text-extra-bold,
|
|
1283
1282
|
.font-ultra-bold,
|
|
1284
|
-
.txt-ultra-bold {
|
|
1283
|
+
.txt-ultra-bold, .text-ultra-bold {
|
|
1285
1284
|
font-weight: 800;
|
|
1286
1285
|
}
|
|
1287
1286
|
|
|
@@ -1521,7 +1520,15 @@
|
|
|
1521
1520
|
font-family: monospace !important;
|
|
1522
1521
|
}
|
|
1523
1522
|
|
|
1523
|
+
.line-through, .decoration-line-through, .strike-through {
|
|
1524
|
+
text-decoration: line-through !important;
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1524
1527
|
@media screen and (max-width: 910px) {
|
|
1528
|
+
.m_line-through, .m_decoration-line-through, .m_strike-through {
|
|
1529
|
+
text-decoration: line-through !important;
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1525
1532
|
.m_monospace {
|
|
1526
1533
|
font-family: monospace !important;
|
|
1527
1534
|
}
|
|
@@ -1545,386 +1552,386 @@
|
|
|
1545
1552
|
font-size: 12px;
|
|
1546
1553
|
}
|
|
1547
1554
|
|
|
1548
|
-
.m_txt-center {
|
|
1555
|
+
.m_txt-center, .m_text-center {
|
|
1549
1556
|
text-align: center;
|
|
1550
1557
|
}
|
|
1551
1558
|
|
|
1552
|
-
.m_txt-start {
|
|
1559
|
+
.m_txt-start, .m_text-start {
|
|
1553
1560
|
text-align: start;
|
|
1554
1561
|
}
|
|
1555
1562
|
|
|
1556
|
-
.m_txt-end {
|
|
1563
|
+
.m_txt-end, .m_text-end {
|
|
1557
1564
|
text-align: end;
|
|
1558
1565
|
}
|
|
1559
1566
|
|
|
1560
|
-
.m_txt-left {
|
|
1567
|
+
.m_txt-left, .m_text-left {
|
|
1561
1568
|
text-align: left;
|
|
1562
1569
|
}
|
|
1563
1570
|
|
|
1564
|
-
.m_txt-right {
|
|
1571
|
+
.m_txt-right, .m_text-right {
|
|
1565
1572
|
text-align: right;
|
|
1566
1573
|
}
|
|
1567
1574
|
|
|
1568
|
-
.m_txt-justify {
|
|
1575
|
+
.m_txt-justify, .m_text-justify {
|
|
1569
1576
|
text-align: justify;
|
|
1570
1577
|
}
|
|
1571
1578
|
|
|
1572
|
-
.m_txt-small {
|
|
1579
|
+
.m_txt-small, .m_text-small {
|
|
1573
1580
|
font-size: 12px;
|
|
1574
1581
|
}
|
|
1575
1582
|
|
|
1576
1583
|
.m_txt20,
|
|
1577
|
-
.m_txt-20 {
|
|
1584
|
+
.m_txt-20, .m_text-20, .m_text20 {
|
|
1578
1585
|
font-size: 20px;
|
|
1579
1586
|
}
|
|
1580
1587
|
|
|
1581
1588
|
.m_txt24,
|
|
1582
|
-
.m_txt-24 {
|
|
1589
|
+
.m_txt-24, .m_text-24, .m_text24 {
|
|
1583
1590
|
font-size: 24px;
|
|
1584
1591
|
}
|
|
1585
1592
|
|
|
1586
1593
|
.m_txt28,
|
|
1587
|
-
.m_txt-28 {
|
|
1594
|
+
.m_txt-28, .m_text-28, .m_text28 {
|
|
1588
1595
|
font-size: 28px;
|
|
1589
1596
|
}
|
|
1590
1597
|
|
|
1591
1598
|
.m_txt30,
|
|
1592
|
-
.m_txt-30 {
|
|
1599
|
+
.m_txt-30, .m_text-30, .m_text30 {
|
|
1593
1600
|
font-size: 30px;
|
|
1594
1601
|
}
|
|
1595
1602
|
|
|
1596
1603
|
.m_txt32,
|
|
1597
|
-
.m_txt-32 {
|
|
1604
|
+
.m_txt-32, .m_text-32, .m_text32 {
|
|
1598
1605
|
font-size: 32px;
|
|
1599
1606
|
}
|
|
1600
1607
|
|
|
1601
1608
|
.m_txt36,
|
|
1602
|
-
.m_txt-36 {
|
|
1609
|
+
.m_txt-36, .m_text-36, .m_text36 {
|
|
1603
1610
|
font-size: 36px;
|
|
1604
1611
|
}
|
|
1605
1612
|
|
|
1606
1613
|
.m_txt40,
|
|
1607
|
-
.m_txt-40 {
|
|
1614
|
+
.m_txt-40, .m_text-40, .m_text40 {
|
|
1608
1615
|
font-size: 40px;
|
|
1609
1616
|
}
|
|
1610
1617
|
|
|
1611
1618
|
.m_txt44,
|
|
1612
|
-
.m_txt-44 {
|
|
1619
|
+
.m_txt-44, .m_text-44, .m_text44 {
|
|
1613
1620
|
font-size: 44px;
|
|
1614
1621
|
}
|
|
1615
1622
|
|
|
1616
1623
|
.m_txt48,
|
|
1617
|
-
.m_txt-48 {
|
|
1624
|
+
.m_txt-48, .m_text-48, .m_text48 {
|
|
1618
1625
|
font-size: 48px;
|
|
1619
1626
|
}
|
|
1620
1627
|
|
|
1621
1628
|
.m_txt50,
|
|
1622
|
-
.m_txt-50 {
|
|
1629
|
+
.m_txt-50, .m_text-50, .m_text50 {
|
|
1623
1630
|
font-size: 50px;
|
|
1624
1631
|
}
|
|
1625
1632
|
|
|
1626
1633
|
.m_txt52,
|
|
1627
|
-
.m_txt-52 {
|
|
1634
|
+
.m_txt-52, .m_text-52, .m_text52 {
|
|
1628
1635
|
font-size: 52px;
|
|
1629
1636
|
}
|
|
1630
1637
|
|
|
1631
1638
|
.m_txt56,
|
|
1632
|
-
.m_txt-56 {
|
|
1639
|
+
.m_txt-56, .m_text-56, .m_text56 {
|
|
1633
1640
|
font-size: 56px;
|
|
1634
1641
|
}
|
|
1635
1642
|
|
|
1636
1643
|
.m_txt60,
|
|
1637
|
-
.m_txt-60 {
|
|
1644
|
+
.m_txt-60, .m_text-60, .m_text60 {
|
|
1638
1645
|
font-size: 60px;
|
|
1639
1646
|
}
|
|
1640
1647
|
|
|
1641
1648
|
.m_txt64,
|
|
1642
|
-
.m_txt-64 {
|
|
1649
|
+
.m_txt-64, .m_text-64, .m_text64 {
|
|
1643
1650
|
font-size: 64px;
|
|
1644
1651
|
}
|
|
1645
1652
|
|
|
1646
1653
|
.m_txt68,
|
|
1647
|
-
.m_txt-68 {
|
|
1654
|
+
.m_txt-68, .m_text-68, .m_text68 {
|
|
1648
1655
|
font-size: 68px;
|
|
1649
1656
|
}
|
|
1650
1657
|
|
|
1651
1658
|
.m_txt70,
|
|
1652
|
-
.m_txt-70 {
|
|
1659
|
+
.m_txt-70, .m_text-70, .m_text70 {
|
|
1653
1660
|
font-size: 70px;
|
|
1654
1661
|
}
|
|
1655
1662
|
|
|
1656
1663
|
.m_txt72,
|
|
1657
|
-
.m_txt-72 {
|
|
1664
|
+
.m_txt-72, .m_text-72, .m_text72 {
|
|
1658
1665
|
font-size: 72px;
|
|
1659
1666
|
}
|
|
1660
1667
|
|
|
1661
1668
|
.m_txt80,
|
|
1662
|
-
.m_txt-80 {
|
|
1669
|
+
.m_txt-80, .m_text-80, .m_text80 {
|
|
1663
1670
|
font-size: 80px;
|
|
1664
1671
|
}
|
|
1665
1672
|
|
|
1666
1673
|
.m_txt90,
|
|
1667
|
-
.m_txt-90 {
|
|
1674
|
+
.m_txt-90, .m_text-90, .m_text90 {
|
|
1668
1675
|
font-size: 90px;
|
|
1669
1676
|
}
|
|
1670
1677
|
|
|
1671
1678
|
.m_txt100,
|
|
1672
|
-
.m_txt-100 {
|
|
1679
|
+
.m_txt-100, .m_text-100, .m_text100 {
|
|
1673
1680
|
font-size: 100px;
|
|
1674
1681
|
}
|
|
1675
1682
|
|
|
1676
1683
|
.m_txt110,
|
|
1677
|
-
.m_txt-110 {
|
|
1684
|
+
.m_txt-110, .m_text-110, .m_text110 {
|
|
1678
1685
|
font-size: 110px;
|
|
1679
1686
|
}
|
|
1680
1687
|
|
|
1681
1688
|
.m_txt120,
|
|
1682
|
-
.m_txt-120 {
|
|
1689
|
+
.m_txt-120, .m_text-120, .m_text120 {
|
|
1683
1690
|
font-size: 120px;
|
|
1684
1691
|
}
|
|
1685
1692
|
|
|
1686
1693
|
.m_txt130,
|
|
1687
|
-
.m_txt-130 {
|
|
1694
|
+
.m_txt-130, .m_text-130, .m_text130 {
|
|
1688
1695
|
font-size: 130px;
|
|
1689
1696
|
}
|
|
1690
1697
|
|
|
1691
1698
|
.m_txt140,
|
|
1692
|
-
.m_txt-140 {
|
|
1699
|
+
.m_txt-140, .m_text-140, .m_text140 {
|
|
1693
1700
|
font-size: 140px;
|
|
1694
1701
|
}
|
|
1695
1702
|
|
|
1696
1703
|
.m_txt150,
|
|
1697
|
-
.m_txt-150 {
|
|
1704
|
+
.m_txt-150, .m_text-150, .m_text150 {
|
|
1698
1705
|
font-size: 150px;
|
|
1699
1706
|
}
|
|
1700
1707
|
|
|
1701
1708
|
.m_txt19,
|
|
1702
|
-
.m_txt-19 {
|
|
1709
|
+
.m_txt-19, .m_text-19, .m_text19 {
|
|
1703
1710
|
font-size: 19px;
|
|
1704
1711
|
}
|
|
1705
1712
|
|
|
1706
1713
|
.m_txt18,
|
|
1707
|
-
.m_txt-18 {
|
|
1714
|
+
.m_txt-18, .m_text-18, .m_text18 {
|
|
1708
1715
|
font-size: 18px;
|
|
1709
1716
|
}
|
|
1710
1717
|
|
|
1711
1718
|
.m_txt17,
|
|
1712
|
-
.m_txt-17 {
|
|
1719
|
+
.m_txt-17, .m_text-17, .m_text17 {
|
|
1713
1720
|
font-size: 17px;
|
|
1714
1721
|
}
|
|
1715
1722
|
|
|
1716
1723
|
.m_txt16,
|
|
1717
|
-
.m_txt-16 {
|
|
1724
|
+
.m_txt-16, .m_text-16, .m_text16 {
|
|
1718
1725
|
font-size: 16px;
|
|
1719
1726
|
}
|
|
1720
1727
|
|
|
1721
1728
|
.m_txt15,
|
|
1722
|
-
.m_txt-15 {
|
|
1729
|
+
.m_txt-15, .m_text-15, .m_text15 {
|
|
1723
1730
|
font-size: 15px;
|
|
1724
1731
|
}
|
|
1725
1732
|
|
|
1726
1733
|
.m_txt14,
|
|
1727
|
-
.m_txt-14 {
|
|
1734
|
+
.m_txt-14, .m_text-14, .m_text14 {
|
|
1728
1735
|
font-size: 14px;
|
|
1729
1736
|
}
|
|
1730
1737
|
|
|
1731
1738
|
.m_txt13,
|
|
1732
|
-
.m_txt-13 {
|
|
1739
|
+
.m_txt-13, .m_text-13, .m_text13 {
|
|
1733
1740
|
font-size: 13px;
|
|
1734
1741
|
}
|
|
1735
1742
|
|
|
1736
1743
|
.m_txt12,
|
|
1737
|
-
.m_txt-12 {
|
|
1744
|
+
.m_txt-12, .m_text-12, .m_text12 {
|
|
1738
1745
|
font-size: 12px;
|
|
1739
1746
|
}
|
|
1740
1747
|
|
|
1741
1748
|
.m_txt11,
|
|
1742
|
-
.m_txt-11 {
|
|
1749
|
+
.m_txt-11, .m_text-11, .m_text11 {
|
|
1743
1750
|
font-size: 11px;
|
|
1744
1751
|
}
|
|
1745
1752
|
|
|
1746
1753
|
.m_txt10,
|
|
1747
|
-
.m_txt-10 {
|
|
1754
|
+
.m_txt-10, .m_text-10, .m_text10 {
|
|
1748
1755
|
font-size: 10px;
|
|
1749
1756
|
}
|
|
1750
1757
|
|
|
1751
1758
|
.m_txt9,
|
|
1752
|
-
.m_txt-9 {
|
|
1759
|
+
.m_txt-9, .m_text-9, .m_text9 {
|
|
1753
1760
|
font-size: 9px;
|
|
1754
1761
|
}
|
|
1755
1762
|
|
|
1756
1763
|
.m_txt025,
|
|
1757
|
-
.m_txt-025 {
|
|
1764
|
+
.m_txt-025, .m_text-025, .m_text025 {
|
|
1758
1765
|
font-size: 0.25rem;
|
|
1759
1766
|
}
|
|
1760
1767
|
|
|
1761
1768
|
.m_txt05,
|
|
1762
|
-
.m_txt-05 {
|
|
1769
|
+
.m_txt-05, .m_text-05, .m_text05 {
|
|
1763
1770
|
font-size: 0.5rem;
|
|
1764
1771
|
}
|
|
1765
1772
|
|
|
1766
1773
|
.m_txt075,
|
|
1767
|
-
.m_txt-075 {
|
|
1774
|
+
.m_txt-075, .m_text-075, .m_text075 {
|
|
1768
1775
|
font-size: 0.75rem;
|
|
1769
1776
|
}
|
|
1770
1777
|
|
|
1771
1778
|
.m_txt1rem,
|
|
1772
|
-
.m_txt-1rem {
|
|
1779
|
+
.m_txt-1rem, .m_text-1rem, .m_text1rem {
|
|
1773
1780
|
font-size: 1rem;
|
|
1774
1781
|
}
|
|
1775
1782
|
|
|
1776
1783
|
.m_txt1-25rem,
|
|
1777
|
-
.m_txt-1-25rem {
|
|
1784
|
+
.m_txt-1-25rem, .m_text-1-25rem, .m_text1-25rem {
|
|
1778
1785
|
font-size: 1.25rem;
|
|
1779
1786
|
}
|
|
1780
1787
|
|
|
1781
1788
|
.m_txt1-5rem,
|
|
1782
|
-
.m_txt-1-5rem {
|
|
1789
|
+
.m_txt-1-5rem, .m_text-1-5rem, .m_text1-5rem {
|
|
1783
1790
|
font-size: 1.5rem;
|
|
1784
1791
|
}
|
|
1785
1792
|
|
|
1786
1793
|
.m_txt1-75rem,
|
|
1787
|
-
.m_txt-1-75rem {
|
|
1794
|
+
.m_txt-1-75rem, .m_text-1-75rem, .m_text1-75rem {
|
|
1788
1795
|
font-size: 1.75rem;
|
|
1789
1796
|
}
|
|
1790
1797
|
|
|
1791
1798
|
.m_txt2rem,
|
|
1792
|
-
.m_txt-2rem {
|
|
1799
|
+
.m_txt-2rem, .m_text-2rem, .m_text2rem {
|
|
1793
1800
|
font-size: 2rem;
|
|
1794
1801
|
}
|
|
1795
1802
|
|
|
1796
1803
|
.m_txt2-25rem,
|
|
1797
|
-
.m_txt-2-25rem {
|
|
1804
|
+
.m_txt-2-25rem, .m_text-2-25rem, .m_text2-25rem {
|
|
1798
1805
|
font-size: 2.25rem;
|
|
1799
1806
|
}
|
|
1800
1807
|
|
|
1801
1808
|
.m_txt2-5rem,
|
|
1802
|
-
.m_txt-2-5rem {
|
|
1809
|
+
.m_txt-2-5rem, .m_text-2-5rem, .m_text2-5rem {
|
|
1803
1810
|
font-size: 2.5rem;
|
|
1804
1811
|
}
|
|
1805
1812
|
|
|
1806
1813
|
.m_txt2-75rem,
|
|
1807
|
-
.m_txt-2-75rem {
|
|
1814
|
+
.m_txt-2-75rem, .m_text-2-75rem, .m_text2-75rem {
|
|
1808
1815
|
font-size: 2.75rem;
|
|
1809
1816
|
}
|
|
1810
1817
|
|
|
1811
1818
|
.m_txt3rem,
|
|
1812
|
-
.m_txt-3rem {
|
|
1819
|
+
.m_txt-3rem, .m_text-3rem, .m_text3rem {
|
|
1813
1820
|
font-size: 3rem;
|
|
1814
1821
|
}
|
|
1815
1822
|
|
|
1816
1823
|
.m_txt3-25rem,
|
|
1817
|
-
.m_txt-3-25rem {
|
|
1824
|
+
.m_txt-3-25rem, .m_text-3-25rem, .m_text3-25rem {
|
|
1818
1825
|
font-size: 3.25rem;
|
|
1819
1826
|
}
|
|
1820
1827
|
|
|
1821
1828
|
.m_txt3-5rem,
|
|
1822
|
-
.m_txt-3-5rem {
|
|
1829
|
+
.m_txt-3-5rem, .m_text-3-5rem, .m_text3-5rem {
|
|
1823
1830
|
font-size: 3.5rem;
|
|
1824
1831
|
}
|
|
1825
1832
|
|
|
1826
1833
|
.m_txt3-75rem,
|
|
1827
|
-
.m_txt-3-75rem {
|
|
1834
|
+
.m_txt-3-75rem, .m_text-3-75rem, .m_text3-75rem {
|
|
1828
1835
|
font-size: 3.75rem;
|
|
1829
1836
|
}
|
|
1830
1837
|
|
|
1831
1838
|
.m_txt4rem,
|
|
1832
|
-
.m_txt-4rem {
|
|
1839
|
+
.m_txt-4rem, .m_text-4rem, .m_text4rem {
|
|
1833
1840
|
font-size: 4rem;
|
|
1834
1841
|
}
|
|
1835
1842
|
|
|
1836
1843
|
.m_txt4-25rem,
|
|
1837
|
-
.m_txt-4-25rem {
|
|
1844
|
+
.m_txt-4-25rem, .m_text-4-25rem, .m_text4-25rem {
|
|
1838
1845
|
font-size: 4.25rem;
|
|
1839
1846
|
}
|
|
1840
1847
|
|
|
1841
1848
|
.m_txt4-5rem,
|
|
1842
|
-
.m_txt-4-5rem {
|
|
1849
|
+
.m_txt-4-5rem, .m_text-4-5rem, .m_text4-5rem {
|
|
1843
1850
|
font-size: 4.5rem;
|
|
1844
1851
|
}
|
|
1845
1852
|
|
|
1846
1853
|
.m_txt4-75rem,
|
|
1847
|
-
.m_txt-4-75rem {
|
|
1854
|
+
.m_txt-4-75rem, .m_text-4-75rem, .m_text4-75rem {
|
|
1848
1855
|
font-size: 4.75rem;
|
|
1849
1856
|
}
|
|
1850
1857
|
|
|
1851
1858
|
.m_txt5rem,
|
|
1852
|
-
.m_txt-5rem {
|
|
1859
|
+
.m_txt-5rem, .m_text-5rem, .m_text5rem {
|
|
1853
1860
|
font-size: 5rem;
|
|
1854
1861
|
}
|
|
1855
1862
|
|
|
1856
1863
|
.m_txt5-25rem,
|
|
1857
|
-
.m_txt-5-25rem {
|
|
1864
|
+
.m_txt-5-25rem, .m_text-5-25rem, .m_text5-25rem {
|
|
1858
1865
|
font-size: 5.25rem;
|
|
1859
1866
|
}
|
|
1860
1867
|
|
|
1861
1868
|
.m_txt5-5rem,
|
|
1862
|
-
.m_txt-5-5rem {
|
|
1869
|
+
.m_txt-5-5rem, .m_text-5-5rem, .m_text5-5rem {
|
|
1863
1870
|
font-size: 5.5rem;
|
|
1864
1871
|
}
|
|
1865
1872
|
|
|
1866
1873
|
.m_txt5-75rem,
|
|
1867
|
-
.m_txt-5-75rem {
|
|
1874
|
+
.m_txt-5-75rem, .m_text-5-75rem, .m_text5-75rem {
|
|
1868
1875
|
font-size: 5.75rem;
|
|
1869
1876
|
}
|
|
1870
1877
|
|
|
1871
1878
|
.m_txt6rem,
|
|
1872
|
-
.m_txt-6rem {
|
|
1879
|
+
.m_txt-6rem, .m_text-6rem, .m_text6rem {
|
|
1873
1880
|
font-size: 6rem;
|
|
1874
1881
|
}
|
|
1875
1882
|
|
|
1876
1883
|
.m_txt6-25rem,
|
|
1877
|
-
.m_txt-6-25rem {
|
|
1884
|
+
.m_txt-6-25rem, .m_text-6-25rem, .m_text6-25rem {
|
|
1878
1885
|
font-size: 6.25rem;
|
|
1879
1886
|
}
|
|
1880
1887
|
|
|
1881
1888
|
.m_txt6-5rem,
|
|
1882
|
-
.m_txt-6-5rem {
|
|
1889
|
+
.m_txt-6-5rem, .m_text-6-5rem, .m_text6-5rem {
|
|
1883
1890
|
font-size: 6.5rem;
|
|
1884
1891
|
}
|
|
1885
1892
|
|
|
1886
1893
|
.m_txt6-75rem,
|
|
1887
|
-
.m_txt-6-75rem {
|
|
1894
|
+
.m_txt-6-75rem, .m_text-6-75rem, .m_text6-75rem {
|
|
1888
1895
|
font-size: 6.75rem;
|
|
1889
1896
|
}
|
|
1890
1897
|
|
|
1891
1898
|
.m_txt7rem,
|
|
1892
|
-
.m_txt-7rem {
|
|
1899
|
+
.m_txt-7rem, .m_text-7rem, .m_text7rem {
|
|
1893
1900
|
font-size: 7rem;
|
|
1894
1901
|
}
|
|
1895
1902
|
|
|
1896
1903
|
.m_txt7-25rem,
|
|
1897
|
-
.m_txt-7-25rem {
|
|
1904
|
+
.m_txt-7-25rem, .m_text-7-25rem, .m_text7-25rem {
|
|
1898
1905
|
font-size: 7.25rem;
|
|
1899
1906
|
}
|
|
1900
1907
|
|
|
1901
1908
|
.m_txt7-5rem,
|
|
1902
|
-
.m_txt-7-5rem {
|
|
1909
|
+
.m_txt-7-5rem, .m_text-7-5rem, .m_text7-5rem {
|
|
1903
1910
|
font-size: 7.5rem;
|
|
1904
1911
|
}
|
|
1905
1912
|
|
|
1906
1913
|
.m_txt7-75rem,
|
|
1907
|
-
.m_txt-7-75rem {
|
|
1914
|
+
.m_txt-7-75rem, .m_text-7-75rem, .m_text7-75rem {
|
|
1908
1915
|
font-size: 7.75rem;
|
|
1909
1916
|
}
|
|
1910
1917
|
|
|
1911
1918
|
.m_txt8rem,
|
|
1912
|
-
.m_txt-8rem {
|
|
1919
|
+
.m_txt-8rem, .m_text-8rem, .m_text8rem {
|
|
1913
1920
|
font-size: 8rem;
|
|
1914
1921
|
}
|
|
1915
1922
|
|
|
1916
1923
|
.m_txt8-25rem,
|
|
1917
|
-
.m_txt-8-25rem {
|
|
1924
|
+
.m_txt-8-25rem, .m_text-8-25rem, .m_text8-25rem {
|
|
1918
1925
|
font-size: 8.25rem;
|
|
1919
1926
|
}
|
|
1920
1927
|
|
|
1921
1928
|
.m_txt8-5rem,
|
|
1922
|
-
.m_txt-8-5rem {
|
|
1929
|
+
.m_txt-8-5rem, .m_text-8-5rem, .m_text8-5rem {
|
|
1923
1930
|
font-size: 8.5rem;
|
|
1924
1931
|
}
|
|
1925
1932
|
|
|
1926
1933
|
.m_txt8-75rem,
|
|
1927
|
-
.m_txt-8-75rem {
|
|
1934
|
+
.m_txt-8-75rem, .m_text-8-75rem, .m_text8-75rem {
|
|
1928
1935
|
font-size: 8.75rem;
|
|
1929
1936
|
}
|
|
1930
1937
|
|
|
@@ -1933,902 +1940,901 @@
|
|
|
1933
1940
|
}
|
|
1934
1941
|
|
|
1935
1942
|
.m_txt-gray,
|
|
1936
|
-
.m_txtgray {
|
|
1943
|
+
.m_txtgray, .m_textgray, .m_text-gray {
|
|
1937
1944
|
color: var(--bgl-gray);
|
|
1938
1945
|
}
|
|
1939
1946
|
|
|
1940
1947
|
.m_txt-primary,
|
|
1941
|
-
.m_txtprimary {
|
|
1948
|
+
.m_txtprimary, .m_textprimary, .m_text-primary {
|
|
1942
1949
|
color: var(--bgl-primary);
|
|
1943
1950
|
}
|
|
1944
1951
|
|
|
1945
1952
|
.m_txt-black,
|
|
1946
|
-
.m_txtblack {
|
|
1953
|
+
.m_txtblack, .m_textblack, .m_text-black {
|
|
1947
1954
|
color: var(--bgl-black);
|
|
1948
1955
|
}
|
|
1949
1956
|
|
|
1950
1957
|
.m_txt-red,
|
|
1951
|
-
.m_txtred {
|
|
1958
|
+
.m_txtred, .m_textred, .m_text-red {
|
|
1952
1959
|
color: var(--bgl-red);
|
|
1953
1960
|
}
|
|
1954
1961
|
|
|
1955
1962
|
.m_txt-white,
|
|
1956
|
-
.m_txtwhite {
|
|
1963
|
+
.m_txtwhite, .m_textwhite, .m_text-white {
|
|
1957
1964
|
color: var(--bgl-white);
|
|
1958
1965
|
}
|
|
1959
1966
|
|
|
1960
1967
|
.m_txt-green,
|
|
1961
|
-
.m_txtgreen {
|
|
1968
|
+
.m_txtgreen, .m_textgreen, .m_text-green {
|
|
1962
1969
|
color: var(--bgl-green);
|
|
1963
1970
|
}
|
|
1964
1971
|
|
|
1965
1972
|
.m_txt-yellow,
|
|
1966
|
-
.m_txtyellow {
|
|
1973
|
+
.m_txtyellow, .m_textyellow, .m_text-yellow {
|
|
1967
1974
|
color: var(--bgl-yellow);
|
|
1968
1975
|
}
|
|
1969
1976
|
|
|
1970
1977
|
.m_txt-purple,
|
|
1971
|
-
.m_txtpurple {
|
|
1978
|
+
.m_txtpurple, .m_textpurple, .m_text-purple {
|
|
1972
1979
|
color: var(--bgl-purple);
|
|
1973
1980
|
}
|
|
1974
1981
|
|
|
1975
1982
|
.m_txt-brown,
|
|
1976
|
-
.m_txtbrown {
|
|
1983
|
+
.m_txtbrown, .m_textbrown, .m_text-brown {
|
|
1977
1984
|
color: var(--bgl-brown);
|
|
1978
1985
|
}
|
|
1979
1986
|
|
|
1980
1987
|
.m_txt-orange,
|
|
1981
|
-
.m_txtorange {
|
|
1988
|
+
.m_txtorange, .m_textorange, .m_text-orange {
|
|
1982
1989
|
color: var(--bgl-orange);
|
|
1983
1990
|
}
|
|
1984
1991
|
|
|
1985
1992
|
.m_txt-turquoise,
|
|
1986
|
-
.m_txtturquoise {
|
|
1993
|
+
.m_txtturquoise, .m_textturquoise, .m_text-turquoise {
|
|
1987
1994
|
color: var(--bgl-turquoise);
|
|
1988
1995
|
}
|
|
1989
1996
|
|
|
1990
1997
|
.m_txt-pink,
|
|
1991
|
-
.m_txtpink {
|
|
1998
|
+
.m_txtpink, .m_textpink, .m_text-pink {
|
|
1992
1999
|
color: var(--bgl-pink);
|
|
1993
2000
|
}
|
|
1994
2001
|
|
|
1995
2002
|
.m_txt-blue,
|
|
1996
|
-
.m_txtblue {
|
|
2003
|
+
.m_txtblue, .m_textblue, .m_text-blue {
|
|
1997
2004
|
color: var(--bgl-blue);
|
|
1998
2005
|
}
|
|
1999
2006
|
|
|
2000
2007
|
.m_txt-primary-10,
|
|
2001
|
-
.m_txtprimary-10 {
|
|
2008
|
+
.m_txtprimary-10, .m_textprimary-10, .m_text-primary-10 {
|
|
2002
2009
|
color: var(--bgl-primary-10);
|
|
2003
2010
|
}
|
|
2004
2011
|
|
|
2005
2012
|
.m_txt-blue-10,
|
|
2006
|
-
.m_txtblue-10 {
|
|
2013
|
+
.m_txtblue-10, .m_textblue-10, .m_text-blue-10 {
|
|
2007
2014
|
color: var(--bgl-blue-10);
|
|
2008
2015
|
}
|
|
2009
2016
|
|
|
2010
2017
|
.m_txt-green-10,
|
|
2011
|
-
.m_txtgreen-10 {
|
|
2018
|
+
.m_txtgreen-10, .m_textgreen-10, .m_text-green-10 {
|
|
2012
2019
|
color: var(--bgl-green-10);
|
|
2013
2020
|
}
|
|
2014
2021
|
|
|
2015
2022
|
.m_txt-red-10,
|
|
2016
|
-
.m_txtred-10 {
|
|
2023
|
+
.m_txtred-10, .m_textred-10, .m_text-red-10 {
|
|
2017
2024
|
color: var(--bgl-red-10);
|
|
2018
2025
|
}
|
|
2019
2026
|
|
|
2020
2027
|
.m_txt-yellow-10,
|
|
2021
|
-
.m_txtyellow-10 {
|
|
2028
|
+
.m_txtyellow-10, .m_textyellow-10, .m_text-yellow-10 {
|
|
2022
2029
|
color: var(--bgl-yellow-10);
|
|
2023
2030
|
}
|
|
2024
2031
|
|
|
2025
2032
|
.m_txt-purple-10,
|
|
2026
|
-
.m_txtpurple-10 {
|
|
2033
|
+
.m_txtpurple-10, .m_textpurple-10, .m_text-purple-10 {
|
|
2027
2034
|
color: var(--bgl-purple-10);
|
|
2028
2035
|
}
|
|
2029
2036
|
|
|
2030
2037
|
.m_txt-brown-10,
|
|
2031
|
-
.m_txtbrown-10 {
|
|
2038
|
+
.m_txtbrown-10, .m_textbrown-10, .m_text-brown-10 {
|
|
2032
2039
|
color: var(--bgl-brown-10);
|
|
2033
2040
|
}
|
|
2034
2041
|
|
|
2035
2042
|
.m_txt-orange-10,
|
|
2036
|
-
.m_txtorange-10 {
|
|
2043
|
+
.m_txtorange-10, .m_textorange-10, .m_text-orange-10 {
|
|
2037
2044
|
color: var(--bgl-orange-10);
|
|
2038
2045
|
}
|
|
2039
2046
|
|
|
2040
2047
|
.m_txt-turquoise-10,
|
|
2041
|
-
.m_txtturquoise-10 {
|
|
2048
|
+
.m_txtturquoise-10, .m_textturquoise-10, .m_text-turquoise-10 {
|
|
2042
2049
|
color: var(--bgl-turquoise-10);
|
|
2043
2050
|
}
|
|
2044
2051
|
|
|
2045
2052
|
.m_txt-gray-10,
|
|
2046
|
-
.m_txtgray-10 {
|
|
2053
|
+
.m_txtgray-10, .m_textgray-10, .m_text-gray-10 {
|
|
2047
2054
|
color: var(--bgl-gray-10);
|
|
2048
2055
|
}
|
|
2049
2056
|
|
|
2050
2057
|
.m_txt-black-10,
|
|
2051
|
-
.m_txtblack-10 {
|
|
2058
|
+
.m_txtblack-10, .m_textblack-10, .m_text-black-10 {
|
|
2052
2059
|
color: var(--bgl-black-10);
|
|
2053
2060
|
}
|
|
2054
2061
|
|
|
2055
2062
|
.m_txt-pink-10,
|
|
2056
|
-
.m_txtpink-10 {
|
|
2063
|
+
.m_txtpink-10, .m_textpink-10, .m_text-pink-10 {
|
|
2057
2064
|
color: var(--bgl-pink-10);
|
|
2058
2065
|
}
|
|
2059
2066
|
|
|
2060
2067
|
.m_txt-primary-20,
|
|
2061
|
-
.m_txtprimary-20 {
|
|
2068
|
+
.m_txtprimary-20, .m_textprimary-20, .m_text-primary-20 {
|
|
2062
2069
|
color: var(--bgl-primary-20);
|
|
2063
2070
|
}
|
|
2064
2071
|
|
|
2065
2072
|
.m_txt-blue-20,
|
|
2066
|
-
.m_txtblue-20 {
|
|
2073
|
+
.m_txtblue-20, .m_textblue-20, .m_text-blue-20 {
|
|
2067
2074
|
color: var(--bgl-blue-20);
|
|
2068
2075
|
}
|
|
2069
2076
|
|
|
2070
2077
|
.m_txt-green-20,
|
|
2071
|
-
.m_txtgreen-20 {
|
|
2078
|
+
.m_txtgreen-20, .m_textgreen-20, .m_text-green-20 {
|
|
2072
2079
|
color: var(--bgl-green-20);
|
|
2073
2080
|
}
|
|
2074
2081
|
|
|
2075
2082
|
.m_txt-red-20,
|
|
2076
|
-
.m_txtred-20 {
|
|
2083
|
+
.m_txtred-20, .m_textred-20, .m_text-red-20 {
|
|
2077
2084
|
color: var(--bgl-red-20);
|
|
2078
2085
|
}
|
|
2079
2086
|
|
|
2080
2087
|
.m_txt-yellow-20,
|
|
2081
|
-
.m_txtyellow-20 {
|
|
2088
|
+
.m_txtyellow-20, .m_textyellow-20, .m_text-yellow-20 {
|
|
2082
2089
|
color: var(--bgl-yellow-20);
|
|
2083
2090
|
}
|
|
2084
2091
|
|
|
2085
2092
|
.m_txt-purple-20,
|
|
2086
|
-
.m_txtpurple-20 {
|
|
2093
|
+
.m_txtpurple-20, .m_textpurple-20, .m_text-purple-20 {
|
|
2087
2094
|
color: var(--bgl-purple-20);
|
|
2088
2095
|
}
|
|
2089
2096
|
|
|
2090
2097
|
.m_txt-brown-20,
|
|
2091
|
-
.m_txtbrown-20 {
|
|
2098
|
+
.m_txtbrown-20, .m_textbrown-20, .m_text-brown-20 {
|
|
2092
2099
|
color: var(--bgl-brown-20);
|
|
2093
2100
|
}
|
|
2094
2101
|
|
|
2095
2102
|
.m_txt-orange-20,
|
|
2096
|
-
.m_txtorange-20 {
|
|
2103
|
+
.m_txtorange-20, .m_textorange-20, .m_text-orange-20 {
|
|
2097
2104
|
color: var(--bgl-orange-20);
|
|
2098
2105
|
}
|
|
2099
2106
|
|
|
2100
2107
|
.m_txt-turquoise-20,
|
|
2101
|
-
.m_txtturquoise-20 {
|
|
2108
|
+
.m_txtturquoise-20, .m_textturquoise-20, .m_text-turquoise-20 {
|
|
2102
2109
|
color: var(--bgl-turquoise-20);
|
|
2103
2110
|
}
|
|
2104
2111
|
|
|
2105
2112
|
.m_txt-gray-20,
|
|
2106
|
-
.m_txtgray-20 {
|
|
2113
|
+
.m_txtgray-20, .m_textgray-20, .m_text-gray-20 {
|
|
2107
2114
|
color: var(--bgl-gray-20);
|
|
2108
2115
|
}
|
|
2109
2116
|
|
|
2110
2117
|
.m_txt-black-20,
|
|
2111
|
-
.m_txtblack-20 {
|
|
2118
|
+
.m_txtblack-20, .m_textblack-20, .m_text-black-20 {
|
|
2112
2119
|
color: var(--bgl-black-20);
|
|
2113
2120
|
}
|
|
2114
2121
|
|
|
2115
2122
|
.m_txt-pink-20,
|
|
2116
|
-
.m_txtpink-20 {
|
|
2123
|
+
.m_txtpink-20, .m_textpink-20, .m_text-pink-20 {
|
|
2117
2124
|
color: var(--bgl-pink-20);
|
|
2118
2125
|
}
|
|
2119
2126
|
|
|
2120
2127
|
.m_txt-primary-30,
|
|
2121
|
-
.m_txtprimary-30 {
|
|
2128
|
+
.m_txtprimary-30, .m_textprimary-30, .m_text-primary-30 {
|
|
2122
2129
|
color: var(--bgl-primary-30);
|
|
2123
2130
|
}
|
|
2124
2131
|
|
|
2125
2132
|
.m_txt-blue-30,
|
|
2126
|
-
.m_txtblue-30 {
|
|
2133
|
+
.m_txtblue-30, .m_textblue-30, .m_text-blue-30 {
|
|
2127
2134
|
color: var(--bgl-blue-30);
|
|
2128
2135
|
}
|
|
2129
2136
|
|
|
2130
2137
|
.m_txt-green-30,
|
|
2131
|
-
.m_txtgreen-30 {
|
|
2138
|
+
.m_txtgreen-30, .m_textgreen-30, .m_text-green-30 {
|
|
2132
2139
|
color: var(--bgl-green-30);
|
|
2133
2140
|
}
|
|
2134
2141
|
|
|
2135
2142
|
.m_txt-red-30,
|
|
2136
|
-
.m_txtred-30 {
|
|
2143
|
+
.m_txtred-30, .m_textred-30, .m_text-red-30 {
|
|
2137
2144
|
color: var(--bgl-red-30);
|
|
2138
2145
|
}
|
|
2139
2146
|
|
|
2140
2147
|
.m_txt-yellow-30,
|
|
2141
|
-
.m_txtyellow-30 {
|
|
2148
|
+
.m_txtyellow-30, .m_textyellow-30, .m_text-yellow-30 {
|
|
2142
2149
|
color: var(--bgl-yellow-30);
|
|
2143
2150
|
}
|
|
2144
2151
|
|
|
2145
2152
|
.m_txt-purple-30,
|
|
2146
|
-
.m_txtpurple-30 {
|
|
2153
|
+
.m_txtpurple-30, .m_textpurple-30, .m_text-purple-30 {
|
|
2147
2154
|
color: var(--bgl-purple-30);
|
|
2148
2155
|
}
|
|
2149
2156
|
|
|
2150
2157
|
.m_txt-brown-30,
|
|
2151
|
-
.m_txtbrown-30 {
|
|
2158
|
+
.m_txtbrown-30, .m_textbrown-30, .m_text-brown-30 {
|
|
2152
2159
|
color: var(--bgl-brown-30);
|
|
2153
2160
|
}
|
|
2154
2161
|
|
|
2155
2162
|
.m_txt-orange-30,
|
|
2156
|
-
.m_txtorange-30 {
|
|
2163
|
+
.m_txtorange-30, .m_textorange-30, .m_text-orange-30 {
|
|
2157
2164
|
color: var(--bgl-orange-30);
|
|
2158
2165
|
}
|
|
2159
2166
|
|
|
2160
2167
|
.m_txt-turquoise-30,
|
|
2161
|
-
.m_txtturquoise-30 {
|
|
2168
|
+
.m_txtturquoise-30, .m_textturquoise-30, .m_text-turquoise-30 {
|
|
2162
2169
|
color: var(--bgl-turquoise-30);
|
|
2163
2170
|
}
|
|
2164
2171
|
|
|
2165
2172
|
.m_txt-gray-30,
|
|
2166
|
-
.m_txtgray-30 {
|
|
2173
|
+
.m_txtgray-30, .m_textgray-30, .m_text-gray-30 {
|
|
2167
2174
|
color: var(--bgl-gray-30);
|
|
2168
2175
|
}
|
|
2169
2176
|
|
|
2170
2177
|
.m_txt-black-30,
|
|
2171
|
-
.m_txtblack-30 {
|
|
2178
|
+
.m_txtblack-30, .m_textblack-30, .m_text-black-30 {
|
|
2172
2179
|
color: var(--bgl-black-30);
|
|
2173
2180
|
}
|
|
2174
2181
|
|
|
2175
2182
|
.m_txt-pink-30,
|
|
2176
|
-
.m_txtpink-30 {
|
|
2183
|
+
.m_txtpink-30, .m_textpink-30, .m_text-pink-30 {
|
|
2177
2184
|
color: var(--bgl-pink-30);
|
|
2178
2185
|
}
|
|
2179
2186
|
|
|
2180
2187
|
.m_txt-primary-40,
|
|
2181
|
-
.m_txtprimary-40 {
|
|
2188
|
+
.m_txtprimary-40, .m_textprimary-40, .m_text-primary-40 {
|
|
2182
2189
|
color: var(--bgl-primary-40);
|
|
2183
2190
|
}
|
|
2184
2191
|
|
|
2185
2192
|
.m_txt-blue-40,
|
|
2186
|
-
.m_txtblue-40 {
|
|
2193
|
+
.m_txtblue-40, .m_textblue-40, .m_text-blue-40 {
|
|
2187
2194
|
color: var(--bgl-blue-40);
|
|
2188
2195
|
}
|
|
2189
2196
|
|
|
2190
2197
|
.m_txt-green-40,
|
|
2191
|
-
.m_txtgreen-40 {
|
|
2198
|
+
.m_txtgreen-40, .m_textgreen-40, .m_text-green-40 {
|
|
2192
2199
|
color: var(--bgl-green-40);
|
|
2193
2200
|
}
|
|
2194
2201
|
|
|
2195
2202
|
.m_txt-red-40,
|
|
2196
|
-
.m_txtred-40 {
|
|
2203
|
+
.m_txtred-40, .m_textred-40, .m_text-red-40 {
|
|
2197
2204
|
color: var(--bgl-red-40);
|
|
2198
2205
|
}
|
|
2199
2206
|
|
|
2200
2207
|
.m_txt-yellow-40,
|
|
2201
|
-
.m_txtyellow-40 {
|
|
2208
|
+
.m_txtyellow-40, .m_textyellow-40, .m_text-yellow-40 {
|
|
2202
2209
|
color: var(--bgl-yellow-40);
|
|
2203
2210
|
}
|
|
2204
2211
|
|
|
2205
2212
|
.m_txt-purple-40,
|
|
2206
|
-
.m_txtpurple-40 {
|
|
2213
|
+
.m_txtpurple-40, .m_textpurple-40, .m_text-purple-40 {
|
|
2207
2214
|
color: var(--bgl-purple-40);
|
|
2208
2215
|
}
|
|
2209
2216
|
|
|
2210
2217
|
.m_txt-brown-40,
|
|
2211
|
-
.m_txtbrown-40 {
|
|
2218
|
+
.m_txtbrown-40, .m_textbrown-40, .m_text-brown-40 {
|
|
2212
2219
|
color: var(--bgl-brown-40);
|
|
2213
2220
|
}
|
|
2214
2221
|
|
|
2215
2222
|
.m_txt-orange-40,
|
|
2216
|
-
.m_txtorange-40 {
|
|
2223
|
+
.m_txtorange-40, .m_textorange-40, .m_text-orange-40 {
|
|
2217
2224
|
color: var(--bgl-orange-40);
|
|
2218
2225
|
}
|
|
2219
2226
|
|
|
2220
2227
|
.m_txt-turquoise-40,
|
|
2221
|
-
.m_txtturquoise-40 {
|
|
2228
|
+
.m_txtturquoise-40, .m_textturquoise-40, .m_text-turquoise-40 {
|
|
2222
2229
|
color: var(--bgl-turquoise-40);
|
|
2223
2230
|
}
|
|
2224
2231
|
|
|
2225
2232
|
.m_txt-gray-40,
|
|
2226
|
-
.m_txtgray-40 {
|
|
2233
|
+
.m_txtgray-40, .m_textgray-40, .m_text-gray-40 {
|
|
2227
2234
|
color: var(--bgl-gray-40);
|
|
2228
2235
|
}
|
|
2229
2236
|
|
|
2230
2237
|
.m_txt-black-40,
|
|
2231
|
-
.m_txtblack-40 {
|
|
2238
|
+
.m_txtblack-40, .m_textblack-40, .m_text-black-40 {
|
|
2232
2239
|
color: var(--bgl-black-40);
|
|
2233
2240
|
}
|
|
2234
2241
|
|
|
2235
2242
|
.m_txt-pink-40,
|
|
2236
|
-
.m_txtpink-40 {
|
|
2243
|
+
.m_txtpink-40, .m_textpink-40, .m_text-pink-40 {
|
|
2237
2244
|
color: var(--bgl-pink-40);
|
|
2238
2245
|
}
|
|
2239
2246
|
|
|
2240
2247
|
.m_txt-primary-50,
|
|
2241
|
-
.m_txtprimary-50 {
|
|
2248
|
+
.m_txtprimary-50, .m_textprimary-50, .m_text-primary-50 {
|
|
2242
2249
|
color: var(--bgl-primary-50);
|
|
2243
2250
|
}
|
|
2244
2251
|
|
|
2245
2252
|
.m_txt-blue-50,
|
|
2246
|
-
.m_txtblue-50 {
|
|
2253
|
+
.m_txtblue-50, .m_textblue-50, .m_text-blue-50 {
|
|
2247
2254
|
color: var(--bgl-blue-50);
|
|
2248
2255
|
}
|
|
2249
2256
|
|
|
2250
2257
|
.m_txt-green-50,
|
|
2251
|
-
.m_txtgreen-50 {
|
|
2258
|
+
.m_txtgreen-50, .m_textgreen-50, .m_text-green-50 {
|
|
2252
2259
|
color: var(--bgl-green-50);
|
|
2253
2260
|
}
|
|
2254
2261
|
|
|
2255
2262
|
.m_txt-red-50,
|
|
2256
|
-
.m_txtred-50 {
|
|
2263
|
+
.m_txtred-50, .m_textred-50, .m_text-red-50 {
|
|
2257
2264
|
color: var(--bgl-red-50);
|
|
2258
2265
|
}
|
|
2259
2266
|
|
|
2260
2267
|
.m_txt-yellow-50,
|
|
2261
|
-
.m_txtyellow-50 {
|
|
2268
|
+
.m_txtyellow-50, .m_textyellow-50, .m_text-yellow-50 {
|
|
2262
2269
|
color: var(--bgl-yellow-50);
|
|
2263
2270
|
}
|
|
2264
2271
|
|
|
2265
2272
|
.m_txt-purple-50,
|
|
2266
|
-
.m_txtpurple-50 {
|
|
2273
|
+
.m_txtpurple-50, .m_textpurple-50, .m_text-purple-50 {
|
|
2267
2274
|
color: var(--bgl-purple-50);
|
|
2268
2275
|
}
|
|
2269
2276
|
|
|
2270
2277
|
.m_txt-brown-50,
|
|
2271
|
-
.m_txtbrown-50 {
|
|
2278
|
+
.m_txtbrown-50, .m_textbrown-50, .m_text-brown-50 {
|
|
2272
2279
|
color: var(--bgl-brown-50);
|
|
2273
2280
|
}
|
|
2274
2281
|
|
|
2275
2282
|
.m_txt-orange-50,
|
|
2276
|
-
.m_txtorange-50 {
|
|
2283
|
+
.m_txtorange-50, .m_textorange-50, .m_text-orange-50 {
|
|
2277
2284
|
color: var(--bgl-orange-50);
|
|
2278
2285
|
}
|
|
2279
2286
|
|
|
2280
2287
|
.m_txt-turquoise-50,
|
|
2281
|
-
.m_txtturquoise-50 {
|
|
2288
|
+
.m_txtturquoise-50, .m_textturquoise-50, .m_text-turquoise-50 {
|
|
2282
2289
|
color: var(--bgl-turquoise-50);
|
|
2283
2290
|
}
|
|
2284
2291
|
|
|
2285
2292
|
.m_txt-gray-50,
|
|
2286
|
-
.m_txtgray-50 {
|
|
2293
|
+
.m_txtgray-50, .m_textgray-50, .m_text-gray-50 {
|
|
2287
2294
|
color: var(--bgl-gray-50);
|
|
2288
2295
|
}
|
|
2289
2296
|
|
|
2290
2297
|
.m_txt-black-50,
|
|
2291
|
-
.m_txtblack-50 {
|
|
2298
|
+
.m_txtblack-50, .m_textblack-50, .m_text-black-50 {
|
|
2292
2299
|
color: var(--bgl-black-50);
|
|
2293
2300
|
}
|
|
2294
2301
|
|
|
2295
2302
|
.m_txt-pink-50,
|
|
2296
|
-
.m_txtpink-50 {
|
|
2303
|
+
.m_txtpink-50, .m_textpink-50, .m_text-pink-50 {
|
|
2297
2304
|
color: var(--bgl-pink-50);
|
|
2298
2305
|
}
|
|
2299
2306
|
|
|
2300
2307
|
.m_txt-primary-60,
|
|
2301
|
-
.m_txtprimary-60 {
|
|
2308
|
+
.m_txtprimary-60, .m_textprimary-60, .m_text-primary-60 {
|
|
2302
2309
|
color: var(--bgl-primary-60);
|
|
2303
2310
|
}
|
|
2304
2311
|
|
|
2305
2312
|
.m_txt-blue-60,
|
|
2306
|
-
.m_txtblue-60 {
|
|
2313
|
+
.m_txtblue-60, .m_textblue-60, .m_text-blue-60 {
|
|
2307
2314
|
color: var(--bgl-blue-60);
|
|
2308
2315
|
}
|
|
2309
2316
|
|
|
2310
2317
|
.m_txt-green-60,
|
|
2311
|
-
.m_txtgreen-60 {
|
|
2318
|
+
.m_txtgreen-60, .m_textgreen-60, .m_text-green-60 {
|
|
2312
2319
|
color: var(--bgl-green-60);
|
|
2313
2320
|
}
|
|
2314
2321
|
|
|
2315
2322
|
.m_txt-red-60,
|
|
2316
|
-
.m_txtred-60 {
|
|
2323
|
+
.m_txtred-60, .m_textred-60, .m_text-red-60 {
|
|
2317
2324
|
color: var(--bgl-red-60);
|
|
2318
2325
|
}
|
|
2319
2326
|
|
|
2320
2327
|
.m_txt-yellow-60,
|
|
2321
|
-
.m_txtyellow-60 {
|
|
2328
|
+
.m_txtyellow-60, .m_textyellow-60, .m_text-yellow-60 {
|
|
2322
2329
|
color: var(--bgl-yellow-60);
|
|
2323
2330
|
}
|
|
2324
2331
|
|
|
2325
2332
|
.m_txt-purple-60,
|
|
2326
|
-
.m_txtpurple-60 {
|
|
2333
|
+
.m_txtpurple-60, .m_textpurple-60, .m_text-purple-60 {
|
|
2327
2334
|
color: var(--bgl-purple-60);
|
|
2328
2335
|
}
|
|
2329
2336
|
|
|
2330
2337
|
.m_txt-brown-60,
|
|
2331
|
-
.m_txtbrown-60 {
|
|
2338
|
+
.m_txtbrown-60, .m_textbrown-60, .m_text-brown-60 {
|
|
2332
2339
|
color: var(--bgl-brown-60);
|
|
2333
2340
|
}
|
|
2334
2341
|
|
|
2335
2342
|
.m_txt-orange-60,
|
|
2336
|
-
.m_txtorange-60 {
|
|
2343
|
+
.m_txtorange-60, .m_textorange-60, .m_text-orange-60 {
|
|
2337
2344
|
color: var(--bgl-orange-60);
|
|
2338
2345
|
}
|
|
2339
2346
|
|
|
2340
2347
|
.m_txt-turquoise-60,
|
|
2341
|
-
.m_txtturquoise-60 {
|
|
2348
|
+
.m_txtturquoise-60, .m_textturquoise-60, .m_text-turquoise-60 {
|
|
2342
2349
|
color: var(--bgl-turquoise-60);
|
|
2343
2350
|
}
|
|
2344
2351
|
|
|
2345
2352
|
.m_txt-gray-60,
|
|
2346
|
-
.m_txtgray-60 {
|
|
2353
|
+
.m_txtgray-60, .m_textgray-60, .m_text-gray-60 {
|
|
2347
2354
|
color: var(--bgl-gray-60);
|
|
2348
2355
|
}
|
|
2349
2356
|
|
|
2350
2357
|
.m_txt-black-60,
|
|
2351
|
-
.m_txtblack-60 {
|
|
2358
|
+
.m_txtblack-60, .m_textblack-60, .m_text-black-60 {
|
|
2352
2359
|
color: var(--bgl-black-60);
|
|
2353
2360
|
}
|
|
2354
2361
|
|
|
2355
2362
|
.m_txt-pink-60,
|
|
2356
|
-
.m_txtpink-60 {
|
|
2363
|
+
.m_txtpink-60, .m_textpink-60, .m_text-pink-60 {
|
|
2357
2364
|
color: var(--bgl-pink-60);
|
|
2358
2365
|
}
|
|
2359
2366
|
|
|
2360
2367
|
.m_txt-primary-70,
|
|
2361
|
-
.m_txtprimary-70 {
|
|
2368
|
+
.m_txtprimary-70, .m_textprimary-70, .m_text-primary-70 {
|
|
2362
2369
|
color: var(--bgl-primary-70);
|
|
2363
2370
|
}
|
|
2364
2371
|
|
|
2365
2372
|
.m_txt-blue-70,
|
|
2366
|
-
.m_txtblue-70 {
|
|
2373
|
+
.m_txtblue-70, .m_textblue-70, .m_text-blue-70 {
|
|
2367
2374
|
color: var(--bgl-blue-70);
|
|
2368
2375
|
}
|
|
2369
2376
|
|
|
2370
2377
|
.m_txt-green-70,
|
|
2371
|
-
.m_txtgreen-70 {
|
|
2378
|
+
.m_txtgreen-70, .m_textgreen-70, .m_text-green-70 {
|
|
2372
2379
|
color: var(--bgl-green-70);
|
|
2373
2380
|
}
|
|
2374
2381
|
|
|
2375
2382
|
.m_txt-red-70,
|
|
2376
|
-
.m_txtred-70 {
|
|
2383
|
+
.m_txtred-70, .m_textred-70, .m_text-red-70 {
|
|
2377
2384
|
color: var(--bgl-red-70);
|
|
2378
2385
|
}
|
|
2379
2386
|
|
|
2380
2387
|
.m_txt-yellow-70,
|
|
2381
|
-
.m_txtyellow-70 {
|
|
2388
|
+
.m_txtyellow-70, .m_textyellow-70, .m_text-yellow-70 {
|
|
2382
2389
|
color: var(--bgl-yellow-70);
|
|
2383
2390
|
}
|
|
2384
2391
|
|
|
2385
2392
|
.m_txt-purple-70,
|
|
2386
|
-
.m_txtpurple-70 {
|
|
2393
|
+
.m_txtpurple-70, .m_textpurple-70, .m_text-purple-70 {
|
|
2387
2394
|
color: var(--bgl-purple-70);
|
|
2388
2395
|
}
|
|
2389
2396
|
|
|
2390
2397
|
.m_txt-brown-70,
|
|
2391
|
-
.m_txtbrown-70 {
|
|
2398
|
+
.m_txtbrown-70, .m_textbrown-70, .m_text-brown-70 {
|
|
2392
2399
|
color: var(--bgl-brown-70);
|
|
2393
2400
|
}
|
|
2394
2401
|
|
|
2395
2402
|
.m_txt-orange-70,
|
|
2396
|
-
.m_txtorange-70 {
|
|
2403
|
+
.m_txtorange-70, .m_textorange-70, .m_text-orange-70 {
|
|
2397
2404
|
color: var(--bgl-orange-70);
|
|
2398
2405
|
}
|
|
2399
2406
|
|
|
2400
2407
|
.m_txt-turquoise-70,
|
|
2401
|
-
.m_txtturquoise-70 {
|
|
2408
|
+
.m_txtturquoise-70, .m_textturquoise-70, .m_text-turquoise-70 {
|
|
2402
2409
|
color: var(--bgl-turquoise-70);
|
|
2403
2410
|
}
|
|
2404
2411
|
|
|
2405
2412
|
.m_txt-gray-70,
|
|
2406
|
-
.m_txtgray-70 {
|
|
2413
|
+
.m_txtgray-70, .m_textgray-70, .m_text-gray-70 {
|
|
2407
2414
|
color: var(--bgl-gray-70);
|
|
2408
2415
|
}
|
|
2409
2416
|
|
|
2410
2417
|
.m_txt-black-70,
|
|
2411
|
-
.m_txtblack-70 {
|
|
2418
|
+
.m_txtblack-70, .m_textblack-70, .m_text-black-70 {
|
|
2412
2419
|
color: var(--bgl-black-70);
|
|
2413
2420
|
}
|
|
2414
2421
|
|
|
2415
2422
|
.m_txt-pink-70,
|
|
2416
|
-
.m_txtpink-70 {
|
|
2423
|
+
.m_txtpink-70, .m_textpink-70, .m_text-pink-70 {
|
|
2417
2424
|
color: var(--bgl-pink-70);
|
|
2418
2425
|
}
|
|
2419
2426
|
|
|
2420
2427
|
.m_txt-primary-80,
|
|
2421
|
-
.m_txtprimary-80 {
|
|
2428
|
+
.m_txtprimary-80, .m_textprimary-80, .m_text-primary-80 {
|
|
2422
2429
|
color: var(--bgl-primary-80);
|
|
2423
2430
|
}
|
|
2424
2431
|
|
|
2425
2432
|
.m_txt-blue-80,
|
|
2426
|
-
.m_txtblue-80 {
|
|
2433
|
+
.m_txtblue-80, .m_textblue-80, .m_text-blue-80 {
|
|
2427
2434
|
color: var(--bgl-blue-80);
|
|
2428
2435
|
}
|
|
2429
2436
|
|
|
2430
2437
|
.m_txt-green-80,
|
|
2431
|
-
.m_txtgreen-80 {
|
|
2438
|
+
.m_txtgreen-80, .m_textgreen-80, .m_text-green-80 {
|
|
2432
2439
|
color: var(--bgl-green-80);
|
|
2433
2440
|
}
|
|
2434
2441
|
|
|
2435
2442
|
.m_txt-red-80,
|
|
2436
|
-
.m_txtred-80 {
|
|
2443
|
+
.m_txtred-80, .m_textred-80, .m_text-red-80 {
|
|
2437
2444
|
color: var(--bgl-red-80);
|
|
2438
2445
|
}
|
|
2439
2446
|
|
|
2440
2447
|
.m_txt-yellow-80,
|
|
2441
|
-
.m_txtyellow-80 {
|
|
2448
|
+
.m_txtyellow-80, .m_textyellow-80, .m_text-yellow-80 {
|
|
2442
2449
|
color: var(--bgl-yellow-80);
|
|
2443
2450
|
}
|
|
2444
2451
|
|
|
2445
2452
|
.m_txt-purple-80,
|
|
2446
|
-
.m_txtpurple-80 {
|
|
2453
|
+
.m_txtpurple-80, .m_textpurple-80, .m_text-purple-80 {
|
|
2447
2454
|
color: var(--bgl-purple-80);
|
|
2448
2455
|
}
|
|
2449
2456
|
|
|
2450
2457
|
.m_txt-brown-80,
|
|
2451
|
-
.m_txtbrown-80 {
|
|
2458
|
+
.m_txtbrown-80, .m_textbrown-80, .m_text-brown-80 {
|
|
2452
2459
|
color: var(--bgl-brown-80);
|
|
2453
2460
|
}
|
|
2454
2461
|
|
|
2455
2462
|
.m_txt-orange-80,
|
|
2456
|
-
.m_txtorange-80 {
|
|
2463
|
+
.m_txtorange-80, .m_textorange-80, .m_text-orange-80 {
|
|
2457
2464
|
color: var(--bgl-orange-80);
|
|
2458
2465
|
}
|
|
2459
2466
|
|
|
2460
2467
|
.m_txt-turquoise-80,
|
|
2461
|
-
.m_txtturquoise-80 {
|
|
2468
|
+
.m_txtturquoise-80, .m_textturquoise-80, .m_text-turquoise-80 {
|
|
2462
2469
|
color: var(--bgl-turquoise-80);
|
|
2463
2470
|
}
|
|
2464
2471
|
|
|
2465
2472
|
.m_txt-gray-80,
|
|
2466
|
-
.m_txtgray-80 {
|
|
2473
|
+
.m_txtgray-80, .m_textgray-80, .m_text-gray-80 {
|
|
2467
2474
|
color: var(--bgl-gray-80);
|
|
2468
2475
|
}
|
|
2469
2476
|
|
|
2470
2477
|
.m_txt-black-80,
|
|
2471
|
-
.m_txtblack-80 {
|
|
2478
|
+
.m_txtblack-80, .m_textblack-80, .m_text-black-80 {
|
|
2472
2479
|
color: var(--bgl-black-80);
|
|
2473
2480
|
}
|
|
2474
2481
|
|
|
2475
2482
|
.m_txt-pink-80,
|
|
2476
|
-
.m_txtpink-80 {
|
|
2483
|
+
.m_txtpink-80, .m_textpink-80, .m_text-pink-80 {
|
|
2477
2484
|
color: var(--bgl-pink-80);
|
|
2478
2485
|
}
|
|
2479
2486
|
|
|
2480
2487
|
.m_txt-primary-90,
|
|
2481
|
-
.m_txtprimary-90 {
|
|
2488
|
+
.m_txtprimary-90, .m_textprimary-90, .m_text-primary-90 {
|
|
2482
2489
|
color: var(--bgl-primary-90);
|
|
2483
2490
|
}
|
|
2484
2491
|
|
|
2485
2492
|
.m_txt-blue-90,
|
|
2486
|
-
.m_txtblue-90 {
|
|
2493
|
+
.m_txtblue-90, .m_textblue-90, .m_text-blue-90 {
|
|
2487
2494
|
color: var(--bgl-blue-90);
|
|
2488
2495
|
}
|
|
2489
2496
|
|
|
2490
2497
|
.m_txt-green-90,
|
|
2491
|
-
.m_txtgreen-90 {
|
|
2498
|
+
.m_txtgreen-90, .m_textgreen-90, .m_text-green-90 {
|
|
2492
2499
|
color: var(--bgl-green-90);
|
|
2493
2500
|
}
|
|
2494
2501
|
|
|
2495
2502
|
.m_txt-red-90,
|
|
2496
|
-
.m_txtred-90 {
|
|
2503
|
+
.m_txtred-90, .m_textred-90, .m_text-red-90 {
|
|
2497
2504
|
color: var(--bgl-red-90);
|
|
2498
2505
|
}
|
|
2499
2506
|
|
|
2500
2507
|
.m_txt-yellow-90,
|
|
2501
|
-
.m_txtyellow-90 {
|
|
2508
|
+
.m_txtyellow-90, .m_textyellow-90, .m_text-yellow-90 {
|
|
2502
2509
|
color: var(--bgl-yellow-90);
|
|
2503
2510
|
}
|
|
2504
2511
|
|
|
2505
2512
|
.m_txt-purple-90,
|
|
2506
|
-
.m_txtpurple-90 {
|
|
2513
|
+
.m_txtpurple-90, .m_textpurple-90, .m_text-purple-90 {
|
|
2507
2514
|
color: var(--bgl-purple-90);
|
|
2508
2515
|
}
|
|
2509
2516
|
|
|
2510
2517
|
.m_txt-brown-90,
|
|
2511
|
-
.m_txtbrown-90 {
|
|
2518
|
+
.m_txtbrown-90, .m_textbrown-90, .m_text-brown-90 {
|
|
2512
2519
|
color: var(--bgl-brown-90);
|
|
2513
2520
|
}
|
|
2514
2521
|
|
|
2515
2522
|
.m_txt-orange-90,
|
|
2516
|
-
.m_txtorange-90 {
|
|
2523
|
+
.m_txtorange-90, .m_textorange-90, .m_text-orange-90 {
|
|
2517
2524
|
color: var(--bgl-orange-90);
|
|
2518
2525
|
}
|
|
2519
2526
|
|
|
2520
2527
|
.m_txt-turquoise-90,
|
|
2521
|
-
.m_txtturquoise-90 {
|
|
2528
|
+
.m_txtturquoise-90, .m_textturquoise-90, .m_text-turquoise-90 {
|
|
2522
2529
|
color: var(--bgl-turquoise-90);
|
|
2523
2530
|
}
|
|
2524
2531
|
|
|
2525
2532
|
.m_txt-gray-90,
|
|
2526
|
-
.m_txtgray-90 {
|
|
2533
|
+
.m_txtgray-90, .m_textgray-90, .m_text-gray-90 {
|
|
2527
2534
|
color: var(--bgl-gray-90);
|
|
2528
2535
|
}
|
|
2529
2536
|
|
|
2530
2537
|
.m_txt-black-90,
|
|
2531
|
-
.m_txtblack-90 {
|
|
2538
|
+
.m_txtblack-90, .m_textblack-90, .m_text-black-90 {
|
|
2532
2539
|
color: var(--bgl-black-90);
|
|
2533
2540
|
}
|
|
2534
2541
|
|
|
2535
2542
|
.m_txt-pink-90,
|
|
2536
|
-
.m_txtpink-90 {
|
|
2543
|
+
.m_txtpink-90, .m_textpink-90, .m_text-pink-90 {
|
|
2537
2544
|
color: var(--bgl-pink-90);
|
|
2538
2545
|
}
|
|
2539
2546
|
|
|
2540
2547
|
.m_txt-primary-100,
|
|
2541
|
-
.m_txtprimary-100 {
|
|
2548
|
+
.m_txtprimary-100, .m_textprimary-100, .m_text-primary-100 {
|
|
2542
2549
|
color: var(--bgl-primary-100);
|
|
2543
2550
|
}
|
|
2544
2551
|
|
|
2545
2552
|
.m_txt-blue-100,
|
|
2546
|
-
.m_txtblue-100 {
|
|
2553
|
+
.m_txtblue-100, .m_textblue-100, .m_text-blue-100 {
|
|
2547
2554
|
color: var(--bgl-blue-100);
|
|
2548
2555
|
}
|
|
2549
2556
|
|
|
2550
2557
|
.m_txt-green-100,
|
|
2551
|
-
.m_txtgreen-100 {
|
|
2558
|
+
.m_txtgreen-100, .m_textgreen-100, .m_text-green-100 {
|
|
2552
2559
|
color: var(--bgl-green-100);
|
|
2553
2560
|
}
|
|
2554
2561
|
|
|
2555
2562
|
.m_txt-red-100,
|
|
2556
|
-
.m_txtred-100 {
|
|
2563
|
+
.m_txtred-100, .m_textred-100, .m_text-red-100 {
|
|
2557
2564
|
color: var(--bgl-red-100);
|
|
2558
2565
|
}
|
|
2559
2566
|
|
|
2560
2567
|
.m_txt-yellow-100,
|
|
2561
|
-
.m_txtyellow-100 {
|
|
2568
|
+
.m_txtyellow-100, .m_textyellow-100, .m_text-yellow-100 {
|
|
2562
2569
|
color: var(--bgl-yellow-100);
|
|
2563
2570
|
}
|
|
2564
2571
|
|
|
2565
2572
|
.m_txt-purple-100,
|
|
2566
|
-
.m_txtpurple-100 {
|
|
2573
|
+
.m_txtpurple-100, .m_textpurple-100, .m_text-purple-100 {
|
|
2567
2574
|
color: var(--bgl-purple-100);
|
|
2568
2575
|
}
|
|
2569
2576
|
|
|
2570
2577
|
.m_txt-brown-100,
|
|
2571
|
-
.m_txtbrown-100 {
|
|
2578
|
+
.m_txtbrown-100, .m_textbrown-100, .m_text-brown-100 {
|
|
2572
2579
|
color: var(--bgl-brown-100);
|
|
2573
2580
|
}
|
|
2574
2581
|
|
|
2575
2582
|
.m_txt-orange-100,
|
|
2576
|
-
.m_txtorange-100 {
|
|
2583
|
+
.m_txtorange-100, .m_textorange-100, .m_text-orange-100 {
|
|
2577
2584
|
color: var(--bgl-orange-100);
|
|
2578
2585
|
}
|
|
2579
2586
|
|
|
2580
2587
|
.m_txt-turquoise-100,
|
|
2581
|
-
.m_txtturquoise-100 {
|
|
2588
|
+
.m_txtturquoise-100, .m_textturquoise-100, .m_text-turquoise-100 {
|
|
2582
2589
|
color: var(--bgl-turquoise-100);
|
|
2583
2590
|
}
|
|
2584
2591
|
|
|
2585
2592
|
.m_txt-gray-100,
|
|
2586
|
-
.m_txtgray-100 {
|
|
2593
|
+
.m_txtgray-100, .m_textgray-100, .m_text-gray-100 {
|
|
2587
2594
|
color: var(--bgl-gray-100);
|
|
2588
2595
|
}
|
|
2589
2596
|
|
|
2590
2597
|
.m_txt-black-100,
|
|
2591
|
-
.m_txtblack-100 {
|
|
2598
|
+
.m_txtblack-100, .m_textblack-100, .m_text-black-100 {
|
|
2592
2599
|
color: var(--bgl-black-100);
|
|
2593
2600
|
}
|
|
2594
2601
|
|
|
2595
2602
|
.m_txt-pink-100,
|
|
2596
|
-
.m_txtpink-100 {
|
|
2603
|
+
.m_txtpink-100, .m_textpink-100, .m_text-pink-100 {
|
|
2597
2604
|
color: var(--bgl-pink-100);
|
|
2598
2605
|
}
|
|
2599
2606
|
|
|
2600
2607
|
.m_txt-primary-110,
|
|
2601
|
-
.m_txtprimary-110 {
|
|
2608
|
+
.m_txtprimary-110, .m_textprimary-110, .m_text-primary-110 {
|
|
2602
2609
|
color: var(--bgl-primary-110);
|
|
2603
2610
|
}
|
|
2604
2611
|
|
|
2605
2612
|
.m_txt-blue-110,
|
|
2606
|
-
.m_txtblue-110 {
|
|
2613
|
+
.m_txtblue-110, .m_textblue-110, .m_text-blue-110 {
|
|
2607
2614
|
color: var(--bgl-blue-110);
|
|
2608
2615
|
}
|
|
2609
2616
|
|
|
2610
2617
|
.m_txt-green-110,
|
|
2611
|
-
.m_txtgreen-110 {
|
|
2618
|
+
.m_txtgreen-110, .m_textgreen-110, .m_text-green-110 {
|
|
2612
2619
|
color: var(--bgl-green-110);
|
|
2613
2620
|
}
|
|
2614
2621
|
|
|
2615
2622
|
.m_txt-red-110,
|
|
2616
|
-
.m_txtred-110 {
|
|
2623
|
+
.m_txtred-110, .m_textred-110, .m_text-red-110 {
|
|
2617
2624
|
color: var(--bgl-red-110);
|
|
2618
2625
|
}
|
|
2619
2626
|
|
|
2620
2627
|
.m_txt-yellow-110,
|
|
2621
|
-
.m_txtyellow-110 {
|
|
2628
|
+
.m_txtyellow-110, .m_textyellow-110, .m_text-yellow-110 {
|
|
2622
2629
|
color: var(--bgl-yellow-110);
|
|
2623
2630
|
}
|
|
2624
2631
|
|
|
2625
2632
|
.m_txt-purple-110,
|
|
2626
|
-
.m_txtpurple-110 {
|
|
2633
|
+
.m_txtpurple-110, .m_textpurple-110, .m_text-purple-110 {
|
|
2627
2634
|
color: var(--bgl-purple-110);
|
|
2628
2635
|
}
|
|
2629
2636
|
|
|
2630
2637
|
.m_txt-brown-110,
|
|
2631
|
-
.m_txtbrown-110 {
|
|
2638
|
+
.m_txtbrown-110, .m_textbrown-110, .m_text-brown-110 {
|
|
2632
2639
|
color: var(--bgl-brown-110);
|
|
2633
2640
|
}
|
|
2634
2641
|
|
|
2635
2642
|
.m_txt-orange-110,
|
|
2636
|
-
.m_txtorange-110 {
|
|
2643
|
+
.m_txtorange-110, .m_textorange-110, .m_text-orange-110 {
|
|
2637
2644
|
color: var(--bgl-orange-110);
|
|
2638
2645
|
}
|
|
2639
2646
|
|
|
2640
2647
|
.m_txt-turquoise-110,
|
|
2641
|
-
.m_txtturquoise-110 {
|
|
2648
|
+
.m_txtturquoise-110, .m_textturquoise-110, .m_text-turquoise-110 {
|
|
2642
2649
|
color: var(--bgl-turquoise-110);
|
|
2643
2650
|
}
|
|
2644
2651
|
|
|
2645
2652
|
.m_txt-gray-110,
|
|
2646
|
-
.m_txtgray-110 {
|
|
2653
|
+
.m_txtgray-110, .m_textgray-110, .m_text-gray-110 {
|
|
2647
2654
|
color: var(--bgl-gray-110);
|
|
2648
2655
|
}
|
|
2649
2656
|
|
|
2650
2657
|
.m_txt-black-110,
|
|
2651
|
-
.m_txtblack-110 {
|
|
2658
|
+
.m_txtblack-110, .m_textblack-110, .m_text-black-110 {
|
|
2652
2659
|
color: var(--bgl-black-110);
|
|
2653
2660
|
}
|
|
2654
2661
|
|
|
2655
2662
|
.m_txt-pink-110,
|
|
2656
|
-
.m_txtpink-110 {
|
|
2663
|
+
.m_txtpink-110, .m_textpink-110, .m_text-pink-110 {
|
|
2657
2664
|
color: var(--bgl-pink-110);
|
|
2658
2665
|
}
|
|
2659
2666
|
|
|
2660
2667
|
.m_txt-primary-120,
|
|
2661
|
-
.m_txtprimary-120 {
|
|
2668
|
+
.m_txtprimary-120, .m_textprimary-120, .m_text-primary-120 {
|
|
2662
2669
|
color: var(--bgl-primary-120);
|
|
2663
2670
|
}
|
|
2664
2671
|
|
|
2665
2672
|
.m_txt-blue-120,
|
|
2666
|
-
.m_txtblue-120 {
|
|
2673
|
+
.m_txtblue-120, .m_textblue-120, .m_text-blue-120 {
|
|
2667
2674
|
color: var(--bgl-blue-120);
|
|
2668
2675
|
}
|
|
2669
2676
|
|
|
2670
2677
|
.m_txt-green-120,
|
|
2671
|
-
.m_txtgreen-120 {
|
|
2678
|
+
.m_txtgreen-120, .m_textgreen-120, .m_text-green-120 {
|
|
2672
2679
|
color: var(--bgl-green-120);
|
|
2673
2680
|
}
|
|
2674
2681
|
|
|
2675
2682
|
.m_txt-red-120,
|
|
2676
|
-
.m_txtred-120 {
|
|
2683
|
+
.m_txtred-120, .m_textred-120, .m_text-red-120 {
|
|
2677
2684
|
color: var(--bgl-red-120);
|
|
2678
2685
|
}
|
|
2679
2686
|
|
|
2680
2687
|
.m_txt-yellow-120,
|
|
2681
|
-
.m_txtyellow-120 {
|
|
2688
|
+
.m_txtyellow-120, .m_textyellow-120, .m_text-yellow-120 {
|
|
2682
2689
|
color: var(--bgl-yellow-120);
|
|
2683
2690
|
}
|
|
2684
2691
|
|
|
2685
2692
|
.m_txt-purple-120,
|
|
2686
|
-
.m_txtpurple-120 {
|
|
2693
|
+
.m_txtpurple-120, .m_textpurple-120, .m_text-purple-120 {
|
|
2687
2694
|
color: var(--bgl-purple-120);
|
|
2688
2695
|
}
|
|
2689
2696
|
|
|
2690
2697
|
.m_txt-brown-120,
|
|
2691
|
-
.m_txtbrown-120 {
|
|
2698
|
+
.m_txtbrown-120, .m_textbrown-120, .m_text-brown-120 {
|
|
2692
2699
|
color: var(--bgl-brown-120);
|
|
2693
2700
|
}
|
|
2694
2701
|
|
|
2695
2702
|
.m_txt-orange-120,
|
|
2696
|
-
.m_txtorange-120 {
|
|
2703
|
+
.m_txtorange-120, .m_textorange-120, .m_text-orange-120 {
|
|
2697
2704
|
color: var(--bgl-orange-120);
|
|
2698
2705
|
}
|
|
2699
2706
|
|
|
2700
2707
|
.m_txt-turquoise-120,
|
|
2701
|
-
.m_txtturquoise-120 {
|
|
2708
|
+
.m_txtturquoise-120, .m_textturquoise-120, .m_text-turquoise-120 {
|
|
2702
2709
|
color: var(--bgl-turquoise-120);
|
|
2703
2710
|
}
|
|
2704
2711
|
|
|
2705
2712
|
.m_txt-gray-120,
|
|
2706
|
-
.m_txtgray-120 {
|
|
2713
|
+
.m_txtgray-120, .m_textgray-120, .m_text-gray-120 {
|
|
2707
2714
|
color: var(--bgl-gray-120);
|
|
2708
2715
|
}
|
|
2709
2716
|
|
|
2710
2717
|
.m_txt-black-120,
|
|
2711
|
-
.m_txtblack-120 {
|
|
2718
|
+
.m_txtblack-120, .m_textblack-120, .m_text-black-120 {
|
|
2712
2719
|
color: var(--bgl-black-120);
|
|
2713
2720
|
}
|
|
2714
2721
|
|
|
2715
2722
|
.m_txt-pink-120,
|
|
2716
|
-
.m_txtpink-120 {
|
|
2723
|
+
.m_txtpink-120, .m_textpink-120, .m_text-pink-120 {
|
|
2717
2724
|
color: var(--bgl-pink-120);
|
|
2718
2725
|
}
|
|
2719
2726
|
|
|
2720
2727
|
.m_txt-primary-130,
|
|
2721
|
-
.m_txtprimary-130 {
|
|
2728
|
+
.m_txtprimary-130, .m_textprimary-130, .m_text-primary-130 {
|
|
2722
2729
|
color: var(--bgl-primary-130);
|
|
2723
2730
|
}
|
|
2724
2731
|
|
|
2725
2732
|
.m_txt-blue-130,
|
|
2726
|
-
.m_txtblue-130 {
|
|
2733
|
+
.m_txtblue-130, .m_textblue-130, .m_text-blue-130 {
|
|
2727
2734
|
color: var(--bgl-blue-130);
|
|
2728
2735
|
}
|
|
2729
2736
|
|
|
2730
2737
|
.m_txt-green-130,
|
|
2731
|
-
.m_txtgreen-130 {
|
|
2738
|
+
.m_txtgreen-130, .m_textgreen-130, .m_text-green-130 {
|
|
2732
2739
|
color: var(--bgl-green-130);
|
|
2733
2740
|
}
|
|
2734
2741
|
|
|
2735
2742
|
.m_txt-red-130,
|
|
2736
|
-
.m_txtred-130 {
|
|
2743
|
+
.m_txtred-130, .m_textred-130, .m_text-red-130 {
|
|
2737
2744
|
color: var(--bgl-red-130);
|
|
2738
2745
|
}
|
|
2739
2746
|
|
|
2740
2747
|
.m_txt-yellow-130,
|
|
2741
|
-
.m_txtyellow-130 {
|
|
2748
|
+
.m_txtyellow-130, .m_textyellow-130, .m_text-yellow-130 {
|
|
2742
2749
|
color: var(--bgl-yellow-130);
|
|
2743
2750
|
}
|
|
2744
2751
|
|
|
2745
2752
|
.m_txt-purple-130,
|
|
2746
|
-
.m_txtpurple-130 {
|
|
2753
|
+
.m_txtpurple-130, .m_textpurple-130, .m_text-purple-130 {
|
|
2747
2754
|
color: var(--bgl-purple-130);
|
|
2748
2755
|
}
|
|
2749
2756
|
|
|
2750
2757
|
.m_txt-brown-130,
|
|
2751
|
-
.m_txtbrown-130 {
|
|
2758
|
+
.m_txtbrown-130, .m_textbrown-130, .m_text-brown-130 {
|
|
2752
2759
|
color: var(--bgl-brown-130);
|
|
2753
2760
|
}
|
|
2754
2761
|
|
|
2755
2762
|
.m_txt-orange-130,
|
|
2756
|
-
.m_txtorange-130 {
|
|
2763
|
+
.m_txtorange-130, .m_textorange-130, .m_text-orange-130 {
|
|
2757
2764
|
color: var(--bgl-orange-130);
|
|
2758
2765
|
}
|
|
2759
2766
|
|
|
2760
2767
|
.m_txt-turquoise-130,
|
|
2761
|
-
.m_txtturquoise-130 {
|
|
2768
|
+
.m_txtturquoise-130, .m_textturquoise-130, .m_text-turquoise-130 {
|
|
2762
2769
|
color: var(--bgl-turquoise-130);
|
|
2763
2770
|
}
|
|
2764
2771
|
|
|
2765
2772
|
.m_txt-gray-130,
|
|
2766
|
-
.m_txtgray-130 {
|
|
2773
|
+
.m_txtgray-130, .m_textgray-130, .m_text-gray-130 {
|
|
2767
2774
|
color: var(--bgl-gray-130);
|
|
2768
2775
|
}
|
|
2769
2776
|
|
|
2770
2777
|
.m_txt-black-130,
|
|
2771
|
-
.m_txtblack-130 {
|
|
2778
|
+
.m_txtblack-130, .m_textblack-130, .m_text-black-130 {
|
|
2772
2779
|
color: var(--bgl-black-130);
|
|
2773
2780
|
}
|
|
2774
2781
|
|
|
2775
2782
|
.m_txt-pink-130,
|
|
2776
|
-
.m_txtpink-130 {
|
|
2783
|
+
.m_txtpink-130, .m_textpink-130, .m_text-pink-130 {
|
|
2777
2784
|
color: var(--bgl-pink-130);
|
|
2778
2785
|
}
|
|
2779
2786
|
|
|
2780
2787
|
.m_font-thin,
|
|
2781
|
-
.m_txt-thin {
|
|
2788
|
+
.m_txt-thin, .m_text-thin {
|
|
2782
2789
|
font-weight: 100;
|
|
2783
2790
|
}
|
|
2784
2791
|
|
|
2785
2792
|
.m_extra-light,
|
|
2786
2793
|
.m_font-extra-light,
|
|
2787
|
-
.m_txt-extra-light,
|
|
2794
|
+
.m_txt-extra-light, .m_text-extra-light,
|
|
2788
2795
|
.m_font-ultra-light,
|
|
2789
|
-
.m_txt-ultra-light {
|
|
2796
|
+
.m_txt-ultra-light, .m_text-ultra-light {
|
|
2790
2797
|
font-weight: 200;
|
|
2791
2798
|
}
|
|
2792
2799
|
|
|
2793
2800
|
.m_light,
|
|
2794
2801
|
.m_txt-light,
|
|
2795
|
-
.m_font-light {
|
|
2802
|
+
.m_font-light, .m_text-light {
|
|
2796
2803
|
font-weight: 300;
|
|
2797
2804
|
}
|
|
2798
2805
|
|
|
2799
2806
|
.m_regular,
|
|
2800
2807
|
.m_txt-regular,
|
|
2801
|
-
.m_font-regular {
|
|
2808
|
+
.m_font-regular, .m_text-regular {
|
|
2802
2809
|
font-weight: 400;
|
|
2803
2810
|
}
|
|
2804
2811
|
|
|
2805
2812
|
.m_medium,
|
|
2806
2813
|
.m_txt-medium,
|
|
2807
|
-
.m_font-medium {
|
|
2814
|
+
.m_font-medium, .m_text-medium {
|
|
2808
2815
|
font-weight: 500;
|
|
2809
2816
|
}
|
|
2810
2817
|
|
|
2811
2818
|
.m_semi,
|
|
2812
2819
|
.m_semibold,
|
|
2813
|
-
.m_txt-semi,
|
|
2820
|
+
.m_txt-semi, .m_text-semi,
|
|
2814
2821
|
.m_txt-semibold,
|
|
2815
|
-
.m_font-regular,
|
|
2816
2822
|
.m_font-semi,
|
|
2817
|
-
.m_font-semibold {
|
|
2823
|
+
.m_font-semibold, .m_text-semibold {
|
|
2818
2824
|
font-weight: 600;
|
|
2819
2825
|
}
|
|
2820
2826
|
|
|
2821
2827
|
.m_bold,
|
|
2822
2828
|
.m_txt-bold,
|
|
2823
|
-
.m_font-bold {
|
|
2829
|
+
.m_font-bold, .m_text-bold {
|
|
2824
2830
|
font-weight: 700;
|
|
2825
2831
|
}
|
|
2826
2832
|
|
|
2827
2833
|
.m_extra-bold,
|
|
2828
2834
|
.m_font-extra-bold,
|
|
2829
|
-
.m_txt-extra-bold,
|
|
2835
|
+
.m_txt-extra-bold, .m_text-extra-bold,
|
|
2830
2836
|
.m_font-ultra-bold,
|
|
2831
|
-
.m_txt-ultra-bold {
|
|
2837
|
+
.m_txt-ultra-bold, .m_text-ultra-bold {
|
|
2832
2838
|
font-weight: 800;
|
|
2833
2839
|
}
|
|
2834
2840
|
|