@font-face {
  font-family: 'PoppinsL';
  font-style: normal;
  font-weight: 900;
  src: url(Poppins-Light.ttf) format("truetype");
}
@font-face {
  font-family: 'PoppinsR';
  font-style: normal;
  font-weight: 900;
  src: url(Poppins-Regular.ttf) format("truetype");
}
@font-face {
  font-family: 'PoppinsSB';
  font-style: normal;
  font-weight: 900;
  src: url(Poppins-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: 'PoppinsB';
  font-style: normal;
  font-weight: 900;
  src: url(Poppins-Bold.ttf) format("truetype");
}
