html {
	-webkit-text-size-adjust: 100%;
	height: 100%;
	background: #0a1119;
	/** TODO: Update to grey1(080D13) when v4 is released */
}

#router-container {
	height: inherit;
}

body {
	height: 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;
}

body,
input,
textarea,
select,
button {
	text-rendering: optimizeLegibility;
}

* {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="text"]::-ms-clear {
	display: none;
}

input {
	background-color: transparent;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
	appearance: 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.1625a9df0a6044bd791c.css.map*/