:root {
  --subheading-text: #536044;
}

:root[data-theme="dark"] {
  --subheading-text: #ddd3ae;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --subheading-text: #ddd3ae;
  }
}

html body a[href] {
  color: var(--accent) !important;
}

.eyebrow,
.intro > p:last-child,
.section-heading > p,
.sources {
  color: var(--subheading-text) !important;
}
