@font-face {
    font-family: 'Indivisa Regular';
    src: url('IndivisaTextSans-Regular.woff2') format('woff2'),
        url('IndivisaTextSans-Regular.woff') format('woff'),
        url('IndivisaTextSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Indivisa Bold';
    src: url('IndivisaDisplaySerif-Heavy.woff2') format('woff2'),
        url('IndivisaDisplaySerif-Heavy.woff') format('woff'),
        url('IndivisaDisplaySerif-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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