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

@font-face {
    font-family: 'Geomanist';
    src:
        url('https://cdn.rohlik.cz/fonts/geomanist-bold-webfont.woff2') format('woff2'),
        url('https://cdn.rohlik.cz/fonts/geomanist-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src:
        url('https://cdn.rohlik.cz/fonts/geomanist-black-webfont.woff2') format('woff2'),
        url('https://cdn.rohlik.cz/fonts/geomanist-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html, body,
p, span, div, a, button, input, textarea, label {
    font-family: 'Geomanist', Arial, system-ui, -apple-system, sans-serif;
}