:root {
  --bg-main: #22212b;
  --bg-panel: #24242b;
  --bg-elevated: #333333;

  --text-primary: #e6e6e6;
  --text-secondary: #b5b5b5;

  --accent: #d18b3c;
  --accent-muted: #9f6a32;

  --border: #4b4b50;

  --font-ui: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
