@font-face {
    font-family: 'Avenir';
    src: url('./Avenir-Light.woff2') format('woff2');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('./Avenir-LightOblique.woff2') format('woff2');
    font-style: italic;
    font-weight: 300;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Avenir';
    src: url('./Avenir-Heavy.woff2') format('woff2');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('./Avenir-Black.woff2') format('woff2');
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}
