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

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