/*
    Font Weights:
        100 - Thin
        200 - Extra Light (Ultra Light)
        300 - Light
        400 - Normal
        500 - Medium
        600 - Semi Bold (Demi Bold)
        700 - Bold
        800 - Extra Bold (Ultra Bold)
        900 - Black (Heavy)
*/

/* IM Fell */
@font-face {
    font-family: 'IM Fell';
    font-style: normal;
    font-weight: 400;
    src: url('IMFePI.woff2') format('woff2'), url('IMFePI.woff') format('woff'),
        url('IMFePI.ttf') format('truetype'),
        url('IMFePI.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'IM Fell';
    font-style: italic;
    font-weight: 400;
    src: url('IMFePI-Italic.woff2') format('woff2'),
        url('IMFePI-Italic.woff') format('woff'),
        url('IMFePI-Italic.ttf') format('truetype'),
        url('IMFePI-Italic.eot') format('embedded-opentype');
}

/* German Deluxe */
@font-face {
    font-family: 'German Deluxe';
    font-style: normal;
    font-weight: 400;
    src: url('GermanDeluxe.woff2') format('woff2'),
        url('GermanDeluxe.woff') format('woff'),
        url('GermanDeluxe.ttf') format('truetype'),
        url('GermanDeluxe.eot') format('embedded-opentype');
}
