:root {
  --bg-deep: #121110;
  --bg-base: #1a1816;
  --bg-surface: #221f1c;
  --bg-raised: #2a2723;
  --bg-overlay: #302c28;

  --text-primary: #e8e0d0;
  --text-secondary: #b8b0a0;
  --text-muted: #8e8676;
  --text-faint: #524e46;

  --accent-primary: #e07a5f;
  --accent-hover: #c96a52;
  --accent-soft: #e07a5f26;
  --accent-secondary: #d4a84b;
  --accent-tertiary: #7a8450;

  --border-default: #e8e0d01a;
  --border-subtle: #e8e0d00f;
  --border-strong: #e8e0d02e;
  --border-accent: #e07a5f4d;

  --success: #7a9a5a;
  --warning: #d4a84b;
  --error: #c45a4a;
  --info: #6a8a9a;

  --shadow-sm: 0 2px 8px #00000033;
  --shadow-md: 0 8px 24px #00000040;
  --shadow-lg: 0 20px 50px #00000059;

  --font-display: "Inter Tight", "Inter", -apple-system, sans-serif;
  --font-body: "Inter", -apple-system, system-ui, sans-serif;
  --font-serif: "Playfair Display", "Times New Roman", serif;
  --font-mono: "JetBrains Mono", "SF Mono", Menlo, monospace;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 999px;

  --section-gap: clamp(3rem, 4.5vw, 4.5rem);

  --ease-soft: cubic-bezier(0.22, 0.61, 0.36, 1);
  --duration-fast: 180ms;
  --duration-normal: 300ms;
  --duration-slow: 500ms;
}
