/* Lettuce light syntax theme — restrained palette; transparent background so the reader's
   --code-bg (set on <pre>) shows through. Brand green for strings. */
.hljs { color: #24323a; background: transparent; }
.hljs-comment, .hljs-quote, .hljs-code, .hljs-formula { color: #8a94a6; font-style: italic; }
.hljs-keyword, .hljs-selector-tag, .hljs-meta .hljs-keyword, .hljs-doctag,
.hljs-name, .hljs-tag, .hljs-template-tag, .hljs-variable.language_ { color: #b5267a; }
.hljs-string, .hljs-regexp, .hljs-char.escape_, .hljs-meta .hljs-string, .hljs-addition { color: #1f7a3d; }
.hljs-number, .hljs-literal, .hljs-boolean { color: #b25000; }
.hljs-title, .hljs-title.function_, .hljs-title.class_, .hljs-section { color: #5a3ec8; }
.hljs-type, .hljs-built_in, .hljs-class .hljs-title, .hljs-title.class_.inherited__ { color: #0b7285; }
.hljs-attr, .hljs-attribute, .hljs-variable, .hljs-template-variable, .hljs-property, .hljs-params, .hljs-operator { color: #b25000; }
.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-selector-id, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo { color: #0b7285; }
.hljs-meta { color: #8a94a6; }
.hljs-subst { color: #24323a; }
.hljs-addition { background: #eafaef; }
.hljs-deletion { color: #b3261e; background: #ffe9e7; }
.hljs-emphasis { font-style: italic; }
.hljs-strong { font-weight: 600; }
