@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('Poppins/Poppins-Light.woff2') format('woff2'),
       url('Poppins/Poppins-Light.woff') format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('Poppins/Poppins-Regular.woff2') format('woff2'),
       url('Poppins/Poppins-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('Poppins/Poppins-SemiBold.woff2') format('woff2'),
       url('Poppins/Poppins-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('Poppins/Poppins-Bold.woff2') format('woff2'),
       url('Poppins/Poppins-Bold.woff') format('woff');
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
