@font-face {
  font-family: 'poppins';
  src: url('../fonts/Poppins/poppins-bold-webfont.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;

}

@font-face {
  font-family: 'poppins';
  src: url('../fonts/Poppins/poppins-italic-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;

}

@font-face {
  font-family: 'poppins';
  src: url('../fonts/Poppins/poppins-medium-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'poppins';
  src: url('../fonts/Poppins/poppins-regular-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;

}

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

}