/**
 * WeNews Urdu Theme - Fonts
 * Nafees Regular & Jameel Noori Nastaleeq
 * 
 * @package WeNews_Urdu_Theme
 */

/* Nafees Regular - Primary Urdu Font */
@font-face {
    font-family: 'Nafees Regular';
    src: url('../fonts/nafees-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

/* Apply fonts globally */
body {
    font-family: 'Nafees Regular', serif;
}

/* Headings can use either font based on customizer */
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
}

/* Fallback for English/Numbers - Use system fonts */
input,
button,
select,
textarea,
.post-meta,
.comment-date {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
