:root {
  /* Brand Colors */
  --primary-color: #0C6B6D;
  /* Deep Rich Teal - Optimized from #0F8B8D */
  --secondary-color: #E9B44C;
  /* Gold - Accent Color */

  /* Text Colors */
  --text-main: #707070;
  --text-heading: #162521;
  --text-light: #ffffff;

  /* Background Colors */
  --bg-body: #F3F7F6;
  --bg-white: #ffffff;
  --bg-footer: #262626;

  /* Typography */
  --font-main: 'Muli', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-heading: 'Playfair Display', "Times New Roman", serif;

  /* Spacing */
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 2rem;
  --spacing-lg: 4rem;
  --spacing-xl: 8rem;

  /* Layout */
  --container-width: 1260px;
  --header-height: 80px;
}