/* IronArchitects brand for Material for MkDocs.
   Brand navy sampled from the product mark (#083766); the dark scheme uses
   the steel accent from the demo title cards (#7FB2E5). System font stack —
   no Google Fonts at runtime. */

:root {
  --md-text-font: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --md-code-font: "Cascadia Code", ui-monospace, "SF Mono", Consolas, monospace;
}

[data-md-color-scheme="default"] {
  --md-primary-fg-color: #083766;
  --md-primary-fg-color--light: #0b4b8c;
  --md-primary-fg-color--dark: #062a4d;
  --md-accent-fg-color: #0b4b8c;
  --md-typeset-a-color: #0b4b8c;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #0d1b2a;
  --md-primary-fg-color--light: #12243a;
  --md-primary-fg-color--dark: #0a1521;
  --md-accent-fg-color: #7fb2e5;
  --md-typeset-a-color: #7fb2e5;
  --md-default-bg-color: #0f2032;
}

/* The mark is brand navy; invert it to white on the navy header, matching
   the portal's dark-mode treatment. */
.md-header__button.md-logo img,
.md-nav__button.md-logo img {
  filter: brightness(0) invert(1);
}

/* Draft stubs: keep the badge quiet. */
.draft-badge {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a6d1d;
  background: #fdf3d7;
  border-radius: 4px;
  padding: 0.15rem 0.45rem;
  margin-left: 0.4rem;
  vertical-align: middle;
}
[data-md-color-scheme="slate"] .draft-badge {
  color: #e8c96a;
  background: #3d3013;
}
