/* Carry the brand color (teal, from the palette primary) into the page via
   headings, keeping a clean white/dark body. Distinguishes the C docs from the
   indigo moyopy (Python) docs. Links already follow the primary color. */
.md-typeset h1,
.md-typeset h2 {
  color: var(--md-primary-fg-color);
}
