/*Color variables*/
/*gray variables*/
/*white variables*/
/*black variables*/
/*Dark Theme*/
/*Dark Theme*/
/* PrismJS 1.17.1
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
.token {
    color: #062ec1;
}

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

.token.punctuation {
    color: #5010b7;
}

.namespace {
    opacity: 0.7;
}

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

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

.token.operator,
.token.entity,
.token.url {
    color: #4baefd;
    background: rgba(255, 255, 255, 0.1);
}

.language-css .token.string,
.style .token.string {
    color: #4baefd;
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

.token.entity {
    cursor: help;
}
/*# sourceMappingURL=prism.css.map */
