/* Brand + readability tweaks for the public docs.
   Material handles the heavy lifting; keep this small. */

:root {
  --md-primary-fg-color: #3f51b5;       /* indigo */
  --md-accent-fg-color: #2196f3;        /* blue   */
}

/* Slightly roomier code blocks */
.md-typeset pre > code {
  font-size: 0.78rem;
  line-height: 1.55;
}

/* Make tables fill the content width and read cleanly */
.md-typeset table:not([class]) {
  width: 100%;
  font-size: 0.82rem;
}

/* Tighten the gap above nested nav sections */
.md-nav__item .md-nav__item {
  margin-top: 0.1rem;
}
