@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap");

* {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400; /* Sets the font weight to Regular */
}
