/* Estilos personalizados */

.text-fula {
    color: #11a9ec !important;
}

.btn-fula {
    background-color: #11a9ec;
    border-color: #11a9ec;
    color: #fff;
}

.btn-fula:hover {
    background-color: #0f90c9;
    border-color: #0f90c9;
    color: #fff;
}

/* Ensure links or other primary text elements can use this too if needed */
a.text-fula:hover {
    color: #0f90c9 !important;
}

.font-climate {
    font-family: 'Climate Crisis', cursive;
}