/**
*
*	Name:			IRANSansX FaNum Font
*	Version:		All Weights
*	Website:		http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
*
**/

/* Regular - 400 */
@font-face {
	font-family: IRANSansXFaNum;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/IRANSansXFaNum-Regular.woff2') format('woff2'),
	     url('../fonts/IRANSansXFaNum-Regular.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: IRANSansXFaNum;
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/IRANSansXFaNum-Regular.woff2') format('woff2'),
	     url('../fonts/IRANSansXFaNum-Regular.woff') format('woff');
	font-display: swap;
}

/* Bold - 700 */
@font-face {
	font-family: IRANSansXFaNum;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/IRANSansXFaNum-Bold.woff2') format('woff2'),
	     url('../fonts/IRANSansXFaNum-Bold.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: IRANSansXFaNum;
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/IRANSansXFaNum-Bold.woff2') format('woff2'),
	     url('../fonts/IRANSansXFaNum-Bold.woff') format('woff');
	font-display: swap;
}

