@font-face {
	font-family: 'GothamPro';
	src: url('/fonts/GothamPro_Regular.eot?') format('eot'),
		 url('/fonts/GothamPro_Regular.woff') format('woff'), 
	     url('/fonts/GothamPro_Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'GothamPro';
	font-weight: 700;
	src: url('/fonts/GothamPro_Black.eot?') format('eot'),
		 url('/fonts/GothamPro_Black.woff') format('woff'),
		 url('/fonts/GothamPro_Black.ttf') format('truetype');
}
/*
@font-face {
  font-family: 'GothamPro';
  font-weight: 300
  src: local('GothamPro-Light'), url(/fonts/GothamPro_Light.ttf) format('truetype');
}
 */


