/* خطوط القالب — مستضافة محلياً داخل القالب (لا تعتمد على أي خدمة خارجية) */

/* ——— Almarai — العناوين العربية ——— */
@font-face {
	font-family: "Almarai";
	src: url("../fonts/almarai-400.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Almarai";
	src: url("../fonts/almarai-700.woff2") format("woff2");
	font-weight: 700 800;
	font-style: normal;
	font-display: swap;
}

/* ——— Tajawal — نصوص المتن ——— */
@font-face {
	font-family: "Tajawal";
	src: url("../fonts/tajawal-300.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Tajawal";
	src: url("../fonts/tajawal-400.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Tajawal";
	src: url("../fonts/tajawal-500.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Tajawal";
	src: url("../fonts/tajawal-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* ——— Alexandria — العناوين اللاتينية ——— */
@font-face {
	font-family: "Alexandria";
	src: url("../fonts/alexandria-var.woff2") format("woff2-variations"),
	     url("../fonts/alexandria-var.woff2") format("woff2");
	font-weight: 300 700;
	font-style: normal;
	font-display: swap;
}
