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

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