pre[class*="language-"] {
    color: #F5F5F7;
    font-size: 13px;
    text-shadow: none;
    font-family: Roboto Mono, Menlo, Monaco, Consolas, "Andale Mono", "Ubuntu Mono", "Courier New", monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: 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;
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
    background: black;
}

code[class*="language-"] {
    color: #F5F5F7;
    font-size: 13px;
    text-shadow: none;
    font-family: Roboto Mono, Menlo, Monaco, Consolas, "Andale Mono", "Ubuntu Mono", "Courier New", monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: 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;
}

/* Selection styles */
pre[class*="language-"]::selection,
code[class*="language-"]::selection,
pre[class*="language-"] *::selection,
code[class*="language-"] *::selection {
    text-shadow: none;
    background: #006787;
}

/* Inline code */
:not(pre)>code[class*="language-"] {
    padding: .1em .3em;
    border-radius: .3em;
    color: #FF2E36;
    background: black;
}

/* Token styles */
.token.namespace {
    opacity: .7;
}

.token.doctype.doctype-tag {
    color: #68B1FF;
}

.token.doctype.name {
    color: #C8E7FF;
}

.token.comment,
.token.prolog {
    color: #7B7B7C;
}

.token.punctuation {
    color: #F5F5F7;
}

.language-html .language-css .token.punctuation,
.language-html .language-javascript .token.punctuation {
    color: #F5F5F7;
}

.token.property {
    color: #C8E7FF;
}

.token.tag,
.token.boolean {
    color: #68B1FF;
}

.token.number {
    color: #F78071;
}

.token.constant {
    color: #C8E7FF;
}

.token.symbol,
.token.inserted,
.token.unit {
    color: #F78071;
}

.token.selector {
    color: #FBDCC6;
}

.token.attr-name {
    color: #C8E7FF;
}

.token.string,
.token.builtin {
    color: #FF8F2E;
}

.token.char,
.token.deleted {
    color: #FFBF90;
}

.language-css .token.string.url {
    text-decoration: underline;
}

.token.operator {
    color: #F5F5F7;
}

.token.entity {
    color: #68B1FF;
}

.token.operator.arrow {
    color: #68B1FF;
}

.token.atrule {
    color: #FFBF90;
}

.token.atrule.rule {
    color: #E8DEFB;
}

.token.atrule.url {
    color: #C8E7FF;
}

.token.atrule.url.function {
    color: #FCEEE5;
}

.token.atrule.url.punctuation {
    color: #F5F5F7;
}

.token.keyword {
    color: #BA9CFF;
}

.token.keyword.module,
.token.keyword.control-flow {
    color: #E8DEFB;
}

.token.function {
    color: #F78071;
}

.token.function.maybe-class-name {
    color: #FCEEE5;
}

.token.regex {
    color: #d16969;
}

.token.important {
    color: #68B1FF;
}

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

.token.class-name {
    color: #00C853;
}

.token.maybe-class-name {
    color: #92F4A0;
}

.token.console {
    color: #C8E7FF;
}

.token.parameter,
.token.interpolation {
    color: #C8E7FF;
}

.token.punctuation.interpolation-punctuation {
    color: #68B1FF;
}

.token.variable {
    color: #C8E7FF;
}

.token.imports.maybe-class-name,
.token.exports.maybe-class-name {
    color: #C8E7FF;
}

.token.escape {
    color: #FBDCC6;
}

.token.tag.punctuation {
    color: #808080;
}

.token.cdata {
    color: #808080;
}

.token.attr-value {
    color: #FFBF90;
}

.token.attr-value.punctuation {
    color: #FFBF90;
}

.token.attr-value.punctuation.attr-equals {
    color: #F5F5F7;
}

.token.namespace {
    color: #92F4A0;
}

/* Language-specific styles */
pre[class*="language-javascript"],
code[class*="language-javascript"],
pre[class*="language-jsx"],
code[class*="language-jsx"],
pre[class*="language-typescript"],
code[class*="language-typescript"],
pre[class*="language-tsx"],
code[class*="language-tsx"] {
    color: #C8E7FF;
}

pre[class*="language-css"],
code[class*="language-css"] {
    color: #FFBF90;
}

pre[class*="language-html"],
code[class*="language-html"] {
    color: #F5F5F7;
}

.language-regex .token.anchor {
    color: #FCEEE5;
}

.language-html .token.punctuation {
    color: #808080;
}

pre[class*="language-"]>code[class*="language-"] {
    position: relative;
    z-index: 1;
}

/* Line highlight */
.line-highlight.line-highlight {
    background: #171718;
    box-shadow: inset 5px 0 0 #f7d87c;
    z-index: 0;
}