/* Prism light theme — tuned to the site's indigo/teal/pink palette.
   Background is provided by .code-block; tokens only set colours here. */
code[class*="language-"],
pre[class*="language-"] {
  color: #34384a;
  background: none;
  font-family: var(--font-mono);
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  tab-size: 4;
  hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata { color: #8a93ab; font-style: italic; }

.token.punctuation { color: #6a7088; }

.token.namespace { opacity: 0.7; }

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

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

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

.token.atrule,
.token.attr-value,
.token.keyword { color: #3a3f9e; font-weight: 600; }

.token.function,
.token.class-name { color: #6c4ad6; }

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

.token.important,
.token.bold { font-weight: 700; }
.token.italic { font-style: italic; }
.token.entity { cursor: help; }
