/* Prism syntax highlight — light palette matching site theme */

code[class*="language-"],
pre[class*="language-"] {
  color: var(--color-ink);
  background: transparent;
  text-shadow: none;
  font-family: var(--font-mono);
  font-size: 0.92rem;
  line-height: 1.55;
  tab-size: 4;
  hyphens: none;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
}

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

.token.punctuation {
  color: #475569;
}

.token.namespace {
  opacity: 0.7;
}

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

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

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

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #1f6feb;
}

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

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

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

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

.token.entity {
  cursor: help;
}
