:root {
  --color-bg: #f4ecdf;
  --color-surface: #fffaf1;
  --color-surface-soft: #e7d8c4;
  --color-ink: #201a14;
  --color-muted: #705f4e;
  --color-accent: #80663b;
  --color-accent-soft: #c7ae82;
  --color-border: rgba(72, 52, 31, 0.20);
  --font-sans: 'Manrope', 'Helvetica Neue', Arial, sans-serif;
  --font-serif: 'Cormorant Garamond', 'Iowan Old Style', 'Baskerville', Georgia, serif;
  --radius: 0px;
}
