/* Inverto brand colour for the header/nav bar, matching the webapp. */
:root {
  --md-primary-fg-color: #2B4B53;
  --md-primary-fg-color--light: #4E6E76;
  --md-primary-fg-color--dark: #1C3C44;
}
