/* Minimal custom styles layered on top of Tailwind CDN. */
html { font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; }
body { color: #0f172a; background: #ffffff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
::selection { background: #1E40AF; color: #ffffff; }
a { text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 2px solid #1E40AF; outline-offset: 2px; border-radius: 4px; }
/* Keep hero H1 tight on very large screens. */
#hero-h1 { letter-spacing: -0.02em; }
