.docs-code-block code[class*="language-"],
.docs-code-block pre[class*="language-"] {
  color: var(--content-color);
  background: transparent;
}

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

.token.keyword {
  color: color-mix(in srgb, var(--accent-color) 80%, #ffffff 20%);
}

.token.function,
.token.function-variable,
.token.class-name,
.token.builtin,
.token.decorator,
.token.annotation {
  color: #a5b4fc;
}

.token.number,
.token.boolean,
.token.constant,
.token.symbol {
  color: #fbbf24;
}

.token.string,
.token.char,
.token.regex {
  color: #4ade80;
}

.token.operator,
.token.punctuation,
.token.atrule,
.token.interpolation-punctuation {
  color: #9ca3af;
}

.token.property,
.token.attr-name,
.token.attr-value,
.token.selector,
.token.parameter,
.token.tag,
.token.entity,
.token.important,
.token.url {
  color: #facc6b;
}

.token.variable,
.token.namespace,
.token.plain-text,
.token.inserted,
.token.deleted {
  color: var(--content-color);
}
