:root {
	--border_radius: 8px;
	--margin: 16px;
}

@font-face {
    font-family: "god-text";
    src: url("../assets/fonts/god-text.ttf") format("truetype");
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;

	margin: 0;

	font-family: "god-text";
	color: rgba(0, 0, 0, 0.8);

	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;      
	
	background-color: rgba(0, 0, 0, 0.1);

	overflow: hidden;
	cursor: none;
}