/* ==========================================================================
   PI Theme — Fuentes auto-hosteadas
   Subseteadas a Latin + Latin-1 (castellano completo) y convertidas a WOFF2
   desde los .otf originales de /fuentes. Total de los 5 archivos: ~68 KB.

   ⚠ LICENCIAS — VERIFICAR ANTES DE PUBLICAR
   Myriad Pro es una fuente de Adobe. Su licencia desktop NO cubre el
   auto-hosteo como webfont. Ofelia Text (Latinotype) requiere una licencia
   webfont adquirida por separado de la licencia desktop.
   Ver INSTRUCCIONES-INSTALACION.md § 7.
   ========================================================================== */

/* --- Ofelia Text — display / titulares ---------------------------------- */
@font-face {
	font-family: "Ofelia Text";
	src: url("../fonts/ofelia-text-400.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Ofelia Text";
	src: url("../fonts/ofelia-text-500.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Ofelia Text";
	src: url("../fonts/ofelia-text-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* --- Myriad Pro — cuerpo de texto --------------------------------------- */
@font-face {
	font-family: "Myriad Pro";
	src: url("../fonts/myriadpro-400.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Myriad Pro";
	src: url("../fonts/myriadpro-600.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
