@layer base { /* Bind CSS color-scheme to Sure's data-theme attribute so the CSS `light-dark()` function resolves to the side that matches the active theme (used by DS::Pill and any future tokens that opt in). */ :root { color-scheme: light; } [data-theme="dark"] { color-scheme: dark; } button { @apply cursor-pointer; /* Canonical keyboard-focus indicator (#2136) — the same recipe as `.focus-ring` in components.css, applied here so every