

@font-face {
	font-family: 'GothamBook';
	src: url('./GothamBook.eot');
	src: local('GothamBook'), url('./GothamBook.woff') format('woff'), url('./GothamBook.ttf') format('truetype');
}

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

@font-face {
	font-family: 'Gotham-Bold';
	src: url('./Gotham-Bold.eot');
	src: local('Gotham-Bold'), url('./Gotham-Bold.woff') format('woff'), url('./Gotham-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Gotham-Light';
	src: url('./Gotham-Light.eot');
	src: local('Gotham-Light'), url('./Gotham-Light.woff') format('woff'), url('./Gotham-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Gotham-Thin';
	src: url('./Gotham-Thin.eot');
	src: local('Gotham-Thin'), url('./Gotham-Thin.woff') format('woff'), url('./Gotham-Thin.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_10146">Text with this font applied</p> 
.gbook {
	font-family: 'GothamBook' !important;
}

.gmedium {
	font-family: 'Gotham-Medium' !important;
}

.gbold {
	font-family: 'Gotham-Bold' !important;
}

.glight {
	font-family: 'Gotham-Light' !important;
}

.gthin {
	font-family: 'Gotham-Thin' !important;
}



/* Font downloaded from FontsForWeb.com */