:root {
  --bg-deep: #1a0a10;
  --bg-mid: #3d1525;
  --bg-soft: #5c1f35;
  --rose: #e8a0b0;
  --rose-bright: #f5c6d0;
  --blush: #ffd6e0;
  --wine: #8b2744;
  --crimson: #c43b5a;
  --ink: #fff5f7;
  --ink-muted: rgba(255, 245, 247, 0.72);
  --ink-soft: rgba(255, 245, 247, 0.45);
  --gold: #e8c9a0;
  --panel: rgba(26, 10, 16, 0.55);
  --panel-border: rgba(245, 198, 208, 0.18);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --radius: 2px;
}
