akku-kit 1.0.0-alpha.6 → 1.0.0-alpha.8

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.
@@ -0,0 +1,886 @@
1
+ :root {
2
+ --spacing-none: 0px;
3
+ --spacing-xxs: 2px;
4
+ --spacing-xs: 4px;
5
+ --spacing-sm: 6px;
6
+ --spacing-md: 8px;
7
+ --spacing-lg: 12px;
8
+ --spacing-xl: 16px;
9
+ --spacing-2xl: 20px;
10
+ --spacing-3xl: 24px;
11
+ --spacing-4xl: 32px;
12
+ --spacing-5xl: 40px;
13
+ --spacing-6xl: 48px;
14
+ --spacing-7xl: 64px;
15
+ --spacing-8xl: 80px;
16
+ --spacing-9xl: 96px;
17
+ --spacing-10xl: 128px;
18
+ --spacing-11xl: 160px;
19
+ --brand-25: #FCFAFF;
20
+ --brand-50: #F9F5FF;
21
+ --brand-100: #F4EBFF;
22
+ --brand-200: #E9D7FE;
23
+ --brand-300: #D6BBFB;
24
+ --brand-400: #B692F6;
25
+ --brand-500: #9E77ED;
26
+ --brand-600: #7F56D9;
27
+ --brand-700: #6A41C8;
28
+ --brand-800: #48298E;
29
+ --brand-900: #38206F;
30
+ --brand-950: #28174F;
31
+ --base-white: #FFFFFF;
32
+ --base-black: #000000;
33
+ --base-transparent: transparent;
34
+ --gray-25: #FDFDFD;
35
+ --gray-50: #FAFAFA;
36
+ --gray-100: #F5F5F5;
37
+ --gray-200: #E9EAEB;
38
+ --gray-300: #D5D7DA;
39
+ --gray-400: #A4A7AE;
40
+ --gray-500: #717680;
41
+ --gray-600: #535862;
42
+ --gray-700: #414651;
43
+ --gray-800: #252B37;
44
+ --gray-900: #181D27;
45
+ --gray-950: #0A0D12;
46
+ --error-25: #FFFBFA;
47
+ --error-50: #FEF3F2;
48
+ --error-100: #FEE4E2;
49
+ --error-200: #FECDCA;
50
+ --error-300: #FDA29B;
51
+ --error-400: #F97066;
52
+ --error-500: #F04438;
53
+ --error-600: #D92D20;
54
+ --error-700: #B42318;
55
+ --error-800: #912018;
56
+ --error-900: #7A271A;
57
+ --error-950: #55160C;
58
+ --warning-25: #FFFCE5;
59
+ --warning-50: #FFFAE8;
60
+ --warning-100: #FEF0C7;
61
+ --warning-200: #FEDF89;
62
+ --warning-300: #FEC84B;
63
+ --warning-400: #FDB022;
64
+ --warning-500: #F79009;
65
+ --warning-600: #DC6803;
66
+ --warning-700: #B54708;
67
+ --warning-800: #93370D;
68
+ --warning-900: #7A2E0E;
69
+ --warning-950: #4E1D09;
70
+ --success-25: #F6FEF9;
71
+ --success-50: #ECFDF3;
72
+ --success-100: #DCFAE6;
73
+ --success-200: #ABEFC6;
74
+ --success-300: #75E0A7;
75
+ --success-400: #47CD89;
76
+ --success-500: #17B26A;
77
+ --success-600: #079455;
78
+ --success-700: #067647;
79
+ --success-800: #085D3A;
80
+ --success-900: #074D31;
81
+ --success-950: #053321;
82
+ --gray-blue-25: #FCFCFD;
83
+ --gray-blue-50: #F8F9FC;
84
+ --gray-blue-100: #EAECF5;
85
+ --gray-blue-200: #D5D9EB;
86
+ --gray-blue-300: #B3B8DB;
87
+ --gray-blue-400: #717BBC;
88
+ --gray-blue-500: #4E5BA6;
89
+ --gray-blue-600: #3E4784;
90
+ --gray-blue-700: #363F72;
91
+ --gray-blue-800: #293056;
92
+ --gray-blue-900: #101323;
93
+ --gray-blue-950: #0D0F1C;
94
+ --gray-cool-25: #FCFCFD;
95
+ --gray-cool-50: #F9F9FB;
96
+ --gray-cool-100: #EFF1F5;
97
+ --gray-cool-200: #DCDFEA;
98
+ --gray-cool-300: #B9C0D4;
99
+ --gray-cool-400: #7D89B0;
100
+ --gray-cool-500: #5D6B98;
101
+ --gray-cool-600: #4A5578;
102
+ --gray-cool-700: #404968;
103
+ --gray-cool-800: #30374F;
104
+ --gray-cool-900: #111322;
105
+ --gray-cool-950: #0E101B;
106
+ --gray-modern-25: #FCFCFD;
107
+ --gray-modern-50: #F8FAFC;
108
+ --gray-modern-100: #EEF2F6;
109
+ --gray-modern-200: #E3E8EF;
110
+ --gray-modern-300: #CDD5DF;
111
+ --gray-modern-400: #9AA4B2;
112
+ --gray-modern-500: #697586;
113
+ --gray-modern-600: #4B5565;
114
+ --gray-modern-700: #364152;
115
+ --gray-modern-800: #202939;
116
+ --gray-modern-900: #121926;
117
+ --gray-modern-950: #0D121C;
118
+ --color-white: var(--base-white, #FFFFFF);
119
+ --color-black: var(--base-black, #000000);
120
+ --color-transparent: var(--base-transparent, transparent);
121
+ --color-brand-primary: var(--brand-600, #7F56D9);
122
+ --color-brand-light: var(--brand-100, #F4EBFF);
123
+ --color-brand-dark: var(--brand-800, #48298E);
124
+ --color-text-default: var(--gray-700, #414651);
125
+ --color-background-default: var(--gray-50, #FAFAFA);
126
+ --color-border-default: var(--gray-200, #E9EAEB);
127
+ --color-error: var(--error-500, #F04438);
128
+ --color-warning: var(--warning-500, #F79009);
129
+ --color-success: var(--success-500, #17B26A);
130
+ --color-gray-blue-text: var(--gray-blue-700, #363F72);
131
+ --color-gray-cool-background: var(--gray-cool-50, #F9F9FB);
132
+ --color-gray-modern-border: var(--gray-modern-300, #CDD5DF);
133
+ --color-text-primary: var(--gray-900, #181D27);
134
+ --color-text-secondary: var(--gray-700, #414651);
135
+ --color-text-tertiary: var(--gray-600, #535862);
136
+ --color-text-brand-600: var(--brand-600, #7f56d9);
137
+ --color-text-brand-700: var(--brand-700, #6a41c8);
138
+ --color-text-success: var(--success-700, #067647);
139
+ --color-text-danger: var(--error-400, #F97066);
140
+ --color-text-black: var(--base-black, #000000);
141
+ --color-text-white: var(--base-white, #ffffff);
142
+ --color-text-placeholder: var(--gray-500, #717680);
143
+ --font-family-display: "Inter", sans-serif;
144
+ --font-family-body: "Inter", sans-serif;
145
+ }
146
+
147
+ .dark-mode {
148
+ --color-white: var(--base-black, #000000);
149
+ --color-black: var(--base-white, #FFFFFF);
150
+ --gray-25: #FAFAFA;
151
+ --gray-50: #F7F7F7;
152
+ --gray-100: #F0F0F1;
153
+ --gray-200: #ECECED;
154
+ --gray-300: #CECFD2;
155
+ --gray-400: #94979C;
156
+ --gray-500: #85888E;
157
+ --gray-600: #61656C;
158
+ --gray-700: #373A41;
159
+ --gray-800: #22262F;
160
+ --gray-900: #13161B;
161
+ --gray-950: #0C0E12;
162
+ --gray-alpha-25: rgba(255, 255, 255, 0.98);
163
+ --gray-alpha-50: rgba(255, 255, 255, 0.96);
164
+ --gray-alpha-100: rgba(255, 255, 255, 0.9412);
165
+ --gray-alpha-200: rgba(255, 255, 255, 0.9216);
166
+ --gray-alpha-300: rgba(255, 255, 255, 0.8);
167
+ --gray-alpha-400: rgba(255, 255, 255, 0.56);
168
+ --gray-alpha-500: rgba(255, 255, 255, 0.502);
169
+ --gray-alpha-600: rgba(255, 255, 255, 0.349);
170
+ --gray-alpha-700: rgba(255, 255, 255, 0.16);
171
+ --gray-alpha-800: rgba(255, 255, 255, 0.0784);
172
+ --gray-alpha-900: rgba(255, 255, 255, 0.0392);
173
+ --gray-alpha-950: rgba(255, 255, 255, 0);
174
+ --color-text-default: var(--gray-200, #ECECED);
175
+ --color-background-default: var(--gray-900, #13161B);
176
+ --color-border-default: var(--gray-700, #373A41);
177
+ }
178
+
179
+ .display-xs-regular {
180
+ font-family: "Inter", sans-serif;
181
+ font-size: 24px;
182
+ font-weight: 400;
183
+ line-height: 32px;
184
+ }
185
+
186
+ .display-xs-regular-italic {
187
+ font-family: "Inter", sans-serif;
188
+ font-size: 24px;
189
+ font-weight: 400;
190
+ line-height: 32px;
191
+ font-style: italic;
192
+ }
193
+
194
+ .display-xs-medium {
195
+ font-family: "Inter", sans-serif;
196
+ font-size: 24px;
197
+ font-weight: 500;
198
+ line-height: 32px;
199
+ }
200
+
201
+ .display-xs-medium-italic {
202
+ font-family: "Inter", sans-serif;
203
+ font-size: 24px;
204
+ font-weight: 500;
205
+ line-height: 32px;
206
+ font-style: italic;
207
+ }
208
+
209
+ .display-xs-semibold {
210
+ font-family: "Inter", sans-serif;
211
+ font-size: 24px;
212
+ font-weight: 600;
213
+ line-height: 32px;
214
+ }
215
+
216
+ .display-xs-semibold-italic {
217
+ font-family: "Inter", sans-serif;
218
+ font-size: 24px;
219
+ font-weight: 600;
220
+ line-height: 32px;
221
+ font-style: italic;
222
+ }
223
+
224
+ .display-xs-bold {
225
+ font-family: "Inter", sans-serif;
226
+ font-size: 24px;
227
+ font-weight: 700;
228
+ line-height: 32px;
229
+ }
230
+
231
+ .display-xs-bold-italic {
232
+ font-family: "Inter", sans-serif;
233
+ font-size: 24px;
234
+ font-weight: 700;
235
+ line-height: 32px;
236
+ font-style: italic;
237
+ }
238
+
239
+ .display-sm-regular {
240
+ font-family: "Inter", sans-serif;
241
+ font-size: 30px;
242
+ font-weight: 400;
243
+ line-height: 38px;
244
+ }
245
+
246
+ .display-sm-regular-italic {
247
+ font-family: "Inter", sans-serif;
248
+ font-size: 30px;
249
+ font-weight: 400;
250
+ line-height: 38px;
251
+ font-style: italic;
252
+ }
253
+
254
+ .display-sm-medium {
255
+ font-family: "Inter", sans-serif;
256
+ font-size: 30px;
257
+ font-weight: 500;
258
+ line-height: 38px;
259
+ }
260
+
261
+ .display-sm-medium-italic {
262
+ font-family: "Inter", sans-serif;
263
+ font-size: 30px;
264
+ font-weight: 500;
265
+ line-height: 38px;
266
+ font-style: italic;
267
+ }
268
+
269
+ .display-sm-semibold {
270
+ font-family: "Inter", sans-serif;
271
+ font-size: 30px;
272
+ font-weight: 600;
273
+ line-height: 38px;
274
+ }
275
+
276
+ .display-sm-semibold-italic {
277
+ font-family: "Inter", sans-serif;
278
+ font-size: 30px;
279
+ font-weight: 600;
280
+ line-height: 38px;
281
+ font-style: italic;
282
+ }
283
+
284
+ .display-sm-bold {
285
+ font-family: "Inter", sans-serif;
286
+ font-size: 30px;
287
+ font-weight: 700;
288
+ line-height: 38px;
289
+ }
290
+
291
+ .display-sm-bold-italic {
292
+ font-family: "Inter", sans-serif;
293
+ font-size: 30px;
294
+ font-weight: 700;
295
+ line-height: 38px;
296
+ font-style: italic;
297
+ }
298
+
299
+ .display-md-regular {
300
+ font-family: "Inter", sans-serif;
301
+ font-size: 36px;
302
+ font-weight: 400;
303
+ line-height: 44px;
304
+ }
305
+
306
+ .display-md-regular-italic {
307
+ font-family: "Inter", sans-serif;
308
+ font-size: 36px;
309
+ font-weight: 400;
310
+ line-height: 44px;
311
+ font-style: italic;
312
+ }
313
+
314
+ .display-md-medium {
315
+ font-family: "Inter", sans-serif;
316
+ font-size: 36px;
317
+ font-weight: 500;
318
+ line-height: 44px;
319
+ }
320
+
321
+ .display-md-medium-italic {
322
+ font-family: "Inter", sans-serif;
323
+ font-size: 36px;
324
+ font-weight: 500;
325
+ line-height: 44px;
326
+ font-style: italic;
327
+ }
328
+
329
+ .display-md-semibold {
330
+ font-family: "Inter", sans-serif;
331
+ font-size: 36px;
332
+ font-weight: 600;
333
+ line-height: 44px;
334
+ }
335
+
336
+ .display-md-semibold-italic {
337
+ font-family: "Inter", sans-serif;
338
+ font-size: 36px;
339
+ font-weight: 600;
340
+ line-height: 44px;
341
+ font-style: italic;
342
+ }
343
+
344
+ .display-md-bold {
345
+ font-family: "Inter", sans-serif;
346
+ font-size: 36px;
347
+ font-weight: 700;
348
+ line-height: 44px;
349
+ }
350
+
351
+ .display-md-bold-italic {
352
+ font-family: "Inter", sans-serif;
353
+ font-size: 36px;
354
+ font-weight: 700;
355
+ line-height: 44px;
356
+ font-style: italic;
357
+ }
358
+
359
+ .display-lg-regular {
360
+ font-family: "Inter", sans-serif;
361
+ font-size: 48px;
362
+ font-weight: 400;
363
+ line-height: 60px;
364
+ }
365
+
366
+ .display-lg-regular-italic {
367
+ font-family: "Inter", sans-serif;
368
+ font-size: 48px;
369
+ font-weight: 400;
370
+ line-height: 60px;
371
+ font-style: italic;
372
+ }
373
+
374
+ .display-lg-medium {
375
+ font-family: "Inter", sans-serif;
376
+ font-size: 48px;
377
+ font-weight: 500;
378
+ line-height: 60px;
379
+ }
380
+
381
+ .display-lg-medium-italic {
382
+ font-family: "Inter", sans-serif;
383
+ font-size: 48px;
384
+ font-weight: 500;
385
+ line-height: 60px;
386
+ font-style: italic;
387
+ }
388
+
389
+ .display-lg-semibold {
390
+ font-family: "Inter", sans-serif;
391
+ font-size: 48px;
392
+ font-weight: 600;
393
+ line-height: 60px;
394
+ }
395
+
396
+ .display-lg-semibold-italic {
397
+ font-family: "Inter", sans-serif;
398
+ font-size: 48px;
399
+ font-weight: 600;
400
+ line-height: 60px;
401
+ font-style: italic;
402
+ }
403
+
404
+ .display-lg-bold {
405
+ font-family: "Inter", sans-serif;
406
+ font-size: 48px;
407
+ font-weight: 700;
408
+ line-height: 60px;
409
+ }
410
+
411
+ .display-lg-bold-italic {
412
+ font-family: "Inter", sans-serif;
413
+ font-size: 48px;
414
+ font-weight: 700;
415
+ line-height: 60px;
416
+ font-style: italic;
417
+ }
418
+
419
+ .display-xl-regular {
420
+ font-family: "Inter", sans-serif;
421
+ font-size: 60px;
422
+ font-weight: 400;
423
+ line-height: 72px;
424
+ }
425
+
426
+ .display-xl-regular-italic {
427
+ font-family: "Inter", sans-serif;
428
+ font-size: 60px;
429
+ font-weight: 400;
430
+ line-height: 72px;
431
+ font-style: italic;
432
+ }
433
+
434
+ .display-xl-medium {
435
+ font-family: "Inter", sans-serif;
436
+ font-size: 60px;
437
+ font-weight: 500;
438
+ line-height: 72px;
439
+ }
440
+
441
+ .display-xl-medium-italic {
442
+ font-family: "Inter", sans-serif;
443
+ font-size: 60px;
444
+ font-weight: 500;
445
+ line-height: 72px;
446
+ font-style: italic;
447
+ }
448
+
449
+ .display-xl-semibold {
450
+ font-family: "Inter", sans-serif;
451
+ font-size: 60px;
452
+ font-weight: 600;
453
+ line-height: 72px;
454
+ }
455
+
456
+ .display-xl-semibold-italic {
457
+ font-family: "Inter", sans-serif;
458
+ font-size: 60px;
459
+ font-weight: 600;
460
+ line-height: 72px;
461
+ font-style: italic;
462
+ }
463
+
464
+ .display-xl-bold {
465
+ font-family: "Inter", sans-serif;
466
+ font-size: 60px;
467
+ font-weight: 700;
468
+ line-height: 72px;
469
+ }
470
+
471
+ .display-xl-bold-italic {
472
+ font-family: "Inter", sans-serif;
473
+ font-size: 60px;
474
+ font-weight: 700;
475
+ line-height: 72px;
476
+ font-style: italic;
477
+ }
478
+
479
+ .display-2xl-regular {
480
+ font-family: "Inter", sans-serif;
481
+ font-size: 72px;
482
+ font-weight: 400;
483
+ line-height: 90px;
484
+ }
485
+
486
+ .display-2xl-regular-italic {
487
+ font-family: "Inter", sans-serif;
488
+ font-size: 72px;
489
+ font-weight: 400;
490
+ line-height: 90px;
491
+ font-style: italic;
492
+ }
493
+
494
+ .display-2xl-medium {
495
+ font-family: "Inter", sans-serif;
496
+ font-size: 72px;
497
+ font-weight: 500;
498
+ line-height: 90px;
499
+ }
500
+
501
+ .display-2xl-medium-italic {
502
+ font-family: "Inter", sans-serif;
503
+ font-size: 72px;
504
+ font-weight: 500;
505
+ line-height: 90px;
506
+ font-style: italic;
507
+ }
508
+
509
+ .display-2xl-semibold {
510
+ font-family: "Inter", sans-serif;
511
+ font-size: 72px;
512
+ font-weight: 600;
513
+ line-height: 90px;
514
+ }
515
+
516
+ .display-2xl-semibold-italic {
517
+ font-family: "Inter", sans-serif;
518
+ font-size: 72px;
519
+ font-weight: 600;
520
+ line-height: 90px;
521
+ font-style: italic;
522
+ }
523
+
524
+ .display-2xl-bold {
525
+ font-family: "Inter", sans-serif;
526
+ font-size: 72px;
527
+ font-weight: 700;
528
+ line-height: 90px;
529
+ }
530
+
531
+ .display-2xl-bold-italic {
532
+ font-family: "Inter", sans-serif;
533
+ font-size: 72px;
534
+ font-weight: 700;
535
+ line-height: 90px;
536
+ font-style: italic;
537
+ }
538
+
539
+ .text-xs-regular {
540
+ font-family: "Inter", sans-serif;
541
+ font-size: 12px;
542
+ font-weight: 400;
543
+ line-height: 18px;
544
+ }
545
+
546
+ .text-xs-regular-italic {
547
+ font-family: "Inter", sans-serif;
548
+ font-size: 12px;
549
+ font-weight: 400;
550
+ line-height: 18px;
551
+ font-style: italic;
552
+ }
553
+
554
+ .text-xs-medium {
555
+ font-family: "Inter", sans-serif;
556
+ font-size: 12px;
557
+ font-weight: 500;
558
+ line-height: 18px;
559
+ }
560
+
561
+ .text-xs-medium-italic {
562
+ font-family: "Inter", sans-serif;
563
+ font-size: 12px;
564
+ font-weight: 500;
565
+ line-height: 18px;
566
+ font-style: italic;
567
+ }
568
+
569
+ .text-xs-semibold {
570
+ font-family: "Inter", sans-serif;
571
+ font-size: 12px;
572
+ font-weight: 600;
573
+ line-height: 18px;
574
+ }
575
+
576
+ .text-xs-semibold-italic {
577
+ font-family: "Inter", sans-serif;
578
+ font-size: 12px;
579
+ font-weight: 600;
580
+ line-height: 18px;
581
+ font-style: italic;
582
+ }
583
+
584
+ .text-xs-bold {
585
+ font-family: "Inter", sans-serif;
586
+ font-size: 12px;
587
+ font-weight: 700;
588
+ line-height: 18px;
589
+ }
590
+
591
+ .text-xs-bold-italic {
592
+ font-family: "Inter", sans-serif;
593
+ font-size: 12px;
594
+ font-weight: 700;
595
+ line-height: 18px;
596
+ font-style: italic;
597
+ }
598
+
599
+ .text-sm-regular {
600
+ font-family: "Inter", sans-serif;
601
+ font-size: 14px;
602
+ font-weight: 400;
603
+ line-height: 20px;
604
+ }
605
+
606
+ .text-sm-regular-italic {
607
+ font-family: "Inter", sans-serif;
608
+ font-size: 14px;
609
+ font-weight: 400;
610
+ line-height: 20px;
611
+ font-style: italic;
612
+ }
613
+
614
+ .text-sm-medium {
615
+ font-family: "Inter", sans-serif;
616
+ font-size: 14px;
617
+ font-weight: 500;
618
+ line-height: 20px;
619
+ }
620
+
621
+ .text-sm-medium-italic {
622
+ font-family: "Inter", sans-serif;
623
+ font-size: 14px;
624
+ font-weight: 500;
625
+ line-height: 20px;
626
+ font-style: italic;
627
+ }
628
+
629
+ .text-sm-semibold {
630
+ font-family: "Inter", sans-serif;
631
+ font-size: 14px;
632
+ font-weight: 600;
633
+ line-height: 20px;
634
+ }
635
+
636
+ .text-sm-semibold-italic {
637
+ font-family: "Inter", sans-serif;
638
+ font-size: 14px;
639
+ font-weight: 600;
640
+ line-height: 20px;
641
+ font-style: italic;
642
+ }
643
+
644
+ .text-sm-bold {
645
+ font-family: "Inter", sans-serif;
646
+ font-size: 14px;
647
+ font-weight: 700;
648
+ line-height: 20px;
649
+ }
650
+
651
+ .text-sm-bold-italic {
652
+ font-family: "Inter", sans-serif;
653
+ font-size: 14px;
654
+ font-weight: 700;
655
+ line-height: 20px;
656
+ font-style: italic;
657
+ }
658
+
659
+ .text-md-regular {
660
+ font-family: "Inter", sans-serif;
661
+ font-size: 16px;
662
+ font-weight: 400;
663
+ line-height: 24px;
664
+ }
665
+
666
+ .text-md-regular-italic {
667
+ font-family: "Inter", sans-serif;
668
+ font-size: 16px;
669
+ font-weight: 400;
670
+ line-height: 24px;
671
+ font-style: italic;
672
+ }
673
+
674
+ .text-md-medium {
675
+ font-family: "Inter", sans-serif;
676
+ font-size: 16px;
677
+ font-weight: 500;
678
+ line-height: 24px;
679
+ }
680
+
681
+ .text-md-medium-italic {
682
+ font-family: "Inter", sans-serif;
683
+ font-size: 16px;
684
+ font-weight: 500;
685
+ line-height: 24px;
686
+ font-style: italic;
687
+ }
688
+
689
+ .text-md-semibold {
690
+ font-family: "Inter", sans-serif;
691
+ font-size: 16px;
692
+ font-weight: 600;
693
+ line-height: 24px;
694
+ }
695
+
696
+ .text-md-semibold-italic {
697
+ font-family: "Inter", sans-serif;
698
+ font-size: 16px;
699
+ font-weight: 600;
700
+ line-height: 24px;
701
+ font-style: italic;
702
+ }
703
+
704
+ .text-md-bold {
705
+ font-family: "Inter", sans-serif;
706
+ font-size: 16px;
707
+ font-weight: 700;
708
+ line-height: 24px;
709
+ }
710
+
711
+ .text-md-bold-italic {
712
+ font-family: "Inter", sans-serif;
713
+ font-size: 16px;
714
+ font-weight: 700;
715
+ line-height: 24px;
716
+ font-style: italic;
717
+ }
718
+
719
+ .text-lg-regular {
720
+ font-family: "Inter", sans-serif;
721
+ font-size: 18px;
722
+ font-weight: 400;
723
+ line-height: 28px;
724
+ }
725
+
726
+ .text-lg-regular-italic {
727
+ font-family: "Inter", sans-serif;
728
+ font-size: 18px;
729
+ font-weight: 400;
730
+ line-height: 28px;
731
+ font-style: italic;
732
+ }
733
+
734
+ .text-lg-medium {
735
+ font-family: "Inter", sans-serif;
736
+ font-size: 18px;
737
+ font-weight: 500;
738
+ line-height: 28px;
739
+ }
740
+
741
+ .text-lg-medium-italic {
742
+ font-family: "Inter", sans-serif;
743
+ font-size: 18px;
744
+ font-weight: 500;
745
+ line-height: 28px;
746
+ font-style: italic;
747
+ }
748
+
749
+ .text-lg-semibold {
750
+ font-family: "Inter", sans-serif;
751
+ font-size: 18px;
752
+ font-weight: 600;
753
+ line-height: 28px;
754
+ }
755
+
756
+ .text-lg-semibold-italic {
757
+ font-family: "Inter", sans-serif;
758
+ font-size: 18px;
759
+ font-weight: 600;
760
+ line-height: 28px;
761
+ font-style: italic;
762
+ }
763
+
764
+ .text-lg-bold {
765
+ font-family: "Inter", sans-serif;
766
+ font-size: 18px;
767
+ font-weight: 700;
768
+ line-height: 28px;
769
+ }
770
+
771
+ .text-lg-bold-italic {
772
+ font-family: "Inter", sans-serif;
773
+ font-size: 18px;
774
+ font-weight: 700;
775
+ line-height: 28px;
776
+ font-style: italic;
777
+ }
778
+
779
+ .text-xl-regular {
780
+ font-family: "Inter", sans-serif;
781
+ font-size: 20px;
782
+ font-weight: 400;
783
+ line-height: 30px;
784
+ }
785
+
786
+ .text-xl-regular-italic {
787
+ font-family: "Inter", sans-serif;
788
+ font-size: 20px;
789
+ font-weight: 400;
790
+ line-height: 30px;
791
+ font-style: italic;
792
+ }
793
+
794
+ .text-xl-medium {
795
+ font-family: "Inter", sans-serif;
796
+ font-size: 20px;
797
+ font-weight: 500;
798
+ line-height: 30px;
799
+ }
800
+
801
+ .text-xl-medium-italic {
802
+ font-family: "Inter", sans-serif;
803
+ font-size: 20px;
804
+ font-weight: 500;
805
+ line-height: 30px;
806
+ font-style: italic;
807
+ }
808
+
809
+ .text-xl-semibold {
810
+ font-family: "Inter", sans-serif;
811
+ font-size: 20px;
812
+ font-weight: 600;
813
+ line-height: 30px;
814
+ }
815
+
816
+ .text-xl-semibold-italic {
817
+ font-family: "Inter", sans-serif;
818
+ font-size: 20px;
819
+ font-weight: 600;
820
+ line-height: 30px;
821
+ font-style: italic;
822
+ }
823
+
824
+ .text-xl-bold {
825
+ font-family: "Inter", sans-serif;
826
+ font-size: 20px;
827
+ font-weight: 700;
828
+ line-height: 30px;
829
+ }
830
+
831
+ .text-xl-bold-italic {
832
+ font-family: "Inter", sans-serif;
833
+ font-size: 20px;
834
+ font-weight: 700;
835
+ line-height: 30px;
836
+ font-style: italic;
837
+ }/*# sourceMappingURL=style.css.map */
838
+
839
+
840
+
841
+ .text-primary {
842
+ color: var(--color-text-primary);
843
+ }
844
+
845
+ .text-secondary {
846
+ color: var(--color-text-secondary);
847
+ }
848
+
849
+ .text-tertiary {
850
+ color: var(--color-text-tertiary);
851
+ }
852
+
853
+ .text-brand-600 {
854
+ color: var(--color-text-brand-600);
855
+ }
856
+
857
+ .text-brand-700 {
858
+ color: var(--color-text-brand-700);
859
+ }
860
+
861
+ .text-success {
862
+ color: var(--color-text-success);
863
+ }
864
+
865
+ .text-danger {
866
+ color: var(--color-text-danger);
867
+ }
868
+
869
+ .text-black {
870
+ color: var(--color-text-black);
871
+ }
872
+
873
+ .text-white {
874
+ color: var(--color-text-white);
875
+ }
876
+
877
+ .text-placeholder {
878
+ color: var(--color-text-placeholder);
879
+ }
880
+
881
+
882
+ .required-asterisk {
883
+ color: var(--color-primary);
884
+ font-weight: bold;
885
+ margin-left: var(--spacing-xs);
886
+ }