.brand span {
    background: transparent;
}

.brand .brand-mark {
    display: block;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
}

.topbar .brand {
    gap: 0;
    color: var(--ink);
}

.topbar .brand .brand-name {
    margin-left: 8px;
}

.brand .brand-name {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -.04em;
}

.brand .brand-name span {
    display: inline;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: var(--ink);
    font-size: inherit;
}

.brand .brand-name strong {
    color: var(--green);
    font-weight: 850;
}

footer .brand .brand-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
}

footer .brand .brand-name {
    font-size: 19px;
}
