/* assets/css/style.css */

body {
  font-family: 'Lato', sans-serif;
  background-color: #f8f9fa;
  color: #212529;
}

.navbar-brand {
  color: #e5802b;
  font-weight: 700;
}

.nav-link.active {
  color: #e5802b !important;
  font-weight: 600;
}

.nav-link:hover {
  color: #d46f1f;
}

.table thead {
  background-color: #e5802b;
  color: white;
}

.btn-orange {
  background-color: #e5802b;
  color: white;
}

.btn-orange:hover {
  background-color: #cc6d1d;
  color: white;
}

footer {
  margin-top: 4rem;
  font-size: 0.875rem;
  color: #6c757d;
  text-align: center;
}