/* ==========================================================================
   Wejha Store — self-hosted web font
   IBM Plex Sans Arabic (IBM, SIL Open Font License 1.1 — see
   assets/fonts/ibm-plex-sans-arabic/LICENSE.txt). One family covers Arabic
   and Latin. Only the weights the design system uses are shipped:
   400 body, 500 buttons/navigation, 600 headings (700 requests resolve to
   600 without synthetic bold). woff2 only (all evergreen browsers).
   ========================================================================== */
@font-face {
	font-family: "IBM Plex Sans Arabic";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/ibm-plex-sans-arabic/IBMPlexSansArabic-Regular.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/IBMPlexSansArabic-Medium.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/IBMPlexSansArabic-SemiBold.woff2") format("woff2");
}
