/* Isolated static Medium face: true weight 500; allow synthesized bold. */
@font-face {
    font-family: 'VVClientNames101';
    src: url('IRANSans-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
/* Reference: lawyer title typography in the supplied messenger source.
 * Scope: client conversation-list titles only. Reuse existing font faces.
 * Deliberately leave previews, badges, avatars, layout and other roles alone.
 */
.vvm-role-client .vvm-app .vvm-lawyer-home-v250 .vvm-case-list .vvm-case-item.vvm-client-case-row .vvm-case-item__headline > .vvm-case-item__title,
.vvm-app.vvm-role-client .vvm-lawyer-home-v250 .vvm-case-list .vvm-case-item.vvm-client-case-row .vvm-case-item__headline > .vvm-case-item__title {
    font-family: 'VVClientNames101', 'IRANSansVV', 'IRANSans', Tahoma, Arial, sans-serif !important;
    font-size: 12.8px !important;
    font-weight: 850 !important;
    font-synthesis: weight !important;
    line-height: 1.3 !important;
    letter-spacing: -0.16px !important;
}
