/* Auris Reader - Inter Variable (self-hosted, GDPR-friendly).
 *
 * Un solo archivo woff2 cubre TODOS los pesos 100-900 + estilos itálicos
 * por inversión sintética. ~344 KB cacheable indefinidamente.
 *
 * Fuente: https://github.com/rsms/inter (SIL OFL 1.1)
 * Documentación de marca: doc/imagen_corporativa/03_typography.md
 */

@font-face {
  font-family: 'Inter';
  src: url('InterVariable.woff2') format('woff2-variations'),
       url('InterVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
