/* quarto syntax highlight colors */
:root {
  --quarto-hl-kw-color: #0000ff;
  --quarto-hl-op-color: #ff0000;
  --quarto-hl-st-color: #000000;
  --quarto-hl-co-color: #008000;
}

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

/* syntax highlight based on Pandoc's rules */
/* Comment */
code span.co {
  color: #008000;
  font-style: inherit;
}

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

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

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

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

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