:root {
  /* Brand Colors */
  --color-sage: #7A9E7E;
  --color-sage-light: #A8C4AB;
  --color-sage-dark: #4F7A53;
  --color-sand: #C9B99A;
  --color-sand-light: #EDE5D8;
  --color-sand-dark: #A89070;
  --color-charcoal: #4A4A4A;
  --color-charcoal-light: #6B6B6B;
  --color-offwhite: #F7F5F0;
  --color-white: #FFFFFF;

  /* Typography */
  --font-primary: 'Heebo', sans-serif;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;

  /* Font Sizes */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 2rem;
  --text-4xl: 2.75rem;
  --text-5xl: 3.5rem;

  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;

  /* Borders */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.10);

  /* Transitions */
  --transition-fast: 0.2s ease;
  --transition-base: 0.3s ease;
  --transition-slow: 0.5s ease;

  /* Layout */
  --max-width: 1140px;
  --nav-height: 80px;
}
