/*--------------------------------------------------------------------------*\
    Footer menu item title
\*--------------------------------------------------------------------------*/

.footer__menu-title {
    /*box*/
    margin-bottom: 10px;

    /*text*/
    font-size: var(--fs-md);
    text-transform: uppercase;
    font-weight: bold;
}

/*--------------------------------------------------------------------------*\
        Footer primary color (cf footer.css file)
\*--------------------------------------------------------------------------*/

.footer--primary .footer__menu-title {
    /*text*/
    color: var(--c-primary-1);
}

/*--------------------------------------------------------------------------*\
        Footer secondary color (cf footer.css file)
\*--------------------------------------------------------------------------*/

.footer--secondary .footer__menu-title {
    /*text*/
    color: var(--c-tertiary-4);
}