/********** Template CSS **********/
@font-face {
    font-family: 'Yekan';
    src: url('../fonts/Yekan.eot?#') format('eot'),
        url('../fonts/Yekan.woff') format('woff'),
        url('../fonts/Yekan.ttf') format('truetype');
}
@font-face {
    font-family: 'YekanN';
    src: url('../fonts/YekanN.eot?#') format('eot'),
        url('../fonts/YekanN.woff') format('woff'),
        url('../fonts/YekanN.ttf') format('truetype');
}
* {
    font-family: Yekan,YekanN;
}
