/* AMA now supports a single premium light theme.
   This file remains as a compatibility import for existing pages. */

.theme-transitioning * {
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease !important;
}
