/**
 * Логотип Clientra — единый стиль (Merriweather) для всей системы.
 * Используется в sidebar, login, help-card.
 */
.logo-brand {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-decoration: none;
    letter-spacing: -0.02em;
}
