:root {
  --bg: #fbf8fa;
  --panel: #f1e7ed;
  --ink: #241726;
  --mut: #705a72;
  --line: #e5d5e2;
  --accent: #7a3b6e;
  --accent2: #5c2a54;
  --gold: #c98fb8;
  --dark: #201021;
  --deep-fg: #f4e8f0;
  --cta: #d9713d;
  --cta2: #b85a2c;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius: 4px;
  --shadow: 0 20px 50px -20px rgba(32, 16, 33, 0.32);
}
