/* PrismJS 1.28.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */

@media (prefers-color-scheme: dark) {
  code[class*=language-], pre[class*=language-] {
    color: #fff;
    background: 0 0;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    font-size: 1em;
    text-align: left;
    text-shadow: 0 -.1em .2em #000;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
  }

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

  pre[class*=language-] {
    border-radius: .5em;
    border: .3em solid #545454;
    box-shadow: 1px 1px .5em #000 inset;
    margin: .5em 0;
    overflow: auto;
    padding: 1em
  }

  pre[class*=language-]::-moz-selection {
    background: #27292a
  }

  pre[class*=language-]::selection {
    background: #27292a
  }

  code[class*=language-] ::-moz-selection, code[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection, pre[class*=language-]::-moz-selection {
    text-shadow: none;
    background: hsla(0, 0%, 93%, .15)
  }

  code[class*=language-] ::selection, code[class*=language-]::selection, pre[class*=language-] ::selection, pre[class*=language-]::selection {
    text-shadow: none;
    background: hsla(0, 0%, 93%, .15)
  }

  :not(pre) > code[class*=language-] {
    border-radius: .3em;
    border: .13em solid #545454;
    box-shadow: 1px 1px .3em -.1em #000 inset;
    padding: .15em .2em .05em;
    white-space: normal
  }

  .token.cdata, .token.comment, .token.doctype, .token.prolog {
    color: #777
  }

  .token.punctuation {
    opacity: .7
  }

  .token.namespace {
    opacity: .7
  }

  .token.boolean, .token.deleted, .token.number, .token.tag {
    color: #ce6849
  }

  .token.builtin, .token.constant, .token.keyword, .token.property, .token.selector, .token.symbol {
    color: #f9ed99
  }

  .language-css .token.string, .style .token.string, .token.attr-name, .token.attr-value, .token.char, .token.entity, .token.inserted, .token.operator, .token.string, .token.url, .token.variable {
    color: #909e6a
  }

  .token.atrule {
    color: #7385a5
  }

  .token.important, .token.regex {
    color: #e8c062
  }

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

  .token.italic {
    font-style: italic
  }

  .token.entity {
    cursor: help
  }

  .language-markup .token.attr-name, .language-markup .token.punctuation, .language-markup .token.tag {
    color: #ac885c
  }

  .token {
    position: relative;
    z-index: 1
  }

  .line-highlight.line-highlight {
    background: hsla(0, 0%, 33%, .25);
    background: linear-gradient(to right, hsla(0, 0%, 33%, .1) 70%, hsla(0, 0%, 33%, 0));
    border-bottom: 1px dashed #545454;
    border-top: 1px dashed #545454;
    margin-top: .75em;
    z-index: 0
  }

  .line-highlight.line-highlight:before, .line-highlight.line-highlight[data-end]:after {
    background-color: #8693a6;
    color: #f4f1ef
  }
}

@media (prefers-color-scheme: light) {
  code[class*=language-], pre[class*=language-] {
    color: #000;
    background: 0 0;
    text-shadow: 0 1px #fff;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
  }

  code[class*=language-] ::-moz-selection, code[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection, pre[class*=language-]::-moz-selection {
    text-shadow: none;
    background: #b3d4fc
  }

  code[class*=language-] ::selection, code[class*=language-]::selection, pre[class*=language-] ::selection, pre[class*=language-]::selection {
    text-shadow: none;
    background: #b3d4fc
  }

  @media print {
    code[class*=language-], pre[class*=language-] {
      text-shadow: none
    }
  }pre[class*=language-] {
     padding: 1em;
     margin: .5em 0;
     overflow: auto
   }

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

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

  .token.cdata, .token.comment, .token.doctype, .token.prolog {
    color: #708090
  }

  .token.punctuation {
    color: #999
  }

  .token.namespace {
    opacity: .7
  }

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

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

  .language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url {
    color: #9a6e3a;
    background: hsla(0, 0%, 100%, .5)
  }

  .token.atrule, .token.attr-value, .token.keyword {
    color: #07a
  }

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

  .token.important, .token.regex, .token.variable {
    color: #e90
  }

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

  .token.italic {
    font-style: italic
  }

  .token.entity {
    cursor: help
  }
}
