code[class*="language-"],
pre[class*="language-"] {
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	color: #90a4ae;
	background: #f5f6f7;
	font-family: Roboto Mono, monospace;
	font-size: 1em;
	line-height: 1.5em;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.code-toolbar {
	background: #f5f6f7;
}
code[class*="language-"]::-moz-selection,
pre[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection,
pre[class*="language-"] ::-moz-selection {
	background: #cceae7;
	color: #263238;
}

code[class*="language-"]::selection,
pre[class*="language-"]::selection,
code[class*="language-"] ::selection,
pre[class*="language-"] ::selection {
	background: #cceae7;
	color: #263238;
}

:not(pre) > code[class*="language-"] {
	white-space: normal;
	border-radius: 0.2em;
	padding: 0.1em;
}

pre[class*="language-"] {
	overflow: auto;
	position: relative;
	margin: 0.5em 0;
	padding: 1.25em 1em;
}

.language-css > code,
.language-sass > code,
.language-scss > code {
	color: #f76d47;
}

[class*="language-"] .namespace {
	opacity: 0.7;
}

.token.atrule {
	color: #7c4dff;
}

.token.attr-name {
	color: #39adb5;
}

.token.attr-value {
	color: #f6a434;
}

.token.attribute {
	color: #f6a434;
}

.token.boolean {
	color: #7c4dff;
}

.token.builtin {
	color: #39adb5;
}

.token.cdata {
	color: #39adb5;
}

.token.char {
	color: #39adb5;
}

.token.class {
	color: #39adb5;
}

.token.class-name {
	color: #6182b8;
}

.token.comment {
	color: #aabfc9;
}

.token.constant {
	color: #7c4dff;
}

.token.deleted {
	color: #e53935;
}

.token.doctype {
	color: #aabfc9;
}

.token.entity {
	color: #e53935;
}

.token.function {
	color: #7c4dff;
}

.token.hexcode {
	color: #f76d47;
}

.token.id {
	color: #7c4dff;
	font-weight: bold;
}

.token.important {
	color: #7c4dff;
	font-weight: bold;
}

.token.inserted {
	color: #39adb5;
}

.token.keyword {
	color: #7c4dff;
}

.token.number {
	color: #f76d47;
}

.token.operator {
	color: #39adb5;
}

.token.prolog {
	color: #aabfc9;
}

.token.property {
	color: #39adb5;
}

.token.pseudo-class {
	color: #f6a434;
}

.token.pseudo-element {
	color: #f6a434;
}

.token.punctuation {
	color: #39adb5;
}

.token.regex {
	color: #6182b8;
}

.token.selector {
	color: #e53935;
}

.token.string {
	color: #f6a434;
}

.token.symbol {
	color: #7c4dff;
}

.token.tag {
	color: #e53935;
}

.token.unit {
	color: #f76d47;
}

.token.url {
	color: #e53935;
}

.token.variable {
	color: #e53935;
}

/******************** DARK ********************/

[data-bs-theme=dark] code[class*="language-"],
[data-bs-theme=dark] pre[class*="language-"] {
	color: #eee;
	background: #212121;
}

[data-bs-theme=dark] .code-toolbar {
	background: #212121;
}

[data-bs-theme=dark] code[class*="language-"]::-moz-selection,
[data-bs-theme=dark] pre[class*="language-"]::-moz-selection,
[data-bs-theme=dark] code[class*="language-"] ::-moz-selection,
[data-bs-theme=dark] pre[class*="language-"] ::-moz-selection {
	background: #363636;
}

[data-bs-theme=dark] code[class*="language-"]::selection,
[data-bs-theme=dark] pre[class*="language-"]::selection,
[data-bs-theme=dark] code[class*="language-"] ::selection,
[data-bs-theme=dark] pre[class*="language-"] ::selection {
	background: #363636;
}

[data-bs-theme=dark] .language-css > code,
[data-bs-theme=dark] .language-sass > code,
[data-bs-theme=dark] .language-scss > code {
	color: #fd9170;
}

[data-bs-theme=dark] .token.atrule {
	color: #c792ea;
}

[data-bs-theme=dark] .token.attr-name {
	color: #ffcb6b;
}

[data-bs-theme=dark] .token.attr-value {
	color: #a5e844;
}

[data-bs-theme=dark] .token.attribute {
	color: #a5e844;
}

[data-bs-theme=dark] .token.boolean {
	color: #c792ea;
}

[data-bs-theme=dark] .token.builtin {
	color: #ffcb6b;
}

[data-bs-theme=dark] .token.cdata {
	color: #80cbc4;
}

[data-bs-theme=dark] .token.char {
	color: #80cbc4;
}

[data-bs-theme=dark] .token.class {
	color: #ffcb6b;
}

[data-bs-theme=dark] .token.class-name {
	color: #f2ff00;
}

[data-bs-theme=dark] .token.comment {
	color: #616161;
}

[data-bs-theme=dark] .token.constant {
	color: #c792ea;
}

[data-bs-theme=dark] .token.deleted {
	color: #ff6666;
}

[data-bs-theme=dark] .token.doctype {
	color: #616161;
}

[data-bs-theme=dark] .token.entity {
	color: #ff6666;
}

[data-bs-theme=dark] .token.function {
	color: #c792ea;
}

[data-bs-theme=dark] .token.hexcode {
	color: #f2ff00;
}

[data-bs-theme=dark] .token.id {
	color: #c792ea;
}

[data-bs-theme=dark] .token.important {
	color: #c792ea;
}

[data-bs-theme=dark] .token.inserted {
	color: #80cbc4;
}

[data-bs-theme=dark] .token.keyword {
	color: #c792ea;
}

[data-bs-theme=dark] .token.number {
	color: #fd9170;
}

[data-bs-theme=dark] .token.operator {
	color: #89ddff;
}

[data-bs-theme=dark] .token.prolog {
	color: #616161;
}

[data-bs-theme=dark] .token.property {
	color: #80cbc4;
}

[data-bs-theme=dark] .token.pseudo-class {
	color: #a5e844;
}

[data-bs-theme=dark] .token.pseudo-element {
	color: #a5e844;
}

[data-bs-theme=dark] .token.punctuation {
	color: #89ddff;
}

[data-bs-theme=dark] .token.regex {
	color: #f2ff00;
}

[data-bs-theme=dark] .token.selector {
	color: #ff6666;
}

[data-bs-theme=dark] .token.string {
	color: #a5e844;
}

[data-bs-theme=dark] .token.symbol {
	color: #c792ea;
}

[data-bs-theme=dark] .token.tag {
	color: #ff6666;
}

[data-bs-theme=dark] .token.unit {
	color: #fd9170;
}

[data-bs-theme=dark] .token.url {
	color: #ff6666;
}

[data-bs-theme=dark] .token.variable {
	color: #ff6666;
}