/* -------------------------- ALL -------------------------- */

.footer{
    width: auto;
    background-color: var(--black);
    padding: 14px 0;
}

.footer .footer__bottom > p,
.footer .footer__bottom > p a {
    font-family: var(--ffMMe);
    font-size: .6875rem;
    line-height: .9375rem;
    text-transform: uppercase;
    color: var(--light);
    text-align: center;
}