@font-face {
	font-family: Gotham;
	src: url("../fonts/Gotham-Book/Gotham-Book.otf") format('truetype'),
	url("../fonts/Gotham-Book/Gotham-Book.ttf") format('embedded-opentype');
}

@font-face {
	font-family: Gotham;
	font-weight: bold;
	src: url("../fonts/Gotham-Book/Gotham-Bold.otf") format('truetype'), 
	url("../fonts/Gotham-Book/Gotham-Bold.ttf") format('embedded-opentype');
}