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

@font-face {
    font-family: 'Bon Vivant Serif';
    src: url('../fonts/BonVivantSerif-Bold.woff2') format('woff2'),
        url('.../fonts/fBonVivantSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neris';
    src: url('../fonts/Neris-Light.woff2') format('woff2'),
        url('../fonts/Neris-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


