@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap'); /*primary_font_url*/
:root {
    --base-color: #4b2583;
    --primary-color: #e01cc9;
    --secondary-color: #004158;
    --tertiary-color: #f8f8f8;
    --accent-color: #00965b;
    --navigation_font-family: "Lexend Deca", sans-serif;
    --heading_font-family: "Lexend Deca", sans-serif;
    --content_font-family: "Lexend Deca", sans-serif;
    --h1_hero_color: #4b2583;
    --h1_hero_font-weight: 500;
    --h1_font-weight: 500;
    --button_border-radius: 10px;
    --form_input_border-radius: 10px;
    --header-nav_link_font-weight: 700;
    --footer_background: #F8F8F8;
    --footer_color: #F8F8F8;
    --footer_content_color: #4b2583;
    --footer_link_color: #4b2583;
    --footer_link_hover_color: #00965b;
    --footer_h2_color: #1B1D1C;
    --footer_webring_background: #F8F8F8;
    --footer_webring_p_color: #1B1D1C;
    --footer_webring_li_color: #1B1D1C;
}

/*###> custom ###*/
.site-logo img {
max-height: 65px !important;
}

.page_vacancy-overview .is-bg-grey  {
background:#f5f5f5 ;
}
/*###< custom ###*/