/* TransUnidos MJL - Estilos custom */
:root {
    --color-primary: #1e3a8a;
    --color-secondary: #64748b;
}
body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }
.card { border: 1px solid rgba(0,0,0,0.08); }
.navbar-dark.bg-dark { background-color: #0f172a !important; }
.table > :not(caption) > * > * { padding: .55rem .75rem; }
