/* stylelint-disable */

.token {
  font-family: 'Fira Code', 'Andale Mono', 'Ubuntu Mono', monospace !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: none !important;
}

.prismjs {
  color: #ebdbb2 !important; /* fg1 / fg */
  background: #1d2021 !important; /* bg0_h */
}

.token.comment,
.token.prolog,
.token.cdata {
  color: #a89984 !important; /* fg4 / gray1 */
}

.token.delimiter,
.token.boolean,
.token.keyword,
.token.selector,
.token.important,
.token.atrule {
  color: #e2412f !important; /* red2 */
}

.token.operator,
.token.punctuation,
.token.attr-name {
  color: #a89984 !important; /* fg4 / gray1 */
}

.token.tag,
.token.tag .punctuation,
.token.doctype,
.token.builtin {
  color: #dea625 !important; /* yellow2 */
}

.token.entity,
.token.number,
.token.symbol {
  color: #d3869b !important; /* purple2 */
}

.token.property,
.token.constant,
.token.variable {
  color: #d85446 !important; /* red2 */
}

.token.string,
.token.char {
  color: #b8bb26 !important; /* green2 */
}

.token.attr-value,
.token.attr-value .punctuation {
  color: #b39e81 !important; /* fg4 / gray1 */
}

.token.url {
  color: #b8bb26 !important; /* green2 */
  text-decoration: underline;
}

.token.function {
  color: #dea625 !important; /* yellow2 */
}

.token.regex {
  background: #b8bb26 !important; /* green2 */
}

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

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

.token.inserted {
  background: #a89984 !important; /* fg4 / gray1 */
}

.token.deleted {
  background: #d85446 !important; /* red2 */
}
