@font-face {
    font-family: 'mainAr';
    src: url('../fonts/Tajawal-Bold.ttf');
}
* {
    font-family: 'mainAr', sans-serif !important;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free" !important;
}
body{
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: right;
}
.carousel-control-next , .carousel-control-prev{
    transform: rotate(180deg);
}
.font-bold-s {
    font-family: 'mainAr', sans-serif !important;
}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands" !important;
}
[type="email"]{direction: rtl;}
