@font-face {
	font-family: "Gamdom";
	src: url(/fonts/Gamdom/Gamdom-Regular.woff2) format("woff2");
	font-display: swap;
}

@font-face {
	font-family: "Gamdom";
	src: url(/fonts/Gamdom/Gamdom-Bold.woff2) format("woff2");
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "Gamdom";
	src: url(/fonts/Gamdom/Gamdom-Medium.woff2) format("woff2");
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "Gamdom";
	src: url(/fonts/Gamdom/Gamdom-Medium90.woff2) format("woff2");
	font-weight: 500;
	font-stretch: 90%;
	font-display: swap;
}

@font-face {
	font-family: "Gamdom";
	src: url(/fonts/Gamdom/Gamdom-Medium110.woff2) format("woff2");
	font-weight: 500;
	font-stretch: 110%;
	font-display: swap;
}

html, body {
  font-family: Gamdom;
	font-weight: 500;
}