*, *::before, *::after {
	box-sizing: border-box;
}

html {
	font-family: system-ui;
}

output {
	white-space: nowrap;
	font-family: monospace;
}
