/* Prism theme — palette-generated vars with hardcoded fallbacks */

.language-coh .token.keyword {
  color: var(--code-keyword, #c97ee8);
  font-weight: 700;
}

.language-coh .token.symbol {
  color: var(--code-symbol, #7ee787);
}

.language-coh .token.url {
  color: var(--code-path, #7ec7e8);
}

.language-coh .token.important {
  color: var(--code-status, #e87e7e);
  font-weight: 700;
}

.code-toolbar {
  position: relative;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: var(--code-comment, #8b8069);
}

.token.punctuation {
  color: #b0a18b;
}

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

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

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

.token.atrule,
.token.attr-value,
.token.keyword {
  color: var(--code-keyword, #d4918a);
}

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

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

.token.bold {
  font-weight: bold;
}

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

.token.entity {
  cursor: help;
}
