/*
 * IMAN-specific styling, loaded after the shared stylesheet.
 *
 * Only what the theme variables cannot express belongs here. Colours and fonts
 * come from the tenant's theme row, not from this file — anything added here is
 * something another institution would not inherit.
 */

/* The current site sets its Arabic in a serif at a noticeably larger size than
   the Latin around it, which is what keeps the two legible together. */
.site-band .band-primary[lang="ar"] {
    font-size: 1.5rem;
    letter-spacing: 0;
}

/* IMAN groups its navigation into a wide menu; a slightly tighter tracking keeps
   the top-level items on one row at common laptop widths. */
@media (min-width: 992px) {
    .site-header .nav-link {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
        letter-spacing: 0.02em;
    }
}
