@font-face {
    font-family: 'normalfont';
    font-style: normal;
    font-weight: 400;
  	src: url('../fonts/YekanBakh-Regular.ttf') format('truetype');
    font-display: swap;
  }
   
  @font-face {
    font-family: 'boldfont';
    font-style: normal;
    font-weight: 800;
   src: url('../fonts/YekanBakh-Bold.ttf') format('truetype');
    font-display: swap;
  
  
   
  }
  .font-b{
    font-family: 'boldfont';
  }
  .font-n{
    font-family: 'normalfont';
  } *{
    font-family: 'normalfont';
  }