/* ==========================================================================
   Custom Fonts - Avenir
   ========================================================================== */

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

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

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

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

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