body {
    font-family: 'Poppins', sans-serif;
}

.navbar-brand {
    font-weight: 600;
}

.hero-title {
    font-weight: 600;
}

.card {
    border-radius: 12px;
}

footer {
    background-color: #212529;
    color: white;
}

.carousel img {
    height: 400px;
    object-fit: cover;
}

.section-title {
    font-weight: 600;
    margin-bottom: 30px;
}