@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Gantari:wght@900&display=swap');

/* 🌿 Standaard achtergrondkleur voor de hele site */
body {
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gantari', sans-serif !important;
    font-weight: 900;
}

h2 {
    font-weight: 600;
    line-height: 1.65;
}

* {
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
}

p {
    line-height: 1.65;
    font-style: normal !important;
}

.fas {
    color: #ff7b22;
}

.icon-home {
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid rgb(233, 104, 0);
    background-color: rgb(233, 104, 0);
}

.icon-home b {
    color: rgb(233, 104, 0) !important;
}

.icon-home .icon {
    font-size: 30px;
}

img.shadow {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

/* 🎯 Vloeiende ronde knoppen */
button,
.btn-secondary,
.apply-btn-submit,
.vacancy-detail .form-control {
    border-radius: 1em !important;
}

.btn-secondary {
    background-color: #56af31;
}

.vacancy-detail .employee {
    background-color: #56af31;
}

.apply-btn-submit {
    padding: 15px 20px;
}

.icon-home-title span {
    font-weight: 600;
}

.col-md-6.img-default {
    padding: 0px 30px;
}

.is-footer b {
    color: #56af31;
}

.cta-title {
    font-size: 36px;
}

li.nav-item:first-child {
    display: none;
}

.icon-home-title {
    font-size: 24px;
    margin-top: 20px;
}

@media screen and (max-width: 992px) {
    .col-md-6.img-default {
        padding: 15px;
    }

    .is-overlay .is-overlay-bg {
        background-position: center right;
    }

    .is-footer img {
        width: 200px !important;
    }

    .icon-home-title {
        margin-top: 10px !important;
        margin-bottom: 40px;
        letter-spacing: 0px !important;
    }
}