/* Minimal highlight.js theme (GitHub-light-ish), vendored to keep the site
   dependency-light at runtime. Class names follow the highlight.js token API. */
.hljs {
  color: #1c2128;
  background: transparent;
}
.hljs-comment,
.hljs-quote {
  color: #6a737d;
  font-style: italic;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-built_in,
.hljs-name,
.hljs-tag {
  color: #d73a49;
}
.hljs-string,
.hljs-title,
.hljs-section,
.hljs-attribute,
.hljs-literal,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-addition {
  color: #032f62;
}
.hljs-string {
  color: #22863a;
}
.hljs-number,
.hljs-symbol,
.hljs-bullet,
.hljs-link {
  color: #005cc5;
}
.hljs-attr,
.hljs-variable,
.hljs-meta {
  color: #6f42c1;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: 700;
}
.hljs-deletion {
  color: #b31d28;
}
