@font-face {
    font-family: 'recursive';
    src: url('/fonts/Recursive/Recursive-Variable.ttf') format('truetype');
}

/* need this for future reference
@font-face {
    font-family: 'majormono';
    src: url('/fonts/MajorMono/MajorMonoDisplay-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'beonmedium';
    src: url('/fonts/Beon/beon-webfont.woff2') format('woff2'),
         url('/fonts/Beon/beon-webfont.woff') format('woff');
}

@font-face {
    font-family: 'fontello';
    src: url('/fonts/Fontello_Pick/fontello.eot?96149260');
    src: url('/fonts/Fontello_Pick/fontello.eot?96149260#iefix') format('embedded-opentype'),
            url('/fonts/Fontello_Pick/fontello.woff2?96149260') format('woff2'),
            url('/fonts/Fontello_Pick/fontello.woff?96149260') format('woff'),
            url('/fonts/Fontello_Pick/fontello.ttf?96149260') format('truetype'),
            url('/fonts/Fontello_Pick/fontello.svg?96149260#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/