:root {
  --bg: #15130f;
  --bg-panel: #191711;
  --bg-panel-soft: #1f1c16;
  --bg-card: #17140f;

  --border: #2c2820;
  --border-soft: #221f18;
  --border-strong: #463f31;

  --text-primary: #ece6d8;
  --text-secondary: #9a9284;
  --text-muted: #7d7565;
  --text-faint: #6b6457;

  --accent: #c9a24b;
  --accent-soft: rgba(201, 162, 75, 0.12);

  --critical: #cf5b4e;
  --critical-dim: rgba(207, 91, 78, 0.12);
  --elevated: #d8a13f;
  --elevated-dim: rgba(216, 161, 63, 0.12);
  --stable: #6fae7e;
  --stable-dim: rgba(111, 174, 126, 0.12);

  --shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
  --radius: 1px;

  --serif: "Spectral", Georgia, serif;
  --sans: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
