html {
    scroll-behavior: smooth;
}

body {
    font-family: "Vazirmatn", sans-serif !important;
    direction: rtl !important;
}

@media (max-width: 480px) {
    .notyf__message {
        padding-right: 40px;
    }
}