/* styles.css — clean technical style for Prograde Systems */

body {
  font-family: 'Inter', sans-serif;
  background-color: #f9fafb;
  color: #111827;
}

h1, h2, h3 {
  color: #111827;
}

a {
  color: #0ea5e9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.navbar {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.navbar-brand {
  color: #1e90ff !important;
  font-weight: 600;
  font-size: 1.2rem;
}

.page-footer {
  font-size: 0.85rem;
  color: #6b7280;
  padding-top: 1rem;
}
