/* EconSeries — custom styles */

body {
  font-size: 16px;
  line-height: 1.7;
}

.callout {
  margin: 1.5em 0;
}

/* Definition boxes */
.callout-tip .callout-title {
  font-weight: 700;
}

/* Important result boxes */
.callout-important .callout-title {
  font-weight: 700;
}

/* Math display */
.math.display {
  overflow-x: auto;
  padding: 0.5em 0;
}

/* Equation tables (aligned) */
mjx-container {
  overflow-x: auto;
}
