body {
    font-family: 'Montserrat', sans-serif;
}

.playfair-font {
    font-family: 'Playfair Display', serif;
}

.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/j1.jpg') no-repeat center center;
    background-size: cover;
    min-height: 80vh;
}

/* Custom colors based on a lighter palette */
.btn-primary, .bg-primary {
    background-color: #5d4037 !important; /* Brown-ish tone */
    border-color: #5d4037 !important;
}

.btn-primary:hover {
    background-color: #7b584a !important;
    border-color: #7b584a !important;
}

.text-primary {
    color: #5d4037 !important;
}

.bg-primary-subtle {
    background-color: #f5f5f5 !important;
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
}