@charset "UTF-8";
/* ------- Fonts ------- */

.gotham-book {
	font-family: 'Gotham-Book';
}
.gotham-bold {
	font-family: 'Gotham-Bold';
}
.gotham-medium {
	font-family: 'Gotham-Medium';
}
.gotham-light {
	font-family: 'Gotham-Light';
}
@font-face {
	font-family: 'Gotham-Book';
	src: url('Gotham-Book.eot'); /* IE9 Compat Modes */
	src: url('Gotham-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('Gotham-Book.woff') format('woff'), /* Pretty Modern Browsers */ url('Gotham-Book.ttf') format('truetype'), /* Safari, Android, iOS */ url('Gotham-Book.svg#GothamBook') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'Gotham-Bold';
	src: url('Gotham-Bold.eot'); /* IE9 Compat Modes */
	src: url('Gotham-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('Gotham-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('Gotham-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('Gotham-Bold.svg#svgGothamBold') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'Gotham-Medium';
	src: url('Gotham-Medium.eot'); /* IE9 Compat Modes */
	src: url('Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('Gotham-Medium.woff') format('woff'), /* Pretty Modern Browsers */ url('Gotham-Medium.ttf') format('truetype'), /* Safari, Android, iOS */ url('Gotham-Medium.svg#svgGothamMedium') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'Gotham-Light';
	src: url('Gotham-Light.eot'); /* IE9 Compat Modes */
	src: url('Gotham-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('Gotham-Light.woff') format('woff'), /* Pretty Modern Browsers */ url('Gotham-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('Gotham-Light.svg#svgGothamLight') format('svg'); /* Legacy iOS */
}
