/* Prism tokens stay scoped to blocks the feature loader successfully owns. */
pre > code.syntax-highlight .token.comment,
pre > code.syntax-highlight .token.prolog,
pre > code.syntax-highlight .token.doctype,
pre > code.syntax-highlight .token.cdata {
  color: #8da7a2;
}

pre > code.syntax-highlight .token.punctuation {
  color: #b8cbc6;
}

pre > code.syntax-highlight .token.property,
pre > code.syntax-highlight .token.tag,
pre > code.syntax-highlight .token.boolean,
pre > code.syntax-highlight .token.number,
pre > code.syntax-highlight .token.constant,
pre > code.syntax-highlight .token.symbol {
  color: #8ed7c8;
}

pre > code.syntax-highlight .token.selector,
pre > code.syntax-highlight .token.attr-name,
pre > code.syntax-highlight .token.string,
pre > code.syntax-highlight .token.char,
pre > code.syntax-highlight .token.builtin {
  color: #d6c58b;
}

pre > code.syntax-highlight .token.operator,
pre > code.syntax-highlight .token.entity,
pre > code.syntax-highlight .token.url,
pre > code.syntax-highlight .language-css .token.string,
pre > code.syntax-highlight .style .token.string {
  color: #9fc7e8;
}

pre > code.syntax-highlight .token.atrule,
pre > code.syntax-highlight .token.attr-value,
pre > code.syntax-highlight .token.keyword {
  color: #7ec8bd;
}

pre > code.syntax-highlight .token.function,
pre > code.syntax-highlight .token.class-name {
  color: #f0b878;
}

pre > code.syntax-highlight .token.regex,
pre > code.syntax-highlight .token.important,
pre > code.syntax-highlight .token.variable {
  color: #e59aa8;
}

pre > code.syntax-highlight .token.important,
pre > code.syntax-highlight .token.bold {
  font-weight: 600;
}
