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

* { box-sizing: border-box; }

html, body { min-height: 100%; margin: 0; }

body { min-height: 100vh; display: grid; place-items: center; padding: 24px; }

h1 { margin: 0; font-size: clamp(1.6rem, 4vw, 3rem); font-weight: 550; letter-spacing: -.04em; }
