/* Generated using: hugo gen chromastyles --style=tango */

/* Background */
.bg {
    background-color: #f8f8f8;
}

/* PreWrapper */
.chroma {
    background-color: #f8f8f8;
}

/* Other */
.chroma .x {
    color: #000
}

/* Error */
.chroma .err {
    color: #a40000
}

/* LineLink */
.chroma .lnlinks {
    outline: none;
    text-decoration: none;
    color: inherit
}

/* LineTableTD */
.chroma .lntd {
    vertical-align: top;
    padding: 0;
    margin: 0;
    border: 0;
}

/* LineTable */
.chroma .lntable {
    border-spacing: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

/* LineHighlight */
.chroma .hl {
    background-color: #dfdfdf
}

/* LineNumbersTable */
.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 */
.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 */
.chroma .line {
    display: flex;
}

/* Keyword */
.chroma .k {
    color: #204a87;
    font-weight: bold
}

/* KeywordConstant */
.chroma .kc {
    color: #204a87;
    font-weight: bold
}

/* KeywordDeclaration */
.chroma .kd {
    color: #204a87;
    font-weight: bold
}

/* KeywordNamespace */
.chroma .kn {
    color: #204a87;
    font-weight: bold
}

/* KeywordPseudo */
.chroma .kp {
    color: #204a87;
    font-weight: bold
}

/* KeywordReserved */
.chroma .kr {
    color: #204a87;
    font-weight: bold
}

/* KeywordType */
.chroma .kt {
    color: #204a87;
    font-weight: bold
}

/* Name */
.chroma .n {
    color: #000
}

/* NameAttribute */
.chroma .na {
    color: #c4a000
}

/* NameClass */
.chroma .nc {
    color: #000
}

/* NameConstant */
.chroma .no {
    color: #000
}

/* NameDecorator */
.chroma .nd {
    color: #5c35cc;
    font-weight: bold
}

/* NameEntity */
.chroma .ni {
    color: #ce5c00
}

/* NameException */
.chroma .ne {
    color: #c00;
    font-weight: bold
}

/* NameLabel */
.chroma .nl {
    color: #f57900
}

/* NameNamespace */
.chroma .nn {
    color: #000
}

/* NameOther */
.chroma .nx {
    color: #000
}

/* NameProperty */
.chroma .py {
    color: #000
}

/* NameTag */
.chroma .nt {
    color: #204a87;
    font-weight: bold
}

/* NameBuiltin */
.chroma .nb {
    color: #204a87
}

/* NameBuiltinPseudo */
.chroma .bp {
    color: #3465a4
}

/* NameVariable */
.chroma .nv {
    color: #000
}

/* NameVariableClass */
.chroma .vc {
    color: #000
}

/* NameVariableGlobal */
.chroma .vg {
    color: #000
}

/* NameVariableInstance */
.chroma .vi {
    color: #000
}

/* NameVariableMagic */
.chroma .vm {
    color: #000
}

/* NameFunction */
.chroma .nf {
    color: #000
}

/* NameFunctionMagic */
.chroma .fm {
    color: #000
}

/* Literal */
.chroma .l {
    color: #000
}

/* LiteralDate */
.chroma .ld {
    color: #000
}

/* LiteralString */
.chroma .s {
    color: #4e9a06
}

/* LiteralStringAffix */
.chroma .sa {
    color: #4e9a06
}

/* LiteralStringBacktick */
.chroma .sb {
    color: #4e9a06
}

/* LiteralStringChar */
.chroma .sc {
    color: #4e9a06
}

/* LiteralStringDelimiter */
.chroma .dl {
    color: #4e9a06
}

/* LiteralStringDoc */
.chroma .sd {
    color: #8f5902;
    font-style: italic
}

/* LiteralStringDouble */
.chroma .s2 {
    color: #4e9a06
}

/* LiteralStringEscape */
.chroma .se {
    color: #4e9a06
}

/* LiteralStringHeredoc */
.chroma .sh {
    color: #4e9a06
}

/* LiteralStringInterpol */
.chroma .si {
    color: #4e9a06
}

/* LiteralStringOther */
.chroma .sx {
    color: #4e9a06
}

/* LiteralStringRegex */
.chroma .sr {
    color: #4e9a06
}

/* LiteralStringSingle */
.chroma .s1 {
    color: #4e9a06
}

/* LiteralStringSymbol */
.chroma .ss {
    color: #4e9a06
}

/* LiteralNumber */
.chroma .m {
    color: #0000cf;
    font-weight: bold
}

/* LiteralNumberBin */
.chroma .mb {
    color: #0000cf;
    font-weight: bold
}

/* LiteralNumberFloat */
.chroma .mf {
    color: #0000cf;
    font-weight: bold
}

/* LiteralNumberHex */
.chroma .mh {
    color: #0000cf;
    font-weight: bold
}

/* LiteralNumberInteger */
.chroma .mi {
    color: #0000cf;
    font-weight: bold
}

/* LiteralNumberIntegerLong */
.chroma .il {
    color: #0000cf;
    font-weight: bold
}

/* LiteralNumberOct */
.chroma .mo {
    color: #0000cf;
    font-weight: bold
}

/* Operator */
.chroma .o {
    color: #ce5c00;
    font-weight: bold
}

/* OperatorWord */
.chroma .ow {
    color: #204a87;
    font-weight: bold
}

/* Punctuation */
.chroma .p {
    color: #000;
    font-weight: bold
}

/* Comment */
.chroma .c {
    color: #8f5902;
    font-style: italic
}

/* CommentHashbang */
.chroma .ch {
    color: #8f5902;
    font-style: italic
}

/* CommentMultiline */
.chroma .cm {
    color: #8f5902;
    font-style: italic
}

/* CommentSingle */
.chroma .c1 {
    color: #8f5902;
    font-style: italic
}

/* CommentSpecial */
.chroma .cs {
    color: #8f5902;
    font-style: italic
}

/* CommentPreproc */
.chroma .cp {
    color: #8f5902;
    font-style: italic
}

/* CommentPreprocFile */
.chroma .cpf {
    color: #8f5902;
    font-style: italic
}

/* Generic */
.chroma .g {
    color: #000
}

/* GenericDeleted */
.chroma .gd {
    color: #a40000
}

/* GenericEmph */
.chroma .ge {
    color: #000;
    font-style: italic
}

/* GenericError */
.chroma .gr {
    color: #ef2929
}

/* GenericHeading */
.chroma .gh {
    color: #000080;
    font-weight: bold
}

/* GenericInserted */
.chroma .gi {
    color: #00a000
}

/* GenericOutput */
.chroma .go {
    color: #000;
    font-style: italic
}

/* GenericPrompt */
.chroma .gp {
    color: #8f5902
}

/* GenericStrong */
.chroma .gs {
    color: #000;
    font-weight: bold
}

/* GenericSubheading */
.chroma .gu {
    color: #800080;
    font-weight: bold
}

/* GenericTraceback */
.chroma .gt {
    color: #a40000;
    font-weight: bold
}

/* GenericUnderline */
.chroma .gl {
    color: #000;
    text-decoration: underline
}

/* TextWhitespace */
.chroma .w {
    color: #f8f8f8;
    text-decoration: underline
}

/* Dark mode overrides for syntax highlighting */
[data-bs-theme="dark"] .bg {
    background-color: #1a1a1a;
}

[data-bs-theme="dark"] .chroma {
    background-color: #1a1a1a;
}

[data-bs-theme="dark"] .chroma .x {
    color: #e0e0e0;
}

[data-bs-theme="dark"] .chroma .err {
    color: #ff6b6b;
}

[data-bs-theme="dark"] .chroma .hl {
    background-color: #333333;
}

[data-bs-theme="dark"] .chroma .lnt {
    color: #888888;
}

[data-bs-theme="dark"] .chroma .ln {
    color: #888888;
}

[data-bs-theme="dark"] .chroma .k {
    color: #4fc3f7;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .kc {
    color: #4fc3f7;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .kd {
    color: #4fc3f7;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .kn {
    color: #4fc3f7;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .kp {
    color: #4fc3f7;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .kr {
    color: #4fc3f7;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .kt {
    color: #4fc3f7;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .n {
    color: #e0e0e0;
}

[data-bs-theme="dark"] .chroma .na {
    color: #ffd54f;
}

[data-bs-theme="dark"] .chroma .nc {
    color: #e0e0e0;
}

[data-bs-theme="dark"] .chroma .no {
    color: #e0e0e0;
}

[data-bs-theme="dark"] .chroma .nd {
    color: #ba68c8;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .ni {
    color: #ff9800;
}

[data-bs-theme="dark"] .chroma .ne {
    color: #ff6b6b;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .nl {
    color: #ff9800;
}

[data-bs-theme="dark"] .chroma .nn {
    color: #e0e0e0;
}

[data-bs-theme="dark"] .chroma .nx {
    color: #e0e0e0;
}

[data-bs-theme="dark"] .chroma .py {
    color: #e0e0e0;
}

[data-bs-theme="dark"] .chroma .nt {
    color: #4fc3f7;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .nb {
    color: #4fc3f7;
}

[data-bs-theme="dark"] .chroma .bp {
    color: #81c784;
}

[data-bs-theme="dark"] .chroma .nv {
    color: #e0e0e0;
}

[data-bs-theme="dark"] .chroma .vc {
    color: #e0e0e0;
}

[data-bs-theme="dark"] .chroma .vg {
    color: #e0e0e0;
}

[data-bs-theme="dark"] .chroma .vi {
    color: #e0e0e0;
}

[data-bs-theme="dark"] .chroma .vm {
    color: #e0e0e0;
}

[data-bs-theme="dark"] .chroma .nf {
    color: #e0e0e0;
}

[data-bs-theme="dark"] .chroma .fm {
    color: #e0e0e0;
}

[data-bs-theme="dark"] .chroma .l {
    color: #e0e0e0;
}

[data-bs-theme="dark"] .chroma .ld {
    color: #e0e0e0;
}

[data-bs-theme="dark"] .chroma .s {
    color: #81c784;
}

[data-bs-theme="dark"] .chroma .sa {
    color: #81c784;
}

[data-bs-theme="dark"] .chroma .sb {
    color: #81c784;
}

[data-bs-theme="dark"] .chroma .sc {
    color: #81c784;
}

[data-bs-theme="dark"] .chroma .dl {
    color: #81c784;
}

[data-bs-theme="dark"] .chroma .sd {
    color: #a1887f;
    font-style: italic;
}

[data-bs-theme="dark"] .chroma .s2 {
    color: #81c784;
}

[data-bs-theme="dark"] .chroma .se {
    color: #81c784;
}

[data-bs-theme="dark"] .chroma .sh {
    color: #81c784;
}

[data-bs-theme="dark"] .chroma .si {
    color: #81c784;
}

[data-bs-theme="dark"] .chroma .sx {
    color: #81c784;
}

[data-bs-theme="dark"] .chroma .sr {
    color: #81c784;
}

[data-bs-theme="dark"] .chroma .s1 {
    color: #81c784;
}

[data-bs-theme="dark"] .chroma .ss {
    color: #81c784;
}

[data-bs-theme="dark"] .chroma .m {
    color: #64b5f6;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .mb {
    color: #64b5f6;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .mf {
    color: #64b5f6;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .mh {
    color: #64b5f6;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .mi {
    color: #64b5f6;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .il {
    color: #64b5f6;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .mo {
    color: #64b5f6;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .o {
    color: #ff9800;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .ow {
    color: #4fc3f7;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .p {
    color: #e0e0e0;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .c {
    color: #a1887f;
    font-style: italic;
}

[data-bs-theme="dark"] .chroma .ch {
    color: #a1887f;
    font-style: italic;
}

[data-bs-theme="dark"] .chroma .cm {
    color: #a1887f;
    font-style: italic;
}

[data-bs-theme="dark"] .chroma .c1 {
    color: #a1887f;
    font-style: italic;
}

[data-bs-theme="dark"] .chroma .cs {
    color: #a1887f;
    font-style: italic;
}

[data-bs-theme="dark"] .chroma .cp {
    color: #a1887f;
    font-style: italic;
}

[data-bs-theme="dark"] .chroma .cpf {
    color: #a1887f;
    font-style: italic;
}

[data-bs-theme="dark"] .chroma .g {
    color: #e0e0e0;
}

[data-bs-theme="dark"] .chroma .gd {
    color: #ff6b6b;
}

[data-bs-theme="dark"] .chroma .ge {
    color: #e0e0e0;
    font-style: italic;
}

[data-bs-theme="dark"] .chroma .gr {
    color: #ff6b6b;
}

[data-bs-theme="dark"] .chroma .gh {
    color: #64b5f6;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .gi {
    color: #81c784;
}

[data-bs-theme="dark"] .chroma .go {
    color: #e0e0e0;
    font-style: italic;
}

[data-bs-theme="dark"] .chroma .gp {
    color: #a1887f;
}

[data-bs-theme="dark"] .chroma .gs {
    color: #e0e0e0;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .gu {
    color: #ba68c8;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .gt {
    color: #ff6b6b;
    font-weight: bold;
}

[data-bs-theme="dark"] .chroma .gl {
    color: #e0e0e0;
    text-decoration: underline;
}

[data-bs-theme="dark"] .chroma .w {
    color: #1a1a1a;
    text-decoration: underline;
}
