:root {
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
  --color-page: #171b1c;
  --color-page-soft: #202526;
  --color-surface: #232829;
  --color-surface-raised: #2b3030;
  --color-text: #f2efe8;
  --color-muted: #bbb6ab;
  --color-border: #625e55;
  --color-border-subtle: rgb(229 221 205 / 18%);
  --color-gold: #caa35f;
  --color-gold-bright: #e2bf7a;
  --color-action: #a97d3a;
  --color-action-text: #fffaf0;
  --color-danger: #f2a197;
  --shadow-sm: 0 0.5rem 1.5rem rgb(0 0 0 / 18%);
  --radius: 0.75rem;
  --content-width: 100rem;
}
