/* The legal and secondary pages. Tokens and the site chrome come from chrome.css, which these pages load first. */
body{margin:0;background:var(--ivory,#F4EFE6);color:var(--ink,#141414);font-family:var(--f-body,system-ui),Arial,sans-serif;line-height:1.75;-webkit-font-smoothing:antialiased}
main{max-width:760px;margin:0 auto;padding:32px 20px 56px}
@media (min-width:700px){main{padding:40px 24px 64px}}
.back{display:inline-block;color:var(--muted,#675F54);font-size:14px;text-decoration:none;margin-bottom:18px}
.back:hover{color:var(--ink,#141414)}
h1{font-family:var(--f-display-he,Georgia),serif;font-weight:500;font-size:clamp(28px,6vw,40px);line-height:1.15;margin:0 0 24px}
h2{font-family:var(--f-display-he,Georgia),serif;font-weight:500;font-size:22px;margin:32px 0 10px}
p,li{font-size:16px;color:var(--graphite,#3B3834)}
p{margin:0 0 12px}
ul{margin:0 0 12px;padding-inline-start:22px}
li{margin-bottom:8px}
a{color:var(--ink,#141414);text-decoration:underline;text-decoration-color:var(--gold,#A8854A);text-underline-offset:4px}
strong{color:var(--ink,#141414)}
bdi{white-space:nowrap}
hr{height:1px;background:var(--sand,#E4DACA);border:0;margin:28px 0}
