.navbar-brand-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: #4B49AC;
}

.nav-profile-avatar {
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 600;
}

.auth form .auth-form-btn {
    background: #6366f1;
    border-color: #6366f1;
    border-radius: 9999px;
}

.auth form .auth-form-btn:hover {
    background: #4f46e5;
    border-color: #4f46e5;
}
