/* Typography */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #212529;
  background-color: #f8f9fa;
}

/* Navbar Brand Logo */
.navbar-brand img {
  height: 36px;
  border-radius: 8px;
}

/* Footer Logo */
footer img {
  height: 48px;
  margin-bottom: 1rem;
}

/* Section Padding */
section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Headings */
h1, h2, h3, h4 {
  font-weight: 600;
}

/* Rounded profile image */
.rounded-circle {
  border: 4px solid #198754;
}

/* Buttons */
.btn-outline-success:hover {
  background-color: #198754;
  color: #fff;
}

/* Alerts */
.alert {
  font-size: 0.95rem;
}

/* Links */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
