@font-face {
font-family: "Gotham Book";
src: url("../fonts/gotham-book.woff2") format("woff2"),
	url("../fonts/gotham-book.woff") format("woff");
	font-style: normal;
	font-weight: 400;
}
@font-face {
font-family: "Gotham Medium";
src: url("../fonts/gotham-medium.woff2") format("woff2"),
	url("../fonts/gotham-medium.woff") format("woff");
	font-style: normal;
	font-weight: 500;
}
@font-face {
font-family: "Melior";
src: url("../fonts/melior.woff2") format("woff2"),
	url("../fonts/melior.woff") format("woff");
	font-style: normal;
	font-weight: 400;
}
@font-face {
font-family: "Melior Bold";
src: url("../fonts/melior-bold.woff2") format("woff2"),
	url("../fonts/melior-bold.woff") format("woff");
	font-style: normal;
	font-weight: 700;
}