@font-face {
	font-weight: 900;
	font-family: "GrandstanderCustom";
	src: url("./assets/fonts/Grandstander-Black.ttf") format("truetype");
}

@font-face {
	font-weight: 900;
	font-family: "NotoSansCustom";
	src: url("./assets/fonts/NotoSans-Black.ttf") format("truetype");
}

@font-face {
	font-family: "Noto Sans";
	src: url("./assets/fonts/NotoSans-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "FuzgarOneCustom";
	src: url("./assets/fonts/FugazOne-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.fontrenderGrandstander {
	font-family: "GrandstanderCustom", serif;
	font-size: 0;
	visibility: hidden;
}

.fontrenderNotoSans {
	font-family: "NotoSansCustom", serif;
	font-size: 0;
	visibility: hidden;
}

.fontrenderFuzgar {
	font-family: "FuzgarOneCustom", serif;
	color: white;
	text-shadow:
		-2px -2px 0 #00169b,
		2px -2px 0 #00169b,
		-2px 2px 0 #00169b,
		2px 2px 0 #00169b,
		-5px 8px 0 #00169b,
		5px 8px 0 #00169b;
}

.fontrenderNotoSansWoff {
	font-family: "Noto Sans", sans-serif;
	font-size: 0;
	visibility: hidden;
}
