/* ITF Qomra Arabic Font */
@font-face {
    font-family: 'ITF Qomra Arabic';
    src: url('/fonts/itfQomraArabic-Light.woff') format('woff'),
         url('/fonts/itfQomraArabic-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITF Qomra Arabic';
    src: url('/fonts/itfQomraArabic-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Apply font to all elements */
body, html, * {
    font-family: 'ITF Qomra Arabic', 'Segoe UI', Tahoma, Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 900;
}
