/* ============================================================
   GRA 4164 — highlight.js token colors, Gruvbox Dark.
   Backgrounds are owned by the deck theme's `pre` rule;
   this file only colors tokens.
   ============================================================ */

.hljs {
	color: #ebdbb2;
	background: transparent;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-deletion {
	color: #fb4934;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute {
	color: #b8bb26;
}

.hljs-number,
.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-link {
	color: #d3869b;
}

.hljs-title,
.hljs-title.function_,
.hljs-section,
.hljs-name {
	color: #fabd2f;
}

.hljs-built_in,
.hljs-type,
.hljs-class .hljs-title,
.hljs-title.class_ {
	color: #8ec07c;
}

.hljs-comment,
.hljs-quote,
.hljs-meta {
	color: #928374;
	font-style: italic;
}

.hljs-variable,
.hljs-template-variable,
.hljs-params,
.hljs-attr {
	color: #ebdbb2;
}

.hljs-emphasis {
	font-style: italic;
}

.hljs-strong {
	font-weight: 700;
}
