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

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