/* Prism theme tuned to the Cozy Neutrals palette.
   Light background, low-contrast comments, lavender keywords. */
.code-block pre[class*="language-"],
.code-block code[class*="language-"] {
  color: #322e3d;
  background: transparent;
  font-family: var(--font-mono);
  font-size: 0.92rem;
  text-shadow: none;
}
.token.comment, .token.prolog, .token.doctype, .token.cdata { color: #8a8298; font-style: italic; }
.token.punctuation { color: #6c6781; }
.token.namespace { opacity: 0.7; }

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

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

.token.operator, .token.entity, .token.url,
.language-css .token.string, .style .token.string { color: #826a40; background: transparent; }

.token.atrule, .token.attr-value, .token.keyword { color: #6e5f9a; font-weight: 600; }
.token.function, .token.class-name { color: #8a5db5; }
.token.regex, .token.important, .token.variable { color: #c46a3d; }

.token.important, .token.bold { font-weight: 700; }
.token.italic { font-style: italic; }
.token.entity { cursor: help; }
