/* GENERATED by scripts/build-legal.mjs — do not edit by hand.
   Edit PAGE_CSS in that script and re-run: node scripts/build-legal.mjs
   Shared by index.html, privacy.html and terms.html. */
:root { color-scheme: light; }
* { box-sizing: border-box; }
body {
  margin: 0;
  padding: 3rem 1.25rem 5rem;
  background: #ffffff;
  color: #1e2a4a;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
}
main { max-width: 65ch; margin: 0 auto; }
h1 { font-size: 2rem; line-height: 1.2; font-weight: 900; letter-spacing: -0.02em; margin: 0 0 1.75rem; }
h2 { font-size: 1.1875rem; line-height: 1.35; font-weight: 800; margin: 2.75rem 0 0.75rem; }
p { margin: 0 0 1.25rem; }
ul { margin: 0 0 1.5rem; padding-left: 1.25rem; }
li { margin: 0 0 0.65rem; }
strong { font-weight: 800; }
code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.9em;
  background: #f4f6fa;
  padding: 0.1em 0.35em;
  border-radius: 4px;
}
a { color: #1e2a4a; text-underline-offset: 0.15em; }
a:hover { text-decoration-thickness: 2px; }
.footer {
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e7e9f1;
  font-size: 0.9375rem;
}

/* index.html only */
.wordmark {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.1;
  margin: 0 0 1.25rem;
}
.lede { margin: 0 0 2.5rem; }

@media (min-width: 40rem) {
  body { padding: 4.5rem 2rem 6rem; }
  h1 { font-size: 2.5rem; }
  h2 { font-size: 1.3125rem; }
  .wordmark { font-size: 3.25rem; }
}
