@import "./tailwind-theme.css"; /* Respect the OS "reduce motion" setting. Collapses every animation/transition * (HeartBurst, Skeleton pulse, diashow cross-fades, sheet/FAB slides) to a * near-instant change rather than removing them outright, so state still updates. */ @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } }