/* KaTeX rendering fixes */
/* Include this on any page that uses KaTeX math rendering */

.katex {
  line-height: 1 !important;
  font-size: 1em !important;
  font-family: "Century Expanded", "KaTeX_Main", serif !important;
}

.katex .mathnormal {
  font-family: "Century Expanded", "KaTeX_Math", serif !important;
}

.katex .mathit {
  font-family: "Century Expanded", "KaTeX_Main", serif !important;
}

.katex-display {
  line-height: 1 !important;
  margin: 1em 0 !important;
}

.katex .mop {
  vertical-align: baseline !important;
}

.katex .msubsup {
  vertical-align: baseline !important;
}
