/* Custom overrides on top of Tailwind */
body { font-family: 'IBM Plex Sans', system-ui, sans-serif; }
h1,h2,h3,h4,h5,h6,.font-heading { font-family: 'Outfit', system-ui, sans-serif; letter-spacing: -0.01em; }
::selection { background-color: rgba(37, 99, 235, 0.2); color: #0f172a; }

/* line-clamp helpers */
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* Smooth focus */
*:focus-visible { outline: 2px solid #2563eb; outline-offset: 2px; }
