@font-face {
    font-family: 'Jameel Noori Nastaleeq';
    src: url('../fonts/jameel-noori-nastaleeq.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Keep saved editor formatting consistent with the selected Urdu font. */
.urdu, .urdu-title, .urdu-heading, .urdu-content, .nastaliq, [lang="ur"],
[style*="Nastaliq"], [style*="Nastaleeq"], [style*="Gulzar"], [style*="Noto Sans Arabic"] {
    font-family: 'Jameel Noori Nastaleeq', serif !important;
    letter-spacing: normal;
}

/* Urdu excerpts should not become larger than their card titles. */
p.urdu { font-size: 1rem; line-height: 1.9 !important; }
