/* Creamy Mocha — dark code block theme for highlight.js */

.hljs { background: #2c1810; color: #e8d5c4; }
.hljs-keyword { color: #e8a87c; font-weight: 500; }
.hljs-string { color: #a8c97f; font-style: italic; }
.hljs-comment { color: #7a6b5d; font-style: italic; }
.hljs-function .hljs-title,
.hljs-title.function_ { color: #d4a843; }
.hljs-number { color: #cf9b76; }
.hljs-variable { color: #e8d5c4; }
.hljs-type,
.hljs-built_in { color: #c9a0dc; }
.hljs-operator { color: #a0896e; }
.hljs-punctuation { color: #8b7355; }
.hljs-property,
.hljs-attr { color: #7cb8c4; }
.hljs-tag { color: #e8a87c; }
.hljs-name { color: #e8a87c; }
.hljs-attribute { color: #d4a843; }
.hljs-selector-tag { color: #e8a87c; }
.hljs-selector-class { color: #d4a843; }
.hljs-selector-id { color: #7cb8c4; }
.hljs-meta { color: #8b7355; }
.hljs-regexp { color: #a8c97f; }
.hljs-literal { color: #cf9b76; }
.hljs-symbol { color: #c9a0dc; }
.hljs-deletion { color: #e85d4a; }
.hljs-addition { color: #a8c97f; }
