@font-face {
	font-family: "GothamRounded";
	font-weight: 400;
	src: local('GothamRounded-Light'), url("fonts/GothamRounded/GothamRounded-Light.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "GothamRounded";
	font-weight: 500;
	src: local('GothamRounded-Book'), url("fonts/GothamRounded/GothamRounded-Book.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "GothamRounded";
	font-weight: 600;
	src: local('GothamRounded-Medium'), url("fonts/GothamRounded/GothamRounded-Medium.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "GothamRounded";
	font-weight: 800;
	src: local('GothamRounded-Bold'), url("fonts/GothamRounded/GothamRounded-Bold.woff") format("woff");
	font-display: swap;
}