/* =============================================================================
   DKT Store — Fuentes self-hosted (Sub-fase 1.0)
   Decisión: SELF-HOST (no Google Fonts CDN).
   Motivo: LOPDP (minimización de datos — el CDN de Google recibe la IP del
   usuario; precedente GDPR LG München 2022) + rendimiento (sin DNS/conexión
   de terceros, control total de caché, font-display: swap).
   Fuente woff2: subsets latin + latin-ext (cubre español Ecuador).
   Display/títulos: Poppins (500/600/700) · Texto: Inter (400/500/600).
   ============================================================================= */

/* ---------- Poppins (display / títulos) ---------- */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/poppins-v24-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/poppins-v24-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/poppins-v24-latin_latin-ext-700.woff2') format('woff2');
}

/* ---------- Inter (cuerpo / texto) ---------- */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/inter-v20-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/inter-v20-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/inter-v20-latin_latin-ext-600.woff2') format('woff2');
}
