	
.main-menu .navigation > li > a {

    font-family: 'body-font' !important;

}

.menu-area .navbar ul li a {
    font-family: inherit !important;
}

#top-to-bottom {
    left: 40px !important;
    right: auto !important;
}
.react-button a {
    font-size: 15px;
    font-family: inherit !important;
}

@font-face {
	  font-family: "header-font";
	  src: url("fonts/IRANSansXFaNum-ExtraBold.ttf");
}
@font-face {
	  font-family: "body-font";
	  src: url("fonts/IRANSansXFaNum-UltraLight.ttf");
}
@font-face {
	  font-family: "lists-font";
	  src: url("fonts/IRANSansXFaNum-Medium.ttf");
}h1, h2, h3, h4, h5, h6, h7	{
font-family: "header-font"!important;
}p, em, div	{
		font-family: "body-font"!important;
}
li	{
		font-family: "lists-font"!important;
}



