/* from most used fonts to least ones */

@font-face {
	font-family: iranyekanweb;
	font-style: normal;
	font-weight: normal;
	src: url('/public/fonts/IRANYekanWeb.woff') format('woff'),
         url('/public/fonts/IRANYekanWeb.woff2') format('woff2');
}



@font-face {
	font-family: iranyekanweb-medium;
	font-style: normal;
	/* font-weight: 500; */
	font-weight: normal;
	src: url('/public/fonts/IRANYekanWeb-Medium.woff') format('woff'),
         url('/public/fonts/IRANYekanWeb-Medium.woff2') format('woff2');
}

@font-face {
	font-family: iranyekanweb-light;
	font-style: normal;
	/* font-weight: 300; */
	font-weight: normal;
	src: url('/public/fonts/IRANYekanWeb-Light.woff') format('woff'),
         url('/public/fonts/IRANYekanWeb-Light.woff2') format('woff2');
}

@font-face {
	font-family: iranyekanweb-thin;
	font-style: normal;
	/* font-weight: 100; */
	font-weight: normal;
	src: url('/public/fonts/IRANYekanWeb-Thin.woff') format('woff'),
         url('/public/fonts/IRANYekanWeb-Thin.woff2') format('woff2');
}

@font-face {
	font-family: iranyekanweb-bold;
	font-style: normal;
	/* font-weight: bold; */
	font-weight: normal;
	src: url('/public/fonts/IRANYekanWeb-Bold.woff') format('woff'),
         url('/public/fonts/IRANYekanWeb-Bold.woff2') format('woff2');
}




@font-face {
	font-family: iranyekanweb;
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/IRANYekanWeb-Medium.woff') format('woff'),
         url('/fonts/IRANYekanWeb-Medium.woff2') format('woff2');
}

@font-face {
	font-family: iranyekanweb;
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/IRANYekanWeb-Light.woff') format('woff'),
         url('/fonts/IRANYekanWeb-Light.woff2') format('woff2');
}

@font-face {
	font-family: iranyekanweb;
	font-style: normal;
	font-weight: 100;
	src: url('/fonts/IRANYekanWeb-Thin.woff') format('woff'),
         url('/fonts/IRANYekanWeb-Thin.woff2') format('woff2');
}

@font-face {
	font-family: iranyekanweb;
	font-style: normal;
	font-weight: bold;
	src: url('/fonts/IRANYekanWeb-Bold.woff') format('woff'),
         url('/fonts/IRANYekanWeb-Bold.woff2') format('woff2');
}



.iran, .iran-normal, .iran-reg, .iran-regular {
    font-family: iranyekanweb;
}
.iran-med, .iran-medium {
    font-family: iranyekanweb-medium;
}
.iran-light {
    font-family: iranyekanweb-light;
}
.iran-thin {
    font-family: iranyekanweb-thin;
}
.iran-bold {
    font-family: iranyekanweb-bold;
    /* letter-spacing: -0.2px; */
}