/* =============================================
   SHARED TYPOGRAPHY — Alumni UFRJ
   Single source of truth for heading/body classes.
   Included by both portal pages and landing page.
   ============================================= */

.heading4xl, .heading3xl, .heading2xl, .headingxl, .headingLg, .headingMd,
.headingSm, .headingXs, .bodyLg, label, .dataTables_info, .pagination, .footer-text, body,
#cookie-bar, #cookie-bar p {
    font-family: 'Montserrat' !important;
}

.heading4xl {
    font-weight: 700 !important;
}

.heading3xl, .heading2xl, .headingxl, .headingLg, .headingMd, .headingSm, .headingXs {
    font-weight: 600 !important;
}

.heading2xl {
    font-size: 40px !important;
}

.headingLg {
    font-size: 24px !important;
}

.headingMd {
    font-size: 16px !important;
}

.bodyLg {
    font-size: 16px;
    font-weight: 400;
}
