@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

body{
    font-family:'Tajawal',Tahoma,Arial,sans-serif;
}

/* Local compatibility alias: Cairo is served locally to avoid external font/CDN requests. */
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Tajawal-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Tajawal-Medium.woff2') format('woff2');
    font-weight: 500 600;
    font-style: normal;
}
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Tajawal-Bold.woff2') format('woff2');
    font-weight: 700 900;
    font-style: normal;
}
