body {
  margin: 0;
  font-family: "poppins" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue"),
    url("fonts/Neue/Helvetica-Neue.ttf") format("ttf");
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: normal;
  src: local("poppins"),
    url("fonts/Poppins/Poppins-Regular.woff") format("woff");
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: bold;
  src: local("poppinsB"), url("fonts/Poppins/Poppins-bold.woff") format("woff");
}
@font-face {
  font-family: "open_sans";
  font-style: normal;
  font-weight: normal;
  src: local("sans-serif"),
    url("fonts/open_sans/OpenSans-Regular.ttf") format("woff");
}

@font-face {
  font-family: "next";
  font-style: normal;
  font-weight: normal;
  src: local("next"),
    url("fonts/next/DINNextLTArabic-Regular.woff") format("woff");
}
 /* input {
   -Webkit-box-shadow: 0 0 0 1000px white inset;
 } */