
@font-face {
  font-family: YekanBakh;
  /*src: url("../font/YekanBakh.ttf");*/
  src: url("../assets/fonts/YekanBakh.ttf");
}

@font-face {
  font-family: YekanBakhFat;
  src: url("../assets/fonts/YekanBakh-Fat.ttf");
}

@font-face {
  font-family: GoogleSanse;
  src: url("../assets/fonts/ProductSans.ttf");
}

 
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../assets/fonts/IRANSans-Bold-web.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../assets/fonts/IRANSans-Medium-web.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../assets/fonts/IRANSans-Light-web.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../assets/fonts/IRANSans-UltraLight-web.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../assets/fonts/IRANSans-web.ttf') format('truetype');
}