/*!
  Theme: Default
  Description: Original highlight.js style
  Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
  Maintainer: @highlightjs/core-team
  Website: https://highlightjs.org/
  License: see project LICENSE
  Touched: 2021
*/pre code.hljs{overflow-x:auto;}
code.hljs{padding:3px 5px}/* .hljs{color:#e45649} */
.hljs-attribute{
	color:#e45649;
}
.hljs-comment{color:#888}
.hljs-punctuation,
.hljs-tag{color:#ffffff}
.hljs-tag .hljs-attr,.hljs-tag .hljs-name{color:#e45649}
.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{font-weight:700}
.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-template-tag,.hljs-type{color:#e4ad6d}
.hljs-section,.hljs-title{color:#9ecbec;font-weight:700}
.hljs-link,.hljs-operator,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#bc6060}
.hljs-literal{color:#78a960}
.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#d8bd66}
.hljs-meta{color:#1f7199}
.hljs-meta .hljs-string{color:#9db778}
.hljs-emphasis{font-style:italic}
.hljs-strong{font-weight:700}
.hljs-keyword{
	color: #b19ae0;
}