@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('extra-bold.woff2') format('woff2');
  font-display: fallback;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('bold.woff2') format('woff2');
  font-display: fallback;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('semibold.woff2') format('woff2');
  font-display: fallback;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('medium.woff2') format('woff2');
  font-display: fallback;
}

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

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

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('extra-light.woff2') format('woff2');
  font-display: fallback;
}

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

.font-custom-sans {
  font-family: 'Poppins', 'Helvetica Neue', 'IBM Plex Sans', 'sans-serif';
}
