
@font-face{
  font-family: "Poppins-regular";
  src: local("Poppins-regular"), url("../fonts/Poppins-Regular.ttf") format('truetype');
  font-style:normal;
  font-weight:normal;
  font-display: fallback;
}

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

@font-face{
  font-family: "Poppins-Medium";
  src: local("Poppins-Medium"), url("../fonts/Poppins-Medium.ttf") format('truetype');
  font-style:normal;
  font-weight:normal;
  font-display: fallback;
}


 *{
    font-family: "Poppins-regular";
 }
.richtext h2,.richtext h3,.richtext h4,.richtext h5,.richtext h6{
  font-family: "Poppins-Bold";
  font-weight: normal;
}
.richtext strong{
   font-family: "Poppins-Bold";
  font-weight: normal;
}

/* .gtj-ff-ot{
  font-family: "Poppins-Medium";
  font-weight: normal;
} */

.bold,.gtj-ff-bold,.gtj-ff-ot{
     font-family: "Poppins-Bold";
    font-weight: normal;
}