/* Generated highlight theme bundle for "dracula". Do not edit directly. */

/* Source: hljs/base.css */
pre {
	background-color: var(--code-bg);
	border: 1px solid var(--code-border);
	overflow-x: auto;
	margin-bottom: 1.5em;
}

pre code,
pre code.hljs {
	display: block;
	overflow-x: auto;
	padding: 1em;
	background-color: transparent;
	color: inherit;
	border: none;
	font-size: 0.85em;
	font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
}

/* Source: hljs/variants/dracula.css */
code.hljs {
	padding: 3px 5px;
}

.hljs {
	background: #e9e9f4;
	color: #282a36;
}

.hljs-comment,
.hljs-quote {
	color: #6272a4;
	font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-name {
	color: #bd93f9;
	font-weight: bold;
}

.hljs-attribute,
.hljs-meta {
	color: #0073e6;
}

.hljs-class .hljs-title,
.hljs-title.class_,
.hljs-type,
.hljs-section,
.hljs-function .hljs-title {
	color: #b45309;
}

.hljs-string,
.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
	color: #15803d;
}

.hljs-bullet,
.hljs-code,
.hljs-addition,
.hljs-number,
.hljs-built_in,
.hljs-params {
	color: #c2410c;
}

.hljs-deletion {
	color: #ff5555;
	display: inline-block;
	width: 100%;
	background-color: rgba(255, 85, 85, 0.1);
}

.hljs-emphasis {
	font-style: italic;
}

.hljs-strong {
	font-weight: bold;
}

@media (prefers-color-scheme: dark) {
	:root:not([data-theme="light"]) .hljs {
		background: #21222c;
		color: #f8f8f2;
	}

	:root:not([data-theme="light"]) .hljs-comment,
	:root:not([data-theme="light"]) .hljs-quote {
		color: #6272a4;
	}

	:root:not([data-theme="light"]) .hljs-keyword,
	:root:not([data-theme="light"]) .hljs-selector-tag,
	:root:not([data-theme="light"]) .hljs-literal,
	:root:not([data-theme="light"]) .hljs-name {
		color: #ff79c6;
	}

	:root:not([data-theme="light"]) .hljs-attribute,
	:root:not([data-theme="light"]) .hljs-meta {
		color: #bd93f9;
	}

	:root:not([data-theme="light"]) .hljs-class .hljs-title,
	:root:not([data-theme="light"]) .hljs-title.class_,
	:root:not([data-theme="light"]) .hljs-type,
	:root:not([data-theme="light"]) .hljs-section,
	:root:not([data-theme="light"]) .hljs-function .hljs-title {
		color: #8be9fd;
	}

	:root:not([data-theme="light"]) .hljs-string,
	:root:not([data-theme="light"]) .hljs-regexp,
	:root:not([data-theme="light"]) .hljs-symbol,
	:root:not([data-theme="light"]) .hljs-variable,
	:root:not([data-theme="light"]) .hljs-template-variable,
	:root:not([data-theme="light"]) .hljs-link,
	:root:not([data-theme="light"]) .hljs-selector-attr,
	:root:not([data-theme="light"]) .hljs-selector-pseudo {
		color: #f1fa8c;
	}

	:root:not([data-theme="light"]) .hljs-bullet,
	:root:not([data-theme="light"]) .hljs-code,
	:root:not([data-theme="light"]) .hljs-addition,
	:root:not([data-theme="light"]) .hljs-number,
	:root:not([data-theme="light"]) .hljs-built_in,
	:root:not([data-theme="light"]) .hljs-params {
		color: #ffb86c;
	}

	:root:not([data-theme="light"]) .hljs-deletion {
		color: #ff5555;
		background-color: rgba(255, 85, 85, 0.15);
	}
}

:root[data-theme="dark"] .hljs {
	background: #21222c;
	color: #f8f8f2;
}

:root[data-theme="dark"] .hljs-comment,
:root[data-theme="dark"] .hljs-quote {
	color: #6272a4;
}

:root[data-theme="dark"] .hljs-keyword,
:root[data-theme="dark"] .hljs-selector-tag,
:root[data-theme="dark"] .hljs-literal,
:root[data-theme="dark"] .hljs-name {
	color: #ff79c6;
}

:root[data-theme="dark"] .hljs-attribute,
:root[data-theme="dark"] .hljs-meta {
	color: #bd93f9;
}

:root[data-theme="dark"] .hljs-class .hljs-title,
:root[data-theme="dark"] .hljs-title.class_,
:root[data-theme="dark"] .hljs-type,
:root[data-theme="dark"] .hljs-section,
:root[data-theme="dark"] .hljs-function .hljs-title {
	color: #8be9fd;
}

:root[data-theme="dark"] .hljs-string,
:root[data-theme="dark"] .hljs-regexp,
:root[data-theme="dark"] .hljs-symbol,
:root[data-theme="dark"] .hljs-variable,
:root[data-theme="dark"] .hljs-template-variable,
:root[data-theme="dark"] .hljs-link,
:root[data-theme="dark"] .hljs-selector-attr,
:root[data-theme="dark"] .hljs-selector-pseudo {
	color: #f1fa8c;
}

:root[data-theme="dark"] .hljs-bullet,
:root[data-theme="dark"] .hljs-code,
:root[data-theme="dark"] .hljs-addition,
:root[data-theme="dark"] .hljs-number,
:root[data-theme="dark"] .hljs-built_in,
:root[data-theme="dark"] .hljs-params {
	color: #ffb86c;
}

:root[data-theme="dark"] .hljs-deletion {
	color: #ff5555;
	background-color: rgba(255, 85, 85, 0.15);
}
