body {
	max-width: 42rem;
	margin: 2rem auto;
	padding: 0 1.5rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
	font-size: 1.125rem;
	line-height: 1.6;
	color: #1a1a1a;
}

h1, h2 {
	line-height: 1.2;
}

a {
	color: #0066cc;
}

@media (prefers-color-scheme: dark) {
	body {
		background: #1a1a1a;
		color: #e0e0e0;
	}
	a {
		color: #4d9fff;
	}
}