:root {
  /* Legacy colors kept for compatibility */
  --primary-color: #8c785c;
  --primary-color-rgb: 140, 120, 92;
  --secondary-color: #8c785c;
  --secondary-color-rgb: 140, 120, 92;
  --tertiary-color: #84cc16;
  --tertiary-color-rgb: 132, 204, 22;

    /* Override dark blue backgrounds with panel colors */
    --bg-dark-1: #2f2b24;
    --bg-dark-1-rgb: 47, 43, 36;
    --bg-dark-2: #453f37;
    --bg-dark-3: #36312b;

  /* Panel palette */
  --panel-bg: #2f2b24;
  --panel-surface: #453f37;
  --panel-surface-2: #36312b;
  --panel-border: #5d5749;
  --panel-text: #e5e7eb;
  --panel-text-subtle: #a8a29e;
  --panel-primary: #8c785c;
  --panel-success: #84cc16;
  --panel-danger: #ef4444;
  --panel-warning: #f59e0b;
}