@font-face {
    font-family: 'IRANYekan';
    font-weight: 100;
    src: local('IRANYekan-thin'), url('./fonts/IRANYekanThin.ttf') 
    format('truetype');
    font-display: swap;

  }
  
  @font-face {
    font-family: 'IRANYekan';
    font-weight: 300;
    src: local('IRANYekan-light'), url('./fonts/IRANYekanLight.ttf') 
    format('truetype');
    font-display: swap;
  }
  

  @font-face {
    font-family: 'IRANYekan';
    font-weight: 400;
    src: local('IRANYekan'), url('./fonts/IRANYekanRegular.ttf') 
    format('truetype');
    font-display: swap;

  }
  
  @font-face {
    font-family: 'IRANYekan';
    font-weight: 500;
    src: local('IRANYekan-medium'), url('./fonts/IRANYekanMedium.ttf')
    format('truetype');
    font-display: swap;

  }

  @font-face {
    
    font-family: 'IRANYekan';
    font-weight: 700;
    src: local('IRANYekan-bold'), url('./fonts/IRANYekanBold.ttf') 
    format('truetype');
    font-display: swap;

  }

  @font-face {
    font-family: 'IRANYekan';
    font-weight: 800;
    src: local('IRANYekan-bolder'), url('./fonts/IRANYekanExtraBold.ttf') 
    format('truetype');
    font-display: swap;

  }

  @font-face {
    font-family: 'IRANYekan';
    font-weight: 900;
    src: local('IRANYekan-black'), url('./fonts/IRANYekanExtraBlack.ttf') 
    format('truetype');
    font-display: swap;

  }