/* Solarized Light - Prism Theme */

:root {
  --code-bg: #fdf6e3;
  --code-fg: #657b83;
  --ln-bg: #eee8d5;
  --ln-fg: #93a1a1;
  --code-border: #e4ddc8;
}

.token.function, .token.variable { color: #268bd2; }
.token.string, .token.attr-value { color: #2aa198; }
.token.punctuation, .token.tag, .token.property, .token.boolean { color: #657b83; }
.token.keyword, .token.selector { color: #859900; }
.token.comment, .token.attr-name { color: #93a1a1; }
.token.class-name, .token.constant { color: #b58900; }
.token.operator { color: #cb4b16; }
.token.regex { color: #d30102; }
.token.number, .token.important { color: #d33682; }
.token.comment, .token.prolog, .token.doctype, .token.cdata { font-style: italic; }
.token.keyword, .token.important { font-weight: 600; }
.token.important, .token.bold { font-weight: bold; }
.token.italic { font-style: italic; }
