/* Small polish on top of Material's defaults -- no custom components, no JS. */

:root {
  --md-primary-fg-color: #14161a;
  --md-primary-fg-color--light: #2a2d33;
  --md-primary-fg-color--dark: #0b0c0e;
}

.md-typeset h1 {
  font-weight: 700;
}

/* Give captured transcripts a bit more breathing room than a generic code
   block -- these are the product's evidence, they deserve to read cleanly. */
.md-typeset pre > code {
  line-height: 1.5;
}

/* Keep long unbroken CLI output (paths, evidence sentences) from forcing
   horizontal scroll on the whole page -- it scrolls inside its own block. */
.md-typeset pre {
  overflow-x: auto;
}

.md-typeset .admonition.quote {
  border-color: var(--md-primary-fg-color);
}
