/* quarto syntax highlight colors */
:root {
  --quarto-hl-ot-color: #20124d;
  --quarto-hl-at-color: #9e8b6d;
  --quarto-hl-ss-color: #540775;
  --quarto-hl-an-color: #696969;
  --quarto-hl-fu-color: #16424c;
  --quarto-hl-st-color: #006666;
  --quarto-hl-cf-color: #660033;
  --quarto-hl-op-color: #505152;
  --quarto-hl-er-color: #7928a1;
  --quarto-hl-bn-color: #7928a1;
  --quarto-hl-al-color: #7928a1;
  --quarto-hl-va-color: #a55a00;
  --quarto-hl-bu-color: inherit;
  --quarto-hl-ex-color: inherit;
  --quarto-hl-pp-color: #7928a1;
  --quarto-hl-in-color: #696969;
  --quarto-hl-vs-color: #008000;
  --quarto-hl-wa-color: #696969;
  --quarto-hl-do-color: #696969;
  --quarto-hl-im-color: inherit;
  --quarto-hl-ch-color: #3f5f3f;
  --quarto-hl-dt-color: #7928a1;
  --quarto-hl-fl-color: #a55a00;
  --quarto-hl-co-color: #696969;
  --quarto-hl-cv-color: #696969;
  --quarto-hl-cn-color: #055c6f;
  --quarto-hl-sc-color: #00769e;
  --quarto-hl-dv-color: #735062;
  --quarto-hl-kw-color: #d91e18;
}

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

/* syntax highlight based on Pandoc's rules */
pre > code.sourceCode > span {
  color: #333333;
}

code.sourceCode > span {
  color: #333333;
}

div.sourceCode,
div.sourceCode pre.sourceCode {
  color: #333333;
}

/* Normal */
code span {
  color: #333333;
}

/* Alert */
code span.al {
  color: #7928a1;
  font-style: inherit;
}

/* Annotation */
code span.an {
  color: #696969;
  font-style: inherit;
}

/* Attribute */
code span.at {
  color: #9e8b6d;
  font-style: inherit;
}

/* BaseN */
code span.bn {
  color: #7928a1;
  font-style: inherit;
}

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

/* ControlFlow */
code span.cf {
  color: #660033;
  font-style: inherit;
}

/* Char */
code span.ch {
  color: #3f5f3f;
  font-style: inherit;
}

/* Constant */
code span.cn {
  color: #055c6f;
  font-style: inherit;
}

/* Comment */
code span.co {
  color: #696969;
  font-style: inherit;
}

/* CommentVar */
code span.cv {
  color: #696969;
  font-style: italic;
}

/* Documentation */
code span.do {
  color: #696969;
  font-style: italic;
}

/* DataType */
code span.dt {
  color: #7928a1;
  font-style: inherit;
}

/* DecVal */
code span.dv {
  color: #735062;
  font-style: inherit;
}

/* Error */
code span.er {
  color: #7928a1;
  font-style: inherit;
}

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

/* Float */
code span.fl {
  color: #a55a00;
  font-style: inherit;
}

/* Function */
code span.fu {
  color: #16424c;
  font-style: inherit;
}

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

/* Information */
code span.in {
  color: #696969;
  font-style: inherit;
}

/* Keyword */
code span.kw {
  color: #d91e18;
  font-style: inherit;
}

/* Operator */
code span.op {
  color: #505152;
  font-style: inherit;
}

/* Other */
code span.ot {
  color: #20124d;
  font-style: inherit;
}

/* Preprocessor */
code span.pp {
  color: #7928a1;
  font-style: inherit;
}

/* SpecialChar */
code span.sc {
  color: #00769e;
  font-style: inherit;
}

/* SpecialString */
code span.ss {
  color: #540775;
  font-style: inherit;
}

/* String */
code span.st {
  color: #006666;
  font-style: inherit;
}

/* Variable */
code span.va {
  color: #a55a00;
  font-style: inherit;
}

/* VerbatimString */
code span.vs {
  color: #008000;
  font-style: inherit;
}

/* Warning */
code span.wa {
  color: #696969;
  font-style: italic;
}

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

/*# sourceMappingURL=7b2222d5cf7081eeca15705e5a875738.css.map */
