/* Shared dark/light background tokens for standalone demo pages.
   Values must match _sass/_tokens.scss --bg/--text so demos match the
   site theme. Demos link this file instead of redefining these locally. */
:root {
  --bg: #14171c;
  --text: #d6d7d9;
}

:root[data-theme="light"] {
  --bg: #fcfbf9;
  --text: #21242a;
}
