/*
 * Inter variable font stub — F4 D1-D3.
 *
 * Estado: placeholder. Hasta que se descargue Inter-Variable.woff2 desde
 * https://rsms.me/inter/ y se copie a /web/public/fonts/ el browser caerá al
 * stack system-ui (DM Sans / SF Pro / Roboto). Visualmente se ve muy similar a Inter.
 *
 * TODO D4: descargar rsms Inter variable release (inter.tar.gz), extraer
 * Inter-Variable.woff2 → /web/public/fonts/Inter-Variable.woff2 y reemplazar
 * este archivo por el inter.css oficial del release. Preload de index.html ya
 * apunta al path correcto.
 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/Inter-Variable.woff2') format('woff2-variations');
}
