:root {
  --bg: #fdfaf3;
  --panel: #f7eed9;
  --ink: #2b2210;
  --mut: #7d6f4d;
  --line: #ecdfb8;
  --accent: #b8862c;
  --accent2: #93691c;
  --gold: #d9a83f;
  --dark: #241c08;
  --deep-fg: #f8f0dc;
  --cta: #b5502f;
  --cta2: #954023;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius: 4px;
  --shadow: 0 20px 50px -20px rgba(36, 28, 8, 0.3);
}
