/* The Marien wordmark is the header; no site name beside it, no repo button on the right. */
.md-header__button.md-logo img { height: 1.4rem; width: auto; }
.md-header__title { display: none; }
.md-header__source { display: none; }

/* The Marien blues, the same as the CMS's (signage-cms frontend/src/style.css): the header and
   links in the identity blue, the logo gradient's ends for its lighter and darker shades. */
:root {
  --md-primary-fg-color: #0036e8;
  --md-primary-fg-color--light: #2b63ff;
  --md-primary-fg-color--dark: #0014d6;
  --md-accent-fg-color: #0083f7;
  --md-typeset-a-color: #0036e8;
}
