/* T-12, LEG-08: Fraunces e Inter autoalojadas en vez de fonts.googleapis.com.
   Sin esto, cada carga de clientes/ y documentacion/ enviaba la IP del
   visitante a Google sin consentimiento ni mención en las políticas (mismo
   supuesto que sancionó el LG München en 2022).

   Cada familia es un único fichero de fuente variable (así las sirve Google
   para este rango de pesos): un woff2 cubre 500/600/700 en Fraunces y
   400/500/600/700 en Inter. Solo subset "latin" (U+0000-00FF y puntuación
   común) — suficiente para castellano, incluida toda su acentuación. */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fraunces-var-latin.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fraunces-var-latin.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fraunces-var-latin.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('inter-var-latin.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('inter-var-latin.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('inter-var-latin.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('inter-var-latin.woff2') format('woff2-variations');
}
