body {
    font-family: 'Inter', sans-serif;
    color: #2f3e34;
}

a {
    color: #2f3e34 !important;
}

h1, h2, h3, .navbar-brand {
    font-family: 'Montserrat', serif;
}

/* Navbar */
.navbar {
    background-color: #6B969F;
}

.navbar a {
    color: #ffffff !important;
}

/* Cards */
.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.card img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 300px;
    object-fit: cover;
}

/* Footer */
footer {
    background-color: #6B969F;
    color: #ffffff;
}

footer a {
    color: #fff !important;
}