@font-face {
    font-family: "GeistCyr";
    src:
        url("fonts/geist/geist-cyrillic-300-normal.woff2") format("woff2"),
        url("fonts/geist/geist-cyrillic-300-normal.ttf")format("truetype"),        
        url("fonts/geist/geist-cyrillic-300-normal.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "GeistLat";
    src:
        url("fonts/geist/geist-latin-300-normal.woff2") format("woff2"),
        url("fonts/geist/geist-latin-300-normal.ttf")format("truetype"),
        url("fonts/geist/geist-latin-300-normal.woff") format("woff");
        
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: "GeistCyr", "GeistLat", sans-serif;
}