@font-face {
  font-family: Poppins-Regular;
  src: url('poppins/Poppins-Regular.woff2'); 
}
.PoppinsRegular{
	font-family: Poppins-Regular;
}
@font-face {
  font-family: Poppins-Medium;
  src: url('poppins/Poppins-Medium.ttf'); 
}
.PoppinsMedium{
	font-family: Poppins-Medium;
}
@font-face {
  font-family: Poppins-Bold;
  src: url('poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('poppins/Poppins-SemiBold.ttf'); 
}
.poppins_semiBold{
	font-family: Poppins-SemiBold;
}
@font-face {
  font-family: dream-her-font;
  src: url('dream-her-font/DreamHerRegular-lalw.ttf'); 
}
@font-face {
  font-family: bite-chocolate-font;
  src: url('bite-chocolate-font/BiteChocolate-2RGl.ttf'); 
}
.bitechocolatefont{
	font-family: bite-chocolate-font;
	
}
.f-fm_Serif{
    font-family: Merriweather-Regular;
}