:root{color-scheme:light;--cream:#f6f0e5;--ink:#28231e;--red:#9e2921;--muted:#665e55}
*{box-sizing:border-box}
html{background:var(--cream);color:var(--ink);font-family:Georgia,"Times New Roman",serif}
body{margin:0}
.legal-page{width:min(100% - 2rem,880px);margin:auto;padding:2rem 0 5rem}
.legal-back{display:inline-block;margin-bottom:3rem;color:var(--red);font:600 1rem/1.4 system-ui,sans-serif;text-underline-offset:.25em}
h1{margin:0 0 .7rem;font-size:clamp(2.25rem,6vw,4rem);line-height:1}
.updated{margin:0 0 3rem;color:var(--muted);font:1rem/1.5 system-ui,sans-serif}
section{margin:0 0 2.4rem}
h2{font-size:clamp(1.35rem,3vw,1.7rem);margin:0 0 .8rem}
p,li,address{font:normal 1.1rem/1.75 system-ui,sans-serif}
address{font-style:normal}
a{color:#7d211c}
a:focus-visible{outline:3px solid #c94b3f;outline-offset:4px;border-radius:2px}
@media(max-width:480px){.legal-page{width:min(100% - 1.5rem,880px);padding-top:1.25rem}p,li,address{font-size:1.02rem}.legal-back{margin-bottom:2.2rem}}
