/* Bitsum brand color for the Material header/primary elements */
:root {
  --md-primary-fg-color: #c4560a;
  --md-primary-fg-color--light: #e8720c;
  --md-primary-fg-color--dark: #9a4408;
}

[data-md-color-scheme="slate"] {
  /* Dark header, but links and the selected nav item must NOT inherit this
     near-background color: Material derives --md-typeset-a-color from the
     primary color, so restate it in a legible brand orange. */
  --md-primary-fg-color: #2b2620;
  --md-typeset-a-color: #f0902f;
}

/* Screenshot captions were plain paragraphs in the old docs; keep images tidy */
.md-typeset img {
  max-width: 100%;
  height: auto;
}
