@font-face {
  font-family: "Poppins-Black";

  src: local("Poppins"), url(./Poppins/Poppins-Black.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins-Black";
  font-style: italic;
  src: local("Poppins"),
    url(./Poppins/Poppins-BlackItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  src: local("Poppins"), url(./Poppins/Poppins-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: italic;
  src: local("Poppins"),
    url(./Poppins/Poppins-BoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  src: local("Poppins"), url(./Poppins/Poppins-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  font-style: italic;
  src: local("Poppins"),
    url(./Poppins/Poppins-ExtraBoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;

  src: local("Poppins"),
    url(./Poppins/Poppins-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: italic;
  src: local("Poppins"),
    url(./Poppins/Poppins-ExtraLightItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  src: local("Poppins"), url(./Poppins/Poppins-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: italic;
  src: local("Poppins"),
    url(./Poppins/Poppins-MediumItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  src: local("Poppins"), url(./Poppins/Poppins-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  src: local("Poppins"), url(./Poppins/Poppins-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: italic;
  src: local("Poppins"),
    url(./Poppins/Poppins-SemiBoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 200;
  src: local("Poppins"), url(./Poppins/Poppins-Thin.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 200;
  font-style: italic;
  src: local("Poppins"),
    url(./Poppins/Poppins-ThinItalic.ttf) format("truetype");
}
