/* =====================================================
   COOLAIR CSS POISON FIX - Tell Projects TX
   Fixes dark body background inherited from coolair theme
   Applied: 2026-05-20
   ===================================================== */

/* 1. Body: force white background */
body {
  background-color: #ffffff !important;
  background: #ffffff !important;
  color: #1a2332 !important;
}

/* 2. Paragraphs: dark readable text */
p {
  color: #1a2332 !important;
}

/* 3. Headings: dark navy */
h1, h2, h3, h4, h5, h6 {
  color: #0a1628 !important;
}

/* 4. Keep section/hero dark backgrounds intact (override the body only) */
section[style*="background"],
.hero, .hero-ultra, .section-dark,
.hero-bg-container, .hero-section,
[class*="hero"], [class*="dark-bg"],
.section-dark, .bg-dark,
footer, .footer, .rts-footer-area {
  /* These can keep their own colors - don't override */
  color: inherit;
}

/* 5. Make sure content areas are readable */
.container, main, article, .content {
  color: #1a2332;
}
