/* ValiantFlow brand palette for Material.
   Navy #013264 (primary / wordmark) + indigo #4f46e5 (accent / links). These
   match the app and the transactional emails (EMAIL_BRAND / EMAIL_ACCENT). */

:root {
  --md-primary-fg-color: #013264;
  --md-primary-fg-color--light: #0a4a86;
  --md-primary-fg-color--dark: #01223f;
  --md-primary-bg-color: #ffffff;
  --md-primary-bg-color--light: rgba(255, 255, 255, 0.7);

  --md-accent-fg-color: #4f46e5;
  --md-accent-fg-color--transparent: rgba(79, 70, 229, 0.1);
}

/* Dark mode: soften the accent so links stay legible on the slate scheme. */
[data-md-color-scheme="slate"] {
  --md-accent-fg-color: #818cf8;
  --md-primary-fg-color: #013264;
}

/* The shield logo is a full-colour PNG; keep it crisp and reasonably sized. */
.md-header__button.md-logo img {
  height: 1.6rem;
  width: auto;
}
