/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: MobinFile
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url(css/fontiran.css);



.nav > li > a,h1,h2,h3,h4,h5,h6, .heading-font,.alt-font{
	font-family: iranyekan !important;
	  font-weight: 500 !important;

}

.tab-panels p , .tab-panels li , .tab-panels div {
	font-family: iranyekan !important;
    font-weight: 400 !important;
    line-height: 2;
  /*  text-align: justify; */
    font-size: .95em !important;
}


body, li {
	font-family: iranyekan !important;
   font-weight: 300 !important;

}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}