/* Make all normal text orange */
:root {
  --md-typeset-color: #fff; /* Industrial Orange */
}

/* Optional: headings too */
.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4,
.md-typeset h5,
.md-typeset h6 {
  color: #333;
}

.md-header__title span {
  color: #FF6600 !important; /* Replace with your desired color */
}