/* Chelix brand tokens — the single source of truth for every surface.
 *
 * Consumers:
 *   - website/app/globals.css imports this file directly (inlined at build).
 *   - plc_explorer/web/tokens.css is a byte-identical copy loaded before
 *     styles.css (the workspace has no bundler); tests/test_brand_tokens.py
 *     fails CI if the copy drifts from this file.
 * Edit both copies in the same commit.
 */
:root {
  --chx-lime: #b8ff42;
  --chx-lime-dark: #6fb816;
  --chx-accent-on-light: #356c08;
  --chx-ink: #101411;
  --chx-panel: #151a17;
  --chx-bg-dark: #0d100e;
  --chx-paper: #f5f3eb;
  --chx-paper-deep: #e9e6da;
  --chx-white: #fffef8;
  --chx-muted: #5e665f;
}
