html,
body {
    direction: rtl;
}

.md-content,
.md-typeset {
    text-align: right;
}

@font-face {
    font-family: "Vazirmatn";
    src: url("../assets/fonts/Vazirmatn-RD-Regular.woff2") format("woff2");
}

body {
    font-family: "Vazirmatn", sans-serif;
}

.md-header, .md-tabs {
    background-color: #4051b5 !important;
}

.md-search__input,
.md-search__input::placeholder {
    font-family: "Vazirmatn", sans-serif !important;
}

/* تکلیف */
.icon-homework .twemoji {
    color: #3f51b5; /* Indigo */
}

/* تاریخ */
.icon-calendar .twemoji {
    color: #43a047; /* Green */
}

/* مهلت */
.icon-clock .twemoji {
    color: #fb8c00; /* Orange */
}

/* توضیحات */
.icon-info .twemoji {
    color: #1e88e5; /* Blue */
}