/* Empty: Tailwind handles styling via CDN. 
   Custom tweaks can be added here if needed. */

/* Optional: subtle scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Improve focus styles */
:focus-visible {
  outline: 2px solid #ef4444; /* brand.red */
  outline-offset: 2px;
}