/* Site-matched light Prism theme */
code[class*="language-"],
pre[class*="language-"] {
  color: #0b3b3a;
  background: none;
  font-family: var(--font-mono);
  text-shadow: none;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.55;
  tab-size: 4;
  hyphens: none;
}

pre[class*="language-"] {
  background: var(--code-surface);
}

:not(pre) > code[class*="language-"] {
  background: var(--code-surface);
  padding: 1px 6px;
  border-radius: 4px;
}

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

.token.punctuation       { color: #475569; }
.token.namespace         { opacity: .7; }

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

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

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

.token.atrule,
.token.attr-value,
.token.keyword           { color: #6d28d9; }

.token.function,
.token.class-name        { color: #0d9488; font-weight: 600; }

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

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