/* Motehaven Shared Palette — imported by all UI surfaces */
/* Surface-specific overrides go in each surface's own CSS */

:root {
  /* Core brand colors — single source of truth for all surfaces */
  --palette-accent: #a4cf7f;
  --palette-danger: #dc7f5c;
  --palette-warn: #dfb668;
  --palette-info: #62d4ff;

  /* Core text colors */
  --palette-text: #f7f1e2;
  --palette-text-muted: #d0c1a6;
  --palette-text-dim: #9e8e72;

  /* Core border */
  --palette-border: rgba(162, 133, 84, 0.56);
  --palette-border-subtle: rgba(162, 133, 84, 0.25);
}
