/* Hugo Chroma Syntax Highlighting - Rose Pine Moon (adjusted) */

/* Base styles for code blocks */
.blog-content-v2 .highlight pre.chroma,
.highlight pre.chroma,
pre.chroma {
  color: #e0def4 !important;
  background-color: #232136 !important;
}

/* Token colors */
.chroma .c1 { color: #6e6a86 !important } /* Comments */
.chroma .c { color: #6e6a86 !important }
.chroma .cm { color: #6e6a86 !important }
.chroma .ch { color: #6e6a86 !important }
.chroma .cp { color: #6e6a86 !important }
.chroma .cs { color: #6e6a86 !important }
.chroma .cpf { color: #6e6a86 !important }

.chroma .k { color: #3e8fb0 !important } /* Keywords - teal */
.chroma .kd { color: #3e8fb0 !important }
.chroma .kn { color: #c4a7e7 !important }
.chroma .kc { color: #3e8fb0 !important }
.chroma .kr { color: #3e8fb0 !important }
.chroma .kp { color: #3e8fb0 !important }
.chroma .kt { color: #3e8fb0 !important }

.chroma .nc { color: #9ccfd8 !important } /* Class names - mint */
.chroma .nf { color: #c4a7e7 !important } /* Function names - purple */
.chroma .fm { color: #c4a7e7 !important }
.chroma .nb { color: #9ccfd8 !important } /* Builtin names - mint */
.chroma .nn { color: #e0def4 !important } /* Namespace names - white */
.chroma .na { color: #ea9a97 !important } /* Attribute names - rose */
.chroma .nv { color: #e0def4 !important } /* Variable names - white */
.chroma .n { color: #e0def4 !important }  /* Names - white (default text) */
.chroma .nd { color: #c4a7e7 !important } /* Decorators - purple */
.chroma .ne { color: #eb6f92 !important } /* Exceptions - red */
.chroma .ni { color: #ea9a97 !important }
.chroma .no { color: #f6c177 !important } /* Constants - gold */
.chroma .nl { color: #ea9a97 !important }
.chroma .nt { color: #9ccfd8 !important } /* Tags - mint */
.chroma .py { color: #ea9a97 !important }
.chroma .bp { color: #9ccfd8 !important } /* Builtin pseudo - mint */
.chroma .vc { color: #e0def4 !important }
.chroma .vg { color: #e0def4 !important }
.chroma .vi { color: #e0def4 !important }
.chroma .vm { color: #e0def4 !important }

.chroma .s { color: #f6c177 !important }  /* Strings - gold */
.chroma .s1 { color: #f6c177 !important }
.chroma .s2 { color: #f6c177 !important }
.chroma .sa { color: #f6c177 !important }
.chroma .sb { color: #f6c177 !important }
.chroma .sc { color: #f6c177 !important }
.chroma .dl { color: #f6c177 !important }
.chroma .sd { color: #f6c177 !important }
.chroma .sh { color: #f6c177 !important }
.chroma .se { color: #3e8fb0 !important }
.chroma .sr { color: #f6c177 !important }
.chroma .si { color: #f6c177 !important }
.chroma .sx { color: #f6c177 !important }
.chroma .ss { color: #f6c177 !important }

.chroma .m { color: #ea9a97 !important }  /* Numbers - rose */
.chroma .mi { color: #ea9a97 !important }
.chroma .mf { color: #ea9a97 !important }
.chroma .mh { color: #ea9a97 !important }
.chroma .mb { color: #ea9a97 !important }
.chroma .mo { color: #ea9a97 !important }
.chroma .il { color: #ea9a97 !important }
.chroma .l { color: #ea9a97 !important }
.chroma .ld { color: #f6c177 !important }

.chroma .o { color: #908caa !important }  /* Operators */
.chroma .ow { color: #908caa !important }
.chroma .p { color: #908caa !important }  /* Punctuation */

.chroma .err { color: #eb6f92 !important }

.chroma .gd { color: #eb6f92 !important }  /* Git deleted */
.chroma .gi { color: #9ccfd8 !important }  /* Git inserted */
.chroma .gh { color: #e0def4 !important }
.chroma .gu { color: #c4a7e7 !important }
.chroma .ge { font-style: italic }
.chroma .gs { font-weight: bold }
