/* ==========================================================================
   Prism.js token colors — tuned to the site's indigo/charcoal palette
   rather than a stock Prism theme.
   ========================================================================== */

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #63667a;
  font-style: italic;
}

.token.keyword,
.token.selector,
.token.tag {
  color: #8b9fe0;
}

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

.token.string,
.token.attr-value,
.token.char {
  color: #b8a8d6;
}

.token.number,
.token.boolean,
.token.constant {
  color: #6d83d1;
}

.token.operator,
.token.punctuation,
.token.entity {
  color: #8f92a3;
}

.token.property,
.token.attr-name,
.token.variable {
  color: #e6e6ea;
}

.token.builtin {
  color: #8b9fe0;
}

.token.important,
.token.bold {
  font-weight: 600;
}

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