/* Externalised so the landing page can drop CSP's 'unsafe-inline' on
   style-src. The inline <style> block in index.html was forcing the
   relaxation; with this file referenced via <link>, style-src 'self'
   is enough. */
body {
  font-family: system-ui, -apple-system, sans-serif;
  color: #1a1a1a;
  max-width: 32rem;
  margin: 4rem auto;
  padding: 0 1.25rem;
  line-height: 1.6;
}
h1 { font-size: 1.5rem; }
code {
  background: #f0f0f0;
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
}
p.muted {
  color: #666;
  font-size: 0.9rem;
}
