code[class*='language-'],
pre[class*='language-'] {
  font-family: Consolas, Menlo, Monaco, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter',
    'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono L', 'Courier New', Courier,
    monospace;
  font-size: 14px;
  line-height: 1.375;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;

  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;

  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  background: oklch(27.8% 0.033 256.848); /* gray 800 */
  color: oklch(87.2% 0.01 258.338); /* gray 400 */
}

pre > code[class*='language-'] {
  font-size: 1em;
}

pre[class*='language-']::-moz-selection,
pre[class*='language-'] ::-moz-selection,
code[class*='language-']::-moz-selection,
code[class*='language-'] ::-moz-selection {
  text-shadow: none;
  background: oklch(50% 0.134 242.749); /* sky 700 */
}

pre[class*='language-']::selection,
pre[class*='language-'] ::selection,
code[class*='language-']::selection,
code[class*='language-'] ::selection {
  text-shadow: none;
  background: oklch(50% 0.134 242.749); /* sky 700 */
}

/* Code blocks */
pre[class*='language-'] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}

/* Inline code */
:not(pre) > code[class*='language-'] {
  padding: 0.1em;
  border-radius: 0.3em;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: oklch(70.7% 0.022 261.325); /* gray 400 */
}

.token.punctuation {
  color: oklch(70.7% 0.022 261.325); /* gray 400 */
}

.token.namespace {
  opacity: 0.7;
}

.token.tag,
.token.operator,
.token.number {
  color: oklch(69.6% 0.17 162.48); /* emerald 500 */
}

.token.property,
.token.function {
  color: oklch(87.2% 0.01 258.338); /* gray 400 */
}

.token.tag-id,
.token.selector,
.token.atrule-id {
  color: oklch(95.1% 0.026 236.824); /* sky 100 */
}

code.language-javascript,
.token.attr-name {
  color: oklch(90.1% 0.058 230.902); /* sky 200 */
}

code.language-css,
code.language-scss,
.token.boolean,
.token.string,
.token.entity,
.token.url,
.language-css .token.string,
.language-scss .token.string,
.style .token.string,
.token.attr-value,
.token.keyword,
.token.control,
.token.directive,
.token.unit,
.token.statement,
.token.regex,
.token.atrule {
  color: oklch(84.5% 0.143 164.978); /* emerald 300 */
}

.token.placeholder,
.token.variable {
  color: oklch(84.5% 0.143 164.978); /* emerald 300 */
}

.token.deleted {
  text-decoration: line-through;
}

.token.inserted {
  border-bottom: 1px dotted oklch(95.1% 0.026 236.824); /* sky 100 */
  text-decoration: none;
}

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

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

.token.important {
  color: oklch(74.6% 0.16 232.661); /* sky 400 */
}

.token.entity {
  cursor: help;
}

pre > code.highlight {
  outline: 0.4em solid oklch(58.8% 0.158 241.966); /* sky 600 */
  outline-offset: 0.4em;
}

/* overrides color-values for the Line Numbers plugin
 * http://prismjs.com/plugins/line-numbers/
 */
.line-numbers.line-numbers .line-numbers-rows {
  border-right-color: oklch(44.6% 0.03 256.802); /* gray 600 */
}

.line-numbers .line-numbers-rows > span:before {
  color: oklch(55.1% 0.027 264.364); /* gray 500 */
}

/* overrides color-values for the Line Highlight plugin
* http://prismjs.com/plugins/line-highlight/
*/
.line-highlight.line-highlight {
  background: rgba(10, 163, 112, 0.2);
  background: -webkit-linear-gradient(left, rgba(10, 163, 112, 0.2) 70%, rgba(10, 163, 112, 0));
  background: linear-gradient(to right, rgba(10, 163, 112, 0.2) 70%, rgba(10, 163, 112, 0));
}
