/* Yekan Bakh Font - Essential weights only */
/* font-display: swap prevents FOIT (Flash of Invisible Text) */
/* unicode-range restricts Yekan Bakh to Arabic/Persian codepoints so Inter
   is used automatically for Latin characters and digits. */

@font-face {
	font-family: 'Yekan Bakh';
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: swap;
	src: url('woff2/YekanBakh-Regular.woff2') format('woff2'),
		url('woff/YekanBakh-Regular.woff') format('woff');
	unicode-range: U+0600-06FF, U+0750-077F, U+FB50-FDFF, U+FE70-FEFF, U+200C-200F, U+25CC;
}

@font-face {
	font-family: 'Yekan Bakh';
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
	font-display: swap;
	src: url('woff2/YekanBakh-SemiBold.woff2') format('woff2'),
		url('woff/YekanBakh-SemiBold.woff') format('woff');
	unicode-range: U+0600-06FF, U+0750-077F, U+FB50-FDFF, U+FE70-FEFF, U+200C-200F, U+25CC;
}

@font-face {
	font-family: 'Yekan Bakh';
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
	font-display: swap;
	src: url('woff2/YekanBakh-Bold.woff2') format('woff2'),
		url('woff/YekanBakh-Bold.woff') format('woff');
	unicode-range: U+0600-06FF, U+0750-077F, U+FB50-FDFF, U+FE70-FEFF, U+200C-200F, U+25CC;
}
