:root {
  --cream: #F7F2E9;
  --beige: #E9DFC9;
  --eucalyptus: #8A9A82;
  --eucalyptus-deep: #5F6F5A;
  --charcoal: #3B352C;
  --taupe: #7A6F5E;
  --gold: #C9A66B;
  --gold-soft: #D9C093;
  --sand: #DCD2BA;
  --white: #FFFDF9;

  --shadow-soft: 0 1px 2px rgba(59, 53, 44, 0.06), 0 8px 24px -8px rgba(95, 111, 90, 0.18);
  --shadow-lifted: 0 2px 4px rgba(59, 53, 44, 0.08), 0 20px 40px -12px rgba(95, 111, 90, 0.28);
  --shadow-gold: 0 8px 30px -10px rgba(201, 166, 107, 0.35);

  --font-display: "Cormorant Garamond", "Playfair Display", serif;
  --font-body: "Jost", "Nunito Sans", sans-serif;

  --radius-sm: 6px;
  --radius-md: 14px;
  --radius-lg: 28px;

  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-soft: cubic-bezier(0.16, 1, 0.3, 1);

  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2.5rem;
  --space-5: 4rem;
  --space-6: 6.5rem;
}
