@font-face {
    font-family: 'gotham-medium';
    src: url('Gotham-Medium.eot');
    src: url('Gotham-Medium.eot?#iefix') format('embedded-opentype'),
         url('Gotham-Medium.woff') format('woff'),
         url('Gotham-Medium.ttf') format('truetype'),
         url('Gotham-Medium.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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