/* Prism-like code highlighting theme */
.token.comment { color: #6b7280; font-style: italic; }
.token.keyword { color: #c084fc; font-weight: 500; }
.token.string { color: #6ee7b7; }
.token.number { color: #fbbf24; }
.token.boolean { color: #f97316; }
.token.key { color: #67e8f9; }
.token.function { color: #60a5fa; }
.token.variable { color: #f472b6; }
.token.operator { color: #94a3b8; }
.token.punctuation { color: #94a3b8; }
.token.tag { color: #f87171; }
.token.attr-name { color: #fbbf24; }
.token.attr-value { color: #6ee7b7; }
