/* Prism.js — Custom light theme matching site palette */
code[class*="language-"], pre[class*="language-"] {
  color: #24275c;
  background: #f4f6fc;
  font-family: 'Fira Code', 'Cascadia Code', Consolas, monospace;
  font-size: .875rem;
  line-height: 1.65;
  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: #8899cc; font-style: italic; }
.token.punctuation  { color: #7480b8; }
.token.namespace     { opacity: .7; }
.token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted { color: #c2185b; }
.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted { color: #0d6e2b; }
.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string { color: #0288d1; }
.token.atrule, .token.attr-value, .token.keyword { color: #5c35cc; font-weight: 600; }
.token.function, .token.class-name { color: #6646e0; }
.token.regex, .token.important, .token.variable { color: #e65100; }
.token.important, .token.bold { font-weight: bold; }
.token.italic { font-style: italic; }
.token.entity { cursor: help; }

