@font-face{
  font-family: 'poppins-extralight';
  src: url("../fonts/poppins/Poppins-ExtraLight.ttf");
}

@font-face{
  font-family: 'poppins-extrabold';
  src: url("../fonts/poppins/Poppins-ExtraBold.ttf");
}

@font-face{
  font-family: 'poppins-bold';
  src: url("../fonts/poppins/Poppins-Bold.ttf");
}

@font-face{
  font-family: 'poppins-semibold';
  src: url("../fonts/poppins/Poppins-SemiBold.ttf");
}

@font-face{
  font-family: 'poppins';
  src: url("../fonts/poppins/Poppins-Regular.ttf");
}
