/* Elysium Auto for Forgejo: follows the system light/dark setting.
   Needs theme-elysium-light.css and theme-elysium-dark.css next to it. */
@import "./theme-elysium-light.css";
@import "./theme-elysium-dark.css" (prefers-color-scheme: dark);
