/* ═══ PRISM.JS LIGHT THEME ═══ */
code[class*="language-"],
pre[class*="language-"] {
  color: #1a1a1a;
  background: none;
  text-shadow: none;
  font-family: 'JetBrains Mono', monospace;
  font-size: .82rem;
  line-height: 1.7;
  tab-size: 4;
  hyphens: none;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
}

pre[class*="language-"] {
  padding: 1rem 1.2rem;
  margin: 0;
  overflow: auto;
  border: none;
  background: transparent;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata { color: #6e7781; font-style: italic; }
.token.punctuation { color: #57606a; }
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted { color: #953800; }
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted { color: #0a3069; }
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string { color: #0550ae; }
.token.atrule,
.token.attr-value,
.token.keyword { color: #8250df; }
.token.function,
.token.class-name { color: #0550ae; }
.token.regex,
.token.important,
.token.variable { color: #953800; }
.token.string .token.interpolation { color: #1a1a1a; }
