/* ============================================================
   Prism token colours — tuned for BlueMist's deep-navy code
   block (background #0E2438, text #C6D8EA). Same palette in
   light + dark modes since `.entry-content pre` is hardcoded.
   ============================================================ */

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: #5E7B94;
    font-style: italic;
}

.token.punctuation {
    color: #9DB2C6;
}

.token.namespace {
    opacity: .7;
}

.token.tag,
.token.boolean,
.token.constant,
.token.deleted,
.token.symbol {
    color: #7FC0F0;
}

.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.inserted {
    color: #E6C97A;
}

.token.number {
    color: #B9A3EE;
}

.token.keyword,
.token.atrule,
.token.selector,
.token.important {
    color: #6FAEEA;
    font-weight: 500;
}

.token.function,
.token.class-name {
    color: #9ECBF0;
}

.token.builtin {
    color: #5A9EE2;
}

.token.operator,
.token.entity,
.token.url,
.token.variable {
    color: #C6D8EA;
}

.token.property,
.token.attr-name {
    color: #9ECBF0;
}

.token.important { font-weight: 600; }
.token.bold      { font-weight: bold; }
.token.italic    { font-style: italic; }
.token.entity    { cursor: help; }
