@font-face {
    font-family: 'avenir';
    src: url('avenir.eot');
    src: url('avenir.eot?#iefix') format('embedded-opentype'),
    url('avenir.woff2') format('woff2'),
    url('avenir.woff') format('woff'),
    url('avenir.ttf') format('truetype'),
    url('avenir.svg#avenir') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'avenir';
    src: url('avenir-italic.eot');
    src: url('avenir-italic.eot?#iefix') format('embedded-opentype'),
    url('avenir-italic.woff2') format('woff2'),
    url('avenir-italic.woff') format('woff'),
    url('avenir-italic.ttf') format('truetype'),
    url('avenir-italic.svg#avenir') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'avenir';
    src: url('avenir-bold.eot');
    src: url('avenir-bold.eot?#iefix') format('embedded-opentype'),
    url('avenir-bold.woff2') format('woff2'),
    url('avenir-bold.woff') format('woff'),
    url('avenir-bold.ttf') format('truetype'),
    url('avenir-bold.svg#avenir') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'avenir';
    src: url('avenir-bold-italic.eot');
    src: url('avenir-bold-italic.eot?#iefix') format('embedded-opentype'),
    url('avenir-bold-italic.woff2') format('woff2'),
    url('avenir-bold-italic.woff') format('woff'),
    url('avenir-bold-italic.ttf') format('truetype'),
    url('avenir-bold-italic.svg#avenir') format('svg');
    font-weight: 700;
    font-style: italic;
}