/* Hand-written stand-in for the Tailwind "prose" look the old site used. */
html { height: 100%; }
body {
  margin: 0;
  padding: 1.5rem;
  min-height: 100%;
  box-sizing: border-box;
  background: #f8fafc;
  color: #374151;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}
header, main, footer {
  max-width: 65ch;
  margin: 0 auto;
  padding: 1.5rem;
  box-sizing: border-box;
}
main {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
main > :first-child { margin-top: 0; }
main > :last-child { margin-bottom: 0; }
footer { padding-top: 0.75rem; padding-bottom: 0.75rem; }
h1 {
  margin: 0;
  color: #111827;
  font-size: 2.25em;
  font-weight: 800;
  line-height: 1.11;
}
h1 a { color: inherit; text-decoration: none; }
h2 {
  margin: 2em 0 1em;
  color: #111827;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.33;
}
h3 {
  margin: 1.6em 0 0.6em;
  color: #111827;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
}
a { color: #2563eb; font-weight: 500; text-decoration: underline; }
p, ul { margin: 1.25em 0; }
ul { padding-left: 1.625em; }
li { margin: 0.5em 0; padding-left: 0.375em; }
li::marker { color: #d1d5db; }
small { color: #6b7280; }
