@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

body{
    font-family: "Tajawal", sans-serif;
    font-weight: 400;
    font-style: normal;
    direction: rtl !important;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Tajawal", sans-serif;
}

.section-title {
    letter-spacing:normal !important;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end !important;
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.footer .btn.btn-link {
    text-align: right;
}

.footer .btn.btn-link::before {
    content: "\f104"; /* left arrow */
    font-family: "Font Awesome 5 Free";
    margin-right: auto;
    margin-left: 10px;
}

.me-3 {
  margin-left: 1rem !important;
  margin-right: auto !important;
}

.ms-4{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.navbar .navbar-nav .nav-link {
    line-height: 35px;
}