@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('./poppins/poppins-semi-bold.ttf') format('truetype');
  font-display: fallback;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('./poppins/poppins-regular.ttf') format('truetype');
  font-display: fallback;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('./poppins/poppins-light.ttf') format('truetype');
  font-display: fallback;
}
