.small-image img {
  max-height: 1in;
}

/* Force Quarto's monospaced font stack to use the built-in monospace family */
:root {
  --bs-font-monospace: monospace;
}

code,
pre,
.code,
.code code,
.quarto-code,
.quarto-code code {
  font-family: monospace !important;
}

.cell-output pre,
.cell-output pre code,
.cell > pre.fansi-output,
.cell > pre.fansi-output code {
  line-height: 1.143;
}

body.quarto-dark .cell-annotation code {
  background-color: rgba(255, 255, 255, 0.08);
  color: #f8f9fa;
}

body.quarto-dark :not(pre):not(.sourceCode) > code {
  background-color: rgba(255, 255, 255, 0.08);
  color: #f8f9fa;
}
