krl-alfred 1.1.0

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,1269 @@
1
+ :root {
2
+ --primary: #9763F6;
3
+ --primary-press: #462D74;
4
+ --primary-hover: #7149BB;
5
+ --primary-shades-dark: #9C6DEF;
6
+ --primary-shades-soft: #CBB1FB;
7
+ --primary-opacity-5: #FAF7FF;
8
+ --primary-opacity-10: #F5EFFE;
9
+ --primary-opacity-50: #CBB1FB;
10
+ --primary-opacity-75: #B18AF8;
11
+ --dark: #0A103D;
12
+ --dark-opacity-3: #F9F8F9;
13
+ --dark-opacity-5: #F3F3F5;
14
+ --dark-opacity-10: #E7E7EC;
15
+ --dark-opacity-25: #C2C3CE;
16
+ --dark-opacity-50: #84879E;
17
+ --dark-opacity-75: #474D6D;
18
+ --grey-10: #E8E8EB;
19
+ --grey-20: #D1D2D6;
20
+ --grey-30: #BABBC2;
21
+ --grey-40: #A3A5AD;
22
+ --grey-50: #8C8E99;
23
+ --green: #0FDF7B;
24
+ --red: #FF1F1F;
25
+ --yellow: #FFCE1F;
26
+ --font-family-sans-serif: "Inter", -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
27
+ }
28
+
29
+ .display-black-96-116 {
30
+ font-weight: 900;
31
+ font-size: 96px;
32
+ line-height: 116px;
33
+ }
34
+
35
+ .display-black-72-87 {
36
+ font-weight: 900;
37
+ font-size: 72px;
38
+ line-height: 87px;
39
+ }
40
+
41
+ .display-black-64-77 {
42
+ font-weight: 900;
43
+ font-size: 64px;
44
+ line-height: 77px;
45
+ }
46
+
47
+ .display-black-56-68 {
48
+ font-weight: 900;
49
+ font-size: 56px;
50
+ line-height: 68px;
51
+ }
52
+
53
+ .display-extra-bold-96-116 {
54
+ font-weight: 800;
55
+ font-size: 96px;
56
+ line-height: 116px;
57
+ }
58
+
59
+ .display-extra-bold-72-87 {
60
+ font-weight: 800;
61
+ font-size: 72px;
62
+ line-height: 87px;
63
+ }
64
+
65
+ .display-extra-bold-64-77 {
66
+ font-weight: 800;
67
+ font-size: 64px;
68
+ line-height: 77px;
69
+ }
70
+
71
+ .display-extra-bold-56-68 {
72
+ font-weight: 800;
73
+ font-size: 56px;
74
+ line-height: 68px;
75
+ }
76
+
77
+ .display-bold-96-116 {
78
+ font-weight: 700;
79
+ font-size: 96px;
80
+ line-height: 116px;
81
+ }
82
+
83
+ .display-bold-72-87 {
84
+ font-weight: 700;
85
+ font-size: 72px;
86
+ line-height: 87px;
87
+ }
88
+
89
+ .display-bold-64-77 {
90
+ font-weight: 700;
91
+ font-size: 64px;
92
+ line-height: 77px;
93
+ }
94
+
95
+ .display-bold-56-68 {
96
+ font-weight: 700;
97
+ font-size: 56px;
98
+ line-height: 68px;
99
+ }
100
+
101
+ .display-semi-bold-96-116 {
102
+ font-weight: 600;
103
+ font-size: 96px;
104
+ line-height: 116px;
105
+ }
106
+
107
+ .display-semi-bold-72-87 {
108
+ font-weight: 600;
109
+ font-size: 72px;
110
+ line-height: 87px;
111
+ }
112
+
113
+ .display-semi-bold-67-77 {
114
+ font-weight: 600;
115
+ font-size: 64px;
116
+ line-height: 77px;
117
+ }
118
+
119
+ .display-semi-bold-56-68 {
120
+ font-weight: 600;
121
+ font-size: 56px;
122
+ line-height: 68px;
123
+ }
124
+
125
+ .display-medium-96-116 {
126
+ font-weight: 500;
127
+ font-size: 96px;
128
+ line-height: 116px;
129
+ }
130
+
131
+ .display-medium-72-87 {
132
+ font-weight: 500;
133
+ font-size: 72px;
134
+ line-height: 87px;
135
+ }
136
+
137
+ .display-medium-64-77 {
138
+ font-weight: 500;
139
+ font-size: 64px;
140
+ line-height: 77px;
141
+ }
142
+
143
+ .display-medium-56-68 {
144
+ font-weight: 500;
145
+ font-size: 56px;
146
+ line-height: 68px;
147
+ }
148
+
149
+ .display-regular-96-116 {
150
+ font-weight: 400;
151
+ font-size: 96px;
152
+ line-height: 116px;
153
+ }
154
+
155
+ .display-regular-72-87 {
156
+ font-weight: 400;
157
+ font-size: 72px;
158
+ line-height: 87px;
159
+ }
160
+
161
+ .display-regular-64-77 {
162
+ font-weight: 400;
163
+ font-size: 64px;
164
+ line-height: 77px;
165
+ }
166
+
167
+ .display-regular-56-68 {
168
+ font-weight: 400;
169
+ font-size: 56px;
170
+ line-height: 68px;
171
+ }
172
+
173
+ .display-light-96-116 {
174
+ font-weight: 300;
175
+ font-size: 96px;
176
+ line-height: 116px;
177
+ }
178
+
179
+ .display-light-72-87 {
180
+ font-weight: 300;
181
+ font-size: 72px;
182
+ line-height: 87px;
183
+ }
184
+
185
+ .display-light-64-77 {
186
+ font-weight: 300;
187
+ font-size: 64px;
188
+ line-height: 77px;
189
+ }
190
+
191
+ .display-light-56-68 {
192
+ font-weight: 300;
193
+ font-size: 56px;
194
+ line-height: 68px;
195
+ }
196
+
197
+ .headline-black-48-58 {
198
+ font-weight: 900;
199
+ font-size: 48px;
200
+ line-height: 58px;
201
+ }
202
+
203
+ .headline-black-40-48 {
204
+ font-weight: 900;
205
+ font-size: 40px;
206
+ line-height: 48px;
207
+ }
208
+
209
+ .headline-black-32-39 {
210
+ font-weight: 900;
211
+ font-size: 32px;
212
+ line-height: 39px;
213
+ }
214
+
215
+ .headline-black-24-29 {
216
+ font-weight: 900;
217
+ font-size: 24px;
218
+ line-height: 29px;
219
+ }
220
+
221
+ .headline-black-20-24 {
222
+ font-weight: 900;
223
+ font-size: 20px;
224
+ line-height: 24px;
225
+ }
226
+
227
+ .headline-black-18-22 {
228
+ font-weight: 900;
229
+ font-size: 18px;
230
+ line-height: 22px;
231
+ }
232
+
233
+ .headline-extra-bold-48-58 {
234
+ font-weight: 800;
235
+ font-size: 48px;
236
+ line-height: 58px;
237
+ }
238
+
239
+ .headline-extra-bold-40-48 {
240
+ font-weight: 800;
241
+ font-size: 40px;
242
+ line-height: 48px;
243
+ }
244
+
245
+ .headline-extra-bold-32-39 {
246
+ font-weight: 800;
247
+ font-size: 32px;
248
+ line-height: 39px;
249
+ }
250
+
251
+ .headline-extra-bold-24-29 {
252
+ font-weight: 800;
253
+ font-size: 24px;
254
+ line-height: 29px;
255
+ }
256
+
257
+ .headline-extra-bold-20-24 {
258
+ font-weight: 800;
259
+ font-size: 20px;
260
+ line-height: 24px;
261
+ }
262
+
263
+ .headline-extra-bold-18-22 {
264
+ font-weight: 800;
265
+ font-size: 18px;
266
+ line-height: 22px;
267
+ }
268
+
269
+ .headline-bold-48-58 {
270
+ font-weight: 700;
271
+ font-size: 48px;
272
+ line-height: 58px;
273
+ }
274
+
275
+ .headline-bold-40-48 {
276
+ font-weight: 700;
277
+ font-size: 40px;
278
+ line-height: 48px;
279
+ }
280
+
281
+ .headline-bold-32-39 {
282
+ font-weight: 700;
283
+ font-size: 32px;
284
+ line-height: 39px;
285
+ }
286
+
287
+ .headline-bold-24-29 {
288
+ font-weight: 700;
289
+ font-size: 24px;
290
+ line-height: 29px;
291
+ }
292
+
293
+ .headline-bold-20-24 {
294
+ font-weight: 700;
295
+ font-size: 20px;
296
+ line-height: 24px;
297
+ }
298
+
299
+ .headline-bold-18-22 {
300
+ font-weight: 700;
301
+ font-size: 18px;
302
+ line-height: 22px;
303
+ }
304
+
305
+ .headline-semi-bold-48-58 {
306
+ font-weight: 600;
307
+ font-size: 48px;
308
+ line-height: 58px;
309
+ }
310
+
311
+ .headline-semi-bold-40-48 {
312
+ font-weight: 600;
313
+ font-size: 40px;
314
+ line-height: 48px;
315
+ }
316
+
317
+ .headline-semi-bold-32-39 {
318
+ font-weight: 600;
319
+ font-size: 32px;
320
+ line-height: 39px;
321
+ }
322
+
323
+ .headline-semi-bold-24-29 {
324
+ font-weight: 600;
325
+ font-size: 24px;
326
+ line-height: 29px;
327
+ }
328
+
329
+ .headline-semi-bold-20-24 {
330
+ font-weight: 600;
331
+ font-size: 20px;
332
+ line-height: 24px;
333
+ }
334
+
335
+ .headline-semi-bold-18-22 {
336
+ font-weight: 600;
337
+ font-size: 18px;
338
+ line-height: 22px;
339
+ }
340
+
341
+ .headline-medium-48-58 {
342
+ font-weight: 500;
343
+ font-size: 48px;
344
+ line-height: 58px;
345
+ }
346
+
347
+ .headline-medium-40-48 {
348
+ font-weight: 500;
349
+ font-size: 40px;
350
+ line-height: 48px;
351
+ }
352
+
353
+ .headline-medium-32-39 {
354
+ font-weight: 500;
355
+ font-size: 32px;
356
+ line-height: 39px;
357
+ }
358
+
359
+ .headline-medium-24-29 {
360
+ font-weight: 500;
361
+ font-size: 24px;
362
+ line-height: 29px;
363
+ }
364
+
365
+ .headline-medium-20-24 {
366
+ font-weight: 500;
367
+ font-size: 20px;
368
+ line-height: 24px;
369
+ }
370
+
371
+ .headline-medium-18-22 {
372
+ font-weight: 500;
373
+ font-size: 18px;
374
+ line-height: 22px;
375
+ }
376
+
377
+ .headline-regular-48-58 {
378
+ font-weight: 400;
379
+ font-size: 48px;
380
+ line-height: 58px;
381
+ }
382
+
383
+ .headline-regular-40-48 {
384
+ font-weight: 400;
385
+ font-size: 40px;
386
+ line-height: 48px;
387
+ }
388
+
389
+ .headline-regular-32-39 {
390
+ font-weight: 400;
391
+ font-size: 32px;
392
+ line-height: 39px;
393
+ }
394
+
395
+ .headline-regular-24-29 {
396
+ font-weight: 400;
397
+ font-size: 24px;
398
+ line-height: 29px;
399
+ }
400
+
401
+ .headline-regular-20-24 {
402
+ font-weight: 400;
403
+ font-size: 20px;
404
+ line-height: 24px;
405
+ }
406
+
407
+ .headline-regular-18-22 {
408
+ font-weight: 400;
409
+ font-size: 18px;
410
+ line-height: 22px;
411
+ }
412
+
413
+ .headline-light-48-58 {
414
+ font-weight: 400;
415
+ font-size: 48px;
416
+ line-height: 58px;
417
+ }
418
+
419
+ .headline-light-40-48 {
420
+ font-weight: 400;
421
+ font-size: 40px;
422
+ line-height: 48px;
423
+ }
424
+
425
+ .headline-light-32-39 {
426
+ font-weight: 400;
427
+ font-size: 32px;
428
+ line-height: 39px;
429
+ }
430
+
431
+ .headline-light-24-29 {
432
+ font-weight: 400;
433
+ font-size: 24px;
434
+ line-height: 29px;
435
+ }
436
+
437
+ .headline-light-20-24 {
438
+ font-weight: 400;
439
+ font-size: 20px;
440
+ line-height: 24px;
441
+ }
442
+
443
+ .headline-light-18-22 {
444
+ font-weight: 400;
445
+ font-size: 18px;
446
+ line-height: 22px;
447
+ }
448
+
449
+ .title-black-16-19 {
450
+ font-weight: 900;
451
+ font-size: 16px;
452
+ line-height: 19px;
453
+ }
454
+
455
+ .title-extra-bold-16-19 {
456
+ font-weight: 800;
457
+ font-size: 16px;
458
+ line-height: 19px;
459
+ }
460
+
461
+ .title-bold-16-19 {
462
+ font-weight: 700;
463
+ font-size: 16px;
464
+ line-height: 19px;
465
+ }
466
+
467
+ .title-semi-bold-16-19 {
468
+ font-weight: 600;
469
+ font-size: 16px;
470
+ line-height: 19px;
471
+ }
472
+
473
+ .title-medium-16-19 {
474
+ font-weight: 500;
475
+ font-size: 16px;
476
+ line-height: 19px;
477
+ }
478
+
479
+ .title-regular-16-19 {
480
+ font-weight: 400;
481
+ font-size: 16px;
482
+ line-height: 19px;
483
+ }
484
+
485
+ .title-light-16-19 {
486
+ font-weight: 300;
487
+ font-size: 16px;
488
+ line-height: 19px;
489
+ }
490
+
491
+ .body-black-14-17 {
492
+ font-weight: 900;
493
+ font-size: 14px;
494
+ line-height: 17px;
495
+ }
496
+
497
+ .body-black-13-16 {
498
+ font-weight: 900;
499
+ font-size: 13px;
500
+ line-height: 16px;
501
+ }
502
+
503
+ .body-extra-bold-14-17 {
504
+ font-weight: 800;
505
+ font-size: 14px;
506
+ line-height: 17px;
507
+ }
508
+
509
+ .body-extra-bold-13-16 {
510
+ font-weight: 800;
511
+ font-size: 13px;
512
+ line-height: 16px;
513
+ }
514
+
515
+ .body-bold-14-17 {
516
+ font-weight: 700;
517
+ font-size: 14px;
518
+ line-height: 17px;
519
+ }
520
+
521
+ .body-bold-13-16 {
522
+ font-weight: 700;
523
+ font-size: 13px;
524
+ line-height: 16px;
525
+ }
526
+
527
+ .body-semi-bold-14-17 {
528
+ font-weight: 600;
529
+ font-size: 14px;
530
+ line-height: 17px;
531
+ }
532
+
533
+ .body-semi-bold-13-16 {
534
+ font-weight: 600;
535
+ font-size: 13px;
536
+ line-height: 16px;
537
+ }
538
+
539
+ .body-medium-14-17 {
540
+ font-weight: 500;
541
+ font-size: 14px;
542
+ line-height: 17px;
543
+ }
544
+
545
+ .body-medium-13-16 {
546
+ font-weight: 500;
547
+ font-size: 13px;
548
+ line-height: 16px;
549
+ }
550
+
551
+ .body-regular-14-17 {
552
+ font-weight: 400;
553
+ font-size: 14px;
554
+ line-height: 17px;
555
+ }
556
+
557
+ .body-regular-13-16 {
558
+ font-weight: 400;
559
+ font-size: 13px;
560
+ line-height: 16px;
561
+ }
562
+
563
+ .body-light-14-17 {
564
+ font-weight: 300;
565
+ font-size: 14px;
566
+ line-height: 17px;
567
+ }
568
+
569
+ .body-light-13-16 {
570
+ font-weight: 300;
571
+ font-size: 13px;
572
+ line-height: 16px;
573
+ }
574
+
575
+ .caption-black-12-15 {
576
+ font-weight: 900;
577
+ font-size: 12px;
578
+ line-height: 15px;
579
+ }
580
+
581
+ .caption-black-11-13 {
582
+ font-weight: 900;
583
+ font-size: 11px;
584
+ line-height: 13px;
585
+ }
586
+
587
+ .caption-black-10-12 {
588
+ font-weight: 900;
589
+ font-size: 10px;
590
+ line-height: 12px;
591
+ }
592
+
593
+ .caption-extra-bold-12-15 {
594
+ font-weight: 800;
595
+ font-size: 12px;
596
+ line-height: 15px;
597
+ }
598
+
599
+ .caption-extra-bold-11-13 {
600
+ font-weight: 800;
601
+ font-size: 11px;
602
+ line-height: 13px;
603
+ }
604
+
605
+ .caption-extra-bold-10-12 {
606
+ font-weight: 800;
607
+ font-size: 10px;
608
+ line-height: 12px;
609
+ }
610
+
611
+ .caption-bold-12-15 {
612
+ font-weight: 700;
613
+ font-size: 12px;
614
+ line-height: 15px;
615
+ }
616
+
617
+ .caption-bold-11-13 {
618
+ font-weight: 700;
619
+ font-size: 11px;
620
+ line-height: 13px;
621
+ }
622
+
623
+ .caption-bold-10-12 {
624
+ font-weight: 700;
625
+ font-size: 10px;
626
+ line-height: 12px;
627
+ }
628
+
629
+ .caption-semi-bold-12-15 {
630
+ font-weight: 600;
631
+ font-size: 12px;
632
+ line-height: 15px;
633
+ }
634
+
635
+ .caption-semi-bold-11-13 {
636
+ font-weight: 600;
637
+ font-size: 11px;
638
+ line-height: 13px;
639
+ }
640
+
641
+ .caption-semi-bold-10-12 {
642
+ font-weight: 600;
643
+ font-size: 10px;
644
+ line-height: 12px;
645
+ }
646
+
647
+ .caption-medium-12-15 {
648
+ font-weight: 500;
649
+ font-size: 12px;
650
+ line-height: 15px;
651
+ }
652
+
653
+ .caption-medium-11-13 {
654
+ font-weight: 500;
655
+ font-size: 11px;
656
+ line-height: 13px;
657
+ }
658
+
659
+ .caption-medium-10-12 {
660
+ font-weight: 500;
661
+ font-size: 10px;
662
+ line-height: 12px;
663
+ }
664
+
665
+ .caption-regular-12-15 {
666
+ font-weight: 400;
667
+ font-size: 12px;
668
+ line-height: 15px;
669
+ }
670
+
671
+ .caption-regular-11-13 {
672
+ font-weight: 400;
673
+ font-size: 11px;
674
+ line-height: 13px;
675
+ }
676
+
677
+ .caption-regular-10-12 {
678
+ font-weight: 400;
679
+ font-size: 10px;
680
+ line-height: 12px;
681
+ }
682
+
683
+ .caption-light-12-15 {
684
+ font-weight: 300;
685
+ font-size: 12px;
686
+ line-height: 15px;
687
+ }
688
+
689
+ .caption-light-11-13 {
690
+ font-weight: 300;
691
+ font-size: 11px;
692
+ line-height: 13px;
693
+ }
694
+
695
+ .caption-light-10-12 {
696
+ font-weight: 300;
697
+ font-size: 10px;
698
+ line-height: 12px;
699
+ }
700
+
701
+ /* cyrillic-ext */
702
+ @font-face {
703
+ font-family: "Inter";
704
+ font-style: normal;
705
+ font-weight: 100;
706
+ font-display: swap;
707
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");
708
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
709
+ }
710
+ /* cyrillic */
711
+ @font-face {
712
+ font-family: "Inter";
713
+ font-style: normal;
714
+ font-weight: 100;
715
+ font-display: swap;
716
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");
717
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
718
+ }
719
+ /* greek-ext */
720
+ @font-face {
721
+ font-family: "Inter";
722
+ font-style: normal;
723
+ font-weight: 100;
724
+ font-display: swap;
725
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");
726
+ unicode-range: U+1F00-1FFF;
727
+ }
728
+ /* greek */
729
+ @font-face {
730
+ font-family: "Inter";
731
+ font-style: normal;
732
+ font-weight: 100;
733
+ font-display: swap;
734
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");
735
+ unicode-range: U+0370-03FF;
736
+ }
737
+ /* vietnamese */
738
+ @font-face {
739
+ font-family: "Inter";
740
+ font-style: normal;
741
+ font-weight: 100;
742
+ font-display: swap;
743
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");
744
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
745
+ }
746
+ /* latin-ext */
747
+ @font-face {
748
+ font-family: "Inter";
749
+ font-style: normal;
750
+ font-weight: 100;
751
+ font-display: swap;
752
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");
753
+ unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
754
+ }
755
+ /* latin */
756
+ @font-face {
757
+ font-family: "Inter";
758
+ font-style: normal;
759
+ font-weight: 100;
760
+ font-display: swap;
761
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");
762
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
763
+ }
764
+ /* cyrillic-ext */
765
+ @font-face {
766
+ font-family: "Inter";
767
+ font-style: normal;
768
+ font-weight: 200;
769
+ font-display: swap;
770
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");
771
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
772
+ }
773
+ /* cyrillic */
774
+ @font-face {
775
+ font-family: "Inter";
776
+ font-style: normal;
777
+ font-weight: 200;
778
+ font-display: swap;
779
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");
780
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
781
+ }
782
+ /* greek-ext */
783
+ @font-face {
784
+ font-family: "Inter";
785
+ font-style: normal;
786
+ font-weight: 200;
787
+ font-display: swap;
788
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");
789
+ unicode-range: U+1F00-1FFF;
790
+ }
791
+ /* greek */
792
+ @font-face {
793
+ font-family: "Inter";
794
+ font-style: normal;
795
+ font-weight: 200;
796
+ font-display: swap;
797
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");
798
+ unicode-range: U+0370-03FF;
799
+ }
800
+ /* vietnamese */
801
+ @font-face {
802
+ font-family: "Inter";
803
+ font-style: normal;
804
+ font-weight: 200;
805
+ font-display: swap;
806
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");
807
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
808
+ }
809
+ /* latin-ext */
810
+ @font-face {
811
+ font-family: "Inter";
812
+ font-style: normal;
813
+ font-weight: 200;
814
+ font-display: swap;
815
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");
816
+ unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
817
+ }
818
+ /* latin */
819
+ @font-face {
820
+ font-family: "Inter";
821
+ font-style: normal;
822
+ font-weight: 200;
823
+ font-display: swap;
824
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");
825
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
826
+ }
827
+ /* cyrillic-ext */
828
+ @font-face {
829
+ font-family: "Inter";
830
+ font-style: normal;
831
+ font-weight: 300;
832
+ font-display: swap;
833
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");
834
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
835
+ }
836
+ /* cyrillic */
837
+ @font-face {
838
+ font-family: "Inter";
839
+ font-style: normal;
840
+ font-weight: 300;
841
+ font-display: swap;
842
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");
843
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
844
+ }
845
+ /* greek-ext */
846
+ @font-face {
847
+ font-family: "Inter";
848
+ font-style: normal;
849
+ font-weight: 300;
850
+ font-display: swap;
851
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");
852
+ unicode-range: U+1F00-1FFF;
853
+ }
854
+ /* greek */
855
+ @font-face {
856
+ font-family: "Inter";
857
+ font-style: normal;
858
+ font-weight: 300;
859
+ font-display: swap;
860
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");
861
+ unicode-range: U+0370-03FF;
862
+ }
863
+ /* vietnamese */
864
+ @font-face {
865
+ font-family: "Inter";
866
+ font-style: normal;
867
+ font-weight: 300;
868
+ font-display: swap;
869
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");
870
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
871
+ }
872
+ /* latin-ext */
873
+ @font-face {
874
+ font-family: "Inter";
875
+ font-style: normal;
876
+ font-weight: 300;
877
+ font-display: swap;
878
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");
879
+ unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
880
+ }
881
+ /* latin */
882
+ @font-face {
883
+ font-family: "Inter";
884
+ font-style: normal;
885
+ font-weight: 300;
886
+ font-display: swap;
887
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");
888
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
889
+ }
890
+ /* cyrillic-ext */
891
+ @font-face {
892
+ font-family: "Inter";
893
+ font-style: normal;
894
+ font-weight: 400;
895
+ font-display: swap;
896
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");
897
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
898
+ }
899
+ /* cyrillic */
900
+ @font-face {
901
+ font-family: "Inter";
902
+ font-style: normal;
903
+ font-weight: 400;
904
+ font-display: swap;
905
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");
906
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
907
+ }
908
+ /* greek-ext */
909
+ @font-face {
910
+ font-family: "Inter";
911
+ font-style: normal;
912
+ font-weight: 400;
913
+ font-display: swap;
914
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");
915
+ unicode-range: U+1F00-1FFF;
916
+ }
917
+ /* greek */
918
+ @font-face {
919
+ font-family: "Inter";
920
+ font-style: normal;
921
+ font-weight: 400;
922
+ font-display: swap;
923
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");
924
+ unicode-range: U+0370-03FF;
925
+ }
926
+ /* vietnamese */
927
+ @font-face {
928
+ font-family: "Inter";
929
+ font-style: normal;
930
+ font-weight: 400;
931
+ font-display: swap;
932
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");
933
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
934
+ }
935
+ /* latin-ext */
936
+ @font-face {
937
+ font-family: "Inter";
938
+ font-style: normal;
939
+ font-weight: 400;
940
+ font-display: swap;
941
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");
942
+ unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
943
+ }
944
+ /* latin */
945
+ @font-face {
946
+ font-family: "Inter";
947
+ font-style: normal;
948
+ font-weight: 400;
949
+ font-display: swap;
950
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");
951
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
952
+ }
953
+ /* cyrillic-ext */
954
+ @font-face {
955
+ font-family: "Inter";
956
+ font-style: normal;
957
+ font-weight: 500;
958
+ font-display: swap;
959
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");
960
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
961
+ }
962
+ /* cyrillic */
963
+ @font-face {
964
+ font-family: "Inter";
965
+ font-style: normal;
966
+ font-weight: 500;
967
+ font-display: swap;
968
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");
969
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
970
+ }
971
+ /* greek-ext */
972
+ @font-face {
973
+ font-family: "Inter";
974
+ font-style: normal;
975
+ font-weight: 500;
976
+ font-display: swap;
977
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");
978
+ unicode-range: U+1F00-1FFF;
979
+ }
980
+ /* greek */
981
+ @font-face {
982
+ font-family: "Inter";
983
+ font-style: normal;
984
+ font-weight: 500;
985
+ font-display: swap;
986
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");
987
+ unicode-range: U+0370-03FF;
988
+ }
989
+ /* vietnamese */
990
+ @font-face {
991
+ font-family: "Inter";
992
+ font-style: normal;
993
+ font-weight: 500;
994
+ font-display: swap;
995
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");
996
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
997
+ }
998
+ /* latin-ext */
999
+ @font-face {
1000
+ font-family: "Inter";
1001
+ font-style: normal;
1002
+ font-weight: 500;
1003
+ font-display: swap;
1004
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");
1005
+ unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
1006
+ }
1007
+ /* latin */
1008
+ @font-face {
1009
+ font-family: "Inter";
1010
+ font-style: normal;
1011
+ font-weight: 500;
1012
+ font-display: swap;
1013
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");
1014
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1015
+ }
1016
+ /* cyrillic-ext */
1017
+ @font-face {
1018
+ font-family: "Inter";
1019
+ font-style: normal;
1020
+ font-weight: 600;
1021
+ font-display: swap;
1022
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");
1023
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
1024
+ }
1025
+ /* cyrillic */
1026
+ @font-face {
1027
+ font-family: "Inter";
1028
+ font-style: normal;
1029
+ font-weight: 600;
1030
+ font-display: swap;
1031
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");
1032
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
1033
+ }
1034
+ /* greek-ext */
1035
+ @font-face {
1036
+ font-family: "Inter";
1037
+ font-style: normal;
1038
+ font-weight: 600;
1039
+ font-display: swap;
1040
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");
1041
+ unicode-range: U+1F00-1FFF;
1042
+ }
1043
+ /* greek */
1044
+ @font-face {
1045
+ font-family: "Inter";
1046
+ font-style: normal;
1047
+ font-weight: 600;
1048
+ font-display: swap;
1049
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");
1050
+ unicode-range: U+0370-03FF;
1051
+ }
1052
+ /* vietnamese */
1053
+ @font-face {
1054
+ font-family: "Inter";
1055
+ font-style: normal;
1056
+ font-weight: 600;
1057
+ font-display: swap;
1058
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");
1059
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
1060
+ }
1061
+ /* latin-ext */
1062
+ @font-face {
1063
+ font-family: "Inter";
1064
+ font-style: normal;
1065
+ font-weight: 600;
1066
+ font-display: swap;
1067
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");
1068
+ unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
1069
+ }
1070
+ /* latin */
1071
+ @font-face {
1072
+ font-family: "Inter";
1073
+ font-style: normal;
1074
+ font-weight: 600;
1075
+ font-display: swap;
1076
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");
1077
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1078
+ }
1079
+ /* cyrillic-ext */
1080
+ @font-face {
1081
+ font-family: "Inter";
1082
+ font-style: normal;
1083
+ font-weight: 700;
1084
+ font-display: swap;
1085
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");
1086
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
1087
+ }
1088
+ /* cyrillic */
1089
+ @font-face {
1090
+ font-family: "Inter";
1091
+ font-style: normal;
1092
+ font-weight: 700;
1093
+ font-display: swap;
1094
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");
1095
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
1096
+ }
1097
+ /* greek-ext */
1098
+ @font-face {
1099
+ font-family: "Inter";
1100
+ font-style: normal;
1101
+ font-weight: 700;
1102
+ font-display: swap;
1103
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");
1104
+ unicode-range: U+1F00-1FFF;
1105
+ }
1106
+ /* greek */
1107
+ @font-face {
1108
+ font-family: "Inter";
1109
+ font-style: normal;
1110
+ font-weight: 700;
1111
+ font-display: swap;
1112
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");
1113
+ unicode-range: U+0370-03FF;
1114
+ }
1115
+ /* vietnamese */
1116
+ @font-face {
1117
+ font-family: "Inter";
1118
+ font-style: normal;
1119
+ font-weight: 700;
1120
+ font-display: swap;
1121
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");
1122
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
1123
+ }
1124
+ /* latin-ext */
1125
+ @font-face {
1126
+ font-family: "Inter";
1127
+ font-style: normal;
1128
+ font-weight: 700;
1129
+ font-display: swap;
1130
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");
1131
+ unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
1132
+ }
1133
+ /* latin */
1134
+ @font-face {
1135
+ font-family: "Inter";
1136
+ font-style: normal;
1137
+ font-weight: 700;
1138
+ font-display: swap;
1139
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");
1140
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1141
+ }
1142
+ /* cyrillic-ext */
1143
+ @font-face {
1144
+ font-family: "Inter";
1145
+ font-style: normal;
1146
+ font-weight: 800;
1147
+ font-display: swap;
1148
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");
1149
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
1150
+ }
1151
+ /* cyrillic */
1152
+ @font-face {
1153
+ font-family: "Inter";
1154
+ font-style: normal;
1155
+ font-weight: 800;
1156
+ font-display: swap;
1157
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");
1158
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
1159
+ }
1160
+ /* greek-ext */
1161
+ @font-face {
1162
+ font-family: "Inter";
1163
+ font-style: normal;
1164
+ font-weight: 800;
1165
+ font-display: swap;
1166
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");
1167
+ unicode-range: U+1F00-1FFF;
1168
+ }
1169
+ /* greek */
1170
+ @font-face {
1171
+ font-family: "Inter";
1172
+ font-style: normal;
1173
+ font-weight: 800;
1174
+ font-display: swap;
1175
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");
1176
+ unicode-range: U+0370-03FF;
1177
+ }
1178
+ /* vietnamese */
1179
+ @font-face {
1180
+ font-family: "Inter";
1181
+ font-style: normal;
1182
+ font-weight: 800;
1183
+ font-display: swap;
1184
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");
1185
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
1186
+ }
1187
+ /* latin-ext */
1188
+ @font-face {
1189
+ font-family: "Inter";
1190
+ font-style: normal;
1191
+ font-weight: 800;
1192
+ font-display: swap;
1193
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");
1194
+ unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
1195
+ }
1196
+ /* latin */
1197
+ @font-face {
1198
+ font-family: "Inter";
1199
+ font-style: normal;
1200
+ font-weight: 800;
1201
+ font-display: swap;
1202
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");
1203
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1204
+ }
1205
+ /* cyrillic-ext */
1206
+ @font-face {
1207
+ font-family: "Inter";
1208
+ font-style: normal;
1209
+ font-weight: 900;
1210
+ font-display: swap;
1211
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");
1212
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
1213
+ }
1214
+ /* cyrillic */
1215
+ @font-face {
1216
+ font-family: "Inter";
1217
+ font-style: normal;
1218
+ font-weight: 900;
1219
+ font-display: swap;
1220
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");
1221
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
1222
+ }
1223
+ /* greek-ext */
1224
+ @font-face {
1225
+ font-family: "Inter";
1226
+ font-style: normal;
1227
+ font-weight: 900;
1228
+ font-display: swap;
1229
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");
1230
+ unicode-range: U+1F00-1FFF;
1231
+ }
1232
+ /* greek */
1233
+ @font-face {
1234
+ font-family: "Inter";
1235
+ font-style: normal;
1236
+ font-weight: 900;
1237
+ font-display: swap;
1238
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");
1239
+ unicode-range: U+0370-03FF;
1240
+ }
1241
+ /* vietnamese */
1242
+ @font-face {
1243
+ font-family: "Inter";
1244
+ font-style: normal;
1245
+ font-weight: 900;
1246
+ font-display: swap;
1247
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");
1248
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
1249
+ }
1250
+ /* latin-ext */
1251
+ @font-face {
1252
+ font-family: "Inter";
1253
+ font-style: normal;
1254
+ font-weight: 900;
1255
+ font-display: swap;
1256
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");
1257
+ unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
1258
+ }
1259
+ /* latin */
1260
+ @font-face {
1261
+ font-family: "Inter";
1262
+ font-style: normal;
1263
+ font-weight: 900;
1264
+ font-display: swap;
1265
+ src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");
1266
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1267
+ }
1268
+
1269
+ /*# sourceMappingURL=style.css.map */