@font-face {
    font-family: 'NotoKufiArabic';
    src: url('/assets/fonts/NotoKufiArabic.woff2') format('woff2'),
         url('/assets/fonts/NotoKufiArabic.woff') format('woff'),
         url('/assets/fonts/NotoKufiArabic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --tblr-font-sans-serif: 'NotoKufiArabic', -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
    font-family: 'NotoKufiArabic', sans-serif;
}

/* RTL font if needed */
@font-face {
    font-family: 'NotoKufiArabic';
    src: url('/assets/fonts/NotoKufiArabic.woff2') format('woff2'),
         url('/assets/fonts/NotoKufiArabic.woff') format('woff'),
         url('/assets/fonts/NotoKufiArabic.ttf') format('truetype');
}

body.rtl {
    font-family: 'NotoKufiArabic', sans-serif;
}
