:root {
  --bg-canvas: #f4efe7;
  --surface: #fffaf4;
  --surface-2: #f1e7d8;
  --border: #ddd0be;
  --text: #241d17;
  --text-muted: #6f6358;
  --accent: #9d2153;
}

body {
  background: var(--bg-canvas);
  color: var(--text);
}
