:root {
  /* Primary Theme Colors */
  --primary-color: #2C7873;        /* Elegant deep teal */
  --secondary-color: #004445;      /* Dark teal */
  --accent-color: #6FB98F;         /* Soft sage */
  
  /* UI Elements */
  --button-color: #2C7873;
  --button-hover: #004445;
  --link-color: #2C7873;
  --link-hover: #004445;
  
  /* Text Colors */
  --heading-color: #2C7873;
  --text-color: #333333;
  --text-light: #666666;
  
  /* Background Colors */
  --bg-light: #F5F9F8;
  --bg-dark: #004445;
  --bg-accent: #6FB98F;
  
  /* Border Colors */
  --border-color: #E0E0E0;
  --border-accent: #2C7873;
}