/* Compatibility loader for the shared academy UI styles.
   Prefer loading a specific theme entry from assets/css/light-theme or
   assets/css/dark-theme when a page does not need runtime theme switching. */
@import url("./css/light-theme/theme.css");
@import url("./css/base.css");
@import url("./css/dark-theme/theme.css");
