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

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

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