/* ModuNetwork brand override
   Logo and brand polish that sits on top of the default theme. */

.brand-mark.logo-mark {
    width: 58px;
    min-width: 58px;
    height: 58px;
    border-radius: 18px;
    padding: 0;
}

.brand-logo-img {
    width: 58px;
    height: 58px;
    transform: scale(1.74);
}

.footer-brand,
.brand-name {
    letter-spacing: 0.05em;
}

@media (max-width: 760px) {
    .brand-mark.logo-mark {
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-radius: 16px;
    }

    .brand-logo-img {
        width: 50px;
        height: 50px;
    }
}
