code[class*="language-"], pre[class*="language-"] {
  background: #27212e;
  color: #fff;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
code[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
pre[class*="language-"]::-moz-selection {
  background: #eb64b927;
  color: inherit;
}
code[class*="language-"] ::selection,
code[class*="language-"]::selection,
pre[class*="language-"] ::selection,
pre[class*="language-"]::selection {
  background: #eb64b927;
  color: inherit;
}
pre[class*="language-"] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
  border-radius: 0.5em;
}
:not(pre) > code[class*="language-"] {
  padding: 0.2em 0.3em;
  border-radius: 0.5rem;
  white-space: normal;
}
.token.cdata, .token.comment, .token.prolog {
  color: #91889b;
}
.token.punctuation {
  color: #7b6995;
}
.token.boolean, .token.builtin, .token.constant {
  color: #ffe261;
}
.token.number {
  color: #b381c5;
}
.token.atrule, .token.important, .token.keyword, .token.property {
  color: #40b4c4;
}
.token.class-name,
.token.doctype,
.token.inserted,
.token.operator,
.token.symbol,
.token.tag {
  color: #74dfc4;
}
.token.attr-name, .token.deleted, .token.function, .token.selector {
  color: #eb64b9;
}
.token.attr-value, .token.char, .token.regex, .token.string {
  color: #b4dce7;
}
.token.entity, .token.url, .token.variable {
  color: #fff;
}
.token.bold {
  font-weight: 700;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.token.namespace {
  opacity: 0.7;
}
