/* ===============================
   CLASSIC THEME – TYPOGRAPHY
   =============================== */

/* Glavni tekst – akademski, profesionalni serif */
body,
.pkp_page_content {
    font-family: "Source Serif Pro", Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.65;
}

/* Naslovi */
h1, h2, h3, h4, h5, h6 {
    font-family: "Source Serif Pro", Georgia, serif;
    font-weight: 600;
}

/* Navigacija i naziv sajta – čist sans-serif */
.pkp_site_name,
.pkp_navigation_primary,
.pkp_navigation_user {
    font-family: Arial, Helvetica, sans-serif;
}


/* ===============================
   CLASSIC THEME – LINKOVI
   =============================== */

/* Linkovi u sadržaju (About, Aims & Scope, Guidelines, članci) */
.pkp_page_content a {
    color: #8B0000;
    text-decoration: underline;
    font-weight: 600;
}

/* Hover / focus */
.pkp_page_content a:hover,
.pkp_page_content a:focus {
    color: #5C0000;
    text-decoration: underline;
}

/* ===============================
   FIX: OJS buttons (Full PDF)
   =============================== */

/* Spreči da link hover utiče na dugmad */
.pkp_button,
.pkp_button_primary,
.obj_galley_link,
a.pkp_button {
    text-decoration: none !important;
    font-weight: normal;
}

/* Stabilan hover za Full PDF dugme */
.pkp_button:hover,
.pkp_button_primary:hover,
.obj_galley_link:hover {
    background-color: #8B0000;
    color: #ffffff !important;
}

