@font-face { 
    font-family: Antipasto Pro DemiBold;
    src: url('/fonts/AntipastoPro-DemiBold_trial.ttf'); 
 }

 @font-face { 
    font-family: Numans Regular;
    src: url('/fonts/numans.regular.ttf'); 
 }

 @font-face { 
    font-family: Merriweather Ligth;
    src: url('/fonts/merriweather-light_[allfont.net].ttf'); 
 }
 @font-face { 
  font-family: Poppins ExtraLight;
  src: url('/fonts/Poppins-ExtraLight.ttf'); 
}
@font-face { 
  font-family: Poppins Thin;
  src: url('/fonts/Poppins-Thin.ttf'); 
}

@font-face { 
  font-family: Poppins Regular;
  src: url('/fonts/Poppins-Regular.ttf'); 
}
@font-face { 
  font-family: Poppins Medium;
  src: url('/fonts/Poppins-Medium.ttf'); 
}
@font-face { 
  font-family: Poppins Black;
  src: url('/fonts/Poppins-Black.ttf'); 
}
@font-face { 
  font-family: Poppins SemiBoldItalic;
  src: url('/fonts/SemiBoldItalic.ttf'); 
}


