/* Yekan Bakh Font - Essential weights only */
/* font-display: swap prevents FOIT (Flash of Invisible Text) */

@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');
}

@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');
}

@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');
}
