/* ==========================================================================
   fonts.css — Fuentes self-hosted (.woff2 en /assets/fonts/).
   Si los archivos no existen aún, el navegador usa el fallback del sistema
   definido en variables.css (sin errores). Nombres esperados abajo.
   ========================================================================== */

@font-face {
	font-family: 'Anton';
	src: url('../fonts/anton-regular.woff2') format('woff2');
	font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/bebasneue-regular.woff2') format('woff2');
	font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/poppins-regular.woff2') format('woff2');
	font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/poppins-medium.woff2') format('woff2');
	font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/poppins-semibold.woff2') format('woff2');
	font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/poppins-bold.woff2') format('woff2');
	font-weight: 700; font-style: normal; font-display: swap;
}
