@font-face {
    font-family: 'Fivo Sans';
    src: url('FivoSans-Medium.woff2') format('woff2'),
        url('FivoSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    /*font-display: swap;*/
}

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

@font-face {
    font-family: 'Fivo Sans';
    src: url('FivoSans-Regular.woff2') format('woff2'),
        url('FivoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    /*font-display: swap;*/
}

