@font-face {
  font-family: "PNU";
  src: url("../fonts/ArbFONTS-PNU-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "PNU";
  src: url("../fonts/ArbFONTS-PNU-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "PNU";
  src: url("../fonts/ArbFONTS-PNU-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "PNU";
  src: url("../fonts/ArbFONTS-PNU-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Apply the font globally */
body {
  font-family: "PNU", sans-serif;
}
