/**
 * Default themes bundle — light + dark.
 *
 * light.css sets :root/:host defaults so pages work without data-theme.
 * The playground skips this file and imports all themes individually.
 *
 * For additional themes, import them in your input.css:
 *   @import "./themes/dracula.css";
 */

/* Default theme (light) - sets :root, :host defaults */
@import "./light.css";

/* Dark theme */
@import "./dark.css";
