@font-face {
	font-family: ShadowsLight;
	src: url("../fonts/ShadowsIntoLight-Regular.ttf");
}

@font-face {
	font-family: Handlee;
	src: url("../fonts/Handlee-Regular.ttf");
}

::selection {
	background-color: #C8E7C8;
	color: #333;
}

body {
	font-family: Handlee;
	height: 100%;
	width: 100%;
	min-height: 100vh;
	/*display: flex;
    justify-content: center;
    align-items: center;*/
    background: radial-gradient(#111, #333);
	background-color: #111;
	color: #fff;
	margin: 0;
}

#font-loader {
	font-family: Handlee;
	position: absolute;
	left: -1000px;
	visibility: hidden;
}

#username {
	font-size: 20px;
}

#username-input {
	font-family: Handlee;
	font-size: 20px;
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
}

#username-input:focus-visible {
	outline: none;
}

#leaderboards-table, #controls-table {
	font-family: Handlee;
	font-size: 20px;
	border-spacing: 0;
	min-width: 320px;
	max-width: 500px;
	color: #555;
	border: 2px solid;
	background: rgba(255, 255, 255, 0.5);
}

#controls-table {
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	image-rendering: pixelated;
	min-width: 664px;
}

#controls-table td {
	white-space: nowrap;
	min-width: 112px;
}

#controls-table td.inputs-column {
	min-width: 175px;
}

#controls-table img {
	height: 30px;
	vertical-align: middle;
}

#controls-table #esc-key {
	height: 32px;
}

#controls-table-body tr:first-child td {
	padding-top: 6px;
}

#controls-table-body tr:last-child td {
	padding-bottom: 6px;
}

thead tr td {
	border-bottom:2px solid;
}

td {
	padding: 2px 10px;
}

tr td {
	border-left: 2px solid;
	text-align: center;
}

tr td:first-child {
	border-left: none;
	text-align: center;
}

.leaderboards-you {
	background: rgba(40, 40, 40, 30%);
	color: #000;
}

#volume-slider {
	font-family: Handlee;
	font-size: 20px;
	display: flex;
}

#volume-slider input{
	accent-color: #C8E7C8;
}