@import url(fonts/Yekan-Font-master/Yekan.css);

*{
    margin: 0;
    padding:0 ;
    font-family:'Yekan';
    
}
.error{
    color: red;
}