/* Smooth scrolling */
html { scroll-behavior: smooth; }

/* Prose tweaks */
.prose h2 { color: #0f766e; }
.prose a  { color: #0d9488; }
.prose strong { color: #1e293b; }
