/* Subtle global polish on top of Tailwind. */
html { scroll-behavior: smooth; }

/* Tailwind typography overrides for our brand */
.prose h2 { font-family: "Fraunces", Georgia, serif; font-weight: 600; color: #21364f; margin-top: 2rem; margin-bottom: 0.75rem; }
.prose h3 { font-family: "Fraunces", Georgia, serif; font-weight: 600; color: #26405e; }
.prose a { color: #345d8b; }
.prose a:hover { color: #21364f; }
.prose code { background: #f1f5f9; padding: 0.1em 0.35em; border-radius: 0.25rem; font-size: 0.9em; }

/* HTMX swap indicator */
.htmx-indicator { opacity: 0; transition: opacity 200ms ease-in; }
.htmx-request .htmx-indicator { opacity: 1; }
.htmx-request.htmx-indicator { opacity: 1; }
