/* PrismJS 1.29.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+dart+scss */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
.light-theme {
  /* code blocks */
  /* inline code */
}
.light-theme code[class*=language-],
.light-theme pre[class*=language-] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: consolas, monaco, "andale mono", "ubuntu mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.light-theme pre[class*=language-]::-moz-selection, .light-theme pre[class*=language-] ::-moz-selection,
.light-theme code[class*=language-]::-moz-selection, .light-theme code[class*=language-] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
.light-theme pre[class*=language-]::selection, .light-theme pre[class*=language-] ::selection,
.light-theme code[class*=language-]::selection, .light-theme code[class*=language-] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}
@media print {
  .light-theme code[class*=language-],
  .light-theme pre[class*=language-] {
    text-shadow: none;
  }
}
.light-theme pre[class*=language-] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}
.light-theme :not(pre) > code[class*=language-],
.light-theme pre[class*=language-] {
  background: #f5f2f0;
}
.light-theme :not(pre) > code[class*=language-] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}
.light-theme .token.comment,
.light-theme .token.prolog,
.light-theme .token.doctype,
.light-theme .token.cdata {
  color: slategray;
}
.light-theme .token.punctuation {
  color: #999;
}
.light-theme .token.namespace {
  opacity: 0.7;
}
.light-theme .token.property,
.light-theme .token.tag,
.light-theme .token.boolean,
.light-theme .token.number,
.light-theme .token.constant,
.light-theme .token.symbol,
.light-theme .token.deleted {
  color: #905;
}
.light-theme .token.selector,
.light-theme .token.attr-name,
.light-theme .token.string,
.light-theme .token.char,
.light-theme .token.builtin,
.light-theme .token.inserted {
  color: #690;
}
.light-theme .token.operator,
.light-theme .token.entity,
.light-theme .token.url,
.light-theme .language-css .token.string,
.light-theme .style .token.string {
  color: #9a6e3a;
  /* this background color was intended by the author of this theme. */
  background: hsla(0, 0%, 100%, 0.5);
}
.light-theme .token.atrule,
.light-theme .token.attr-value,
.light-theme .token.keyword {
  color: #07a;
}
.light-theme .token.function,
.light-theme .token.class-name {
  color: #dd4a68;
}
.light-theme .token.regex,
.light-theme .token.important,
.light-theme .token.variable {
  color: #e90;
}
.light-theme .token.important,
.light-theme .token.bold {
  font-weight: bold;
}
.light-theme .token.italic {
  font-style: italic;
}
.light-theme .token.entity {
  cursor: help;
}
