/* Poppins, self-hosted.
 *
 * Loaded from our own origin rather than the Google Fonts CDN: fetching from
 * fonts.gstatic.com sends every visitor's IP address to Google, which EU courts
 * have found to be a GDPR problem for a site that could avoid it. Self-hosting
 * avoids it and removes a third-party dependency from first paint.
 *
 * The font itself is SIL Open Font License 1.1 — free for commercial use,
 * redistributable, no attribution required in the UI.
 *
 * font-display: swap matches the previous CDN behaviour: text renders in a
 * fallback immediately rather than blocking on the download.
 */
@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');
}
