/*--------------------------------------------------------------------------*\
    topbar
\*--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------*\
        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
\*--------------------------------------------------------------------------*/

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