html {
	-webkit-text-size-adjust: 100%;
	height: 100%;
}
#router-container {
	width: inherit;
	height: inherit;
	background: #0a1119;
}
body {
	height: 100%;
	width: 100%;
	font-weight: 400;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
li {
	list-style: none;
}

/* == SCROLLBAR == */

::-webkit-scrollbar {
	width: 5px;
	height: 4px;
	background-color: transparent;
}

::-webkit-scrollbar-corner {
	background-color: transparent;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	border: none;
	-webkit-border-radius: 2px;
	background-color: #1c2329;
}

/* == SCROLLBAR == */

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

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

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

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

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


/*# sourceMappingURL=client.3c2346d411216caf23bb.css.map*/