:root {
	color-scheme: light;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background: #f7f5ef;
	color: #111827;
}

body {
	margin: 0;
	min-height: 100vh;
	display: grid;
	place-items: center;
}

.shell {
	width: min(100% - 48px, 720px);
}

.eyebrow {
	margin: 0 0 16px;
	color: #6b7280;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

h1 {
	margin: 0 0 16px;
	font-size: 2.25rem;
	line-height: 1.05;
}

p {
	margin: 0;
	color: #374151;
	font-size: 1rem;
	line-height: 1.6;
}

@media (min-width: 640px) {
	h1 {
		font-size: 3rem;
	}
}
