@font-face {
    font-family: 'Serifa';
    src: url('Serifa-Reg.woff2') format('woff2'),
        url('Serifa-Reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roc Grotesk Compressed';
    src: url('RocGrotesk-Compressed.woff2') format('woff2'),
        url('RocGrotesk-Compressed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roc Grotesk Compressed';
    src: url('RocGrotesk-CompressedBold.woff2') format('woff2'),
        url('RocGrotesk-CompressedBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roc Grotesk Bold';
    src: url('RocGrotesk-Bold.woff2') format('woff2'),
        url('RocGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

