@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');

:root {
    --default-font: "Noto Kufi Arabic",  sans-serif !important;
    --heading-font: "Noto Kufi Arabic",  sans-serif !important;
    --nav-font: "Noto Kufi Arabic",  sans-serif !important;
  }

html, body {
    direction: rtl;
}

.header .topbar i a, .header .topbar i span { 
    margin-right: 7px;
}


.header .logo img {
    max-height: 55px;
}

.carousel-control-prev {
    left: 20px;
    right: inherit;
}

.carousel-control-next {
    right: 20px;
    left: inherit;
}

.footer-links .bi-chevron-right::before { 
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.footer .footer-links ul a { 
    margin-right: 5px;
}

.footer-about img {
    max-height: 65px;
}