/* Minimal custom CSS layered over Tailwind via CDN.
   The voice editor can rewrite this file directly — keep it small and obvious. */

html { scroll-behavior: smooth; }

/* Prose styling for AI-generated body content (about page, blog posts). */
.prose p     { margin-bottom: 1rem; line-height: 1.65; }
.prose h2    { margin-top: 2rem; font-size: 1.5rem; font-weight: 700; color: #0f172a; }
.prose h3    { margin-top: 1.5rem; font-size: 1.2rem; font-weight: 600; color: #0f172a; }
.prose ul    { padding-left: 1.5rem; list-style: disc; }
.prose ol    { padding-left: 1.5rem; list-style: decimal; }
.prose li    { margin-bottom: 0.35rem; }
.prose a     { color: #0284c7; text-decoration: underline; }
.prose img   { max-width: 100%; height: auto; border-radius: 0.5rem; margin: 1rem 0; }
.prose blockquote {
  border-left: 3px solid #cbd5e1;
  padding-left: 1rem;
  color: #475569;
  font-style: italic;
  margin: 1rem 0;
}
.prose code {
  background: #f1f5f9;
  padding: 0.1rem 0.35rem;
  border-radius: 0.25rem;
  font-size: 0.92em;
}
