/*******************************/
/* GLOOCK                      */
/*******************************/
@font-face {
	font-family: 'Gloock';
	src: url('../fonts/gloock-regular.woff2') format('woff2'),
		 url('../fonts/gloock-regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

/*******************************/
/* GOTHAM                      */
/*******************************/
@font-face {
	font-family: 'Gotham-Light';
	src: url('../fonts/gotham-light.woff2') format('woff2'),
		 url('../fonts/gotham-light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Book';
	src: url('../fonts/gotham-book.woff2') format('woff2'),
		 url('../fonts/gotham-book.woff') format('woff');
	font-weight: 350;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Medium';
	src: url('../fonts/gotham-medium.woff2') format('woff2'),
		 url('../fonts/gotham-medium.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Bold';
	src: url('../fonts/gotham-bold.woff2') format('woff2'),
		 url('../fonts/gotham-bold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}