/*--------------------------------------------------------------------------*\
    Icon in menu item link
\*--------------------------------------------------------------------------*/

.topbar__menu-icon {
    /*box*/
    height: calc(var(--topbar-height) / 2);
    width: calc(var(--topbar-height) / 2);
}

/*--------------------------------------------------------------------------*\
            Topbar primary color (cf topbar.css file)
\*--------------------------------------------------------------------------*/

.topbar--primary .topbar__menu-link--text .topbar__menu-icon {
    /*background*/
    fill:var(--c-primary-1);
}

/*--------------------------------------------------------------------------*\
            Topbar secondary color (cf topbar.css file)
\*--------------------------------------------------------------------------*/

.topbar--secondary .topbar__menu-link--text .topbar__menu-icon {
    /*background*/
    fill:var(--c-tertiary-4);
}