/* Fix oversized function signatures in API reference (mkdocstrings) */
.doc-heading code,
.doc .doc-heading code,
h2 code, h3 code, h4 code, h5 code, h6 code {
  font-size: 0.75em;
}

/* Signature block rendered by mkdocstrings */
.doc-signature,
.doc .doc-signature {
  font-size: 0.85rem;
}

/* Prevent code blocks in headings from inheriting heading size */
.doc-object .doc-heading {
  font-size: 1.1rem;
}
