/* Prism — Trove quartet syntax on --code-bg */

code[class*="language-"],
pre[class*="language-"] {
  font-family: ui-monospace, 'Consolas', monospace;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  color: #e6e5e0;
  background: transparent;
  text-shadow: none;
}

pre[class*="language-"] {
  margin: 0;
  padding: 0;
  overflow: visible;
}

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

.token.punctuation {
  color: #939088;
}

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

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

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #e6e5e0;
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #9aa8a0;
}

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

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