/* import Fonts from /fonts */

/* Space Grotesk Variable */
@font-face {
    font-family: 'Space Grotesk';
    src: url('fonts/spacegrotesk-variablefont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Verveine */
@font-face {
    font-family: 'Verveine';
    src: url('fonts/verveine_w_rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Orgovan */
@font-face {
    font-family: 'Orgovan';
    src: url('fonts/orgovan-rounded.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}