/* 1. Mapeamento dos Arquivos da Fonte (Substitua as URLs pelos links onde seus arquivos estão hospedados) */
@font-face {
    font-family: 'Bookman Old Style';
    src: url('https://seu-servidor.com') format('woff2'),
         url('https://seu-servidor.com') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bookman Old Style';
    src: url('https://seu-servidor.com') format('woff2'),
         url('https://seu-servidor.com') format('woff');
    font-weight: 1000;
    font-style: normal;
}

/* 2. Aplicação da fonte em todo o site do OJS 3 */
body, html, p, span, a, li, input, button {
    font-family: 'Bookman Old Style', "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

/* 3. Aplicação específica para títulos e menus de navegação */
h1, h2, h3, h4, h5, h6, 
.title, 
.pkp_structure_head h1, 
.pkp_navigation_primary a {
    font-family: 'Bookman Old Style', sans-serif !important;
    font-weight: 1000 !important;
}
