/* ----------------------------------------------------------------------------------------- */
/* Gotham HTF */
/* ----------------------------------------------------------------------------------------- */

/* ----- Medium ----- */

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Medium.eot');
	src: local('☺'), url('fonts/Gotham-Medium.woff') format('woff'), 
		url('fonts/Gotham-Medium.ttf') format('truetype'), 
		url('fonts/Gotham-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-MediumItalic.eot');
	src: local('☺'), url('fonts/Gotham-MediumItalic.woff') format('woff'), 
		url('fonts/Gotham-MediumItalic.ttf') format('truetype'), 
		url('fonts/Gotham-MediumItalic.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}


/* ----- Bold ----- */

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Bold.eot');
	src: local('☺'), url('fonts/Gotham-Bold.woff') format('woff'), 
		url('fonts/Gotham-Bold.ttf') format('truetype'), 
		url('fonts/Gotham-Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-BoldItalic.eot');
	src: local('☺'), url('fonts/Gotham-BoldItalic.woff') format('woff'), 
		url('fonts/Gotham-BoldItalic.ttf') format('truetype'), 
		url('fonts/Gotham-BoldItalic.svg') format('svg');
	font-weight: bold;
	font-style: italic;
}