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

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

@font-face {
    font-family: 'NotoKufiArabic';
    src: url(/assets/NotoKufiArabic-Bold.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;
}

/*# sourceMappingURL=fonts.css-02a57ccc51d6314d352a1b0f2f9d8a398285a1d7afc76ee790c86c4bb1211253.map */
