/* ==========================================================================
   Noon Academy fonts — Manrope (EN) + Cairo (AR) via Google Fonts enqueue.
   Local fallbacks kept only if needed; primary load is in enqueue.php.
   ========================================================================== */

body,
button,
input,
textarea,
select {
   font-family: 'Manrope', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html[dir="rtl"] body,
html[lang="ar"] body,
html[dir="rtl"] button,
html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] textarea {
   font-family: 'Cairo', 'Manrope', 'Inter', system-ui, sans-serif;
}