/* Small overrides layered on top of the Tailwind CDN build.
   Kept deliberately tiny -- there is no CSS build step in this project. */

/* Tailwind's CDN script paints after first byte; avoid a flash of unstyled text. */
html {
  -webkit-text-size-adjust: 100%;
}

/* Django's admin login is reused for staff sign-in; nudge it toward the site palette. */
body.login #header {
  background: #9f1239;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
