/* Poppins autohospedada (change "landing-comercial") — descargada de fonts.gstatic.com
   (subset latin, v24) hacia /fonts/poppins/. La landing NO debe hacer requests externos
   (REQ-6): sin Google Fonts CDN. font-display: swap + fallback a system-ui.
   Fix F7: rutas RELATIVAS ('../fonts/...') en vez de '/fonts/...' para funcionar también
   bajo PathBase/SubCarpeta (ej. /sicomed). */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/poppins/poppins-latin-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/poppins/poppins-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/poppins/poppins-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/poppins/poppins-latin-700.woff2') format('woff2');
}
