:root {
  --bg-base: #050505;
  --surface-1: #0d0d0e;
  --surface-2: #131313;
  --surface-accent-dim: #201808;
  --border: #29281f;
  --border-strong: #3d3b30;
  --text-primary: #f1f0ec;
  --text-body: #ece9e1;
  --text-secondary: #9c988c;
  --text-muted: #5c584d;
  --accent: #f0a23d;
  --accent-on: #050505;
  --success: #7fc99e;
  --info: #8fb3d9;
  --danger: #e2645f;
  --radius-sm: 2px;
  --radius-md: 3px;
  --radius-lg: 4px;
  --font-mono: 'IBM Plex Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
