@charset "utf-8";

code[class*="language-"], pre[class*="language-"] { color: rgb(204, 204, 204); background: 0px 0px; font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace; font-size: 1em; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; overflow-wrap: normal; line-height: 1.5; tab-size: 4; hyphens: none; }

pre[class*="language-"] { padding: 1em; margin: 0.5em 0px; overflow: auto; }

:not(pre) > code[class*="language-"], pre[class*="language-"] { background: rgb(45, 45, 45); }

:not(pre) > code[class*="language-"] { padding: 0.1em; border-radius: 0.3em; white-space: normal; }

.token.block-comment, .token.cdata, .token.comment, .token.doctype, .token.prolog { color: rgb(153, 153, 153); }

.token.punctuation { color: rgb(204, 204, 204); }

.token.attr-name, .token.deleted, .token.namespace, .token.tag { color: rgb(226, 119, 122); }

.token.function-name { color: rgb(97, 150, 204); }

.token.boolean, .token.function, .token.number { color: rgb(240, 141, 73); }

.token.class-name, .token.constant, .token.property, .token.symbol { color: rgb(248, 197, 85); }

.token.atrule, .token.builtin, .token.important, .token.keyword, .token.selector { color: rgb(204, 153, 205); }

.token.attr-value, .token.char, .token.regex, .token.string, .token.variable { color: rgb(126, 198, 153); }

.token.entity, .token.operator, .token.url { color: rgb(103, 205, 204); }

.token.bold, .token.important { font-weight: 700; }

.token.italic { font-style: italic; }

.token.entity { cursor: help; }

.token.inserted { color: green; }