
:root {
  /* Brand Color Palette */
  --bg-cream: #F4ECDD;               /* Beige cream background */
  --color-primary: #4E5A2A;          /* Dark Olive Green */
  --color-primary-dark: #373F1D;     /* Darker Olive Green for main titles */
  --color-primary-deep: #212611;     /* Deepest olive/almost black for body/descriptions */
  --color-primary-medium: #59642F;   /* Gradasi hijau tua lain sekitar #59642F */
  --color-primary-light: #6A7A39;    /* Sage-Olive Green for borders and tag backgrounds */
  --color-primary-pale: #85984A;     /* Lighter Sage-Olive Green for back-to-top button default state */
  --color-border-sand: #D5CBB8;      /* Sand border color matching new cream background */

  /* Typography System */
  --font-title: 'Cormorant Garamond', serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;

  /* Spacing & Layout */
  --section-padding: 3rem;
  --border-radius-sm: 4px;
  --border-radius-md: 8px;
  --border-radius-lg: 16px;

  /* Shadows & Elevations */
  --editorial-shadow: 0 12px 36px rgba(55, 63, 29, 0.06);
  --editorial-shadow-hover: 0 20px 48px rgba(55, 63, 29, 0.12);
  --focus-ring: 0 0 0 3px rgba(106, 122, 57, 0.25);
  
  /* Transitions */
  --transition-smooth: all 0.3s ease;
}
