.tajawal-extralight {
    font-family: "Tajawal", serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .tajawal-light {
    font-family: "Tajawal", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .tajawal-regular {
    font-family: "Tajawal", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .tajawal-medium {
    font-family: "Tajawal", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .tajawal-bold {
    font-family: "Tajawal", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .tajawal-extrabold {
    font-family: "Tajawal", serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .tajawal-black {
    font-family: "Tajawal", serif;
    font-weight: 900;
    font-style: normal;
  }  

body{
    direction: rtl;
    text-align: right;
    font-family: 'Tajawal', sans-serif !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Tajawal', sans-serif !important;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Tajawal', sans-serif !important;
}

.btn {
    font-family: 'Tajawal', sans-serif !important;
}


.text-lg-start {
    text-align: right !important;
}

.text-lg-end {
    text-align: left !important;
}

.ms-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.owl-carousel .owl-stage-outer {
    direction: ltr !important;
}

.adh-espace {
    direction: ltr !important;
}

.navbar-nav .dropdown-menu {
    text-align: start;
}

.me-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
}

.me-2 {
    margin-left: .5rem !important;
    margin-right: 0 !important;
}