/* Prism.js — GitHub Dark theme */
code[class*="language-"], pre[class*="language-"] {
  color: #c9d1d9;
  background: #0d1117;
  font-family: var(--font-mono, monospace);
  font-size: .875rem;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  tab-size: 2;
  hyphens: none;
}

.token.comment, .token.prolog, .token.doctype, .token.cdata {
  color: #8b949e; font-style: italic;
}
.token.punctuation   { color: #c9d1d9; }
.token.property, .token.tag, .token.boolean, .token.number,
.token.constant, .token.symbol { color: #79c0ff; }
.token.selector, .token.attr-name, .token.string, .token.char,
.token.builtin { color: #a5d6ff; }
.token.operator, .token.entity, .token.url, .token.variable { color: #ffa657; }
.token.atrule, .token.attr-value, .token.keyword { color: #ff7b72; }
.token.function, .token.class-name { color: #d2a8ff; }
.token.regex, .token.important { color: #ffa657; }
.token.important, .token.bold { font-weight: bold; }
.token.italic { font-style: italic; }
.token.inserted { color: #aff5b4; background: #033a16; }
.token.deleted  { color: #ffdcd7; background: #67060c; }
