:root {
  --bg-primary: #0f1a0e;
  --bg-secondary: #172817;
  --bg-tertiary: #1e3c24;

  --text-primary: #e6edf3;
  --text-secondary: #c9d1d9;
  --text-muted: #8b9e8b;

  --border-light: #2e6040;
  --border-radius-lg: 6px;
  --border-radius-md: 6px;
  --transition-base: all 0.15s ease;
}
