:root {
  --bg: #000000;
  --wine: #6f0f1a;
  --wine-2: #8b1221;
  --wine-3: rgba(147, 18, 35, 0.28);

  --bg-primary: #0d0a0b;
  --bg-secondary: #1a1517;
  --text-primary: #f5f0eb;
  --text-secondary: #a89f97;
  --accent: #c9a87c;
  --accent-dim: #8a7355;
  --border: rgba(201, 168, 124, 0.15);
}






