:root {
  color-scheme: light dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #101418;
  color: #f7efe0;
}
body { min-height: 100vh; margin: 0; display: grid; place-items: center; }
main { width: min(720px, calc(100vw - 48px)); }
.eyebrow { color: #e6b45f; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
h1 { font-size: clamp(3rem, 12vw, 7rem); line-height: .9; margin: 0 0 1rem; }
p, dl { font-size: 1.08rem; line-height: 1.7; color: color-mix(in srgb, currentColor 78%, transparent); }
code { color: #ffe0a3; }
