/* Light mode syntax highlighting (monokailight) */
/* Generated using: hugo gen chromastyles --style=monokailight */

/* Background */ [data-bs-theme="light"] .bg { color:#272822;background-color:#fafafa; }
/* PreWrapper */ [data-bs-theme="light"] .chroma { color:#272822;background-color:#fafafa;-webkit-text-size-adjust:none; }
/* Error */ [data-bs-theme="light"] .chroma .err { color:#960050;background-color:#1e0010 }
/* LineLink */ [data-bs-theme="light"] .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
/* LineTableTD */ [data-bs-theme="light"] .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
/* LineTable */ [data-bs-theme="light"] .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
/* LineHighlight */ [data-bs-theme="light"] .chroma .hl { background-color:#e1e1e1 }
/* LineNumbersTable */ [data-bs-theme="light"] .chroma .lnt { white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f }
/* LineNumbers */ [data-bs-theme="light"] .chroma .ln { white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f }
/* Line */ [data-bs-theme="light"] .chroma .line { display:flex; }
/* Keyword */ [data-bs-theme="light"] .chroma .k { color:#00a8c8 }
/* KeywordConstant */ [data-bs-theme="light"] .chroma .kc { color:#00a8c8 }
/* KeywordDeclaration */ [data-bs-theme="light"] .chroma .kd { color:#00a8c8 }
/* KeywordNamespace */ [data-bs-theme="light"] .chroma .kn { color:#f92672 }
/* KeywordPseudo */ [data-bs-theme="light"] .chroma .kp { color:#00a8c8 }
/* KeywordReserved */ [data-bs-theme="light"] .chroma .kr { color:#00a8c8 }
/* KeywordType */ [data-bs-theme="light"] .chroma .kt { color:#00a8c8 }
/* Name */ [data-bs-theme="light"] .chroma .n { color:#111 }
/* NameAttribute */ [data-bs-theme="light"] .chroma .na { color:#75af00 }
/* NameClass */ [data-bs-theme="light"] .chroma .nc { color:#75af00 }
/* NameConstant */ [data-bs-theme="light"] .chroma .no { color:#00a8c8 }
/* NameDecorator */ [data-bs-theme="light"] .chroma .nd { color:#75af00 }
/* NameEntity */ [data-bs-theme="light"] .chroma .ni { color:#111 }
/* NameException */ [data-bs-theme="light"] .chroma .ne { color:#75af00 }
/* NameLabel */ [data-bs-theme="light"] .chroma .nl { color:#111 }
/* NameNamespace */ [data-bs-theme="light"] .chroma .nn { color:#111 }
/* NameOther */ [data-bs-theme="light"] .chroma .nx { color:#75af00 }
/* NameProperty */ [data-bs-theme="light"] .chroma .py { color:#111 }
/* NameTag */ [data-bs-theme="light"] .chroma .nt { color:#f92672 }
/* NameBuiltin */ [data-bs-theme="light"] .chroma .nb { color:#111 }
/* NameBuiltinPseudo */ [data-bs-theme="light"] .chroma .bp { color:#111 }
/* NameVariable */ [data-bs-theme="light"] .chroma .nv { color:#111 }
/* NameVariableClass */ [data-bs-theme="light"] .chroma .vc { color:#111 }
/* NameVariableGlobal */ [data-bs-theme="light"] .chroma .vg { color:#111 }
/* NameVariableInstance */ [data-bs-theme="light"] .chroma .vi { color:#111 }
/* NameVariableMagic */ [data-bs-theme="light"] .chroma .vm { color:#111 }
/* NameFunction */ [data-bs-theme="light"] .chroma .nf { color:#75af00 }
/* NameFunctionMagic */ [data-bs-theme="light"] .chroma .fm { color:#75af00 }
/* Literal */ [data-bs-theme="light"] .chroma .l { color:#ae81ff }
/* LiteralDate */ [data-bs-theme="light"] .chroma .ld { color:#d88200 }
/* LiteralString */ [data-bs-theme="light"] .chroma .s { color:#d88200 }
/* LiteralStringAffix */ [data-bs-theme="light"] .chroma .sa { color:#d88200 }
/* LiteralStringBacktick */ [data-bs-theme="light"] .chroma .sb { color:#d88200 }
/* LiteralStringChar */ [data-bs-theme="light"] .chroma .sc { color:#d88200 }
/* LiteralStringDelimiter */ [data-bs-theme="light"] .chroma .dl { color:#d88200 }
/* LiteralStringDoc */ [data-bs-theme="light"] .chroma .sd { color:#d88200 }
/* LiteralStringDouble */ [data-bs-theme="light"] .chroma .s2 { color:#d88200 }
/* LiteralStringEscape */ [data-bs-theme="light"] .chroma .se { color:#8045ff }
/* LiteralStringHeredoc */ [data-bs-theme="light"] .chroma .sh { color:#d88200 }
/* LiteralStringInterpol */ [data-bs-theme="light"] .chroma .si { color:#d88200 }
/* LiteralStringOther */ [data-bs-theme="light"] .chroma .sx { color:#d88200 }
/* LiteralStringRegex */ [data-bs-theme="light"] .chroma .sr { color:#d88200 }
/* LiteralStringSingle */ [data-bs-theme="light"] .chroma .s1 { color:#d88200 }
/* LiteralStringSymbol */ [data-bs-theme="light"] .chroma .ss { color:#d88200 }
/* LiteralNumber */ [data-bs-theme="light"] .chroma .m { color:#ae81ff }
/* LiteralNumberBin */ [data-bs-theme="light"] .chroma .mb { color:#ae81ff }
/* LiteralNumberFloat */ [data-bs-theme="light"] .chroma .mf { color:#ae81ff }
/* LiteralNumberHex */ [data-bs-theme="light"] .chroma .mh { color:#ae81ff }
/* LiteralNumberInteger */ [data-bs-theme="light"] .chroma .mi { color:#ae81ff }
/* LiteralNumberIntegerLong */ [data-bs-theme="light"] .chroma .il { color:#ae81ff }
/* LiteralNumberOct */ [data-bs-theme="light"] .chroma .mo { color:#ae81ff }
/* Operator */ [data-bs-theme="light"] .chroma .o { color:#f92672 }
/* OperatorWord */ [data-bs-theme="light"] .chroma .ow { color:#f92672 }
/* Punctuation */ [data-bs-theme="light"] .chroma .p { color:#111 }
/* Comment */ [data-bs-theme="light"] .chroma .c { color:#75715e }
/* CommentHashbang */ [data-bs-theme="light"] .chroma .ch { color:#75715e }
/* CommentMultiline */ [data-bs-theme="light"] .chroma .cm { color:#75715e }
/* CommentSingle */ [data-bs-theme="light"] .chroma .c1 { color:#75715e }
/* CommentSpecial */ [data-bs-theme="light"] .chroma .cs { color:#75715e }
/* CommentPreproc */ [data-bs-theme="light"] .chroma .cp { color:#75715e }
/* CommentPreprocFile */ [data-bs-theme="light"] .chroma .cpf { color:#75715e }
/* GenericEmph */ [data-bs-theme="light"] .chroma .ge { font-style:italic }
/* GenericStrong */ [data-bs-theme="light"] .chroma .gs { font-weight:bold }

/* Dark mode syntax highlighting (monokai) */
/* Generated using: hugo gen chromastyles --style=monokai */

/* Background */ [data-bs-theme="dark"] .bg { color:#f8f8f2;background-color:#272822; }
/* PreWrapper */ [data-bs-theme="dark"] .chroma { color:#f8f8f2;background-color:#272822;-webkit-text-size-adjust:none; }
/* Error */ [data-bs-theme="dark"] .chroma .err { color:#960050;background-color:#1e0010 }
/* LineLink */ [data-bs-theme="dark"] .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
/* LineTableTD */ [data-bs-theme="dark"] .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
/* LineTable */ [data-bs-theme="dark"] .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
/* LineHighlight */ [data-bs-theme="dark"] .chroma .hl { background-color:#3c3d38 }
/* LineNumbersTable */ [data-bs-theme="dark"] .chroma .lnt { white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f }
/* LineNumbers */ [data-bs-theme="dark"] .chroma .ln { white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f }
/* Line */ [data-bs-theme="dark"] .chroma .line { display:flex; }
/* Keyword */ [data-bs-theme="dark"] .chroma .k { color:#66d9ef }
/* KeywordConstant */ [data-bs-theme="dark"] .chroma .kc { color:#66d9ef }
/* KeywordDeclaration */ [data-bs-theme="dark"] .chroma .kd { color:#66d9ef }
/* KeywordNamespace */ [data-bs-theme="dark"] .chroma .kn { color:#f92672 }
/* KeywordPseudo */ [data-bs-theme="dark"] .chroma .kp { color:#66d9ef }
/* KeywordReserved */ [data-bs-theme="dark"] .chroma .kr { color:#66d9ef }
/* KeywordType */ [data-bs-theme="dark"] .chroma .kt { color:#66d9ef }
/* NameAttribute */ [data-bs-theme="dark"] .chroma .na { color:#a6e22e }
/* NameClass */ [data-bs-theme="dark"] .chroma .nc { color:#a6e22e }
/* NameConstant */ [data-bs-theme="dark"] .chroma .no { color:#66d9ef }
/* NameDecorator */ [data-bs-theme="dark"] .chroma .nd { color:#a6e22e }
/* NameException */ [data-bs-theme="dark"] .chroma .ne { color:#a6e22e }
/* NameOther */ [data-bs-theme="dark"] .chroma .nx { color:#a6e22e }
/* NameTag */ [data-bs-theme="dark"] .chroma .nt { color:#f92672 }
/* NameFunction */ [data-bs-theme="dark"] .chroma .nf { color:#a6e22e }
/* NameFunctionMagic */ [data-bs-theme="dark"] .chroma .fm { color:#a6e22e }
/* Literal */ [data-bs-theme="dark"] .chroma .l { color:#ae81ff }
/* LiteralDate */ [data-bs-theme="dark"] .chroma .ld { color:#e6db74 }
/* LiteralString */ [data-bs-theme="dark"] .chroma .s { color:#e6db74 }
/* LiteralStringAffix */ [data-bs-theme="dark"] .chroma .sa { color:#e6db74 }
/* LiteralStringBacktick */ [data-bs-theme="dark"] .chroma .sb { color:#e6db74 }
/* LiteralStringChar */ [data-bs-theme="dark"] .chroma .sc { color:#e6db74 }
/* LiteralStringDelimiter */ [data-bs-theme="dark"] .chroma .dl { color:#e6db74 }
/* LiteralStringDoc */ [data-bs-theme="dark"] .chroma .sd { color:#e6db74 }
/* LiteralStringDouble */ [data-bs-theme="dark"] .chroma .s2 { color:#e6db74 }
/* LiteralStringEscape */ [data-bs-theme="dark"] .chroma .se { color:#ae81ff }
/* LiteralStringHeredoc */ [data-bs-theme="dark"] .chroma .sh { color:#e6db74 }
/* LiteralStringInterpol */ [data-bs-theme="dark"] .chroma .si { color:#e6db74 }
/* LiteralStringOther */ [data-bs-theme="dark"] .chroma .sx { color:#e6db74 }
/* LiteralStringRegex */ [data-bs-theme="dark"] .chroma .sr { color:#e6db74 }
/* LiteralStringSingle */ [data-bs-theme="dark"] .chroma .s1 { color:#e6db74 }
/* LiteralStringSymbol */ [data-bs-theme="dark"] .chroma .ss { color:#e6db74 }
/* LiteralNumber */ [data-bs-theme="dark"] .chroma .m { color:#ae81ff }
/* LiteralNumberBin */ [data-bs-theme="dark"] .chroma .mb { color:#ae81ff }
/* LiteralNumberFloat */ [data-bs-theme="dark"] .chroma .mf { color:#ae81ff }
/* LiteralNumberHex */ [data-bs-theme="dark"] .chroma .mh { color:#ae81ff }
/* LiteralNumberInteger */ [data-bs-theme="dark"] .chroma .mi { color:#ae81ff }
/* LiteralNumberIntegerLong */ [data-bs-theme="dark"] .chroma .il { color:#ae81ff }
/* LiteralNumberOct */ [data-bs-theme="dark"] .chroma .mo { color:#ae81ff }
/* Operator */ [data-bs-theme="dark"] .chroma .o { color:#f92672 }
/* OperatorWord */ [data-bs-theme="dark"] .chroma .ow { color:#f92672 }
/* Comment */ [data-bs-theme="dark"] .chroma .c { color:#75715e }
/* CommentHashbang */ [data-bs-theme="dark"] .chroma .ch { color:#75715e }
/* CommentMultiline */ [data-bs-theme="dark"] .chroma .cm { color:#75715e }
/* CommentSingle */ [data-bs-theme="dark"] .chroma .c1 { color:#75715e }
/* CommentSpecial */ [data-bs-theme="dark"] .chroma .cs { color:#75715e }
/* CommentPreproc */ [data-bs-theme="dark"] .chroma .cp { color:#75715e }
/* CommentPreprocFile */ [data-bs-theme="dark"] .chroma .cpf { color:#75715e }
/* GenericDeleted */ [data-bs-theme="dark"] .chroma .gd { color:#f92672 }
/* GenericEmph */ [data-bs-theme="dark"] .chroma .ge { font-style:italic }
/* GenericInserted */ [data-bs-theme="dark"] .chroma .gi { color:#a6e22e }
/* GenericStrong */ [data-bs-theme="dark"] .chroma .gs { font-weight:bold }
/* GenericSubheading */ [data-bs-theme="dark"] .chroma .gu { color:#75715e }
