/*
 * TESSA Training — local Poppins font stack
 *
 * Privacy: this file serves Poppins from the same origin as the site.
 * No requests are made to fonts.googleapis.com or fonts.gstatic.com.
 * This means visitor IP addresses are never transferred to Google,
 * which satisfies UK GDPR / PECR and the EU DPA enforcement pattern
 * around Google Fonts.
 *
 * Fallback: if the woff2 files have not yet been downloaded into this
 * directory, the browser will fall back to the system UI font stack
 * defined on body. The site remains fully usable with zero external
 * requests in either state.
 *
 * To populate the actual Poppins woff2 files, run (once, locally):
 *   bash scripts/download-fonts.sh
 */

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

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

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

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