/* =================================================================
   BuurCeedo Editorial — Tipografías de marca AUTOALOJADAS (Fase 10)
   Sin Google Fonts remoto, sin CDN. Todo desde /assets/fonts/.
   font-display: swap en todas (sin bloqueo de render).
   - Cormorant Garamond : títulos (variable, normal + italic)
   - Literata           : cuerpo de lectura (400, 600, 400 italic)
   - Inter              : UI / navegación / botones / meta (variable)
   ================================================================= */

/* ---- Cormorant Garamond (títulos) — archivo variable wght 300–700 ---- */
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url('../fonts/cormorant-garamond.woff2') format('woff2');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-weight: 300 700;
	font-display: swap;
	src: url('../fonts/cormorant-garamond-italic.woff2') format('woff2');
}

/* ---- Literata (cuerpo de artículos) ---- */
@font-face {
	font-family: 'Literata';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/literata-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Literata';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/literata-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Literata';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/literata-400-italic.woff2') format('woff2');
}

/* ---- Inter (UI / navegación / meta) — archivo variable ---- */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/inter-variable.woff2') format('woff2');
}
