/* ==========================================================================
   Costasol Seguridad — fonts.css
   Tipografía Geist servida desde el propio dominio.

   Motivo: cargarla desde Google Fonts transmitiría la dirección IP de cada
   visitante a un tercero, lo que obliga a informarlo y complica el
   consentimiento. Alojada aquí no hay transferencia de datos, no hay
   conexión a un dominio externo y la página pinta antes.
   ========================================================================== */

@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
