/* 1. Aplicar la tipografía Inter a todos los elementos del sitio */
*, *:before, *:after {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* 2. Ocultar el logo y enlace de la marca OJS/PKP en el pie de página */
.pkp_brand_footer,
a[href*="aboutThisPublishingSystem"] {
    display: none !important;
}