/* quarto syntax highlight colors */
:root {
  --quarto-hl-al-color: #ff0000;
  --quarto-hl-an-color: #60a0b0;
  --quarto-hl-at-color: #7d9029;
  --quarto-hl-bn-color: #40a070;
  --quarto-hl-bu-color: #008000;
  --quarto-hl-ch-color: #4070a0;
  --quarto-hl-co-color: #60a0b0;
  --quarto-hl-cv-color: #60a0b0;
  --quarto-hl-cn-color: #880000;
  --quarto-hl-cf-color: #007020;
  --quarto-hl-dt-color: #902000;
  --quarto-hl-dv-color: #40a070;
  --quarto-hl-do-color: #ba2121;
  --quarto-hl-er-color: #ff0000;
  --quarto-hl-ex-color: inherit;
  --quarto-hl-fl-color: #40a070;
  --quarto-hl-fu-color: #06287e;
  --quarto-hl-im-color: #008000;
  --quarto-hl-in-color: #60a0b0;
  --quarto-hl-kw-color: #007020;
  --quarto-hl-op-color: #666666;
  --quarto-hl-ot-color: #007020;
  --quarto-hl-pp-color: #bc7a00;
  --quarto-hl-sc-color: #4070a0;
  --quarto-hl-ss-color: #bb6688;
  --quarto-hl-st-color: #4070a0;
  --quarto-hl-va-color: #19177c;
  --quarto-hl-vs-color: #4070a0;
  --quarto-hl-wa-color: #60a0b0;
}

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

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

code span.an {
  color: #60a0b0;
  font-weight: bold;
  font-style: italic;
}

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

code span.bn {
  color: #40a070;
  font-style: inherit;
}

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

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

code span.co {
  color: #60a0b0;
  font-style: italic;
}

code span.cv {
  color: #60a0b0;
  font-weight: bold;
  font-style: italic;
}

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

code span.cf {
  color: #007020;
  font-weight: bold;
  font-style: inherit;
}

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

code span.dv {
  color: #40a070;
  font-style: inherit;
}

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

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

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

code span.fl {
  color: #40a070;
  font-style: inherit;
}

code span.fu {
  color: #06287e;
  font-style: inherit;
}

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

code span.in {
  color: #60a0b0;
  font-weight: bold;
  font-style: italic;
}

code span.kw {
  color: #007020;
  font-weight: bold;
  font-style: inherit;
}

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

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

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

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

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

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

code span.va {
  color: #19177c;
  font-style: inherit;
}

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

code span.wa {
  color: #60a0b0;
  font-weight: bold;
  font-style: italic;
}

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

/*# sourceMappingURL=23e3391534847a47009e03cf62d20d5c.css.map */
