@font-face {
  font-family: 'Poppins';
  font-weight: 300;
  font-style: normal;
  src: url('Poppins-Light.eot');
  src: url('Poppins-Light.eot?#iefix') format('embedded-opentype'),
       url('Poppins-Light.ttf') format('truetype'),
       url('Poppins-Light.woff') format('woff'),
       url('Poppins-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
  src: url('Poppins-Regular.eot');
  src: url('Poppins-Regular.eot?#iefix') format('embedded-opentype'),
       url('Poppins-Regular.ttf') format('truetype'),
       url('Poppins-Regular.woff') format('woff'),
       url('Poppins-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  font-style: normal;
  src: url('Poppins-Medium.eot');
  src: url('Poppins-Medium.eot?#iefix') format('embedded-opentype'),
       url('Poppins-Medium.ttf') format('truetype'),
       url('Poppins-Medium.woff') format('woff'),
       url('Poppins-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 600;
  font-style: normal;
  src: url('Poppins-SemiBold.eot');
  src: url('Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
       url('Poppins-SemiBold.ttf') format('truetype'),
       url('Poppins-SemiBold.woff') format('woff'),
       url('Poppins-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: bold;
  font-style: normal;
  src: url('Poppins-Bold.eot');
  src: url('Poppins-Bold.eot?#iefix') format('embedded-opentype'),
       url('Poppins-Bold.ttf') format('truetype'),
       url('Poppins-Bold.woff') format('woff'),
       url('Poppins-Bold.woff2') format('woff2');
}