/* Custom light PrismJS theme tuned to the site palette.
   Applied to <pre class="language-*"><code> generated by the markdown pipeline. */

.code-block__pre,
.code-block__pre code {
  color: #1f2d3a;
  background: none;
  font-family: var(--font-mono);
  font-size: 0.9rem;
  line-height: 1.65;
  tab-size: 4;
  hyphens: none;
  text-shadow: none;
}

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

.token.punctuation {
  color: #5a6b7b;
}

.token.namespace {
  opacity: 0.75;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #b5530a; /* amber-deep */
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #0b8276; /* teal */
}

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

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #1f6feb; /* blue */
  font-weight: 600;
}

.token.function,
.token.class-name {
  color: #8a4fb8; /* violet */
}

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

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

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

.token.decorator,
.token.annotation {
  color: #b5530a;
}
