:root { color-scheme: light dark; }
body {
	font-family: system-ui, sans-serif;
	max-width: 40rem;
	margin: 4rem auto;
	padding: 0 1rem;
	line-height: 1.5;
}
