/* Custom Prism light theme tuned to the site's teal/coral palette */
.code-block__pre, .code-block__pre code {
  color: #0b1d2a;
  background: transparent;
  text-shadow: none;
  font-family: var(--font-mono);
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  tab-size: 4;
  hyphens: none;
}

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

.token.punctuation { color: #455565; }

.token.namespace { opacity: 0.7; }

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

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

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string { color: #0369a1; background: transparent; }

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

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

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

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