/* Global Styles */
body {
  font-family: 'Inter', sans-serif;
  background-color: #f9f9fb;
}

/* Navbar */
.navbar-brand {
  font-weight: 700;
  color: #0d6efd !important;
}

.nav-link.active {
  font-weight: 600;
  color: #0d6efd !important;
}

/* User avatar */
.user-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

/* Buttons */
.btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  background-color: #0d6efd;
  color: #fff;
}

/* Footer (optional) */
footer {
  padding: 20px 0;
  background-color: #f1f1f1;
  text-align: center;
  color: #888;
  font-size: 14px;
}
