/* Minimal extras on top of Tailwind. Keep small — most styling lives in utility classes. */

html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* Form focus polish */
input:focus, select:focus, textarea:focus { box-shadow: 0 0 0 3px rgba(19, 144, 218, 0.18); }

/* Subtle prose adjustments on About */
.prose h2, .prose h3 { letter-spacing: -0.01em; }
.prose p { font-size: 1.0625rem; }

/* Print-friendly */
@media print {
  header, footer, [role="navigation"] { display: none; }
}
