:root {
  /* Bright, sunny palette — high contrast for readability */
  --bg: #fff9f0;
  --panel: #ffffff;
  --border: rgba(180, 100, 30, 0.2);

  --text: #1a2332;
  --muted: #3d4a5c;

  --accent: #e85d04;
  --accent-2: #0ea5e9;
  --on-accent: #ffffff;

  --good: #059669;
  --bad: #dc2626;
  --warn: #d97706;

  /* Soft highlights */
  --sun-glow: #fde68a;
  --sky-tint: #e0f2fe;
}
