@font-face {
    font-family: 'gotham_bookregular';
    font-display: swap;
    src: url('gotham-book-webfont.eot');
    src: url('gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham-book-webfont.woff') format('woff'),
         url('gotham-book-webfont.ttf') format('truetype'),
         url('gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'gotham-medium';
    font-display: swap;
	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-medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'gotham_boldregular';
    font-display: swap;
    src: url('gotham-bold-webfont.eot');
    src: url('gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham-bold-webfont.woff') format('woff'),
         url('gotham-bold-webfont.ttf') format('truetype'),
         url('gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}