:root {
  /* Palette */
  --color-bg:      #FDFAF7;
  --color-bg-alt:  #F5F0EB;
  --color-cta:     #DBB78A;
  --color-primary: #4C6E63;
  --color-text:    #253036;
  --color-white:   #FFFFFF;
  --color-gray-3:  #D5D0CB;
  --color-gray-5:  #9A948F;
  --color-gray-6:  #6B6560;
  --color-error:   #C0392B;
  --color-success: #27AE60;

  /* Typography */
  --font-heading: 'Nunito', sans-serif;
  --font-body:    'Inter', sans-serif;
  --font-logo:    'Kamerik105Book', 'Arial', sans-serif;

  /* Scale */
  --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:  1.875rem;
  --text-4xl:  2.25rem;
  --text-5xl:  3rem;

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;

  /* Border-radius */
  --radius-sm: 0.5rem;
  --radius:    1rem;
  --radius-lg: 1.5rem;

  /* Shadows */
  --shadow-sm: 0 1px 4px rgba(37,48,54,0.08);
  --shadow-md: 0 4px 16px rgba(37,48,54,0.12);
  --shadow-lg: 0 8px 32px rgba(37,48,54,0.18);

  /* Transitions */
  --transition: 0.2s ease;
  --transition-slow: 0.35s ease;

  /* Layout */
  --nav-height: 72px;
  --container:  1200px;
}
