/*!
 * theme-yaakov-auto — follows the reader's OS colour-scheme preference.
 *
 * Same two-import shape as Forgejo's own theme-forgejo-auto.css. The dark
 * import is media-scoped, so its :root block and its .markup overrides only
 * apply when the reader prefers dark; because it is imported second it wins
 * over the light rules there.
 */

@import "theme-yaakov-light.css";
@import "theme-yaakov-dark.css" (prefers-color-scheme: dark);
