@charset "UTF-8";

.hljs {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #363943;
}

/*!
  Theme: Atelier Forest Light
  Author: Bram de Haan (http://atelierbramdehaan.nl)
  License: ~ MIT (or more permissive) [via base16-schemes-source]
  Maintainer: @highlightjs/core-team
  Version: 2021.09.0
*/
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 20px;
}

code.hljs {
  padding: 3px 5px;
}

.hljs {
  color: #68615e;
  background: #f1efee;
}

.hljs ::selection,
.hljs::selection {
  background-color: #a8a19f;
  color: #68615e;
}

.hljs-comment {
  color: #9c9491;
}

.hljs-tag {
  color: #766e6b;
}

.hljs-operator,
.hljs-punctuation,
.hljs-subst {
  color: #68615e;
}

.hljs-operator {
  opacity: 0.7;
}

.hljs-bullet,
.hljs-deletion,
.hljs-name,
.hljs-selector-tag,
.hljs-template-variable,
.hljs-variable {
  color: #f22c40;
}

.hljs-attr,
.hljs-link,
.hljs-literal,
.hljs-number,
.hljs-symbol,
.hljs-variable.constant_ {
  color: #df5320;
}

.hljs-class .hljs-title,
.hljs-title,
.hljs-title.class_ {
  color: #c38418;
}

.hljs-strong {
  font-weight: 700;
  color: #c38418;
}

.hljs-addition,
.hljs-code,
.hljs-string,
.hljs-title.class_.inherited__ {
  color: #7b9726;
}

.hljs-built_in,
.hljs-doctag,
.hljs-keyword.hljs-atrule,
.hljs-quote,
.hljs-regexp {
  color: #3d97b8;
}

.hljs-attribute,
.hljs-function .hljs-title,
.hljs-section,
.hljs-title.function_,
.ruby .hljs-property {
  color: #407ee7;
}

.diff .hljs-meta,
.hljs-keyword,
.hljs-template-tag,
.hljs-type {
  color: #6666ea;
}

.hljs-emphasis {
  color: #6666ea;
  font-style: italic;
}

.hljs-meta,
.hljs-meta .hljs-keyword,
.hljs-meta .hljs-string {
  color: #c33ff3;
}

.hljs-meta .hljs-keyword,
.hljs-meta-keyword {
  font-weight: 700;
}
