@font-face {
    font-family: 'Finder, sans-serif';
    font-weight: normal;
    src: url('./fonts/latin-finder-regular.woff2'), url('./fonts/latin-finder-regular.woff');
    font-display: swap;
}

@font-face {
    font-family: 'Finder, sans-serif';
    font-weight: bold;
    src: url('./fonts/latin-finder-bold.woff2'), url('./fonts/latin-finder-bold.woff');
    font-display: swap;
}

@font-face {
    font-family: 'Demo, sans-serif';
    font-weight: bold;
    src: url('./fonts/latin-Demo-BoldItalic.woff2'), url('./fonts/latin-Demo-BoldItalic.woff');
    font-display: swap;
}

@font-face {
    font-family: 'Demo, sans-serif';
    src: url('./fonts/Demo-Italic.woff2'), url('./fonts/Demo-Italic.woff');
    font-display: swap;
}

@font-face {
    font-family: 'Knockout, sans-serif';
    src: url('./fonts/KnockoutW05-26JuniorFlyweight.woff2'),
        url('./fonts/KnockoutW05-26JuniorFlyweight.woff');
}
