/* Estilos generales */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
}

/* Estilos para tarjetas */
.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin-bottom: 1.5rem;
}

.card-header {
    font-weight: 500;
}

/* Estilos para botones */
.btn {
    font-weight: 500;
}

/* Estilos para tablas */
.table-responsive {
    overflow-x: auto;
}

.table th {
    font-weight: 600;
}

/* Estilos para formularios */
.form-label {
    font-weight: 500;
}

.invalid-feedback {
    font-size: 80%;
} 