
/* Import Fonts */

/* Gotham */

@font-face {
	font-family: 'Gotham';
	src:url('Gotham-Book_Web.woff2') format('woff2'),
		url('Gotham-Book_Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src:url('Gotham-Medium_Web.woff2') format('woff2'),
		url('Gotham-Medium_Web.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src:url('Gotham-Bold_Web.woff2') format('woff2'),
		url('Gotham-Bold_Web.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
