@font-face {
  font-family: 'Poppins';src: url('/fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';src: url('/fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 100;
}
@font-face {
  font-family: 'Poppins';src: url('/fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Poppins';src: url('/fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 800;
}

