/* Plain-CSS translation of pages/tailwind.css's @layer base @apply rules. */
h1 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #111827;
}
ul {
  list-style: disc;
  padding-left: 1.5rem;
}
ol {
  list-style: decimal;
  padding-left: 1.5rem;
}
p {
  margin: 0.5rem 0;
}
/* Link colors are defined in site.css (a{color:inherit} + brand hover), and
   buttons carry their own colors. Generic blue/visited defaults are omitted on
   purpose: a:visited/a:hover (specificity 0,1,1) would otherwise override
   .btn-* colors (0,1,0) — e.g. turning a visited pink button's text navy. */
