/* Ananas GDS Docs — Syntax Highlighting (custom dark theme) */
/* Token colours tuned for the black/gold brand */

.token.comment, .token.prolog, .token.doctype, .token.cdata {
  color: #5a5550; font-style: italic;
}
.token.punctuation { color: #7a7470; }
.token.namespace { opacity: 0.7; }
.token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted {
  color: #e8b86a;
}
.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted {
  color: #9abf88;
}
.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string {
  color: #c0b090;
}
.token.atrule, .token.attr-value, .token.keyword { color: #8aabda; }
.token.function, .token.class-name { color: #c9a84c; }
.token.regex, .token.important, .token.variable { color: #d4806a; }
.token.important, .token.bold { font-weight: bold; }
.token.italic { font-style: italic; }
.token.entity { cursor: help; }

/* JSON keys */
.language-json .token.property { color: #c9a84c; }
/* Python */
.language-python .token.decorator { color: #d4806a; }
/* HTTP */
.language-http .token.keyword { color: #8aabda; }
.language-http .token.string { color: #9abf88; }
