/* Speelplank theme — the spruce & mustard world.
   Legacy aliases keep the app's original names working; new CSS should
   use the semantic names. */
:root {
  --bg: #F5F3EC;
  --surface: #FFFFFF;
  --ink: #21362E;
  --muted: #66756C;
  --faint: #98A49B;
  --line: #E6E2D5;
  --accent: #2F5D4A;
  --accent-deep: #234737;
  --accent-soft: #E7EFE9;
  --good: #2F5D4A;
  --shadow-tint: 33, 54, 46;

  /* second accent: mustard */
  --accent-2: #DBA53A;
  --accent-2-soft: #F6E8C9;

  /* legacy aliases (migration bridge — do not use in new CSS) */
  --spruce: var(--accent);
  --spruce-deep: var(--accent-deep);
  --mustard: var(--accent-2);
  --mustard-soft: var(--accent-2-soft);
  --pippa: var(--accent-2);
  --max: var(--accent);
}
