/* quarto syntax highlight colors */
:root {
  --quarto-hl-ot-color: #494957;
  --quarto-hl-at-color: #A5317D;
  --quarto-hl-ss-color: #31A559;
  --quarto-hl-an-color: #494957;
  --quarto-hl-fu-color: #3143A5;
  --quarto-hl-st-color: #31A559;
  --quarto-hl-cf-color: #E95A61;
  --quarto-hl-op-color: #494957;
  --quarto-hl-er-color: #5931A5;
  --quarto-hl-bn-color: #5931A5;
  --quarto-hl-al-color: #5931A5;
  --quarto-hl-va-color: #2E2E2F;
  --quarto-hl-bu-color: inherit;
  --quarto-hl-ex-color: inherit;
  --quarto-hl-pp-color: #5931A5;
  --quarto-hl-in-color: #494957;
  --quarto-hl-vs-color: #31A559;
  --quarto-hl-wa-color: #494957;
  --quarto-hl-do-color: #494957;
  --quarto-hl-im-color: #A5317D;
  --quarto-hl-ch-color: #31A559;
  --quarto-hl-dt-color: #5931A5;
  --quarto-hl-fl-color: #5931A5;
  --quarto-hl-co-color: #494957;
  --quarto-hl-cv-color: #494957;
  --quarto-hl-cn-color: #E95A61;
  --quarto-hl-sc-color: #494957;
  --quarto-hl-dv-color: #5931A5;
  --quarto-hl-re-color: #3143A5;
  --quarto-hl-kw-color: #2E2E2F;
}

/* other quarto variables */
:root {
  --quarto-font-monospace: "Atkinson Hyperlegible Mono", monospace;
}

:root {
  --quarto-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

pre > code.sourceCode > span {
  color: #2E2E2F;
}

code span {
  color: #2E2E2F;
}

code.sourceCode > span {
  color: #2E2E2F;
}

div.sourceCode,
div.sourceCode pre.sourceCode {
  color: #2E2E2F;
}

code span.ot {
  color: #494957;
  font-style: inherit;
}

code span.at {
  color: #A5317D;
  font-style: inherit;
}

code span.ss {
  color: #31A559;
  font-style: inherit;
}

code span.an {
  color: #494957;
  font-style: inherit;
}

code span.fu {
  color: #3143A5;
  font-style: inherit;
}

code span.st {
  color: #31A559;
  font-style: inherit;
}

code span.cf {
  color: #E95A61;
  font-style: inherit;
}

code span.op {
  color: #494957;
  font-style: inherit;
}

code span.er {
  color: #5931A5;
  font-style: inherit;
}

code span.bn {
  color: #5931A5;
  font-style: inherit;
}

code span.al {
  color: #5931A5;
  font-style: inherit;
}

code span.va {
  color: #2E2E2F;
  font-style: inherit;
}

code span.bu {
  font-style: inherit;
}

code span.ex {
  font-style: inherit;
}

code span.pp {
  color: #5931A5;
  font-style: inherit;
}

code span.in {
  color: #494957;
  font-style: inherit;
}

code span.vs {
  color: #31A559;
  font-style: inherit;
}

code span.wa {
  color: #494957;
  font-style: italic;
}

code span.do {
  color: #494957;
  font-style: italic;
}

code span.im {
  color: #A5317D;
  font-style: inherit;
}

code span.ch {
  color: #31A559;
  font-style: inherit;
}

code span.dt {
  color: #5931A5;
  font-style: inherit;
}

code span.fl {
  color: #5931A5;
  font-style: inherit;
}

code span.co {
  color: #494957;
  font-style: inherit;
}

code span.cv {
  color: #494957;
  font-style: italic;
}

code span.cn {
  color: #E95A61;
  font-style: inherit;
}

code span.sc {
  color: #494957;
  font-style: inherit;
}

code span.dv {
  color: #5931A5;
  font-style: inherit;
}

code span.re {
  color: #3143A5;
  font-style: inherit;
}

code span.kw {
  color: #2E2E2F;
  font-style: inherit;
}

.prevent-inlining {
  content: "</";
}

/*# sourceMappingURL=426bb32ae14b0b21516caa8c47b74afc.css.map */
