[data-theme='dark'] {
	/* Code blocks */
}
 [data-theme='dark'] code[class*="language-"], [data-theme='dark'] pre[class*="language-"] {
	 color: #ccc;
	 font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
	 text-align: left;
	 white-space: pre;
	 word-spacing: normal;
	 word-break: normal;
	 word-wrap: 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;
}
 [data-theme='dark'] pre[class*="language-"]::-moz-selection, [data-theme='dark'] pre[class*="language-"] ::-moz-selection, [data-theme='dark'] code[class*="language-"]::-moz-selection, [data-theme='dark'] code[class*="language-"] ::-moz-selection {
	 text-shadow: none;
	 background: undefined;
}
 [data-theme='dark'] pre[class*="language-"]::selection, [data-theme='dark'] pre[class*="language-"] ::selection, [data-theme='dark'] code[class*="language-"]::selection, [data-theme='dark'] code[class*="language-"] ::selection {
	 text-shadow: none;
	 background: undefined;
}
 @media print {
	 [data-theme='dark'] code[class*="language-"], [data-theme='dark'] pre[class*="language-"] {
		 text-shadow: none;
	}
}
 [data-theme='dark'] pre[class*="language-"] {
	 padding: 1em;
	 margin: 0.5em 0;
	 overflow: auto;
}
 [data-theme='dark'] :not(pre) > code[class*="language-"], [data-theme='dark'] pre[class*="language-"] {
	 color: white;
	 background: #1f1f1f;
}
 [data-theme='dark'] :not(pre) > code[class*="language-"] {
	 padding: 0.1em;
	 border-radius: 0.3em;
	 white-space: normal;
}
 [data-theme='dark'] .token.variable {
	 color: #d4d4d4;
}
 [data-theme='dark'] .token.operator {
	 color: #d4d4d4;
}
 [data-theme='dark'] .token.prolog {
	 color: #000080;
}
 [data-theme='dark'] .token.comment {
	 color: #6a9955;
}
 [data-theme='dark'] .token.punctuation {
	 color: #6a9955;
}
 [data-theme='dark'] .token.builtin {
	 color: #4fc1ff;
}
 [data-theme='dark'] .token.number {
	 color: #b5cea8;
}
 [data-theme='dark'] .token.inserted {
	 color: #b5cea8;
}
 [data-theme='dark'] .token.constant {
	 color: #646695;
}
 [data-theme='dark'] .token.hexcode {
	 color: #646695;
}
 [data-theme='dark'] .token.tag {
	 color: #569cd6;
}
 [data-theme='dark'] .token.changed {
	 color: #569cd6;
}
 [data-theme='dark'] .token.function {
	 color: #569cd6;
}
 [data-theme='dark'] .token.keyword {
	 color: #569cd6;
}
 [data-theme='dark'] .token.attr-name {
	 color: #9cdcfe;
}
 [data-theme='dark'] .token.selector {
	 color: #9cdcfe;
}
 [data-theme='dark'] .token.property {
	 color: #9cdcfe;
}
 [data-theme='dark'] .token.deleted {
	 color: #ce9178;
}
 [data-theme='dark'] .token.string {
	 color: #ce9178;
}
 [data-theme='dark'] .token.regex {
	 color: #d16969;
}
 [data-theme='dark'] .token.char {
	 color: #d16969;
}
 [data-theme='dark'] .token.class-name {
	 color: #4ec9b0;
}
 [data-theme='dark'] .token.important, [data-theme='dark'] .token.bold {
	 font-weight: bold;
}
 [data-theme='dark'] .token.italic {
	 font-style: italic;
}
[data-theme='light'] {
	/* Code blocks */
}
 [data-theme='light'] code[class*="language-"], [data-theme='light'] pre[class*="language-"] {
	 color: #3b3b3b;
	 font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
	 text-align: left;
	 white-space: pre;
	 word-spacing: normal;
	 word-break: normal;
	 word-wrap: 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;
}
 [data-theme='light'] pre[class*="language-"]::-moz-selection, [data-theme='light'] pre[class*="language-"] ::-moz-selection, [data-theme='light'] code[class*="language-"]::-moz-selection, [data-theme='light'] code[class*="language-"] ::-moz-selection {
	 text-shadow: none;
	 background: undefined;
}
 [data-theme='light'] pre[class*="language-"]::selection, [data-theme='light'] pre[class*="language-"] ::selection, [data-theme='light'] code[class*="language-"]::selection, [data-theme='light'] code[class*="language-"] ::selection {
	 text-shadow: none;
	 background: undefined;
}
 @media print {
	 [data-theme='light'] code[class*="language-"], [data-theme='light'] pre[class*="language-"] {
		 text-shadow: none;
	}
}
 [data-theme='light'] pre[class*="language-"] {
	 padding: 1em;
	 margin: 0.5em 0;
	 overflow: auto;
}
 [data-theme='light'] :not(pre) > code[class*="language-"], [data-theme='light'] pre[class*="language-"] {
	 color: white;
	 background: #fff;
}
 [data-theme='light'] :not(pre) > code[class*="language-"] {
	 padding: 0.1em;
	 border-radius: 0.3em;
	 white-space: normal;
}
 [data-theme='light'] .token.variable {
	 color: #000;
}
 [data-theme='light'] .token.operator {
	 color: #000;
}
 [data-theme='light'] .token.comment {
	 color: #008000;
}
 [data-theme='light'] .token.builtin {
	 color: #0070c1;
}
 [data-theme='light'] .token.number {
	 color: #098658;
}
 [data-theme='light'] .token.inserted {
	 color: #098658;
}
 [data-theme='light'] .token.constant {
	 color: #811f3f;
}
 [data-theme='light'] .token.hexcode {
	 color: #811f3f;
}
 [data-theme='light'] .token.regex {
	 color: #811f3f;
}
 [data-theme='light'] .token.char {
	 color: #811f3f;
}
 [data-theme='light'] .token.tag {
	 color: #800000;
}
 [data-theme='light'] .token.attr-name {
	 color: #e50000;
}
 [data-theme='light'] .token.selector {
	 color: #e50000;
}
 [data-theme='light'] .token.property {
	 color: #e50000;
}
 [data-theme='light'] .token.deleted {
	 color: #a31515;
}
 [data-theme='light'] .token.string {
	 color: #a31515;
}
 [data-theme='light'] .token.changed {
	 color: #0451a5;
}
 [data-theme='light'] .token.punctuation {
	 color: #0451a5;
}
 [data-theme='light'] .token.function {
	 color: #00f;
}
 [data-theme='light'] .token.keyword {
	 color: #00f;
}
 [data-theme='light'] .token.class-name {
	 color: #267f99;
}
 [data-theme='light'] .token.important, [data-theme='light'] .token.bold {
	 font-weight: bold;
}
 [data-theme='light'] .token.italic {
	 font-style: italic;
}
 