/* Official Al-Awwal typefaces. Loaded after theme styles to preserve the RTL UI. */
@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('../fonts/bahij-thesansarabic.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Salma';
    src: url('../fonts/salma-black.woff2') format('woff2');
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

body,
button,
input,
select,
textarea,
label,
p,
span,
a,
th,
td {
    font-family: 'Bahij TheSansArabic', 'Cairo', 'Inter', system-ui, -apple-system, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.card-title {
    font-family: 'Salma', 'Bahij TheSansArabic', 'Cairo', sans-serif !important;
    font-weight: 900;
}
