/* Design tokens extracted from the CaterPro wireframe's :root
   (caterpro-ai-wireframe/index.html) — the single place the wireframe's look
   enters the shell. Modules consume tokens; they never define their own colors.
   See docs/WORKSPACE_SHELL_SPEC.md §6 (Design tokens). */
:root {
  --wsp-ink: #1d1b16;
  --wsp-paper: #f4f1ea;
  --wsp-card: #fdfcf8;
  --wsp-line: #d8d2c4;
  --wsp-pine: #2f4a3c;
  --wsp-pine-soft: #e3eae4;
  --wsp-copper: #b3552c;
  --wsp-copper-soft: #f3e2d8;
  --wsp-gold: #9a7b2d;
  --wsp-mono: "Sometype Mono", "JetBrains Mono", monospace;
  --wsp-sans: "Archivo", "Manrope", sans-serif;
  --wsp-serif: "Fraunces", serif;

  /* Severity mapping for bands (spec §2): banners critical/amber, attention chips. */
  --wsp-severity-critical: #a52315;
  --wsp-severity-high: var(--wsp-copper);
  --wsp-severity-warning: var(--wsp-gold);
  --wsp-severity-info: var(--wsp-pine);
}
