
    @font-face {
    font-family: 'IRYekan';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/YekanBakh-Regular.ttf') format('truetype');
    }
    
    @font-face {
    font-family: 'IRYekanbold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/YekanBakh-Bold.ttf') format('truetype');
    }
    *{
        font-family:IRYekan  ;
    }
  