:root {
  /* Palette: deep emerald "capital green" accent on a warm off-black dark theme */
  --accent: #1FAE84;
  --accent-hover: #34C79B;
  --accent-tint: rgba(31, 174, 132, 0.16);
  --accent-ink: #07130E; /* dark text/strokes placed on top of the accent color */

  --bg: #0B0F0D;
  --surface: #121815;
  --surface-2: #1B221D;
  --border: #2B332D;
  --text: #EDF3EF;
  --text-muted: #ABB8B0;

  --ok: #35C79B;
  --bad: #E2685A;

  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 20px;

  /* Dark theme: deeper, lower-opacity, multi-layer shadows (design.md §4) */
  --shadow-sm: 0 1px 2px rgba(0,0,0,.35), 0 2px 6px rgba(0,0,0,.25);
  --shadow-md: 0 1px 2px rgba(0,0,0,.4), 0 10px 28px rgba(0,0,0,.45);
  --shadow-lg: 0 16px 40px rgba(0,0,0,.55), 0 4px 12px rgba(0,0,0,.4);

  --font-display: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-body: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --container-max: 1200px;
}
