@font-face {
    font-family: 'IranYekanRegular';
    src: url('../fonts/woff/KalamehWeb_Regular.woff') format('woff'),
         url('../fonts/ttf/KalamehWeb_Regular.ttf') format('truetype'),
         url('../fonts/eot/KalamehWeb_Regular.eot') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Improves performance & avoids invisible text */

}
@font-face {
    font-family: 'IranYekanBold';
    src: url('../fonts/woff/KalamehWeb_Bold.woff') format('woff'),
         url('../fonts/ttf/KalamehWeb_Bold.ttf') format('truetype'),
         url('../fonts/eot/KalamehWeb_Bold.eot') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Improves performance & avoids invisible text */
}

body,p,div,span{
    font-family: 'IranYekanRegular';
}

h1,h2,h3,h4,h5,h6,strong{
    font-family: 'IranYekanBold';
}
