/**
 * Nord Theme Originally by Arctic Ice Studio
 * https://nordtheme.com
 *
 * Ported for PrismJS by Zane Hitchcoxc (@zwhitchcox) and Gabriel Ramos (@gabrieluizramos)
 */

code[class*="language-"],
pre[class*="language-"] {
	color: #f8f8f2 !important;
	background: none !important;
	font-family: "Fira Code", Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace !important;
	text-align: left !important;
	white-space: pre !important;
	word-spacing: normal !important;
	word-break: normal !important;
	word-wrap: normal !important;
	line-height: 1.5 !important;
	-moz-tab-size: 4 !important;
	-o-tab-size: 4 !important;
	tab-size: 4 !important;
	-webkit-hyphens: none !important;
	-moz-hyphens: none !important;
	-ms-hyphens: none !important;
	hyphens: none !important;
}

.codeflask__textarea {
    background: #2E3440 !important;
}

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

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #2E3440 !important;
}

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

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: #636f88 !important;
}

.token.punctuation {
	color: #81A1C1 !important;
}

.namespace {
	opacity: .7 !important;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
	color: #81A1C1 !important;
}

.token.number {
	color: #B48EAD !important;
}

.token.boolean {
	color: #81A1C1 !important;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #A3BE8C !important;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
	color: #81A1C1 !important;
}

.token.atrule,
.token.attr-value,
.token.function,
.token.class-name {
	color: #88C0D0 !important;
}

.token.keyword {
	color: #81A1C1 !important;
}

.token.regex,
.token.important {
	color: #EBCB8B !important;
}

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

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

.token.entity {
	cursor: help !important;
}
