@font-face {
    font-family: 'Avenir';
    src: url({{ "avenirbook.woff2" | asset_url }}) format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url({{ "avenirlight.woff2" | asset_url }}) format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url({{ "avenirmedium.woff2" | asset_url }}) format('woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url({{ "avenirroman.woff2" | asset_url }}) format('woff2');
    font-weight: 600;
    font-style: normal;
}