/*
    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)
*/

/* Futura Condensed */
@font-face {
    font-family: 'Futura Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('FuturaStd-CondensedBold.woff2') format('woff2'),
        url('FuturaStd-CondensedBold.woff') format('woff'),
        url('FuturaStd-CondensedBold.ttf') format('truetype'),
        url('FuturaStd-CondensedBold.eot') format('embedded-opentype');
}

/* ITC Souvenir Std */
@font-face {
    font-family: 'ITC Souvenir Std';
    font-style: normal;
    font-weight: 600;
    src: url('SouvenirStd-Demi.woff2') format('woff2'),
        url('SouvenirStd-Demi.woff') format('woff'),
        url('SouvenirStd-Demi.ttf') format('truetype'),
        url('SouvenirStd-Demi.eot') format('embedded-opentype');
}
