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

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

@font-face {
    font-family: 'Xheighter';
    src: url('Xheighter-BlackOblique.woff2') format('woff2'),
        url('Xheighter-BlackOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

