:root {
  --bg: #ffffff;
  --text: #111;
  --card: #f5f5f5;
}

.dark {
  --bg: #121212;
  --text: #ffffff;
  --card: #1e1e1e;
}

.saffron {
  --bg: #fff3e0;
  --text: #5d4037;
  --card: #ffe0b2;
}