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

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