/* Prism.js dark theme for syntax highlighting — matched to secbysrg design */

code[class*="language-"],
pre[class*="language-"] {
  color: #e9e9e9;
  font-family: 'JetBrains Mono', 'Cascadia Code', 'Fira Code', 'Consolas', monospace;
  font-size: 0.8125rem;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  tab-size: 4;
  hyphens: none;
}

pre[class*="language-"] {
  overflow: auto;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #4e554e;
}

.token.punctuation {
  color: #8a8f8a;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #ff4444;
}

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

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

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

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

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

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

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