body, html {font-family: sans-serif;}

@font-face {
    font-family: 'Roc';
    src: url('_lib/font/RocGroteskRegular.woff2') format('woff2'),
        url('_lib/font/RocGroteskRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roc';
    src: url('_lib/font/RocGroteskBold.woff2') format('woff2'),
        url('_lib/font/RocGroteskBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RoobertCEZ';
    src: url('_lib/font/RoobertCEZ-Light.woff2') format('woff2'),
        url('_lib/font/RoobertCEZ-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RoobertCEZ';
    src: url('_lib/font/RoobertCEZ-Bold.woff2') format('woff2'),
        url('_lib/font/RoobertCEZ-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}