@font-face {
  font-family: 'Poppins';
  font-weight: 100;
  font-style: normal;
  src: url('/fonts/Poppins/Poppins-Thin.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 300;
  font-style: normal;
  src: url('/fonts/Poppins/Poppins-Light.woff') format('woff');
}


@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/Poppins/Poppins-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  font-style: normal;
  src: url('/fonts/Poppins/Poppins-SemiBold.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 700;
  font-style: normal;
  src:  url('/fonts/Poppins/Poppins-Bold.woff') format('woff');
}