code[class*="language-"],
pre[class*="language-"] {
	color: var(--wiko-text);
	background: var(--wiko-code-bg);
	font-family: 'JetBrains Mono', monospace;
	text-shadow: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: var(--wiko-text-muted);
}

.token.punctuation {
	color: var(--wiko-text);
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: var(--wiko-primary);
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: var(--wiko-link);
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
	color: var(--wiko-text);
}

.token.atrule,
.token.attr-value,
.token.function,
.token.class-name {
	color: var(--wiko-link-hover);
}

.token.keyword {
	color: var(--wiko-primary-hover);
}

.token.regex,
.token.important {
	color: var(--wiko-focus);
}
