@font-face {
  font-family: "Roboto Condensed";
  src: url("RobotoCondensedBold.woff") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("RobotoCondensedRegular.woff") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Poppins Custom";
  src: url("Poppins-SemiBold.woff2") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Poppins Custom";
  src: url("Poppins-Regular.woff2") format("truetype");
  font-weight: normal;
}