@font-face {
    font-family: 'Avenir';
    src: url('Avenir Bold.woff2') format('woff2'),
        url('Avenir Bold.woff') format('woff');
    font-weight: bold;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('Avenir.woff2') format('woff2'),
        url('Avenir.woff') format('woff');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}