/*=====TYPOGRAPHY======*/

@font-face {
	font-family: GothamPro;
	src: local(Circe-Regular), url(../fonts/GothamPro.ttf);
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: GothamProBold;
	src: local(Circe-Regular), url(../fonts/GothamPro-Bold.ttf);
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: 'GothamProMedium';
	src: url('../fonts/GothamPro-Medium.eot');
	src: local('Gotham Pro Medium'), local('../fonts/GothamPro-Medium'),
		url('../fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamPro-Medium.woff') format('woff'),
		url('../fonts/GothamPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'GothamProLight';
	src: url('../fonts/GothamPro-Light.eot');
	src: local('Gotham Pro Light'), local('../fonts/GothamPro-Light'),
		url('../fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamPro-Light.woff') format('woff'),
		url('../fonts/GothamPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'GothamProLightItalic';
	src: url('../fonts/GothamPro-LightItalic.eot');
	src: local('Gotham Pro LightItalic'), local('../fonts/GothamPro-LightItalic'),
		url('../fonts/GothamPro-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamPro-LightItalic.woff') format('woff'),
		url('../fonts/GothamPro-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}