/* PP Editorial New — fuente de marca de Psico Ebased.
   El sitio la referencia como font-family:"Editorial new".
   Todas las variantes se sirven desde el tema (assets/fonts) para que el
   tema funcione igual en cualquier instalación (local, staging, prod). */

@font-face {
	font-family: "Editorial new";
	src: url("../fonts/PPEditorialNew-Ultralight.otf") format("opentype"),
	     url("../fonts/PPEditorialNew-Ultralight.ttf") format("truetype");
	font-weight: 100 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Editorial new";
	src: url("../fonts/EditorialNew-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Editorial new";
	src: url("../fonts/EditorialNew-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Editorial new";
	src: url("../fonts/EditorialNew-Bold.ttf") format("truetype");
	font-weight: 600 700;
	font-style: normal;
	font-display: swap;
}
