body {
    direction: rtl;
    text-align: right;
    font-family: 'Vazirmatn', sans-serif;
}

/* Example overrides */
.navbar-nav {
    margin-right: auto !important;
    margin-left: 0 !important;
}

/* If you need to flip icons or alignments */
.text-start {
    text-align: right !important;
}
.text-end {
    text-align: left !important;
}



.text-anime-style-3 {
    letter-spacing: normal !important;
    font-family: 'Vazirmatn', sans-serif !important;
    direction: rtl;
    unicode-bidi: isolate; /* helps shaping */
}


