@font-face {
  font-family: "Poppins";
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Poppins/Poppins-Black.ttf") format("truetype");
}
