/* Avenir - Roman */
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Roman.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

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

/* Avenir Book - Regular */
@font-face {
    font-family: 'Avenir Book';
    src: url('../fonts/Avenir-Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* Avenir Book - Oblique */
@font-face {
    font-family: 'Avenir Book';
    src: url('../fonts/Avenir-BookOblique.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

/* Avenir - Oblique */
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Oblique.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

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

/* Avenir - Medium Oblique */
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-MediumOblique.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
}

/* Avenir - Heavy */
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Heavy.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

/* Avenir - Heavy Oblique */
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-HeavyOblique.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
}

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

/* Avenir - Black Oblique */
@font-face {
    font-family: 'Avenir Black Oblique';
    src: url('../fonts/Avenir-BlackOblique.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
}

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