/* Consolidated Fonts Configuration */

/* Cairo */
@font-face {
    font-family: 'Cairo';
    src: url('../../fonts/cairo/Cairo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cairo';
    src: url('../../fonts/cairo/Cairo-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Cairo';
    src: url('../../fonts/cairo/Cairo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Droid Arabic Kufi */
@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../../fonts/droid-kufi/DroidKufi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../../fonts/droid-kufi/DroidKufi-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Tajawal */
@font-face {
    font-family: 'Tajawal';
    src: url('../../fonts/tajawal/Tajawal-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tajawal';
    src: url('../../fonts/tajawal/Tajawal-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'din-next-lt';
    src: local('din-next-lt'), 
         url('../../fonts/DINNextLTArabic-Regular-3.ttf') format('truetype'),
         url('https://fonts.gstatic.com/s/almarai/v5/tsstA6J_D_u9r838XF4.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din-next-lt';
    src: local('din-next-lt-Bold'), 
         url('../../fonts/DINNextLTArabic-Regular-3.ttf') format('truetype'),
         url('https://fonts.gstatic.com/s/almarai/v5/tsstA6J_D_u9r838XF4.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

/* Note: /resources/fonts/ is not usually public. 
   I should probably copy Tajawal to public/assets/fonts/tajawal/ as well for Web use.
*/
