@font-face {
   font-family: "Poppins Regular";
   src: url("fonts/Poppins Regular.woff2") format("woff2"), url("fonts/Poppins Regular.ttf") format("truetype");
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: "Poppins Light";
   src: url("fonts/Poppins Light.woff2") format("woff2"), url("fonts/Poppins Light.ttf") format("truetype");
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: "Poppins SemiBold";
   src: url("fonts/Poppins SemiBold.woff2") format("woff2"), url("fonts/Poppins SemiBold.ttf") format("truetype");
   font-weight: bold;
   font-style: normal;
}