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

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

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

