/* ProcessDB brand colours.
   Brand orange #FC8D25, brand purple #924197. */

:root {
  --md-primary-fg-color:        #924197;
  --md-primary-fg-color--light: #a95dad;
  --md-primary-fg-color--dark:  #6e3173;
  --md-accent-fg-color:         #d97210;
  --md-accent-fg-color--transparent: #fc8d251a;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color:        #a95dad;
  --md-primary-fg-color--light: #c07fc4;
  --md-primary-fg-color--dark:  #6e3173;
  --md-accent-fg-color:         #fc8d25;
  --md-accent-fg-color--transparent: #fc8d2526;
}

/* The header logo is the integral glyph alone (processdb-mark.png), with the
   site name beside it supplying the words -- the full wordmark in both places
   read "ProcessDB ProcessDB Documentation". The glyph is tall and narrow, so
   Material's 1.2rem default leaves it a stub; 1.8rem fills the 2.4rem header
   without crowding it. processdb-logo.png is the complete full-colour lockup,
   for page bodies on light backgrounds. */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 1.8rem;
  width: auto;
}
