/* Estilos globais */
/* Navbar styles moved to components/navbar.php */

/* Estilos do perfil */
.profile-photo {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

/* Botões personalizados */
.btn-primary {
    background-color: #134701 !important;
    border-color: #134701 !important;
}

.btn-primary:hover {
    background-color: #0d3301 !important;
    border-color: #0d3301 !important;
}
