* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: var(--paper); color: var(--ink); -webkit-font-smoothing: antialiased; }
body, button, input, textarea, select { font: inherit; }
button, input, textarea, select { color: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; }
h1 { font: 700 clamp(2rem, 7vw, 4rem)/.98 Georgia, "Times New Roman", serif; }
h2 { font: 700 clamp(1.45rem, 4vw, 2.25rem)/1.08 Georgia, "Times New Roman", serif; }
h3 { font-size: 1.05rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--brand) 60%, white); outline-offset: 2px; }
::selection { background: var(--brand-soft); }

