/* Custom highlight.js theme matching the site palette (self-hosted, no
   stock theme import — keeps CSP simple and the look consistent). */

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

.hljs-comment,
.hljs-quote {
  color: #6b7280;
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-type,
.hljs-doctag {
  color: #ff7b72;
}

.hljs-string,
.hljs-attr,
.hljs-template-tag,
.hljs-regexp {
  color: #a5d6a7;
}

.hljs-number,
.hljs-symbol,
.hljs-bullet {
  color: #f2c078;
}

.hljs-title,
.hljs-function,
.hljs-title.function_ {
  color: #79c0ff;
}

.hljs-name,
.hljs-tag {
  color: #7ee787;
}

.hljs-attribute,
.hljs-variable,
.hljs-template-variable {
  color: #ffa657;
}

.hljs-built_in,
.hljs-class .hljs-title {
  color: #22d3ee;
}

.hljs-meta {
  color: #8b97a8;
}

.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: 700;
}

.hljs-addition {
  color: #7ee787;
  background: rgba(126, 231, 135, 0.1);
}
.hljs-deletion {
  color: #ff7b72;
  background: rgba(255, 123, 114, 0.1);
}
