/* Slightly wider content area for math-heavy pages */
.md-grid {
  max-width: 1100px;
}

/* Better spacing around display math blocks */
.arithmatex {
  overflow-x: auto;
  padding: 0.5rem 0;
}

/* Improve readability of body text */
.md-typeset {
  font-size: 0.95rem;
  line-height: 1.8;
}
