
/* Import Fonts */

/* Gotham */
@font-face {
	font-family: 'Gotham';
	src:url('Gotham-Thin_Web.woff2') format('woff2'),
		url('Gotham-Thin_Web.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src:url('Gotham-XLight_Web.woff2') format('woff2'),
		url('Gotham-XLight_Web.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src:url('Gotham-Light_Web.woff2') format('woff2'),
		url('Gotham-Light_Web.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@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: 500;
	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;
}
@font-face {
	font-family: 'Gotham';
	src:url('Gotham-Black_Web.woff2') format('woff2'),
		url('Gotham-Black_Web.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src:url('Gotham-Ultra_Web.woff2') format('woff2'),
		url('Gotham-Ultra_Web.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}
