/* Apply Bahij Titr to all headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bahij Titr';
    font-weight: bold;
}

/* Apply Bahij Nassim Regular to body text */
body, p, span, li {
    font-family: 'Bahij Nassim Regular';
    font-weight: normal;
}

/* Apply Bahij Nassim Bold to specific sections (e.g., navigation, buttons) */
.nav, .menu, .navbar, button, .btn {
    font-family: 'Bahij Nassim Bold';
    font-weight: bold;
}

/* Customize specific elements with Bahij Nassim Regular */
blockquote, footer, .widget-title {
    font-family: 'Bahij Nassim Regular';
}