/*
 * Poppins — self-hosted, weights 400/500/600/700.
 * Files bundled locally (via Fontsource) so there's no request to
 * fonts.gstatic.com and no render-blocking third-party font call.
 */

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

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

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

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