/* ============================================================
   Prism token colours — tuned for BlueMist's forest-green code
   block (background #1A2A1E, text #C8E0D2). Same palette in
   light + dark modes since `.entry-content pre` is hardcoded.
   ============================================================ */

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

.token.punctuation {
    color: #a8b8ac;
}

.token.namespace {
    opacity: .7;
}

.token.tag,
.token.boolean,
.token.constant,
.token.deleted,
.token.symbol {
    color: #7dd3a8;
}

.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.inserted {
    color: #e6c97a;
}

.token.number {
    color: #a3d4d4;
}

.token.keyword,
.token.atrule,
.token.selector,
.token.important {
    color: #7dd3a8;
    font-weight: 500;
}

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

.token.builtin {
    color: #88c0a4;
}

.token.operator,
.token.entity,
.token.url,
.token.variable {
    color: #c8e0d2;
}

.token.property,
.token.attr-name {
    color: #9ee5b8;
}

.token.important { font-weight: 600; }
.token.bold      { font-weight: bold; }
.token.italic    { font-style: italic; }
.token.entity    { cursor: help; }
