@font-face {
  font-family: PoppinsLight;
  font-style:normal;
  src: url('/static/fonts/Poppins-Light.ttf');
}

@font-face {
  font-family: PoppinsRegular;
  font-style:normal;
  src: url('/static/fonts/Poppins-Regular.ttf');
}

@font-face {
  font-family: PoppinsBold;
  font-style:normal;
  src: url('/static/fonts/Poppins-Bold.ttf');
}
