/* Minimal custom CSS — Tailwind handles the bulk of styling. */

html { scroll-behavior: smooth; }

/* Slightly tighter tracking on display headings */
h1, h2 { letter-spacing: -0.01em; }

/* Honeypot belt-and-suspenders: ensure it never displays even without inline style */
input[name="website"] { display: none !important; }
