/**
 * Frognum Arcade Neón — fuentes auto-hospedadas
 *
 * Reemplaza la carga desde Google Fonts CDN por archivos locales
 * (mejor privacidad/GDPR, funciona sin depender de fonts.googleapis.com,
 * y es más rápido al no hacer una conexión externa extra).
 *
 * IMPORTANTE: este archivo referencia los .woff2, pero los archivos en
 * sí NO vienen incluidos (ver assets/fonts/README-FUENTES.txt para las
 * instrucciones exactas de dónde descargarlos y cómo nombrarlos).
 * Si un archivo falta, el navegador simplemente cae al fallback
 * genérico (cursive/sans-serif/monospace) sin romper el sitio.
 */

/* ---------- Bungee (display — combinación "Poster Callejero", por defecto) ---------- */
@font-face{
	font-family:'Bungee';
	src:url('../fonts/bungee/bungee-regular.woff2') format('woff2');
	font-weight:400; font-style:normal; font-display:swap;
}

/* ---------- Figtree (body — combinación "Poster Callejero", por defecto) ---------- */
@font-face{
	font-family:'Figtree';
	src:url('../fonts/figtree/figtree-400.woff2') format('woff2');
	font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'Figtree';
	src:url('../fonts/figtree/figtree-500.woff2') format('woff2');
	font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'Figtree';
	src:url('../fonts/figtree/figtree-600.woff2') format('woff2');
	font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'Figtree';
	src:url('../fonts/figtree/figtree-700.woff2') format('woff2');
	font-weight:700; font-style:normal; font-display:swap;
}

/* ---------- IBM Plex Mono (etiquetas/precios/meta — todas las combinaciones) ---------- */
@font-face{
	font-family:'IBM Plex Mono';
	src:url('../fonts/ibm-plex-mono/ibm-plex-mono-400.woff2') format('woff2');
	font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'IBM Plex Mono';
	src:url('../fonts/ibm-plex-mono/ibm-plex-mono-600.woff2') format('woff2');
	font-weight:600; font-style:normal; font-display:swap;
}

/* ---------- Press Start 2P + VT323 (combinación "Pixel Arcade") ---------- */
@font-face{
	font-family:'Press Start 2P';
	src:url('../fonts/press-start-2p/press-start-2p-regular.woff2') format('woff2');
	font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'VT323';
	src:url('../fonts/vt323/vt323-regular.woff2') format('woff2');
	font-weight:400; font-style:normal; font-display:swap;
}

/* ---------- Monoton + Space Grotesk (combinación "Neón Marquesina") ---------- */
@font-face{
	font-family:'Monoton';
	src:url('../fonts/monoton/monoton-regular.woff2') format('woff2');
	font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'Space Grotesk';
	src:url('../fonts/space-grotesk/space-grotesk-400.woff2') format('woff2');
	font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'Space Grotesk';
	src:url('../fonts/space-grotesk/space-grotesk-500.woff2') format('woff2');
	font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'Space Grotesk';
	src:url('../fonts/space-grotesk/space-grotesk-700.woff2') format('woff2');
	font-weight:700; font-style:normal; font-display:swap;
}

/* ---------- Audiowide + Rajdhani (combinación "Synthwave") ---------- */
@font-face{
	font-family:'Audiowide';
	src:url('../fonts/audiowide/audiowide-regular.woff2') format('woff2');
	font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'Rajdhani';
	src:url('../fonts/rajdhani/rajdhani-400.woff2') format('woff2');
	font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'Rajdhani';
	src:url('../fonts/rajdhani/rajdhani-600.woff2') format('woff2');
	font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
	font-family:'Rajdhani';
	src:url('../fonts/rajdhani/rajdhani-700.woff2') format('woff2');
	font-weight:700; font-style:normal; font-display:swap;
}
