/* Tiny custom layer on top of Tailwind CDN. Keep this file lean. */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0ms !important;
  }
}

/* Dropzone hover state when a file is dragged over */
#dropzone.is-dragover {
  background-color: rgb(238 242 255);
  border-color: rgb(99 102 241);
}

/* Print: hide nav & footer when guests print their gallery */
@media print {
  header, footer, form { display: none !important; }
}
