@font-face {
  font-family: 'Poppins'; 
  font-weight: bold; 
  src: url(../fonts/poppins/Poppins-Bold.ttf);
}

@font-face {
  font-family: 'Poppins'; 
  font-weight: 300; 
  src: url(../fonts/poppins/Poppins-Medium.ttf);
}

@font-face {
  font-family: 'Poppins'; 
  font-weight: 400; 
  src: url(../fonts/poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: 'Poppins'; 
  font-weight: 200; 
  src: url(../fonts/poppins/Poppins-Light.ttf);
}

@font-face {
  font-family: 'Roboto'; 
  font-weight: 400; 
  src: url(../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Lato'; 
  font-weight: 500; 
  src: url(../fonts/lato/Lato-Bold.ttf);
}

@font-face {
  font-family: 'Lato'; 
  font-weight: bolder; 
  src: url(../fonts/lato/Lato-Bold.ttf);
}

@font-face {
  font-family: 'Lato'; 
  font-weight: 200; 
  src: url(../fonts/lato/Lato-Regular.ttf);
}
@font-face {
  font-family: 'Lato'; 
  font-weight: 400; 
  src: url(../fonts/lato/Lato-Regular.ttf);
}