/* Visual Studio 2015 Dark inspired Prism theme */
code[class*="language-"],
pre[class*="language-"] {
  color: #d4d4d4;
  background: #1e1e1e;
  text-shadow: none;
  font-family: "Fira Code", "Source Code Pro", Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 0.95rem;
  line-height: 1.6;
}

pre[class*="language-"] {
  padding: 1em 1.2em;
  margin: 1em 0;
  overflow: auto;
  border-radius: 6px;
  border: 1px solid #2d2d2d;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

:not(pre) > code[class*="language-"] {
  padding: 0.2em 0.35em;
  border-radius: 4px;
  white-space: normal;
  border: 1px solid #2d2d2d;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #6a9955;
}

.token.punctuation {
  color: #d4d4d4;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #b5cea8;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #ce9178;
}

.token.operator,
.token.entity,
.token.url {
  color: #d4d4d4;
}

.token.atrule,
.token.keyword {
  color: #569cd6;
}

.token.function,
.token.class-name {
  color: #dcdcaa;
}

.token.regex,
.token.important,
.token.variable {
  color: #d16969;
}

.token.bold {
  font-weight: 700;
}

.token.italic {
  font-style: italic;
}
