:root {
  --bg: #f3efe8;
  --bg-soft: #fffaf1;
  --surface: #fffdf7;
  --text: #1f1b16;
  --muted: #6b5f53;
  --border: #d8cab9;
  --primary: #0e8a6d;
  --primary-strong: #0a6c55;
  --accent: #f4b73f;
  --danger: #b63a3a;
  --shadow: 0 14px 40px rgba(31, 27, 22, 0.08);
}
