/* Sven auto theme — light by default, dark when the OS prefers it.
   Mirrors the structure of theme-forgejo-auto.css. */
@import "theme-sven-light.css";
@import "theme-sven-dark.css" (prefers-color-scheme: dark);
