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

   @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-Light";
    src: local("Poppins-Light"), url("../fonts/Poppins-Light.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;
} 
.gtj-ff-regular,.regular{
    font-family: "Poppins-Regular";
}
.gtj-ff-bold,.bold{
    font-family: "Poppins-Bold";
    font-weight: normal;
}
 .gtj-ff-semibold,.semibold,.medium{
   font-family: "Poppins-Medium";
}
.gtj-ff-light,.light{
    font-family: "Poppins-Light";
    font-weight: normal;
} 

