/* =========================================================
   MASTER STYLESHEET
========================================================= */

@import url("./design-system.css");
@import url("./header.css");
@import url("./footer.css");
@import url("./about.css");
@import url("./courses.css");
@import url("./course-details.css");
@import url("./departments.css");
@import url("./faculty.css");
@import url("./contact.css");
@import url("./gallery.css");
@import url("./mandate.css");
@import url("./notices.css");
@import url("./animations.css");


/* =========================================================
   GLOBAL TYPOGRAPHY
   Applies to complete website
========================================================= */

html,
body {
    font-family: "Plus Jakarta Sans", sans-serif;
}


/* Form elements don't always inherit automatically */
button,
input,
textarea,
select {
    font-family: inherit;
}


/* =========================================================
   GLOBAL HEADINGS
========================================================= */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
}


/* =========================================================
   FONT AWESOME FIX
   IMPORTANT: prevents icons disappearing
========================================================= */

.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fa-regular,
.far {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}