/* =========================================================
   Ombe Guestfarm & Safari — Design Tokens
   ========================================================= */
:root {
  /* Colours */
  --dark:        #2A3828;
  --dark-deep:   #1C2A1A;
  --light:       #F4EBD5;
  --light-mid:   #E8DCC4;
  --accent:      #C8922A;
  --accent-hover:#A87520;
  --white:       #FFFFFF;
  --black:       #111111;

  /* Text */
  --text-on-dark:  #F4EBD5;
  --text-on-light: #2A2A2A;
  --text-muted:    #6B6050;

  /* Fonts */
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body:    'Lato', 'Helvetica Neue', Arial, sans-serif;

  /* Sizes */
  --nav-height:  72px;
  --container:   1200px;
  --gap:         clamp(1rem, 3vw, 2rem);
  --section-pad: clamp(3rem, 6vw, 6rem);

  /* Transitions */
  --ease: 0.3s ease;
}
