﻿:root{
  --bg:#f7efe9;
  --surface:#ffffff;
  --text:#2b2b2b;
  --muted:#6d6a67;
  --border:rgba(64,44,36,.12);
  --shadow:0 20px 50px rgba(24,18,14,.12);
  --shadow-soft:0 12px 30px rgba(24,18,14,.10);
  --orange:#e67b2a;
  --orange2:#f19a3a;
  --red:#c3403e;
  --olive:#4b5c3d;
  --cream:#fbf6f2;
}

