html, body {
    min-height: 100vh;    
    display: flex;
    flex-direction: column;
    color: #49796B;
}

body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: #f9fafb;
}

/* =========================================================
   3️⃣ NavBar
   ========================================================= */

footer p {
    font-size: 0.8rem;
}

p {
    font-size: 1.2rem;
}

.navbar > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.navbar {
    padding: 1rem 2rem;
    border-bottom: 1px solid #e5e7eb;
}

.navbar, navbar a {
    font-size: 1.125rem;
}

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

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
    color: #49796B;
}

#offcanvasNavbar2Label {
    color: #49796B;
}

