/* This file is @generated by <https://github.com/liblaf/copier-python>.
   DO NOT EDIT! */

/* https://mkdocstrings.github.io/python/usage/customization/#syntax-highlight-in-signatures */

/* Fancier color for operators such as * and |. */
.doc-signature .o {
  color: var(--md-code-hl-special-color);
}

/* Fancier color for constants such as None, True, and False. */
.doc-signature .kc {
  color: var(--md-code-hl-constant-color);
}

/* Fancier color for built-in types (only useful when cross-references are used). */
.doc-signature .n > a[href^="https://docs.python.org/"][href*="/functions.html#"],
.doc-signature .n > a[href^="https://docs.python.org/"][href*="/stdtypes.html#"]
{
  color: var(--md-code-hl-constant-color);
}
