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