/* ==========================================================================
   ABB News — Self-hosted fonts (SIL Open Font License)
   Variable fonts, WOFF2. font-display:swap so text is never invisible.
   ========================================================================== */

/* Noto Nastaliq Urdu — flowing traditional Urdu, used for HEADLINES */
@font-face {
	font-family: "Noto Nastaliq Urdu";
	src: url("../fonts/NotoNastaliqUrdu.woff2") format("woff2");
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
	/* Arabic/Urdu block + presentation forms */
	unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0660-0669, U+06F0-06F9;
}

/* Noto Naskh Arabic — cleaner, legible for dense Urdu BODY text */
@font-face {
	font-family: "Noto Naskh Arabic";
	src: url("../fonts/NotoNaskhArabic.woff2") format("woff2");
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0660-0669, U+06F0-06F9;
}

/* Inter — Latin text + numerals ("ABB News", KSE, email, EN) */
@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}
