* {
    --tw-ring-inset: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(1, 106, 255, 0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
}

.prose code {
    border-radius: .5rem;
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    padding: .25rem .5rem;
    margin-top: 0!important;
    margin-bottom: 0!important;
    background: #f3f3ff;
}

pre[class*="language-"],
code[class*="language-"] {
    font-family: 'Fira Mono', monospace;
    font-size: 18px;
    white-space: pre;
    word-break: normal;
    background: #2e2b57;
    color: #FFEB3B;
    direction: ltr;
    text-align: left;
    word-spacing: 1.5px;
    tab-size: 2;
    hyphens: none;
    font-weight: 600;
    line-height: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: .5rem;
}

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

@media print {
    pre[class*="language-"],
    code[class*="language-"] {
        text-shadow: none;
    }
}

pre[class*="language-"] {
    margin: .5em 0;
    overflow: auto;
    background: #2e2b57;
    font-size: .8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: .5rem;
    padding: 1.2em 1.6em;
}

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


/*********************************************************
* Tokens
*/

.namespace {
    /* opacity: .7; */
}

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

.token.punctuation {
    color: #999999;
}

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

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

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
    color: #7d6ee7;
    background: transparent;
}

.token.atrule,
.token.attr-value,
.token.keyword {
    color: #cc99cd;
}

.token.function {
    color: #f08d49;
}

.token.regex,
.token.important,
.token.variable {
    color: #ee9900;
}

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

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

.token.entity {
    cursor: help;
}


/*********************************************************
* Line highlighting
*/

pre[data-line] {
    position: relative;
}

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

.line-highlight {
    position: absolute;
    left: 0;
    right: 0;
    padding: inherit 0;
    margin-top: 1em;
    background: #f7ebc6;
    box-shadow: inset 5px 0 0 #f7d87c;
    z-index: 0;
    pointer-events: none;
    line-height: inherit;
    white-space: pre;
}
