:root {
  --color-brand-primary: #d5ac87;
  --color-brand-accent: #d5ac87;
  --color-bg-page: #171b21;
  --color-text-primary: #f3f4f6;
  --color-text-secondary: #8a8f98;
  --theme-color-primary: #d5ac87;
  --theme-color-secondary: #8a8f98;
  --theme-color-accent: #d5ac87;
  --theme-color-bg: #171b21;
  --theme-color-text: #f3f4f6;
  --theme-radius: 10px;
  --theme-container-max: 1280px;
  --theme-font-heading: var(--font-inter);
  --theme-font-body: var(--font-inter);
  --theme-weight-heading: 600;
  --theme-weight-body: 400;
  --theme-custom-accent: #d5ac87;
  --theme-custom-border: #2f363f;
  --theme-custom-font-body: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
  --theme-custom-surface-1: #1c2128;
  --theme-custom-surface-2: #222831;
  --theme-custom-surface-3: #2a313b;
  --theme-custom-text-muted: #8a8f98;
  --theme-custom-accent-edge: rgba(213, 172, 135, 0.30);
  --theme-custom-accent-soft: rgba(213, 172, 135, 0.14);
  --theme-custom-font-heading: 'Poppins', system-ui, -apple-system, sans-serif;
  --theme-custom-border-strong: #3a424d;
}