@font-face {
    font-family: 'Luminari';
    src: url('/assets/fonts/Luminari.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range:
        U+0000-00FF,
        /* Basic Latin + Latin-1 Supplement */
        U+0100-017F,
        /* Latin Extended-A */
        U+2000-206F;
    /* General Punctuation */
}

@font-face {
    font-family: 'vezitsacyrillic';
    src: url('/assets/fonts/vezitsacyrillic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range:
        U+0030-0039,
        /* Digits 0вЂ“9 */
        U+0400-04FF,
        /* Cyrillic */
        U+0500-052F,
        /* Cyrillic Supplement */
        U+2DE0-2DFF,
        /* Cyrillic Extended-A */
        U+A640-A69F;
    /* Cyrillic Extended-B */
}

body {
    font-family: 'Luminari', 'vezitsacyrillic';
}