@font-face {
	font-family: 'Gotham Book';
	src:         url('../fonts/gotham_book-webfont.woff2') format('woff2'),
				 url('../fonts/gotham_book-webfont.woff') format('woff'),
				 url('../fonts/gotham_book-webfont.ttf') format('truetype'),
				 url('../fonts/gotham_book-webfont.svg#gotham_boldregular') format('svg');
	font-weight: normal;
	font-style:  normal;
}

@font-face {
	font-family: 'Gotham Light';
	src:         url('../fonts/gotham-light-webfont.woff2') format('woff2'),
				 url('../fonts/gotham-light-webfont.woff') format('woff'),
				 url('../fonts/gotham-light-webfont.ttf') format('truetype'),
				 url('../fonts/gotham-light-webfont.svg#gotham_lightregular') format('svg');
	font-weight: normal;
	font-style:  normal;
}