/* Shared base styles, previously duplicated in each page's <helmet>. */
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
::selection { background: rgba(216,72,29,0.20); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 2px solid #D8481D; outline-offset: 3px; }
html, body { margin: 0; padding: 0; background: #EAE6DB; }
body { font-family: 'Hanken Grotesk', system-ui, sans-serif; color: #17150F; -webkit-font-smoothing: antialiased; }
::selection { background: #D8481D; color: #F6F3EA; }

/* Accent variable, previously set by the runtime from page props. */
[data-root] { --acc: #D8481D; }
