/**
 * Darban bundled web fonts.
 *
 * Only the weights the form needs are declared (regular and bold), each with
 * font-display: swap so text paints immediately with a fallback and never
 * blocks rendering. woff2 is preferred with woff as a fallback. Fonts load only
 * when the admin selects a bundled font, so default-font sites pay no cost.
 *
 * Place the font files under public/fonts/{family}/ as noted in each src.
 */

/* Kalameh */
@font-face {
	font-family: "KalamehWeb";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../../fonts/kalameh/KalamehWeb-Regular.woff2") format("woff2"),
		 url("../../fonts/kalameh/KalamehWeb-Regular.woff") format("woff");
}

@font-face {
	font-family: "KalamehWeb";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../../fonts/kalameh/KalamehWeb-Bold.woff2") format("woff2"),
		 url("../../fonts/kalameh/KalamehWeb-Bold.woff") format("woff");
}

/* IRANYekanX */
@font-face {
	font-family: "IRANYekanX";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../../fonts/iranyekanx/IRANYekanX-Regular.woff2") format("woff2"),
		 url("../../fonts/iranyekanx/IRANYekanX-Regular.woff") format("woff");
}

@font-face {
	font-family: "IRANYekanX";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../../fonts/iranyekanx/IRANYekanX-Bold.woff2") format("woff2"),
		 url("../../fonts/iranyekanx/IRANYekanX-Bold.woff") format("woff");
}
