/* Olsie brand v2.0 — "The light left on"
   Docs are a TECHNICAL surface: evergreen primary, relay-teal accent
   (per brand tokens, teal is reserved for technical contexts like this).
   Gold appears only as the small hover glow — gold is the light, ≤10%. */
:root {
  --md-primary-fg-color: #233830; /* evergreen */
  --md-primary-fg-color--light: #3c544a;
  --md-primary-fg-color--dark: #1a2a24;
  --md-accent-fg-color: #4a7a8c; /* relay teal */
  --md-typeset-a-color: #4a7a8c;
}

.md-typeset a:hover {
  color: #b97e1f; /* gold-deep — the light, on hover only */
}

.md-header,
.md-tabs {
  background-color: #233830;
}
