/**
 * Adapted prism.js theme for Morandi color scheme
 */

code[class*="language-"],
pre[class*="language-"] {
  color: #5a5552;
  background: none;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 0.9em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  tab-size: 4;
  hyphens: none;
}

pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  border-radius: 0.3em;
  background: #e8e6e1;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #e8e6e1;
}

:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #8c8178;
}

.token.punctuation {
  color: #707070;
}

.token.namespace {
  opacity: .7;
}

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

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

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

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

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

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

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

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

.token.entity {
  cursor: help;
}
