/* Global site styles */
body.bg-light { background-color: #f8f9fa !important; }

.navbar .nav-link.active {
  font-weight: 600;
}

footer a:hover {
  text-decoration: underline;
}

:root {
  --font-heading: "Poppins", sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

body {
  font-family: var(--font-body);
  color: #333;
}

h1, h2, h3, .navbar, .btn {
  font-family: var(--font-heading);
}
