/* Add your long-form styles here. The page already ships with minimal critical CSS in index.html. */
:root{
  --bg: #ffffff;
  --text: #0f172a;
  --muted: #475569;
  --link: #0a66c2;
  --border: #e2e8f0;
}
/* Example extension */
.prose p { margin: .75rem 0; }
