:root{
  --bg:#FBF7F0;
  --surface:#FFFDF8;
  --accent:#B5532E;
  --accent2:#E8A87C;
  --text:#2E2A26;
  --muted:#6A5E50;
  --radius:18px;
  --font:"Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display:"Unbounded", "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
[data-theme="dark"]{
  --bg:#1B1714;
  --surface:#251F1A;
  --text:#F3ECE2;
  --muted:#B5A998;
}