body { min-width: 320px; background: var(--ivory-50); color: var(--slate-700); font-family: var(--font-body); font-size: 16px; line-height: 1.7; }
body.nav-open { overflow: hidden; }
h1, h2, h3 { color: var(--navy-900); font-family: var(--font-display); line-height: 1.16; }
a { text-decoration-thickness: 1px; text-underline-offset: .2em; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--gold-300); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-160%); padding: 10px 16px; border-radius: 6px; background: var(--white); color: var(--navy-950); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
