/**
 * Prism syntax colors tuned to the Blog Pro dark code surface.
 * Applies in both light and dark site modes (code is always dark).
 */

code[class*="language-"],
pre[class*="language-"] {
	text-shadow: none;
	white-space: pre;
	word-break: normal;
	hyphens: none;
}

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

.token.punctuation {
	color: #9aa3af;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
	color: #7dd3fc;
}

.token.boolean,
.token.number {
	color: #fbbf24;
}

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

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

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #c4b5fd;
}

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

.token.regex,
.token.important,
.token.variable {
	color: #fca5a5;
}

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

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