@font-face {
   font-family: 'Poppins';
   src:  url('poppins/poppins-extralight.woff2') format('woff2'),
         url('poppins/poppins-extralight.woff') format('woff');
   font-weight: 200;
   font-style: normal;
}

@font-face {
   font-family: 'Poppins';
   src:  url('poppins/poppins-light.woff2') format('woff2'),
         url('poppins/poppins-light.woff') format('woff');
   font-weight: 300;
   font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src:  url('poppins/poppins-regular.woff2') format('woff2'),
          url('poppins/poppins-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src:  url('poppins/poppins-italic.woff2') format('woff2'),
          url('poppins/poppins-italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src:  url('poppins/poppins-medium.woff2') format('woff2'),
        url('poppins/poppins-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src:  url('poppins/poppins-semibold.woff2') format('woff2'),
          url('poppins/poppins-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
