aemi 1.0.0 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,645 @@
1
+ @font-face {
2
+ font-family: "Inter";
3
+ font-style: normal;
4
+ font-weight: 100;
5
+ font-display: swap;
6
+ src: url("https://rsms.me/inter/font-files/Inter-Thin.woff2") format("woff2"),
7
+ url("https://rsms.me/inter/font-files/Inter-Thin.woff") format("woff");
8
+ }
9
+
10
+ @font-face {
11
+ font-family: "Inter";
12
+ font-style: italic;
13
+ font-weight: 100;
14
+ font-display: swap;
15
+ src: url("https://rsms.me/inter/font-files/Inter-ThinItalic.woff2") format("woff2"),
16
+ url("https://rsms.me/inter/font-files/Inter-ThinItalic.woff") format("woff");
17
+ }
18
+
19
+ @font-face {
20
+ font-family: "Inter Display";
21
+ font-style: normal;
22
+ font-weight: 100;
23
+ font-display: swap;
24
+ src: url("https://rsms.me/inter/font-files/InterDisplay-Thin.woff2") format("woff2"),
25
+ url("https://rsms.me/inter/font-files/InterDisplay-Thin.woff") format("woff");
26
+ }
27
+
28
+ @font-face {
29
+ font-family: "Inter Display";
30
+ font-style: italic;
31
+ font-weight: 100;
32
+ font-display: swap;
33
+ src: url("https://rsms.me/inter/font-files/InterDisplay-ThinItalic.woff2") format("woff2"),
34
+ url("https://rsms.me/inter/font-files/InterDisplay-ThinItalic.woff") format("woff");
35
+ }
36
+
37
+ @font-face {
38
+ font-family: "Inter";
39
+ font-style: normal;
40
+ font-weight: 200;
41
+ font-display: swap;
42
+ src: url("https://rsms.me/inter/font-files/Inter-ExtraLight.woff2") format("woff2"),
43
+ url("https://rsms.me/inter/font-files/Inter-ExtraLight.woff") format("woff");
44
+ }
45
+
46
+ @font-face {
47
+ font-family: "Inter";
48
+ font-style: italic;
49
+ font-weight: 200;
50
+ font-display: swap;
51
+ src: url("https://rsms.me/inter/font-files/Inter-ExtraLightItalic.woff2") format("woff2"),
52
+ url("https://rsms.me/inter/font-files/Inter-ExtraLightItalic.woff") format("woff");
53
+ }
54
+
55
+ @font-face {
56
+ font-family: "Inter Display";
57
+ font-style: normal;
58
+ font-weight: 200;
59
+ font-display: swap;
60
+ src: url("https://rsms.me/inter/font-files/InterDisplay-ExtraLight.woff2") format("woff2"),
61
+ url("https://rsms.me/inter/font-files/InterDisplay-ExtraLight.woff") format("woff");
62
+ }
63
+
64
+ @font-face {
65
+ font-family: "Inter Display";
66
+ font-style: italic;
67
+ font-weight: 200;
68
+ font-display: swap;
69
+ src: url("https://rsms.me/inter/font-files/InterDisplay-ExtraLightItalic.woff2") format("woff2"),
70
+ url("https://rsms.me/inter/font-files/InterDisplay-ExtraLightItalic.woff") format("woff");
71
+ }
72
+
73
+ @font-face {
74
+ font-family: "Inter";
75
+ font-style: normal;
76
+ font-weight: 300;
77
+ font-display: swap;
78
+ src: url("https://rsms.me/inter/font-files/Inter-Light.woff2") format("woff2"),
79
+ url("https://rsms.me/inter/font-files/Inter-Light.woff") format("woff");
80
+ }
81
+
82
+ @font-face {
83
+ font-family: "Inter";
84
+ font-style: italic;
85
+ font-weight: 300;
86
+ font-display: swap;
87
+ src: url("https://rsms.me/inter/font-files/Inter-LightItalic.woff2") format("woff2"),
88
+ url("https://rsms.me/inter/font-files/Inter-LightItalic.woff") format("woff");
89
+ }
90
+
91
+ @font-face {
92
+ font-family: "Inter Display";
93
+ font-style: normal;
94
+ font-weight: 300;
95
+ font-display: swap;
96
+ src: url("https://rsms.me/inter/font-files/InterDisplay-Light.woff2") format("woff2"),
97
+ url("https://rsms.me/inter/font-files/InterDisplay-Light.woff") format("woff");
98
+ }
99
+
100
+ @font-face {
101
+ font-family: "Inter Display";
102
+ font-style: italic;
103
+ font-weight: 300;
104
+ font-display: swap;
105
+ src: url("https://rsms.me/inter/font-files/InterDisplay-LightItalic.woff2") format("woff2"),
106
+ url("https://rsms.me/inter/font-files/InterDisplay-LightItalic.woff") format("woff");
107
+ }
108
+
109
+ @font-face {
110
+ font-family: "Inter";
111
+ font-style: normal;
112
+ font-weight: 400;
113
+ font-display: swap;
114
+ src: url("https://rsms.me/inter/font-files/Inter-Regular.woff2") format("woff2"),
115
+ url("https://rsms.me/inter/font-files/Inter-Regular.woff") format("woff");
116
+ }
117
+
118
+ @font-face {
119
+ font-family: "Inter";
120
+ font-style: italic;
121
+ font-weight: 400;
122
+ font-display: swap;
123
+ src: url("https://rsms.me/inter/font-files/Inter-Italic.woff2") format("woff2"),
124
+ url("https://rsms.me/inter/font-files/Inter-Italic.woff") format("woff");
125
+ }
126
+
127
+ @font-face {
128
+ font-family: "Inter Display";
129
+ font-style: normal;
130
+ font-weight: 400;
131
+ font-display: swap;
132
+ src: url("https://rsms.me/inter/font-files/InterDisplay-Regular.woff2") format("woff2"),
133
+ url("https://rsms.me/inter/font-files/InterDisplay-Regular.woff") format("woff");
134
+ }
135
+
136
+ @font-face {
137
+ font-family: "Inter Display";
138
+ font-style: italic;
139
+ font-weight: 400;
140
+ font-display: swap;
141
+ src: url("https://rsms.me/inter/font-files/InterDisplay-Italic.woff2") format("woff2"),
142
+ url("https://rsms.me/inter/font-files/InterDisplay-Italic.woff") format("woff");
143
+ }
144
+
145
+ @font-face {
146
+ font-family: "Inter";
147
+ font-style: normal;
148
+ font-weight: 500;
149
+ font-display: swap;
150
+ src: url("https://rsms.me/inter/font-files/Inter-Medium.woff2") format("woff2"),
151
+ url("https://rsms.me/inter/font-files/Inter-Medium.woff") format("woff");
152
+ }
153
+
154
+ @font-face {
155
+ font-family: "Inter";
156
+ font-style: italic;
157
+ font-weight: 500;
158
+ font-display: swap;
159
+ src: url("https://rsms.me/inter/font-files/Inter-MediumItalic.woff2") format("woff2"),
160
+ url("https://rsms.me/inter/font-files/Inter-MediumItalic.woff") format("woff");
161
+ }
162
+
163
+ @font-face {
164
+ font-family: "Inter Display";
165
+ font-style: normal;
166
+ font-weight: 500;
167
+ font-display: swap;
168
+ src: url("https://rsms.me/inter/font-files/InterDisplay-Medium.woff2") format("woff2"),
169
+ url("https://rsms.me/inter/font-files/InterDisplay-Medium.woff") format("woff");
170
+ }
171
+
172
+ @font-face {
173
+ font-family: "Inter Display";
174
+ font-style: italic;
175
+ font-weight: 500;
176
+ font-display: swap;
177
+ src: url("https://rsms.me/inter/font-files/InterDisplay-MediumItalic.woff2") format("woff2"),
178
+ url("https://rsms.me/inter/font-files/InterDisplay-MediumItalic.woff") format("woff");
179
+ }
180
+
181
+ @font-face {
182
+ font-family: "Inter";
183
+ font-style: normal;
184
+ font-weight: 600;
185
+ font-display: swap;
186
+ src: url("https://rsms.me/inter/font-files/Inter-SemiBold.woff2") format("woff2"),
187
+ url("https://rsms.me/inter/font-files/Inter-SemiBold.woff") format("woff");
188
+ }
189
+
190
+ @font-face {
191
+ font-family: "Inter";
192
+ font-style: italic;
193
+ font-weight: 600;
194
+ font-display: swap;
195
+ src: url("https://rsms.me/inter/font-files/Inter-SemiBoldItalic.woff2") format("woff2"),
196
+ url("https://rsms.me/inter/font-files/Inter-SemiBoldItalic.woff") format("woff");
197
+ }
198
+
199
+ @font-face {
200
+ font-family: "Inter Display";
201
+ font-style: normal;
202
+ font-weight: 600;
203
+ font-display: swap;
204
+ src: url("https://rsms.me/inter/font-files/InterDisplay-SemiBold.woff2") format("woff2"),
205
+ url("https://rsms.me/inter/font-files/InterDisplay-SemiBold.woff") format("woff");
206
+ }
207
+
208
+ @font-face {
209
+ font-family: "Inter Display";
210
+ font-style: italic;
211
+ font-weight: 600;
212
+ font-display: swap;
213
+ src: url("https://rsms.me/inter/font-files/InterDisplay-SemiBoldItalic.woff2") format("woff2"),
214
+ url("https://rsms.me/inter/font-files/InterDisplay-SemiBoldItalic.woff") format("woff");
215
+ }
216
+
217
+ @font-face {
218
+ font-family: "Inter";
219
+ font-style: normal;
220
+ font-weight: 700;
221
+ font-display: swap;
222
+ src: url("https://rsms.me/inter/font-files/Inter-Bold.woff2") format("woff2"),
223
+ url("https://rsms.me/inter/font-files/Inter-Bold.woff") format("woff");
224
+ }
225
+
226
+ @font-face {
227
+ font-family: "Inter";
228
+ font-style: italic;
229
+ font-weight: 700;
230
+ font-display: swap;
231
+ src: url("https://rsms.me/inter/font-files/Inter-BoldItalic.woff2") format("woff2"),
232
+ url("https://rsms.me/inter/font-files/Inter-BoldItalic.woff") format("woff");
233
+ }
234
+
235
+ @font-face {
236
+ font-family: "Inter Display";
237
+ font-style: normal;
238
+ font-weight: 700;
239
+ font-display: swap;
240
+ src: url("https://rsms.me/inter/font-files/InterDisplay-Bold.woff2") format("woff2"),
241
+ url("https://rsms.me/inter/font-files/InterDisplay-Bold.woff") format("woff");
242
+ }
243
+
244
+ @font-face {
245
+ font-family: "Inter Display";
246
+ font-style: italic;
247
+ font-weight: 700;
248
+ font-display: swap;
249
+ src: url("https://rsms.me/inter/font-files/InterDisplay-BoldItalic.woff2") format("woff2"),
250
+ url("https://rsms.me/inter/font-files/InterDisplay-BoldItalic.woff") format("woff");
251
+ }
252
+
253
+ @font-face {
254
+ font-family: "Inter";
255
+ font-style: normal;
256
+ font-weight: 800;
257
+ font-display: swap;
258
+ src: url("https://rsms.me/inter/font-files/Inter-ExtraBold.woff2") format("woff2"),
259
+ url("https://rsms.me/inter/font-files/Inter-ExtraBold.woff") format("woff");
260
+ }
261
+
262
+ @font-face {
263
+ font-family: "Inter";
264
+ font-style: italic;
265
+ font-weight: 800;
266
+ font-display: swap;
267
+ src: url("https://rsms.me/inter/font-files/Inter-ExtraBoldItalic.woff2") format("woff2"),
268
+ url("https://rsms.me/inter/font-files/Inter-ExtraBoldItalic.woff") format("woff");
269
+ }
270
+
271
+ @font-face {
272
+ font-family: "Inter Display";
273
+ font-style: normal;
274
+ font-weight: 800;
275
+ font-display: swap;
276
+ src: url("https://rsms.me/inter/font-files/InterDisplay-ExtraBold.woff2") format("woff2"),
277
+ url("https://rsms.me/inter/font-files/InterDisplay-ExtraBold.woff") format("woff");
278
+ }
279
+
280
+ @font-face {
281
+ font-family: "Inter Display";
282
+ font-style: italic;
283
+ font-weight: 800;
284
+ font-display: swap;
285
+ src: url("https://rsms.me/inter/font-files/InterDisplay-ExtraBoldItalic.woff2") format("woff2"),
286
+ url("https://rsms.me/inter/font-files/InterDisplay-ExtraBoldItalic.woff") format("woff");
287
+ }
288
+
289
+ @font-face {
290
+ font-family: "Inter";
291
+ font-style: normal;
292
+ font-weight: 900;
293
+ font-display: swap;
294
+ src: url("https://rsms.me/inter/font-files/Inter-Black.woff2") format("woff2"),
295
+ url("https://rsms.me/inter/font-files/Inter-Black.woff") format("woff");
296
+ }
297
+
298
+ @font-face {
299
+ font-family: "Inter";
300
+ font-style: italic;
301
+ font-weight: 900;
302
+ font-display: swap;
303
+ src: url("https://rsms.me/inter/font-files/Inter-BlackItalic.woff2") format("woff2"),
304
+ url("https://rsms.me/inter/font-files/Inter-BlackItalic.woff") format("woff");
305
+ }
306
+
307
+ @font-face {
308
+ font-family: "Inter Display";
309
+ font-style: normal;
310
+ font-weight: 900;
311
+ font-display: swap;
312
+ src: url("https://rsms.me/inter/font-files/InterDisplay-Black.woff2") format("woff2"),
313
+ url("https://rsms.me/inter/font-files/InterDisplay-Black.woff") format("woff");
314
+ }
315
+
316
+ @font-face {
317
+ font-family: "Inter Display";
318
+ font-style: italic;
319
+ font-weight: 900;
320
+ font-display: swap;
321
+ src: url("https://rsms.me/inter/font-files/InterDisplay-BlackItalic.woff2") format("woff2"),
322
+ url("https://rsms.me/inter/font-files/InterDisplay-BlackItalic.woff") format("woff");
323
+ }
324
+
325
+ @font-face {
326
+ font-family: "Inter Var";
327
+ font-weight: 100 900;
328
+ font-style: normal;
329
+ font-named-instance: "Regular";
330
+ font-display: swap;
331
+ src: url("https://rsms.me/inter/font-files/Inter-roman.var.woff2") format("woff2");
332
+ }
333
+
334
+ @font-face {
335
+ font-family: "Inter Var";
336
+ font-weight: 100 900;
337
+ font-style: italic;
338
+ font-named-instance: "Italic";
339
+ font-display: swap;
340
+ src: url("https://rsms.me/inter/font-files/Inter-italic.var.woff2") format("woff2");
341
+ }
342
+
343
+ @font-face {
344
+ font-family: "Inter Display Var";
345
+ font-weight: 100 900;
346
+ font-style: normal;
347
+ font-named-instance: "Regular";
348
+ font-display: swap;
349
+ src: url("https://rsms.me/inter/font-files/InterDisplay-roman.var.woff2") format("woff2");
350
+ }
351
+
352
+ @font-face {
353
+ font-family: "Inter Display Var";
354
+ font-weight: 100 900;
355
+ font-style: italic;
356
+ font-named-instance: "Italic";
357
+ font-display: swap;
358
+ src: url("https://rsms.me/inter/font-files/InterDisplay-italic.var.woff2") format("woff2");
359
+ }
360
+
361
+ @font-face {
362
+ font-family: "Inter Var Alt";
363
+ font-weight: 100 900;
364
+ font-style: normal;
365
+ font-named-instance: "Regular";
366
+ font-display: swap;
367
+ src: url("https://rsms.me/inter/font-files/Inter-roman.var.woff2") format("woff2");
368
+ }
369
+
370
+ @font-face {
371
+ font-family: "Inter Var Alt";
372
+ font-weight: 100 900;
373
+ font-style: italic;
374
+ font-named-instance: "Italic";
375
+ font-display: swap;
376
+ src: url("https://rsms.me/inter/font-files/Inter-italic.var.woff2") format("woff2");
377
+ }
378
+
379
+ @font-face {
380
+ font-family: "Inter Display Var Alt";
381
+ font-weight: 100 900;
382
+ font-style: normal;
383
+ font-named-instance: "Regular";
384
+ font-display: swap;
385
+ src: url("https://rsms.me/inter/font-files/InterDisplay-roman.var.woff2") format("woff2");
386
+ }
387
+
388
+ @font-face {
389
+ font-family: "Inter Display Var alt";
390
+ font-weight: 100 900;
391
+ font-style: italic;
392
+ font-named-instance: "Italic";
393
+ font-display: swap;
394
+ src: url("https://rsms.me/inter/font-files/InterDisplay-italic.var.woff2") format("woff2");
395
+ }
396
+
397
+ @font-face {
398
+ font-family: "Inter Var Exp";
399
+ font-weight: 100 900;
400
+ font-style: oblique 0deg 10deg;
401
+ font-display: swap;
402
+ src: url("https://rsms.me/inter/font-files/Inter.var.woff2") format("woff2");
403
+ }
404
+
405
+ @font-face {
406
+ font-family: "Inter Display Var Exp";
407
+ font-weight: 100 900;
408
+ font-style: oblique 0deg 10deg;
409
+ font-display: swap;
410
+ src: url("https://rsms.me/inter/font-files/InterDisplay.var.woff2") format("woff2");
411
+ }
412
+
413
+ @font-face {
414
+ font-family: "Hack";
415
+ src: url("https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/fonts/hack-regular.woff2") format("woff2"),
416
+ url("https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/fonts/hack-regular.woff") format("woff");
417
+ font-weight: 400;
418
+ font-style: normal;
419
+ font-display: swap;
420
+ }
421
+
422
+ @font-face {
423
+ font-family: "Hack";
424
+ src: url("https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/fonts/hack-bold.woff2") format("woff2"),
425
+ url("https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/fonts/hack-bold.woff") format("woff");
426
+ font-weight: 700;
427
+ font-style: normal;
428
+ font-display: swap;
429
+ }
430
+
431
+ @font-face {
432
+ font-family: "Hack";
433
+ src: url("https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/fonts/hack-italic.woff2") format("woff2"),
434
+ url("https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/fonts/hack-italic.woff") format("woff");
435
+ font-weight: 400;
436
+ font-style: italic;
437
+ font-display: swap;
438
+ }
439
+
440
+ @font-face {
441
+ font-family: "Hack";
442
+ src: url("https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/fonts/hack-bolditalic.woff2") format("woff2"),
443
+ url("https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/fonts/hack-bolditalic.woff") format("woff");
444
+ font-weight: 700;
445
+ font-style: italic;
446
+ font-display: swap;
447
+ }
448
+
449
+ @font-face {
450
+ font-family: "JetBrains Mono";
451
+ src: url("https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-Thin.woff2") format("woff2");
452
+ font-weight: 100;
453
+ font-style: normal;
454
+ font-display: swap;
455
+ }
456
+
457
+ @font-face {
458
+ font-family: "JetBrains Mono";
459
+ src: url("https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-ThinItalic.woff2") format("woff2");
460
+ font-weight: 100;
461
+ font-style: italic;
462
+ font-display: swap;
463
+ }
464
+
465
+ @font-face {
466
+ font-family: "JetBrains Mono";
467
+ src: url("https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-ExtraLight.woff2") format("woff2");
468
+ font-weight: 200;
469
+ font-style: normal;
470
+ font-display: swap;
471
+ }
472
+
473
+ @font-face {
474
+ font-family: "JetBrains Mono";
475
+ src: url("https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-ExtraLightItalic.woff2") format("woff2");
476
+ font-weight: 200;
477
+ font-style: italic;
478
+ font-display: swap;
479
+ }
480
+
481
+ @font-face {
482
+ font-family: "JetBrains Mono";
483
+ src: url("https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-Light.woff2") format("woff2");
484
+ font-weight: 300;
485
+ font-style: normal;
486
+ font-display: swap;
487
+ }
488
+
489
+ @font-face {
490
+ font-family: "JetBrains Mono";
491
+ src: url("https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-LightItalic.woff2") format("woff2");
492
+ font-weight: 300;
493
+ font-style: italic;
494
+ font-display: swap;
495
+ }
496
+
497
+ @font-face {
498
+ font-family: "JetBrains Mono";
499
+ src: url("https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-Regular.woff2") format("woff2");
500
+ font-weight: 400;
501
+ font-style: normal;
502
+ font-display: swap;
503
+ }
504
+
505
+ @font-face {
506
+ font-family: "JetBrains Mono";
507
+ src: url("https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-Italic.woff2") format("woff2");
508
+ font-weight: 400;
509
+ font-style: italic;
510
+ font-display: swap;
511
+ }
512
+
513
+ @font-face {
514
+ font-family: "JetBrains Mono";
515
+ src: url("https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-Medium.woff2") format("woff2");
516
+ font-weight: 500;
517
+ font-style: normal;
518
+ font-display: swap;
519
+ }
520
+
521
+ @font-face {
522
+ font-family: "JetBrains Mono";
523
+ src: url("https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-MediumItalic.woff2") format("woff2");
524
+ font-weight: 500;
525
+ font-style: italic;
526
+ font-display: swap;
527
+ }
528
+
529
+ @font-face {
530
+ font-family: "JetBrains Mono";
531
+ src: url("https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-Bold.woff2") format("woff2");
532
+ font-weight: 700;
533
+ font-style: normal;
534
+ font-display: swap;
535
+ }
536
+
537
+ @font-face {
538
+ font-family: "JetBrains Mono";
539
+ src: url("https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-BoldItalic.woff2") format("woff2");
540
+ font-weight: 700;
541
+ font-style: italic;
542
+ font-display: swap;
543
+ }
544
+
545
+ @font-face {
546
+ font-family: "JetBrains Mono";
547
+ src: url("https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-ExtraBold.woff2") format("woff2");
548
+ font-weight: 800;
549
+ font-style: normal;
550
+ font-display: swap;
551
+ }
552
+
553
+ @font-face {
554
+ font-family: "JetBrains Mono";
555
+ src: url("https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-ExtraBoldItalic.woff2") format("woff2");
556
+ font-weight: 800;
557
+ font-style: italic;
558
+ font-display: swap;
559
+ }
560
+
561
+ @font-face {
562
+ font-family: "Fira Code";
563
+ src: url("https://cdn.jsdelivr.net/gh/tonsky/FiraCode@5/distr/woff2/FiraCode-Light.woff2") format("woff2"),
564
+ url("https://cdn.jsdelivr.net/gh/tonsky/FiraCode@5/distr/woff/FiraCode-Light.woff") format("woff");
565
+ font-weight: 300;
566
+ font-style: normal;
567
+ font-display: swap;
568
+ }
569
+
570
+ @font-face {
571
+ font-family: "Fira Code";
572
+ src: url("https://cdn.jsdelivr.net/gh/tonsky/FiraCode@5/distr/woff2/FiraCode-Regular.woff2") format("woff2"),
573
+ url("https://cdn.jsdelivr.net/gh/tonsky/FiraCode@5/distr/woff/FiraCode-Regular.woff") format("woff");
574
+ font-weight: 400;
575
+ font-style: normal;
576
+ font-display: swap;
577
+ }
578
+
579
+ @font-face {
580
+ font-family: "Fira Code";
581
+ src: url("https://cdn.jsdelivr.net/gh/tonsky/FiraCode@5/distr/woff2/FiraCode-Medium.woff2") format("woff2"),
582
+ url("https://cdn.jsdelivr.net/gh/tonsky/FiraCode@5/distr/woff/FiraCode-Medium.woff") format("woff");
583
+ font-weight: 500;
584
+ font-style: normal;
585
+ font-display: swap;
586
+ }
587
+
588
+ @font-face {
589
+ font-family: "Fira Code";
590
+ src: url("https://cdn.jsdelivr.net/gh/tonsky/FiraCode@5/distr/woff2/FiraCode-SemiBold.woff2") format("woff2"),
591
+ url("https://cdn.jsdelivr.net/gh/tonsky/FiraCode@5/distr/woff/FiraCode-SemiBold.woff") format("woff");
592
+ font-weight: 600;
593
+ font-style: normal;
594
+ font-display: swap;
595
+ }
596
+
597
+ @font-face {
598
+ font-family: "Fira Code";
599
+ src: url("https://cdn.jsdelivr.net/gh/tonsky/FiraCode@5/distr/woff2/FiraCode-Bold.woff2") format("woff2"),
600
+ url("https://cdn.jsdelivr.net/gh/tonsky/FiraCode@5/distr/woff/FiraCode-Bold.woff") format("woff");
601
+ font-weight: 700;
602
+ font-style: normal;
603
+ font-display: swap;
604
+ }
605
+
606
+ @font-face {
607
+ font-family: "Fira Code Var";
608
+ src: url("https://cdn.jsdelivr.net/gh/tonsky/FiraCode@5/distr/woff2/FiraCode-VF.woff2") format("woff2"),
609
+ url("https://cdn.jsdelivr.net/gh/tonsky/FiraCode@5/distr/woff/FiraCode-VF.woff") format("woff");
610
+ font-weight: 300 700;
611
+ font-style: normal;
612
+ font-display: swap;
613
+ }
614
+
615
+ :root {
616
+
617
+ font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family;
618
+
619
+ // Font Kerning
620
+ -webkit-font-feature-settings: "kern" 1;
621
+ -moz-font-feature-settings: "kern" 1;
622
+ -o-font-feature-settings: "kern" 1;
623
+ font-feature-settings: "kern" 1;
624
+ font-kerning: normal;
625
+
626
+ text-rendering: optimizeLegibility;
627
+ font-optical-sizing: auto;
628
+
629
+ // Font Size Adjust
630
+ -webkit-font-size-adjust: 100%;
631
+ font-size-adjust: 100%;
632
+
633
+ // Font Smoothing
634
+ -webkit-font-smoothing: auto;
635
+ -moz-osx-font-smoothing: auto;
636
+ font-smooth: auto;
637
+
638
+ font-variant-ligatures: contextual common-ligatures discretionary-ligatures;
639
+
640
+ hyphens: auto;
641
+ letter-spacing: -0.011em;
642
+
643
+ vertical-align: baseline;
644
+ word-spacing: normal;
645
+ }