/**
*
*	Name:			IRANSansX Fonts
*	Version:			3
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		Apr 22, 2021
*	Updated on:		Jul 12, 2023
*	Website:			http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونتایران سنس Xا یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
IRANSansX fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (.....)
------------------------------------------------------------------------------------- -
*	
**/


@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 100;
	src: url('./woff/IRANSansXFaNum-Thin.woff') format('woff'),
	url('./ttf/IRANSansXFaNum-Thin.ttf') format('ttf'),
	url('./woff2/IRANSansXFaNum-Thin.woff2') format('woff2');
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 200;
	src: url('./woff/IRANSansXFaNum-UltraLight.woff') format('woff'),
	url('./ttf/IRANSansXFaNum-UltraLight.ttf') format('ttf'),
	url('./woff2/IRANSansXFaNum-UltraLight.woff2') format('woff2');	
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 300;
	src: url('./woff/IRANSansXFaNum-Light.woff') format('woff'),
	url('./ttf/IRANSansXFaNum-Light.ttf') format('ttf'),
	url('./woff2/IRANSansXFaNum-Light.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 500;
	src: url('./woff/IRANSansXFaNum-Medium.woff') format('woff'),
	url('./ttf/IRANSansXFaNum-Medium.ttf') format('ttf'),
	url('./woff2/IRANSansXFaNum-Medium.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 600;
	src: url('./woff/IRANSansXFaNum-DemiBold.woff') format('woff'),
	url('./ttf/IRANSansXFaNum-DemiBold.ttf') format('ttf'),
	url('./woff2/IRANSansXFaNum-DemiBold.woff2') format('woff2');	 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 800;
	src: url('./woff/IRANSansXFaNum-ExtraBold.woff') format('woff'),
	url('./ttf/IRANSansXFaNum-ExtraBold.ttf') format('ttf'),
	url('./woff2/IRANSansXFaNum-ExtraBold.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 900;
	src: url('./woff/IRANSansXFaNum-Black.woff') format('woff'),
	url('./ttf/IRANSansXFaNum-Black.ttf') format('ttf'),
	url('./woff2/IRANSansXFaNum-Black.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 950;
	src: url('./woff/IRANSansXFaNum-ExtraBlack.woff') format('woff'),
	url('./ttf/IRANSansXFaNum-ExtraBlack.ttf') format('ttf'),
	url('./woff2/IRANSansXFaNum-ExtraBlack.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 1000;
	src: url('./woff/IRANSansXFaNum-Heavy.woff') format('woff'),
	url('./ttf/IRANSansXFaNum-Heavy.ttf') format('ttf'),
	url('./woff2/IRANSansXFaNum-Heavy.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: bold;
	src: url('./woff/IRANSansXFaNum-Bold.woff') format('woff'),
	url('./ttf/IRANSansXFaNum-Bold.ttf') format('ttf'),
	url('./woff2/IRANSansXFaNum-Bold.woff2') format('woff2');	 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: normal;
	src: url('./woff/IRANSansXFaNum-Regular.woff') format('woff'),
	url('./ttf/IRANSansXFaNum-Regular.ttf') format('ttf'),
	url('./woff2/IRANSansXFaNum-Regular.woff2') format('woff2');	
}

/* Apply Vazirmatn font globally */
body, h1, h2, h3, h4, h5, h6, div, span, p, a, input, textarea, button, li, table {
	font-family: 'IRANSansX', sans-serif;
}
