:root {
  --bg: #f8f3df;
  --surface: #fff9ea;
  --surface-soft: #f7edd0;
  --border: #dcbf76;
  --text: #2f2a1e;
  --muted: #7a6f54;
  --primary: #c89a2b;
  --primary-soft: #f8e9be;
  --shadow: 0 8px 20px rgba(112, 89, 35, 0.12);
  --accent-red: #c94a3d;
  --accent-amber: #d6a131;
}
