/* PrismJS 1.25.0
https://prismjs.com/download.html#languages=json */

code[class*="language-"],
pre[class*="language-"] {
	color: #ccc;
	background: none;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	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;

	font-size: 0.9em;
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

:not(pre)>code[class*="language-"],
pre[class*="language-"] {
	/* gray-900 */
	background: #18181b;
}

/* Inline code */
:not(pre)>code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
	/* gray-400 */
	color: #a1a1aa;
}

.token.punctuation {
	/* gray-200 */
	color: #e4e4e7;
}

.token.tag,
.token.attr-name,
.token.namespace,
.token.deleted {
	/* red-400 */
	color: #f87171;
}

.token.function-name {
	/* blue-200 */
	color: #bfdbfe;
}

.token.boolean,
.token.number,
.token.function {
	/* purple-200 */
	color: #c7d2fe;
}

.token.property,
.token.class-name,
.token.constant,
.token.symbol {
	/* purple-200 */
	color: #e9d5ff;
}

.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
	/* pink-200 */
	color: #fbcfe8;
}

.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
	/* green-200 */
	color: #bbf7d0;
}

.token.operator,
.token.entity,
.token.url {
	/* purple-400 */
	color: #c084fc;
}

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

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

.token.entity {
	cursor: help;
}

.token.inserted {
	color: green;
}