#viewport {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	touch-action: none;
	font-family: 'Syne Mono', sans-serif;
}

html, body {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#no-webgpu {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2em;
	line-height: 1.4;
}

#no-webgpu p {
	display: inline-block;
	max-width: 32em;
}

@font-face {
	font-family: "Syne Mono";
	src:
			url("/assets/font.ttf") format("truetype"),
			url("/assets/font.woff") format("woff");
}
