:root {
  --font-display: "Fraunces", "Iowan Old Style", "Palatino Linotype", serif;
  --font-body: "Manrope", "Avenir Next", "Segoe UI", sans-serif;

  --color-ink: #2f221c;
  --color-ink-muted: #6f6259;
  --color-surface: #fffaf4;
  --color-surface-strong: #f0dfcc;
  --color-surface-card: rgba(255, 250, 244, 0.88);
  --color-accent: #9b5b34;
  --color-accent-strong: #7f4323;
  --color-accent-soft: #d9b38d;
  --color-border: rgba(87, 58, 41, 0.14);
  --color-danger: #9b3030;
  --color-success: #335f3c;

  --shadow-soft: 0 20px 50px rgba(102, 65, 37, 0.12);
  --shadow-card: 0 10px 30px rgba(102, 65, 37, 0.08);
  --radius-large: 32px;
  --radius-medium: 22px;
  --radius-small: 14px;

  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;

  --page-width: 72rem;
}
