/* Self-hosted webfonts (licenses: OFL.txt in each folder).
   Font Awesome lives in its own stylesheet: /assets/font/fontawesome-v6.4.2.css */

@font-face {
    font-family: 'Karla';
    src: url('/assets/font/Karla/Karla-VariableFont_wght.ttf') format('truetype');
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla';
    src: url('/assets/font/Karla/Karla-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 200 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'VT323';
    src: url('/assets/font/VT323/VT323-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Varela';
    src: url('/assets/font/Varela/Varela-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Varela Round';
    src: url('/assets/font/Varela_Round/VarelaRound-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
