/* privacy.css — rules specific to privacy.html.
   Loaded after legal.css; later source order settles any overlap.
   ------------------------------------------------------------------------- */
main{max-width:760px;margin:0 auto;padding:60px 24px 96px}
h2{font-family:var(--font-display);font-weight:700;margin-top:38px;font-size:1.2rem}
h3{font-family:var(--font-display);font-weight:700;margin-top:22px;font-size:1rem;color:var(--primary)}
ul{padding-left:1.25rem}
ul li{margin:4px 0}

/* Was a style="…" attribute; the service's CSP forbids those. */
.u-mt-26{margin-top:26px}
