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