/* Global CFSEO Styles */
/* This file provides base styles for all CFSEO templates */

/* Ensure proper text colors for content sections */
#main {
  color: #444444;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
  color: #5c0874;
}

#main p {
  color: #5a6570;
}

/* Fix any potential inherited white text issues */
section:not(#hero) {
  color: #444444;
}

section:not(#hero) h1,
section:not(#hero) h2,
section:not(#hero) h3,
section:not(#hero) h4,
section:not(#hero) h5,
section:not(#hero) h6 {
  color: inherit;
}
