/* Match the Argus app's Peacock theme (web/input.css) so the docs site and
   the app read as one system: near-black ground, steel-blue accent, mono
   type throughout. */
:root > * {
  --md-primary-fg-color: #0c1216;
  --md-primary-bg-color: #e7edf2;
  --md-accent-fg-color: #4f7cc4;
}

[data-md-color-scheme="slate"] {
  --md-default-bg-color: #0c1216;
  --md-default-fg-color: #e7edf2;
  --md-default-fg-color--light: #8593a0;
  --md-default-fg-color--lighter: #8593a0;
  --md-code-bg-color: #141e26;
  --md-code-fg-color: #e7edf2;
  --md-typeset-a-color: #4f7cc4;
  --md-footer-bg-color: #0e161c;
}

body, .md-typeset {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
