/* Prism */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #94a4a7;
}
.token.punctuation {
  color: #d9efea;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol {
  color: #ffb680;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin {
  color: #d9ff92;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string {
  color: #8fffe6;
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #9ad3ff;
}
.token.function,
.token.class-name {
  color: #e4c1ff;
}
