@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

/* Arabic-only overrides.

   Layout mirroring is handled by dir="rtl" + bootstrap.rtl.min.css, so this
   file should only ever carry genuinely locale-specific styling (the Cairo
   face). Anything directional belongs in style.css as a logical property
   (padding-inline-end, inset-inline-start, ...) so one rule serves both
   directions and the two stylesheets cannot drift apart. */

* {
     font-family: "Cairo", sans-serif;
}
