@font-face { font-family: system; src: local("Inter"), local("Arial"); }
:root { font-family: system, system-ui, sans-serif; color: #24372f; background: #f6f7f3; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; padding: 28px; }
main { width: min(100%, 720px); padding: clamp(28px, 7vw, 68px); border: 1px solid #dde3da; border-radius: 20px; background: #fff; }
.eyebrow { font-size: 11px; letter-spacing: .15em; font-weight: 700; color: #62786a; }
h1 { font-size: clamp(30px, 5vw, 48px); line-height: 1.12; letter-spacing: -.035em; margin: 28px 0 18px; overflow-wrap: anywhere; }
p { color: #66736a; line-height: 1.7; max-width: 460px; }
a { display: inline-block; margin-top: 28px; color: #294c37; text-underline-offset: 5px; }
a:focus-visible { outline: 2px solid #294c37; outline-offset: 6px; }
