/*
 * Theme bridge stylesheet
 * -----------------------
 * The main contract lives in core.css semantic tokens.
 * Keep this file intentionally small to avoid one-off dark-mode overrides
 * that drift from the token system over time.
 */

html[data-theme="dark"] body {
    background: var(--bg-body);
    color: var(--text-primary);
}
