/* ── tokens.css — CSS custom properties (overwritten by app.js at runtime) ── */

:root {
  /* Semantic aliases for left-panel styling (set from darkTinted neutrals) */
  --bg:   #1d1b16;
  --bg-2: #272420;
  --bg-3: #31302b;
  --bg-5: #484540;
  --bg-7: #5e5b56;
  --fg:   #eae6db;
  --fg-2: #9b9790;

  /* Notification colours (defaults, overridden at runtime) */
  --color-note:    #5bbcb8;
  --color-message: #4da6e8;
  --color-success: #5cb85c;
  --color-warning: #e8a838;
  --color-error:   #d9534f;
}
