/* Keep wide equations scrollable instead of overflowing the page */
mjx-container[jax="CHTML"][display="true"] {
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  padding: 0.25rem 0;
}

/* Bengali text sits nicely alongside Latin */
.md-typeset {
  --md-text-font: "Roboto", "Noto Sans Bengali", sans-serif;
}

/* Slightly tighter tables for symbol lists */
.md-typeset table:not([class]) {
  font-size: 0.72rem;
}

/* Make ASCII-art / diagram code blocks readable */
.md-typeset pre > code {
  font-variant-ligatures: none;
}
