.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: #6a9955
}

.token.punctuation {
    opacity: .7
}

.token.namespace {
    opacity: .7
}

.token.boolean,
.token.constant,
.token.number,
.token.property,
.token.symbol,
.token.tag {
    color: #9cdcfe
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
    color: #ce9178
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url,
.token.variable {
    color: #d4d4d4
}

.token.atrule,
.token.attr-value,
.token.keyword {
    color: #569cd6
}

.token.important,
.token.regex {
    color: #d7ba7d
}

.token.bold,
.token.important {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

.token.deleted {
    color: #ce9178
}