/* Apply Poppins font family to the entire page */
body {
    font-family: 'Poppins', sans-serif;
}

/* Optionally, you can specify font family for specific elements if needed */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

p {
    /* Add Poppins font family for paragraphs if needed */
    font-family: 'Poppins', sans-serif;
}

/* Add more styles as needed */

/* Apply Poppins font family to the text "COLLEGE OF AGRICULTURE" */
.site-navigation .logo .d-none.d-md-block > div:nth-child(1) {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

/* Apply Poppins font family to the text "Library Repository System" */
.site-navigation .logo .d-none.d-md-block > div:nth-child(2) {
    font-family: 'Poppins', sans-serif;
}

/* Apply Poppins font family to the text "CALIBRE" */
.site-navigation .logo .d-md-none > div:nth-child(1) {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
