
@font-face {
    font-family: 'Yekan';
    src:  url('../fonts/YekanWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BYNfix';
    src:  url('../fonts/BYNfix.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family:Yekan, BYNfix,sans-serif;
    font-size:14px;
    line-height:1.6;
    color:#636b6f
}


