/* PrismJS 1.29.0
https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clike+javascript */
code[class*=language-], pre[class*=language-] {
    color: #CED0D6;
    text-shadow: 0 1px rgba(0, 0, 0, .3);
    font-family: var(--mono);
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

code.language-none, pre.language-none {
    color: inherit;
}

pre[class*=language-] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
    border-radius: .3em;
}

:not(pre) > code[class*=language-] {
    white-space: break-spaces;
}

.token.namespace {
    opacity: .7;
}

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

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

.token.entity {
    cursor: help;
}

.token.cdata, .token.comment, .token.doctype, .token.prolog {
    color: #7F7F8D;
}

.token.punctuation {
    color: #B9446B;
}

.token.constant, .token.deleted, .token.property, .token.symbol, .token.tag {
    color: #5DBAD3;
}

.token.boolean, .token.number {
    color: #ae81ff;
}

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

.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url, .token.variable {
    color: #B9446B;
}

.token.atrule, .token.attr-value, .token.class-name, .token.function {
    color: #BAD34D;
}

.token.parameter {
    color: #5DBAD3;
}

.token.keyword {
    color: #F55B8F;
}

.token.important, .token.regex {
    color: #fd971f;
}
