/* Minimal overrides — Tailwind CDN handles layout and utilities. */

::selection {
  background-color: rgba(74, 111, 165, 0.22);
  color: #1a1a1a;
}

/* Respect reduced motion while keeping anchor jumps usable */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
