/* ==========================================================================
   خط Noto Kufi Arabic — تعريف الأوزان المحلية
   قالب كلين المثالية — تطوير: شركة تكويد للحلول التقنية
   الأوزان المعرّفة هي المستخدمة فعلياً في التصميم فقط (400–900).
   ========================================================================== */

@font-face {
	font-family: "Noto Kufi Arabic";
	src: url("../fonts/Noto-Kufi-Arabic/static/NotoKufiArabic-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Noto Kufi Arabic";
	src: url("../fonts/Noto-Kufi-Arabic/static/NotoKufiArabic-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Noto Kufi Arabic";
	src: url("../fonts/Noto-Kufi-Arabic/static/NotoKufiArabic-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Noto Kufi Arabic";
	src: url("../fonts/Noto-Kufi-Arabic/static/NotoKufiArabic-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Noto Kufi Arabic";
	src: url("../fonts/Noto-Kufi-Arabic/static/NotoKufiArabic-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Noto Kufi Arabic";
	src: url("../fonts/Noto-Kufi-Arabic/static/NotoKufiArabic-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
