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

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

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