@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Font/Gotham-Bold.eot');
    /* IE9 Compat Modes */
    src: url('fonts/Gotham-Font/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        /* url('fonts/Gotham-Font/Gotham-Bold.woff') format('woff'), */
        /* Modern Browsers */
        url('fonts/Gotham-Font/Gotham-Bold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/Gotham-Font/Gotham-Bold.svg#svgFontName') format('svg');
    /* Legacy iOS */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Font/Gotham-Medium.eot');
    /* IE9 Compat Modes */
    src: url('fonts/Gotham-Font/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        /* url('fonts/Gotham-Font/Gotham-Medium.woff') format('woff'), */
        /* Modern Browsers */
        url('fonts/Gotham-Font/Gotham-Medium.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/Gotham-Font/Gotham-Medium.svg#svgFontName') format('svg');
    /* Legacy iOS */
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Font/Gotham-Thin.eot');
    /* IE9 Compat Modes */
    src: url('fonts/Gotham-Font/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        /* url('fonts/Gotham-Font/Gotham-Thin.woff') format('woff'), */
        /* Modern Browsers */
        url('fonts/Gotham-Font/Gotham-Thin.otf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/Gotham-Font/Gotham-Thin.svg#svgFontName') format('svg');
    /* Legacy iOS */
    font-weight: 300;
    font-style: normal;
}