/**
 * IYDEX local font faces.
 *
 * This stylesheet is enqueued only when PHP confirms that the complete
 * local font set required for the current language context is available.
 */

@font-face {
	font-display: swap;
	font-family: "Manrope";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/manrope/manrope-regular.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Manrope";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/manrope/manrope-medium.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Manrope";
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/manrope/manrope-semibold.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Manrope";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/manrope/manrope-bold.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Manrope";
	font-style: normal;
	font-weight: 800;
	src: url("../fonts/manrope/manrope-extrabold.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Alexandria";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/alexandria/alexandria-regular.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Alexandria";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/alexandria/alexandria-medium.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Alexandria";
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/alexandria/alexandria-semibold.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Alexandria";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/alexandria/alexandria-bold.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Alexandria";
	font-style: normal;
	font-weight: 800;
	src: url("../fonts/alexandria/alexandria-extrabold.woff2") format("woff2");
}

body.iydex-has-font-manrope {
	--iydex-font-en-active: var(--iydex-font-en);
}

body.iydex-has-font-alexandria {
	--iydex-font-ar-active: var(--iydex-font-ar);
}
