/*.syntax-highlight .hll { background-color: #ffffcc }
.syntax-highlight  { background: #ffffff; } IDK what these are */
.syntax-highlight .c { font-weight: bold } /* Comment */
.syntax-highlight .k { color: #666; color: var(--color-secondary) } /* Keyword */
.syntax-highlight .ch { font-weight: bold } /* Comment.Hashbang */
.syntax-highlight .cm { font-weight: bold } /* Comment.Multiline */
.syntax-highlight .cp { font-weight: bold } /* Comment.Preproc */
.syntax-highlight .cpf { font-weight: bold } /* Comment.PreprocFile */
.syntax-highlight .c1 { font-weight: bold } /* Comment.Single */
.syntax-highlight .cs { font-weight: bold } /* Comment.Special */
.syntax-highlight .kc { color: #666; color: var(--color-secondary) } /* Keyword.Constant */
.syntax-highlight .kd { color: #666; color: var(--color-secondary) } /* Keyword.Declaration */
.syntax-highlight .kn { color: #666; color: var(--color-secondary) } /* Keyword.Namespace */
.syntax-highlight .kp { color: #666; color: var(--color-secondary) } /* Keyword.Pseudo */
.syntax-highlight .kr { color: #666; color: var(--color-secondary) } /* Keyword.Reserved */
.syntax-highlight .kt { color: #666; color: var(--color-secondary) } /* Keyword.Type */
.syntax-highlight .s { font-style: italic } /* Literal.String */
.syntax-highlight .sa { font-style: italic } /* Literal.String.Affix */
.syntax-highlight .sb { font-style: italic } /* Literal.String.Backtick */
.syntax-highlight .sc { font-style: italic } /* Literal.String.Char */
.syntax-highlight .dl { font-style: italic } /* Literal.String.Delimiter */
.syntax-highlight .sd { font-style: italic } /* Literal.String.Doc */
.syntax-highlight .s2 { font-style: italic } /* Literal.String.Double */
.syntax-highlight .se { font-style: italic } /* Literal.String.Escape */
.syntax-highlight .sh { font-style: italic } /* Literal.String.Heredoc */
.syntax-highlight .si { font-style: italic } /* Literal.String.Interpol */
.syntax-highlight .sx { font-style: italic } /* Literal.String.Other */
.syntax-highlight .sr { font-style: italic } /* Literal.String.Regex */
.syntax-highlight .s1 { font-style: italic } /* Literal.String.Single */
.syntax-highlight .ss { font-style: italic } /* Literal.String.Symbol */
