/* AI-BIRD brand palette (see /branding/README.md).
   Header uses Sea blue with the white tern mark: white on #15577E ≈ 7.79:1 (WCAG AAA). */
:root {
  --md-primary-fg-color: #15577e; /* Sea blue */
  --md-primary-fg-color--light: #1c6a9a;
  --md-primary-fg-color--dark: #0e2a33; /* Ink */
  --md-accent-fg-color: #14666a; /* Teal */
}

/* Lighten the teal accent for links/hover on the dark (slate) background. */
[data-md-color-scheme="slate"] {
  --md-accent-fg-color: #2fa3a7;
}
