@font-face {
  font-family: 'Poppins'; 
  font-weight: bold; 
  src: url(./poppins/Poppins-Bold.ttf);
}

@font-face {
  font-family: 'Poppins'; 
  font-weight: 300; 
  src: url(./poppins/Poppins-Medium.ttf);
}

@font-face {
  font-family: 'Poppins'; 
  font-weight: 400; 
  src: url(./poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: 'Poppins'; 
  font-weight: 200; 
  src: url(./poppins/Poppins-Light.ttf);
}

@font-face {
  font-family: 'Roboto'; 
  font-weight: 400; 
  src: url(./roboto/Roboto-Regular.ttf);
}

