/* PrismJS Light Theme — Vibrant Harmony palette */
code[class*="language-"],
pre[class*="language-"] {
  color: #2d2d4e;
  background: none;
  font-family: var(--font-mono, "JetBrains Mono", Consolas, monospace);
  font-size: 0.87rem;
  line-height: 1.65;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  tab-size: 2;
  hyphens: none;
}
pre[class*="language-"] {
  padding: 1.25rem;
  overflow: auto;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata           { color: #9ca3af; font-style: italic; }
.token.punctuation     { color: #6B7280; }
.token.namespace       { opacity: 0.7; }
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol          { color: #00C2B2; } /* turquoise */
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin         { color: #2ECC5A; } /* green */
.token.operator,
.token.entity,
.token.url,
.token.variable        { color: #6B2FD9; } /* purple */
.token.atrule,
.token.attr-value,
.token.function,
.token.class-name      { color: #E8334A; } /* red */
.token.keyword         { color: #6B2FD9; font-weight: 700; } /* purple bold */
.token.regex,
.token.important       { color: #F5C518; } /* yellow */
.token.important,
.token.bold            { font-weight: bold; }
.token.italic          { font-style: italic; }
.token.deleted         { background: #FDEAEC; color: #E8334A; }
.token.inserted        { background: #E4F9EB; color: #2ECC5A; }

