html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	background: #485a48;
	color: white;
}

html, body, canvas {
	touch-action: none;
	touch-action-delay: none;
}

@font-face {
	font-family: 'optimusprinceps';
	src: url('fonts/optimusprinceps.ttf') format('truetype');
}

@font-face {
	font-family: 'optimusorincepssemibold';
	src: url('fonts/optimusorincepssemibold.ttf') format('truetype');
}

#ingame_chat_box::-webkit-scrollbar {
    width: 12px;
}
#ingame_chat_box::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
#ingame_chat_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
