/*
 * Poppins, self-hosted — batch H (2026-09-02), PM-approved download from the official
 * Google Fonts distribution (fonts.gstatic.com, s/poppins/v24, latin subset). Seven weights:
 * exactly the set the client uses (measured in batch E; the drift guard in
 * font_resilience.test.js fails if a css ever uses a weight not listed here).
 * Per-file URL, size and sha256 are recorded in coordination/status/ux.md batch H.
 * License: ./OFL.txt (SIL Open Font License 1.1, verbatim from google/fonts).
 *
 * font-display: swap — text renders immediately in the fallback stack (App.css names it)
 * and swaps when the local file arrives; with same-origin files that is effectively instant.
 * Latin subset only, deliberately: Poppins has no Hangul, so Korean text never used it.
 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('./poppins-200.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./poppins-300.woff2') format('woff2');
}
@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');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('./poppins-800.woff2') format('woff2');
}
