/* Scott Plastics — residual theme tokens (2665).
 *
 * Everything this file used to carry twice — the slate --bg / --card-bg /
 * --text / --input-* vocabulary, the Bootstrap surface dark-mode overrides —
 * now comes from scott_common (tokens.css + scott_common.css + brand_chrome.css),
 * the same sheets SR-2 runs, so the two instances render the same chrome.
 *
 * What is left is the legacy ``--scott-plastics*`` names that ~380 plastics
 * templates and the tablet/clock UI still write. They alias the shared accent
 * family, so they follow the instance's accent: navy by default (Dan
 * 2026-09-12: "upgrade it to match" SR-2), or whatever ``settings.SCOTT_BRAND``
 * sets — one line, never a second stylesheet (BRAND.md v2.1 §2).
 *
 * No colour literals here: the token block lives in brand_chrome.css.
 */
:root {
  --scott-plastics:       var(--sc-brand);
  --scott-plastics-dark:  var(--sc-brand-hover);
  --scott-plastics-light: var(--sc-brand-soft);
}
