@font-face {
  font-family: "Poppins";
  font-weight: 100;
  src: url(../fonts/Poppins-Thin.ttf);
}
@font-face {
  font-family: "Poppins";
  font-weight: 100;
  font-style: italic;
  src: url(../fonts/Poppins-ThinItalic.ttf);
}
@font-face {
  font-family: "Poppins";
  font-weight: 200;
  src: url(../fonts/Poppins-ExtraLight.ttf);
}
@font-face {
  font-family: "Poppins";
  font-weight: 200;
  font-style: italic;
  src: url(../fonts/Poppins-ExtraLightItalic.ttf);
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  src: url(../fonts/Poppins-Light.ttf);
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: italic;
  src: url(../fonts/Poppins-LightItalic.ttf);
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: italic;
  src: url(../fonts/Poppins-Italic.ttf);
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: italic;
  src: url(../fonts/Poppins-SemiBoldItalic.ttf);
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: italic;
  src: url(../fonts/Poppins-BoldItalic.ttf);
}
body {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}