/* Light syntax-highlight theme tuned to the site palette (indigo + gold). */
.code-pre code[class*="language-"],
.code-pre[class*="language-"] {
  color: #2b2d42;
  text-shadow: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata { color: #8a8aa3; font-style: italic; }

.token.punctuation { color: #6b6f86; }

.token.namespace { opacity: .7; }

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

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

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string { color: #9a6b00; }

.token.atrule,
.token.attr-value,
.token.keyword { color: #4338ca; font-weight: 600; }

.token.function,
.token.class-name { color: #6d28d9; }

.token.regex,
.token.important,
.token.variable { color: #d6536d; }

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