/* @font-face {
    font-family: 'Gosznak-Semi Bold';
    src: url('./fonts/Gosznak-Semi Bold.woff2') format('woff2'),
         url('./fonts/Gosznak-Semi Bold.ttf') format('truetype'),
         url('./fonts/Gosznak-Semi Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Gosznak-Semi Bold', sans-serif;
} */
@font-face {
    font-family: 'Naga';
    src: url('./fonts/Naga.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Naga', sans-serif;
}