/*--------------------------------------------------------------------------*\
    header
\*--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------*\
        Secondary color (example : dark in light mode)
        Warning : "primary" or "secondary" terms have nothing to do with
        "c-primary" or "c-sedondary" in CSS themes files
\*--------------------------------------------------------------------------*/

.header--secondary {
    /*background*/
    background-color: var(--c-primary-1);
}