@font-face {
  font-family: "Poppins-bold";
  src: url("./poppins-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("./poppins-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}