:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #111827; background: #f3f4f6; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: #f3f4f6; }
.landing { min-height: 100vh; display: grid; place-content: center; justify-items: center; gap: 18px; padding: 32px 20px; color: #fff; background: #000; text-align: center; }
.landing h1 { margin: 0; font-size: clamp(30px, 6vw, 56px); letter-spacing: .01em; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 11px 18px; border: 1px solid #fff; border-radius: 6px; color: #000; background: #fff; font-weight: 700; text-decoration: none; }.button:hover { color: #fff; background: #27272a; }
