/* STANDALONE RESET */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
html,
body {
	height: 100dvh;
	width: 100%;
	overflow: hidden;
	background: #000;
	font-family: -apple-system, system-ui, sans-serif;
}
