html { color-scheme: light; background: #faf7f1; color: #302a25; font-family: Georgia, "Times New Roman", serif; }
body { margin: 0; min-height: 100svh; display: grid; place-items: center; }
main { box-sizing: border-box; width: min(100%, 44rem); padding: 4rem 1.5rem; }
h1 { margin: 0 0 1.5rem; font-size: clamp(2rem, 5vw, 3rem); line-height: 1.2; font-weight: 500; text-wrap: balance; }
p { font-family: system-ui, sans-serif; font-size: 1.125rem; line-height: 1.7; }
a { color: #653b31; text-underline-offset: 0.2em; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
