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


@font-face {
    font-family: 'Avenir';
    src:url('../fonts/Avenir-Medium.woff') format('woff'),
        url('../fonts/Avenir-Medium.woff2') format('woff2'),
        url('../fonts/Avenir-Medium.ttf') format('truetype');
    font-weight: medium;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src:url('../fonts/Avenir-Black.woff') format('woff'),
        url('../fonts/Avenir-Black.woff2') format('woff2'),
        url('../fonts/Avenir-Black.ttf') format('truetype');
    font-weight: black;
    font-style: normal;
}