/* Self-hosted Gotham (lizenzierte Webfonts als .woff2 hier ablegen). */
@font-face {
	font-family: "Gotham";
	src:
		local("Gotham Book"),
		local("Gotham-Book"),
		url("Gotham-Book.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gotham";
	src:
		local("Gotham Medium"),
		local("Gotham-Medium"),
		url("Gotham-Medium.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
