/* FONTS */
/* NB: check paths and local("☺") when using fontsquirrel*/
@font-face {
    font-family: 'Filmotype Modern';
    src: url('type/FilmotypeModern.eot');
    src: local("☺"),
        url('type/FilmotypeModern.eot?#iefix') format('embedded-opentype'),
        url('type/FilmotypeModern.woff2') format('woff2'),
        url('type/FilmotypeModern.woff') format('woff'),
        url('type/FilmotypeModern.ttf') format('truetype'),
        url('type/FilmotypeModern.svg#FilmotypeModern') format('svg');
    font-weight: normal;
    font-style: normal;
}