@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Poppins-regular/Poppins-regular.eot');
  src: url('../fonts/Poppins-regular/Poppins-regular.eot?#iefix') format('embedded-opentype'),
       local('Poppins'),
       local('Poppins-regular'),
       url('../fonts/Poppins-regular/Poppins-regular.woff2') format('woff2'),
       url('../fonts/Poppins-regular/Poppins-regular.woff') format('woff'),
       url('../fonts/Poppins-regular/Poppins-regular.ttf') format('truetype'),
       url('../fonts/Poppins-regular/Poppins-regular.svg#Poppins') format('svg');
}

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

