/* Local font hosting for Poppins (self-hosted for GDPR — no Google Fonts CDN).
   Source: Google Fonts (SIL Open Font License 1.1). See LICENSE.txt.
   Only the UI weights actually used (400/500/600/700) are shipped to keep the
   bundle lean. The `--font-sans` stack lists 'DM Sans' as a fallback, but
   'Poppins' always resolves first, so DM Sans is never fetched/rendered. */

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

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

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

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