@font-face {
    font-family: 'Avenir Next';
    src: url('webfonts/AvenirNext-Regular.woff2') format('woff2'),
         url('webfonts/AvenirNext-Regular.woff')  format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Condensed Demi';
    src: url('webfonts/AvenirNextCondensed-DemiBold.woff2') format('woff2'),
         url('webfonts/AvenirNextCondensed-DemiBold.woff')  format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Condensed';
    src: url('webfonts/AvenirNextCondensed-Medium.woff2') format('woff2'),
         url('webfonts/AvenirNextCondensed-Medium.woff')  format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
