
@font-face {
	font-family: 'GothamPro';
	src: local('GothamPro Regular'), local('GothamPro-Regular'),
		url('gothampro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamPro Bold';
	src: local('GothamPro Bold'), local('GothamPro-Bold'),
		url('gothampro_bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
