/* Use FontAwesome 5 Brands on top of Read the Docs' version 4 to get up to date brand icons. */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/fa-brands-400.woff2") format("woff2"),
    url("fonts/fa-brands-400.woff") format("woff");
}
i.fab {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
}
.fa-gitter:before {
  content: "\f426";
}

#changelog code {
  /* Allow long function/method signatures to take multiple lines instead of overflowing. */
  white-space: pre-wrap !important;
}

/* Hide constructors of classes and exceptions as we never want users to call them. */
dl.class > dt,
dl.exception > dt {
  color: transparent !important;
}
dl.class > dt em.property,
dl.exception > dt em.property {
  color: #e43935 !important;
}
dl.class > dt em:not(.property),
dl.class > dt span,
dl.exception > dt em:not(.property),
dl.exception > dt span {
  display: none !important;
}
dl.class > dt code,
dl.exception > dt code {
  color: black !important;
}
