/*
 * PF Base — self-hosted Arabic webfonts (Blueprint §6.2, §7.10). Arabic subset, WOFF2 only,
 * font-display:swap (no FOIT, CLS-safe). The PRIMARY family (IBM Plex Sans Arabic) is preloaded by
 * the theme; the other four are presets a tenant brand may select via pf-themes. All fonts are
 * OFL/Apache licensed and self-hosted under assets/fonts/ (no Google Fonts runtime request — privacy
 * + Hostinger LiteSpeed performance). See assets/fonts/MANIFEST.md for license + source per file.
 */

/* ---- IBM Plex Sans Arabic (PRIMARY) — OFL 1.1 ---- */
@font-face {
	font-family: "IBM Plex Sans Arabic";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/ibm-plex-sans-arabic-400.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Sans Arabic";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/ibm-plex-sans-arabic-500.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Sans Arabic";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/ibm-plex-sans-arabic-600.woff2") format("woff2");
}
@font-face {
	font-family: "IBM Plex Sans Arabic";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/ibm-plex-sans-arabic-700.woff2") format("woff2");
}

/* ---- Noto Kufi Arabic — OFL 1.1 ---- */
@font-face {
	font-family: "Noto Kufi Arabic";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/noto-kufi-arabic-400.woff2") format("woff2");
}
@font-face {
	font-family: "Noto Kufi Arabic";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/noto-kufi-arabic-700.woff2") format("woff2");
}

/* ---- Tajawal — OFL 1.1 ---- */
@font-face {
	font-family: "Tajawal";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/tajawal-400.woff2") format("woff2");
}
@font-face {
	font-family: "Tajawal";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/tajawal-700.woff2") format("woff2");
}

/* ---- Cairo — OFL 1.1 ---- */
@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/cairo-400.woff2") format("woff2");
}
@font-face {
	font-family: "Cairo";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/cairo-700.woff2") format("woff2");
}

/* ---- Almarai — OFL 1.1 ---- */
@font-face {
	font-family: "Almarai";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/almarai-400.woff2") format("woff2");
}
@font-face {
	font-family: "Almarai";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/almarai-700.woff2") format("woff2");
}
