/* Light Prism theme tuned to the PBM teal/cyan palette. */
code[class*="language-"],
pre[class*="language-"] {
  color: #1f3d42;
  background: none;
  text-shadow: none;
  font-family: var(--mono, monospace);
  tab-size: 4;
  hyphens: none;
}

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

.token.punctuation { color: #50727a; }

.token.namespace { opacity: .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: #0e7490; }

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

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

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

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

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

.token.decorator,
.token.annotation { color: #7c3aed; }
