:root {
    --bs-primary: #1d396d;
    /* cambia el primary */
}

body {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.btn-primary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.nav-link {
    color: #ffffff !important;
}

@media (max-width: 576px) {
    body {
        font-size: 18px !important;
    }

}