/* The report's palette, applied to the documentation site. */
:root {
  --md-primary-fg-color: #1a7f4b;
  --md-accent-fg-color: #1a7f4b;
}
[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #4cc38a;
  --md-accent-fg-color: #4cc38a;
  --md-typeset-a-color: #4cc38a;
}
[data-md-color-scheme="default"] {
  --md-typeset-a-color: #1a7f4b;
}
.md-typeset table:not([class]) th {
  font-weight: 600;
}

/* The mark is white, since the header behind it is complydoc green. */
.md-header__button.md-logo img {
  height: 1.25rem;
  width: auto;
}
