@font-face {
    font-family: 'Gotham Thin';
    src:url('fonts/Gotham-Thin.eot');
    src:url('fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham-Thin.woff2') format('woff2'),
    url('fonts/Gotham-Thin.woff') format('woff'),
    url('fonts/Gotham-Thin.ttf') format('truetype'),
    url('fonts/Gotham-Thin.svg#Gotham-Thin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Thin';
    src: url('fonts/Gotham-ThinItalic.eot');
    src: url('fonts/Gotham-ThinItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham-ThinItalic.woff2') format('woff2'),
    url('fonts/Gotham-ThinItalic.woff') format('woff'),
    url('fonts/Gotham-ThinItalic.ttf')  format('truetype'),
    url('fonts/Gotham-ThinItalic.svg#Gotham-ThinItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}