/* Page-specific finishing rules for the progressive login experience. */
body.barayand-auth-page,
.barayand-auth-page .form-body,
.barayand-auth-page .brand-panel,
.barayand-auth-page button,
.barayand-auth-page input {
    font-family: 'Auth Yekan Bakh', 'Vazirmatn', system-ui, sans-serif;
}

.barayand-auth-page .form-body *,
.barayand-auth-page .brand-panel * {
    font-family: inherit;
}

.barayand-auth-page .brand-title,
.barayand-auth-page .brand-title__text,
.barayand-auth-page .form-title,
.barayand-auth-page .auth-tab,
.barayand-auth-page .btn-primary,
.barayand-auth-page .auth-eyebrow {
    font-family: 'Auth Peyda', 'Auth Yekan Bakh', sans-serif;
}

.barayand-auth-page .brand-stats,
.barayand-auth-page .testi {
    display: none;
}

@media (min-width: 1024px) {
    .barayand-auth-page .mobile-logo {
        display: none;
    }
}
