:root {
  --bg: #fdfcfa;
  --panel: #f6f3ee;
  --ink: #23282f;
  --mut: #6b7280;
  --line: #e8e6e1;
  --accent: #b08442;
  --accent2: #946d31;
  --gold: #c79a4f;
  --dark: #1c2230;
  --deep-fg: #f3efe7;
  --cta: #e2603a;
  --cta2: #c64d2b;
  --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(28, 34, 48, 0.25);
}
