@import url("https://fonts.googleapis.com/css2?family=Vazirmatn&display=swap");


code {
    direction: ltr;
    text-align: left;
}

pre.language-rtl,
pre code.language-rtl {
    direction: rtl !important;
    text-align: right !important;
    font-family: "Vazirmatn", Arial, sans-serif !important;
}

ol {
    list-style-type: arabic-indic;
}

.content {
    text-align: justify;
    direction: rtl;
    font-family: "Vazirmatn", Arial, sans-serif;
}

.sidebar-scrollbox {
    font-family: "Vazirmatn", Arial, sans-serif;
}
