:root {
  /* Primary colors from Kirkuk Gate logo */
  --tina-primary: #C9B882;        /* Olive-gold from logo */
  --tina-primary-light: #DDD0A0;  /* Lighter olive-gold */
  --tina-primary-dark: #A89860;   /* Darker olive-gold */
  --tina-secondary: #1A4A2E;      /* Deep forest green from logo */
  
  /* --background: #0D3320;
  --background-light: #1A4A2E;   */
  --background: #F5F1E8;
  --background-light: #EDE7D9;  

  /* --logo_text:#C3B49B; */

  --title-1: #C9B882;
  --title-2: #B8A870;
  --title-3: #DDD0A0;

  --section-header-color: #C9B882;

  --available-color: #5A9E6F;     /* Green consistent with identity */
  
  /* General UI colors */
  --header-gradient-start: #1A4A2E;
  --header-gradient-end: #0D3320;
  --card-background: #FFFFFF;
  --card-shadow: rgba(201, 184, 130, 0.15);

  --text-primary: #0D3320;
  --text-secondary: #1A4A2E;
  --text-light: #A89860;

  --border-color: #3A7A50;
  --form-border-color: rgba(26, 74, 46, 0.48);

  --success-color: #5A9E6F;
  --info-color: #8FB3A0;
  --warning-color: #C9B882;
  --danger-color: #B85C5C;
}

/* Color Overrides for Dashboard */
:root {
  --rc-primary-gold: #C9B882;
  --rc-light-gold: #DDD0A0;
  --rc-deep-gold: #B8A870;
  --rc-chocolate: #0D3320;
  --rc-brown: #1A4A2E;
  --rc-cream-bg: #0D3320;
  --rc-cream-light: #1A4A2E;
}

/* Enhanced complementary colors for clean modern design */
:root {
  --header-border-glow: rgba(201, 184, 130, 0.5);
  --button-hover-shadow: rgba(201, 184, 130, 0.5);
  --zone-border-accent: rgba(201, 184, 130, 0.3);
}