/* Token colors for vendored Prism. !important + .source-code prefix
   beat site.css `pre, code { color: var(--code-ink) }`. Hex values
   stay off the catalog remap list (span[style*="#79b8ff"] etc.). */
.source-code .token.comment,
.source-code .token.prolog,
.source-code .token.doctype,
.source-code .token.cdata,
.giallo .token.comment,
.giallo .token.prolog,
.giallo .token.doctype,
.giallo .token.cdata,
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata { color: #8b9a7a !important; }

.source-code .token.punctuation,
.giallo .token.punctuation,
.token.punctuation { color: #8a938c !important; }

.source-code .token.property,
.source-code .token.tag,
.source-code .token.constant,
.source-code .token.symbol,
.source-code .token.deleted,
.giallo .token.property,
.giallo .token.tag,
.giallo .token.constant,
.giallo .token.symbol,
.giallo .token.deleted,
.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted { color: #5ecf8a !important; }

.source-code .token.boolean,
.source-code .token.number,
.giallo .token.boolean,
.giallo .token.number,
.token.boolean,
.token.number { color: #e09a6a !important; }

.source-code .token.selector,
.source-code .token.attr-name,
.source-code .token.string,
.source-code .token.char,
.source-code .token.builtin,
.source-code .token.inserted,
.giallo .token.selector,
.giallo .token.attr-name,
.giallo .token.string,
.giallo .token.char,
.giallo .token.builtin,
.giallo .token.inserted,
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted { color: #e6c86a !important; }

.source-code .token.attr-name { color: #8fd4a8 !important; }

.source-code .token.operator,
.source-code .token.entity,
.source-code .token.url,
.giallo .token.operator,
.giallo .token.entity,
.giallo .token.url,
.token.operator,
.token.entity,
.token.url { color: #c9b8a0 !important; }

.source-code .token.atrule,
.source-code .token.attr-value,
.source-code .token.keyword,
.giallo .token.atrule,
.giallo .token.attr-value,
.giallo .token.keyword,
.token.atrule,
.token.attr-value,
.token.keyword { color: #5ecf8a !important; }

.source-code .token.attr-value,
.source-code .token.string { color: #e6c86a !important; }

.source-code .token.function,
.source-code .token.class-name,
.giallo .token.function,
.giallo .token.class-name,
.token.function,
.token.class-name { color: #6ec4e0 !important; }

.source-code .token.regex,
.source-code .token.important,
.source-code .token.variable,
.giallo .token.regex,
.giallo .token.important,
.giallo .token.variable,
.token.regex,
.token.important,
.token.variable { color: #e08a7a !important; }
