/*
    Load fonts in this file using @font-face
    Example:
        @font-face {
           font-family: 'FontName';
           src: url('FontName.eot');
           src: url('FontName.eot?#iefix') format('embedded-opentype'),
                 url('FontName.woff2') format('woff2'),
                 url('FontName.woff') format('woff'),
                 url('FontName.ttf') format('truetype');
            font-style: normal;
            font-weight: 400;
        }

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

@font-face {
    font-family: 'Gotham';
    src: url('GothaHTFThi.eot');
    src: url('GothaHTFThi.eot?#iefix') format('embedded-opentype'),
        url('GothaHTFThi.woff2') format('woff2'),
        url('GothaHTFThi.woff') format('woff');
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-family: 'Gotham';
    src: url('GothaHTFThiIta.eot');
    src: url('GothaHTFThiIta.eot?#iefix') format('embedded-opentype'),
        url('GothaHTFThiIta.woff2') format('woff2'),
        url('GothaHTFThiIta.woff') format('woff');
    font-style: italic;
    font-weight: 200;
}
@font-face {
    font-family: 'Gotham';
    src: url('GothaHTFLig.eot');
    src: url('GothaHTFLig.eot?#iefix') format('embedded-opentype'),
        url('GothaHTFLig.woff2') format('woff2'),
        url('GothaHTFLig.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Gotham';
    src: url('GothaHTFLigIta.eot');
    src: url('GothaHTFLigIta.eot?#iefix') format('embedded-opentype'),
        url('GothaHTFLigIta.woff2') format('woff2'),
        url('GothaHTFLigIta.woff') format('woff');
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: 'Gotham';
    src: url('GothaHTFBoo.eot');
    src: url('GothaHTFBoo.eot?#iefix') format('embedded-opentype'),
        url('GothaHTFBoo.woff2') format('woff2'),
        url('GothaHTFBoo.woff') format('woff');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'Gotham';
    src: url('GothaHTFBooIta.eot');
    src: url('GothaHTFBooIta.eot?#iefix') format('embedded-opentype'),
        url('GothaHTFBooIta.woff2') format('woff2'),
        url('GothaHTFBooIta.woff') format('woff');
    font-style: italic;
    font-weight: 500;
}
@font-face {
    font-family: 'Gotham';
    src: url('GothaHTFMed.eot');
    src: url('GothaHTFMed.eot?#iefix') format('embedded-opentype'),
        url('GothaHTFMed.woff2') format('woff2'),
        url('GothaHTFMed.woff') format('woff');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Gotham';
    src: url('GothaHTFMedIta.eot');
    src: url('GothaHTFMedIta.eot?#iefix') format('embedded-opentype'),
        url('GothaHTFMedIta.woff2') format('woff2'),
        url('GothaHTFMedIta.woff') format('woff');
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: 'Caslon';
    src: url('CasloTwoTweFouBoo.eot');
    src: url('CasloTwoTweFouBoo.eot?#iefix') format('embedded-opentype'),
        url('CasloTwoTweFouBoo.woff2') format('woff2'),
        url('CasloTwoTweFouBoo.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Caslon';
    src: url('CasloTwoTweFouBooIt.eot');
    src: url('CasloTwoTweFouBooIt.eot?#iefix') format('embedded-opentype'),
        url('CasloTwoTweFouBooIt.woff2') format('woff2'),
        url('CasloTwoTweFouBooIt.woff') format('woff');
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: 'Caslon';
    src: url('CasloTwoTweFouMed.eot');
    src: url('CasloTwoTweFouMed.eot?#iefix') format('embedded-opentype'),
        url('CasloTwoTweFouMed.woff2') format('woff2'),
        url('CasloTwoTweFouMed.woff') format('woff');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Caslon';
    src: url('CasloTwoTweFouMedIt.eot');
    src: url('CasloTwoTweFouMedIt.eot?#iefix') format('embedded-opentype'),
        url('CasloTwoTweFouMedIt.woff2') format('woff2'),
        url('CasloTwoTweFouMedIt.woff') format('woff');
    font-style: italic;
    font-weight: 700;
}
