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

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

@font-face {
  font-family: 'Poppins-M';
  font-weight: 500;
  font-style: normal;
  src: url('./Poppins/Poppins-Medium.ttf');
}