@font-face {
  font-family: "BNAZANIN";
  src: url("../fonts/B-NAZANIN.TTF") format("truetype");
}

/* Use the custom-font class to apply the Bnazanin font */
.custom-font {
  font-family: "BNAZANIN";
  color: black;
  font-size: 20px;
}
