/* ============================================================================
 * LOADMATE — self-hosted Poppins (latin subset, weights 300–800)
 * ----------------------------------------------------------------------------
 * Replaces every external Google Fonts request (header.php Lato/Montserrat
 * links, lm-unify.css @import, tpl-csr.php link). Lato & Montserrat are never
 * rendered — lm-unify.css forces Poppins site-wide with !important — so only
 * Poppins needs hosting. font-display:swap prevents invisible-text blocking.
 * Files served same-origin: no DNS lookup, no third-party connection, cached
 * by Kinsta CDN with the rest of the theme.
 * ========================================================================== */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('poppins-latin-300-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('poppins-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('poppins-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('poppins-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('poppins-latin-700-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('poppins-latin-800-normal.woff2') format('woff2');
}
