@font-face {
   font-family: 'Gotham Black';
   font-style: normal;
   src: url('GothamBlack.eot'); /* IE9 Compat Modes */
   src: url('GothamBlack.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('GothamBlack.woff2') format('woff2'), /* Super Modern Browsers */
	url('GothamBlack.woff') format('woff'), /* Pretty Modern Browsers */
	url('GothamBlack.ttf') format('truetype'), /* Safari, Android, iOS */
	url('GothamBlack.svg#svgGothamBlack') format('svg'); /* Legacy iOS */
}

@font-face {
   font-family: 'Gotham Book';
   font-style: normal;
   src: url('Gotham-Book.eot'); /* IE9 Compat Modes */
   src: url('Gotham-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('Gotham-Book.woff2') format('woff2'), /* Super Modern Browsers */
        url('Gotham-Book.woff') format('woff'), /* Pretty Modern Browsers */
        url('Gotham-Book.ttf') format('truetype'), /* Safari, Android, iOS */
        url('Gotham-Book.svg#svgGotham-Book') format('svg'); /* Legacy iOS */
}
