/*
  Light coloring
*/
:root {
	--hcb--tsh: 1px 1px 0px rgb(240, 240, 240);
}

/* ---------------------
  Syntax Highlight
 --------------------- */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: #708090;
}

.token.punctuation {
	color: #5f5f5f;
}

.namespace {
	opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted,
.token.class-name {
	color: #407b08;
}


.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #9a6e3a;
}

.token.atrule,
.token.attr-value,
.token.function {
	color: #07a;
}

.token.keyword,
.token.operator {
	color: #c72c4c;
}

.token.regex,
.token.keyword.this,
.token.important,
.token.variable {
	color: #f18106;
}


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

.token.italic,
.token.builtin,
.token.keyword.def {
	font-style: italic;
}

.token.entity {
	cursor: help;
}


.token.delimiter.important {
	color: #183d86;
	font-weight: normal;
}
