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

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

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