@font-face {
    font-family: 'shabnam-bold';
    font-style: normal;
    font-weight: 400;
  	src: url('./Shabnam-Medium.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'shabnam';
    font-style: normal;
    font-weight: 400;
  	src: url('./Shabnam-Light.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'javan';
    font-style: normal;
    font-weight: 400;
  	src: url('./fonts/javan.ttf') format('truetype');
    font-display: swap;
}
*,.font-n{
    font-family: 'shabnam'; 
    word-spacing: -1px;
    letter-spacing: -0.5px;
}
.font-j{
   font-family: 'javan' !important;
}

h1,h2,h3,h4,.font-b{
    font-family: 'shabnam-bold' ; 
    word-spacing: -1px;
    letter-spacing: -0.5px;
}