/* Ensure figures generated by code cells scale to the page width
   instead of overflowing at their native (retina) pixel size. */
.cell-output-display img,
.quarto-figure img,
figure img {
  max-width: 100%;
  height: auto;
}
