body {
    font-family: 'Segoe UI', sans-serif;
}

.navbar .nav-link {
    font-weight: 500;
}

.hero {
    background-image: linear-gradient(to right, #eef2f3, #ffffff);
}

.card h5 {
    font-weight: 600;
}

.nav-link.active {
    border-bottom: 2px solid #0d6efd;
}

.footer h6 {
    font-size: 1rem;
}

.footer a:hover {
    text-decoration: underline;
}

.light-background {
    background-color: #f5f9ff;
}

.logo {
    width: auto;
    max-width: 200px;
    max-height: 100px;
    min-height: 25px;
    height: max-content;
}

.btn-primary,
.bg-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.nav-link.active {
    background-color: #3e917e !important;
    border-color: #3e917e !important;
}

.text-primary {
    color: #3e917e !important;
}

.btn-outline-primary {
    border-color: #3e917e !important;
}

.btn-outline-primary:hover {
    background-color: #3e917e !important;
}