:root {
  --color-bg: #12151a;
  --color-surface: #1a1f27;
  --color-surface-raised: #171b22;
  --color-surface-hover: #20262f;
  --color-border: #262c36;
  --color-border-light: #323a46;
  --color-text: #ede9e1;
  --color-text-muted: #8b909c;
  --color-text-faint: #5b6270;

  --color-gold: #c69749;
  --color-gold-hover: #b98a3d;
  --color-gold-pressed: #8a6b39;
  --color-on-gold: #12151a;

  --color-danger: #b5564f;
  --color-success: #4f8c82;

  --font-display: "Big Shoulders Display", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 12px;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;

  --font-size-sm: 0.875rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.25rem;
  --font-size-xl: 1.75rem;
  --font-size-xxl: 2.25rem;

  --max-content-width: 1120px;

  --shadow-card: 0 1px 2px rgba(0, 0, 0, 0.4);
}
