/*
   الخط محمّل محليًا وليس من Google Fonts:
   سياسة CSP تمنع المصادر الخارجية، وتحميل الخط محليًا أسرع.

   نزّل Tajawal من https://fonts.google.com/specimen/Tajawal
   وضع الملفات في wwwroot/fonts/
*/

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

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

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

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}
