:root {
  --ivory: #fff9ee;
  --paper: #fffdf7;
  --forest: #24362f;
  --forest-2: #315345;
  --sage: #91ac8f;
  --sage-soft: #dfe9dc;
  --gold: #f2c66d;
  --gold-2: #dca74c;
  --blue: #a9c9d6;
  --lavender: #cbbee5;
  --coral: #dc9877;
  --muted: #667b72;
  --line: rgba(36,54,47,.14);
  --shadow-sm: 0 8px 24px rgba(36,54,47,.08);
  --shadow-md: 0 22px 60px rgba(36,54,47,.12);
  --shadow-lg: 0 35px 100px rgba(36,54,47,.16);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 40px;
  --container: 1200px;
  --font-display: Georgia, 'Times New Roman', serif;
  --font-body: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --ease: cubic-bezier(.22,1,.36,1);
}
