/* ============================================================
   FUENTES — Poppins servida desde el propio VPS.
   Nada de Google Fonts por CDN: menos dependencias externas,
   menos latencia y ningun dato del visitante sale a terceros.
   `font-display: swap` evita el texto invisible mientras carga.
   ============================================================ */

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

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

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