/* custom.css - keep it lightweight */
body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background-color: #f8f9fa;
  color: #212529;
}

.navbar-brand {
  font-weight: bold;
  letter-spacing: 1px;
}

.footer {
  background: #222;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.footer a {
  color: #ffc107;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}
