/* Updating the sphinx-design variables to match the VIGILANT interface */
:root {
   --sd-color-primary: #399ed0; 
   --sd-color-tabs-label-active: hsl(200, 62%, 40%);
   --sd-color-tabs-label-hover: hsl(200, 62%, 40%);
   --sd-color-tabs-underline-active: hsl(200, 62%, 40%);
}

/* Updating the code block styles to match the overall theme */
.highlight:has(pre) {
    background: hsla(200, 47%, 47%, 0.075);

    .c1, .sd {
        color: hsl(200, 62%, 40%);
    }
}