/* Arabic RTL style overrides */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');

body {
    direction: rtl;
    text-align: right;
    font-family: 'Tajawal', sans-serif;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6, p, li {
    text-align: right;
}   

.author-ar {
    text-align: center;
}
ul, ol {
    padding-right: 2rem;
    padding-left: 0;
}

.section-heading.text-center,
.author-section .text-center,
.reviews-section .text-center,
#audience-section .text-center,
#content-section .text-center,
.footer-bottom.text-center {
    text-align: center !important;
}

.btn {
    letter-spacing: 0;
}

.logo-wrapper, .branding, .footer {
    text-align: right;
}
