@font-face {
  font-family: "Shabnam";
  src: url("/fonts/Shabnam-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Shabnam";
  src: url("/fonts/Shabnam.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Shabnam";
  src: url("/fonts/Shabnam-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Shabnam";
  src: url("/fonts/Shabnam-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.font-shabnam {
  font-family: "Shabnam", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
