			:root {
				color-scheme: light dark;
			}
			body {
				margin: 0;
				font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
					'Helvetica Neue', Arial, system-ui, sans-serif;
				line-height: 1.6;
			}
			main {
				max-width: 820px;
				margin: 0 auto;
				padding: 2rem 1.25rem 4rem;
			}
			h1,
			h2 {
				line-height: 1.25;
			}
			h1 {
				margin-bottom: 0.25rem;
			}
			.meta {
				color: #666;
				font-size: 0.95rem;
				margin-bottom: 2rem;
			}
			section {
				margin: 1.5rem 0;
			}
			a {
				color: inherit;
				text-decoration: underline;
			}
