/* ============================================================
   1. IMPORTATION DES POLICES (Google Fonts)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:wght@400;600;700&display=swap');

/* ============================================================
   2. MASQUAGE DU LOGO PKP (Ton ancien code)
   ============================================================ */
.pkp_brand_footer {
    display: none !important;
}

/* ============================================================
   3. TYPOGRAPHIE ET COULEURS (Nouveau code)
   ============================================================ */
body {
    font-family: 'Libre Baskerville', serif !important;
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
    color: #2c3e50 !important;
}

h1, h2, h3, h4, h5, h6, 
.pkp_navigation_primary a, 
.pkp_navigation_user a, 
.pkp_site_name,
button {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}

/* Vert Institutionnel UAS */
a {
    color: #006400 !important;
    text-decoration: none;
}

a:hover {
    color: #008000 !important;
    text-decoration: underline;
}

/* Boutons PDF */
.obj_galley_link.pdf {
    background-color: #006400 !important;
    color: white !important;
    border-radius: 4px !important;
    padding: 8px 15px !important;
}