/* Alpha Strike brand colours for the documentation site.
   The blue is the one the product already uses for links on its own document pages, so the site
   and the app do not disagree about what "our blue" is. */
:root {
  --md-primary-fg-color: #005bc4;
  --md-primary-fg-color--light: #2b7ae0;
  --md-primary-fg-color--dark: #00429a;
  --md-accent-fg-color: #005bc4;
}
.md-header { border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
.md-typeset h1 { font-weight: 700; }
/* The guide's tables carry the search-syntax reference and are the most-read thing on the site. */
.md-typeset table:not([class]) { font-size: 0.78rem; }
