/* Configuración optimizada de fuentes Google */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Bungee:wght@400&family=Barlow+Condensed:wght@500;700&display=swap');

/* Preload crítico solo de fuentes esenciales */
@font-face {
  font-family: 'Inter';
  font-display: swap;
  font-weight: 400;
  src: url('https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-display: swap;
  font-weight: 600;
  src: url('https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-display: swap;
  font-weight: 700;
  src: url('https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2') format('woff2');
}

@font-face {
  font-family: 'Bungee';
  font-display: swap;
  font-weight: 400;
  src: url('https://fonts.gstatic.com/s/bungee/v16/N0bU2SZBIuF2PU_ECg.ttf') format('truetype');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-display: swap;
  font-weight: 500;
  src: url('https://fonts.gstatic.com/s/barlowcondensed/v13/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lw_3E.ttf') format('truetype');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-display: swap;
  font-weight: 700;
  src: url('https://fonts.gstatic.com/s/barlowcondensed/v13/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2_3E.ttf') format('truetype');
}