@font-face {
    font-family: 'Geomanist';
    src: url('./fonts/geomanist-regular-webfont.woff2') format('woff2'),
    url('./fonts/geomanist-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src: url('./fonts/geomanist-medium-webfont.woff2') format('woff2'),
    url('./fonts/geomanist-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: Geomanist;
}