@font-face {
    font-family: 'Avenir';
    src: url('Avenir-Roman.woff2') format('woff2'),
        url('Avenir-Roman.svg#Avenir-Roman') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    
}

@font-face {
    font-family: 'Avenir';
    src: url('Avenir-Medium.woff2') format('woff2'),
        url('Avenir-Medium.svg#Avenir-Roman') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    
}

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