
/* Basic custom styles */
body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; color: #222; }
.navbar-brand { font-weight: 700; }
a.nav-link { color: #0d6efd; }
.btn-primary { background-color: #0d6efd; border-color: #0d6efd; }
.container h1, .container h3 { color: #0b5ed7; }
.border { border: 1px solid #e6eefc !important; }
.card-img-top { height: 160px; object-fit: cover; background: #f0f2f7; }
