/* SLUG automatic theme: follow the visitor's operating-system preference. */
@import "theme-slug-light.css";
@import "theme-slug-dark.css" (prefers-color-scheme: dark);
