:root {
  --bg: #f4efe7;
  --panel: rgba(255,252,247,0.88);
  --text: #2d241d;
  --accent: #af4d31;
  --accent-deep: #7b2f1d;
  --teal: #1f6b67;
}
body { font-family: Georgia, "Times New Roman", serif; background: var(--bg); color: var(--text); }
