/*******************************/
/* 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-Bold';
	src: url('../fonts/gotham-bold.woff2') format('woff2'),
		 url('../fonts/gotham-bold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

/*******************************/
/* BIENNALE                    */
/*******************************/
@font-face {
	font-family: 'Biennale-Light';
	src: url('../fonts/biennale-light.woff2') format('woff2'),
		 url('../fonts/biennale-light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Biennale-Book';
	src: url('../fonts/biennale-book.woff2') format('woff2'),
		 url('../fonts/biennale-book.woff') format('woff');
	font-weight: 350;
	font-style: normal;
}