body {
    font-family: 'Poppins', sans-serif;
}

.text-primary {
    color: #0d9488 !important;
    /* teal */
}

.bg-primary {
    background-color: #0d9488 !important;
}

.btn-primary {
    background-color: #f59e0b;
    /* golden yellow */
    border: none;
}

.btn-primary:hover {
    background-color: #ea580c;
    /* reddish-orange */
}
.bg-teal {
    background-color: #0d9488;
    /* tono teal acorde a la imagen */
}