/* Shared by the three legal pages. Kept as one file rather than inlined three
   times so a change to the type scale cannot drift between them. */
:root { color-scheme: light dark; --dim: #6b7280; --line: #e5e7eb; }
@media (prefers-color-scheme: dark) { :root { --dim: #9ca3af; --line: #262626; } }
body { margin: 0 auto; padding: 48px 20px 80px; max-width: 38rem; line-height: 1.6;
       font: 16px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif; }
h1 { font-size: 1.9rem; letter-spacing: -.02em; margin: 0 0 .25rem; }
h2 { font-size: 1.05rem; margin: 2.2rem 0 .5rem; }
.sub { color: var(--dim); margin: 0 0 2rem; }
ul, ol { padding-left: 1.2rem; }
li { margin: .35rem 0; }
strong { font-weight: 640; }
footer { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid var(--line);
         color: var(--dim); font-size: .9rem; }
