@font-face {  
	  font-family: "alhor" ;  
	  src: url( "../fonts/alhor.eot" ); /* IE */  
	  src: local("?"),
          url("../fonts/alhor.woff") format("woff"),  	
	  url("../fonts/alhor.ttf") format("truetype"); /* non-IE */  	
} 
@font-face {  
	  font-family: "cocon" ;  
	  src: url( "../fonts/cocon.eot" ); /* IE */  
	  src: local("?"),
          url("../fonts/cocon.woff") format("woff"),  	
	  url("../fonts/cocon.ttf") format("truetype"); /* non-IE */  	
}
body {
  font-family: "cocon","Open Sans", sans-serif;
  font-size:1.5rem;
  direction:rtl;
}
h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "cocon","Roboto", sans-serif;
}
.navbar a, .navbar a:focus{
    font-family: "cocon","Roboto", sans-serif;
    font-size:1.5rem;
}
.bx-chevron-right::before {

    content:"\ecb2";
}
#footer .footer-top .footer-info p {
    font-family:"cocon";
}
.navbar {
    direction:rtl;
}