/* quarto syntax highlight colors */
:root {
  --quarto-hl-al-color: #ff0000;
  --quarto-hl-an-color: #008000;
  --quarto-hl-at-color: inherit;
  --quarto-hl-bu-color: inherit;
  --quarto-hl-ch-color: #008080;
  --quarto-hl-co-color: #008000;
  --quarto-hl-cv-color: #008000;
  --quarto-hl-cn-color: inherit;
  --quarto-hl-cf-color: #0000ff;
  --quarto-hl-do-color: #008000;
  --quarto-hl-er-color: #ff0000;
  --quarto-hl-ex-color: inherit;
  --quarto-hl-im-color: inherit;
  --quarto-hl-in-color: #008000;
  --quarto-hl-kw-color: #0000ff;
  --quarto-hl-op-color: inherit;
  --quarto-hl-ot-color: #ff4000;
  --quarto-hl-pp-color: #ff4000;
  --quarto-hl-sc-color: #008080;
  --quarto-hl-ss-color: #008080;
  --quarto-hl-st-color: #008080;
  --quarto-hl-va-color: inherit;
  --quarto-hl-vs-color: #008080;
  --quarto-hl-wa-color: #008000;
}

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

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

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

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

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

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

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

code span.cv {
  color: #008000;
  font-style: inherit;
}

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

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

code span.do {
  color: #008000;
  font-style: inherit;
}

code span.er {
  color: #ff0000;
  font-weight: bold;
  font-style: inherit;
}

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

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

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

code span.kw {
  color: #0000ff;
  font-style: inherit;
}

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

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

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

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

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

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

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

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

code span.wa {
  color: #008000;
  font-weight: bold;
  font-style: inherit;
}

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

/*# sourceMappingURL=d65397e45c921b3b9de14d763a5b0f11.css.map */
