@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Raleway&display=swap');

body {
    background-color: #f4f4f4;
    font-family: 'Raleway', sans-serif;
    color: #1b1a19;
}

h1,
h2 {
    font-family: 'Playfair Display', serif;
}

.bg-custom-goud {
    /*background-color: #ebded4;*/
    color: #ffffff !important;
    background: linear-gradient(45deg, #f6e27a, #C5A46D, #d4af37);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

section.mb-5.rounded-4.p-4.bg-custom-beige.shadow {
    background-color: white;
}

.text-custom-bruin {
    color: #1b1a19;
}

.bg-custom-beige {
    background-color: #ebded4;
}

.bg-custom-oranje {
    background-color: #C5A46D;
}

.btn:hover {
    background-color: #f6e27a;
    transition: all 0.3s ease;
}

.rounded-bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
    margin-bottom: 2rem !important;
}

.list-group-item {
    border: none;
    background-color: #ffffff;
    color: #1b1a19;
    font-weight: 500;
}

footer {
    background-color: transparent;
}