.elementor-kit-9 {
    --e-global-color-primary: #293250;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
    color: #000000;
    font-family: "Gotham", Sans-serif;
    font-weight: 300;
}

.elementor-kit-9 button,
.elementor-kit-9 input[type="button"],
.elementor-kit-9 input[type="submit"],
.elementor-kit-9 .elementor-button {
    background-color: var( --e-global-color-primary);
    font-family: "Gotham", Sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px 10px 10px 10px;
}

.elementor-kit-9 e-page-transition {
    background-color: #FFBC7D;
}

.elementor-kit-9 p {
    margin-bottom: 10px;
}

.elementor-kit-9 a {
    color: var( --e-global-color-primary);
}

.elementor-kit-9 h1 {
    color: #000000;
    font-family: "Gotham", Sans-serif;
    font-size: 50px;
    font-weight: bold;
}

.elementor-kit-9 h2 {
    color: #000000;
    font-family: "Gotham", Sans-serif;
    font-size: 30px;
    font-weight: bold;
}

.elementor-kit-9 h3 {
    color: var( --e-global-color-primary);
    font-family: "Gotham", Sans-serif;
    font-size: 22px;
    font-weight: 300;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px;
}

.e-con {
    --container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
    --kit-widget-spacing: 20px;
}

.elementor-element {
    --widgets-spacing: 20px 20px;
    --widgets-spacing-row: 20px;
    --widgets-spacing-column: 20px;
}

{}

h1.entry-title {
    display: var(--page-title-display);
}

@media(max-width:1024px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px;
    }
    .e-con {
        --container-max-width: 1024px;
    }
}

@media(max-width:767px) {
    .elementor-kit-9 {
        font-size: 14px;
    }
    .elementor-kit-9 h1 {
        font-size: 40px;
    }
    .elementor-kit-9 h2 {
        font-size: 20px;
    }
    .elementor-kit-9 h3 {
        font-size: 16px;
    }
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px;
    }
    .e-con {
        --container-max-width: 767px;
    }
}

/* Start Custom Fonts CSS */

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: bold;
    font-display: auto;
    src: url('https://daskoerier.nl/wp-content/uploads/2023/11/Gotham-Black-1.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('https://daskoerier.nl/wp-content/uploads/2023/11/Gotham-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url('https://daskoerier.nl/wp-content/uploads/2023/11/Gotham-Book.ttf') format('truetype');
}

/* End Custom Fonts CSS */