@font-face {
	font-family: "Gotham";
	src: url("../fonts/GothamPro-Light.woff2") format("woff2"),
	url("../fonts/GothamPro-Light.woff") format("woff");
	font-style: normal;
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: "Gotham";
	src: url("../fonts/GothamPro.woff2") format("woff2"),
	url("../fonts/GothamPro.woff") format("woff");
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gotham";
	src: url("../fonts/GothamPro-Bold.woff2") format("woff2"),
	url("../fonts/GothamPro-Bold.woff") format("woff");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "Gotham";
	src: url("../fonts/GothamPro-Black.woff2") format("woff2"),
	url("../fonts/GothamPro-Black.woff") format("woff");
	font-style: normal;
	font-weight: 900;
	font-display: swap;
}