@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  /* optional: use the (preloaded) webfont if it's ready in time for first
     paint, otherwise keep the fallback for the rest of the page view instead
     of swapping mid-render — swapping later reflows text and drives CLS. */
  font-display: optional;
  src: url('poppins-400.woff2') format('woff2');
}

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

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

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

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