@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');

/* apply-rtl */
/* apply-rtl */
a, h1, h2, h3, h4, h5, h6, p, span, b, li, td, tr, label, input, select, option , button  {
    font-family: "El Messiri", sans-serif;
}

body {
  scroll-behavior: smooth !important;
}

button,
a,
router-link,
img,
RouterLink {
  transition: all 0.3s ease-in-out 0.3s !important;
}

    img:hover , button:hover , a:hover {
        transform: scale(1.1) !important;
    }

header .mobile-header a:hover,
header .mobile-header span:hover {
  color: #fff;
}


