:root,
:root[data-theme="light"],
:root[data-theme="dark"] {
  --bg: #f7f4ef;
  --gold: #7c2d3a;
  --text: #2a2420;
  --border: #ddd5c8;
  --surface: #ffffff;
  --gold-dim: #9c3a4a;
  --surface2: #f0ebe3;
  --text-dim: #5f574d;
}
