* {
    text-decoration: none !important;
    direction: rtl !important;
}

*:not(i, span) {
    font-family: yekan !important;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.no_rtl,
.no_rtl * {
    direction: ltr !important;
}

@media only screen and (max-width: 767px) {
    .humberger__open {
        right: auto;
        left: 15px !important;
    }
}