/* transitions.css — view transitions between map and AR modes. */

/* TODO: fade/slide transitions; respect prefers-reduced-motion. */
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}
