/* Restrained light theme for Prism (via @11ty/eleventy-plugin-syntaxhighlight) */
code[class*="language-"],
pre[class*="language-"] {
  color: #3c3836;
  background: none;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  tab-size: 2;
  hyphens: none;
}

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

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

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

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

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

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #076678;
}

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

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

.token.important,
.token.bold {
  font-weight: 600;
}

.token.italic {
  font-style: italic;
}
