/**	FONTS */
@font-face {
	font-family: 'Gotham';
	src: url("../fonts/Gotham-Bold.otf") format("opentype");
	font-weight: 700;
}

@font-face {
	font-family: 'Gotham';
	src: url("../fonts/Gotham-BoldIta.otf") format("opentype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'LibreFranklin';
	src: url("../fonts/LibreFranklin-Regular_0.ttf") format("truetype");
	font-weight: 400;
}