@import url('https://fonts.googleapis.com/css?family=Oxanium&display=swap');

* {
	padding: 0;
	margin: 0;
	user-select: none;
	cursor: default;
}

body {
	font-family: "Oxanium";
	width: 100vw;
	height: var(--height, 100vh);
	touch-action: pan-x pan-y;
}

body.disable-scroll {
	touch-action: none;
}

button {
	font-family: "Oxanium";
}
