@font-face {
  font-family: poppins;
  font-style: normal;
  font-weight: 10;
  src: url("./Poppins-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: poppins;
  font-style: normal;
  font-weight: 300;
  src: url("./Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: poppins;
  font-style: normal;
  font-weight: bold;
  src: url("./Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: poppins;
  font-style: normal;
  font-weight: normal;
  src: url("./Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: poppins;
  font-style: normal;
  font-weight: 600;
  src: url("./Poppins-Medium.ttf") format("truetype");
}
