/* Prism theme for slate (#0f172a) background — clean, modern, high contrast */
code[class*="language-"],
pre[class*="language-"] {
  color: #e2e8f0;
  background: none;
  text-shadow: none;
  font-family: 'SF Mono', 'Fira Code', 'Consolas', 'Monaco', monospace;
  font-size: 0.82rem;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.6;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre[class*="language-"] {
  padding: 0;
  margin: 0;
  overflow: auto;
  border-radius: 0;
  background: transparent;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: transparent;
}

:not(pre) > code[class*="language-"] {
  padding: 0.1em 0.3em;
  border-radius: 0.3em;
  white-space: normal;
}

/* JSON tokens */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #64748b;
}

.token.punctuation {
  color: #94a3b8;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
  color: #f472b6;
}

.token.boolean,
.token.number {
  color: #a78bfa;
}

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

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

.token.atrule,
.token.attr-value,
.token.function,
.token.class-name {
  color: #fbbf24;
}

.token.keyword {
  color: #60a5fa;
}

.token.regex,
.token.important {
  color: #fb923c;
}

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

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

.token.entity {
  cursor: help;
}
