/* app/assets/stylesheets/fonts.css */

@font-face {
    font-family: 'NotoKufiArabic';
    src: url(/assets/NotoKufiArabic-Regular-e3360af340552b4c2473c02176fffd32a4a62f32c64feb6f7a93b9195740d62b.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoKufiArabic';
    src: url(/assets/NotoKufiArabic-Bold-50afcd9b9c1d735f71cfed83ed9b55e45654350a0470c231a4872cbc1e01e3c6.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* RTL Font Classes */
.font-arabic {
    font-family: 'NotoKufiArabic', system-ui, -apple-system, sans-serif;
}

/* Font weights */
.font-arabic-regular {
    font-weight: 400;
}

.font-arabic-bold {
    font-weight: 700;
}

/* RTL specific styles */
[dir="rtl"] {
    font-family: 'NotoKufiArabic', system-ui, -apple-system, sans-serif;
    line-height: 1.8;
}

/* Direction specific text sizes */
[dir="rtl"] h1, [dir="rtl"] .h1 {
    font-size: 2.25rem;
    line-height: 1.4;
}

[dir="rtl"] h2, [dir="rtl"] .h2 {
    font-size: 1.875rem;
    line-height: 1.4;
}

[dir="rtl"] p, [dir="rtl"] .text-base {
    font-size: 1.125rem;
    line-height: 1.8;
}
