:root {
  --bg: #000;
  --text: #f6f1ea;
  --muted: rgba(246, 241, 234, 0.68);
  --card: rgba(255,255,255,0.04);
  --border: rgba(255,255,255,0.08);
  --accent: rgba(215, 174, 120);

  --header-height: 130px;

  --cookie: #c98b4f;
  --chip: #5a3320;
}