/* Tailwind (v4) */ @import "tailwindcss"; /* Small touch target improvements */ @layer base { html:focus-within { scroll-behavior: smooth; } :root { color-scheme: light; } }