/* ===========================================================
   Creativity Home School – Custom Fonts
   Arabic font: Cairo (Google Fonts)
   =========================================================== */

/* Import Cairo from Google Fonts – covers Arabic + Latin */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800&display=swap');

/* Root font override for the whole site */
:root {
    --font-ar: 'Cairo', 'Segoe UI', Tahoma, Arial, sans-serif;
}

body,
h1, h2, h3, h4, h5, h6,
p, a, span, li, td, th, label, input, select, textarea, button {
    font-family: var(--font-ar) !important;
}
