/* Shared accessibility styles for the light-palette legal pages
   (privacy.html, dpa.html). Consolidated 2026-09-11 — this exact
   three-rule block was duplicated, byte-for-byte, across both pages'
   <style> blocks. One copy now.
   Requires the page's own :root to define --ink and --accent. */
:focus-visible{outline:3px solid var(--accent);outline-offset:3px;border-radius:6px;}
.skip-link{position:absolute;left:-9999px;top:0;background:var(--ink);color:#efedf9;padding:.7em 1.2em;border-radius:0 0 10px 0;font-weight:600;z-index:9999;}
.skip-link:focus{left:0;}
