/* ============================================================
   FUENTES self-hosted (no dependen de internet · viven en app/fonts
   desde el 8 jul: el deploy sube SOLO app/ y las de la raíz quedaban
   fuera — en la web caían al respaldo)
   Las 4 variables = todos los pesos. Respaldo digno (Georgia / system-ui).
   Rutas relativas a este archivo: app/css/ → ../fonts/
   ============================================================ */
@font-face{
  font-family:'DM Sans';
  src:url('../fonts/DMSans-Variable.woff2') format('woff2');
  font-weight:300 700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'DM Sans';
  src:url('../fonts/DMSans-Italic-Variable.woff2') format('woff2');
  font-weight:300 700; font-style:italic; font-display:swap;
}
@font-face{
  font-family:'Libre Baskerville';
  src:url('../fonts/LibreBaskerville-Variable.woff2') format('woff2');
  font-weight:400 700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Libre Baskerville';
  src:url('../fonts/LibreBaskerville-Italic-Variable.woff2') format('woff2');
  font-weight:400 700; font-style:italic; font-display:swap;
}
