@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('poppins-v23-latin-regular.woff2') format('woff2');
  font-display: swap;
}


@font-face {
  font-family: 'Poppins thin';
  font-style: normal;
  font-weight: 100;
  src: url('Poppins-Thin.woff2') format('woff2');
  font-display: swap;
}


@font-face {
  font-family: 'Poppins bold';
  font-style: bolder;
  font-weight: 900;
  src: url('poppins-v23-latin-regular.woff2') format('woff2');
  font-display: swap;
}