@import url("/style/custom/arnhem/style_menu.css?v3");

h1,
h2,
h3,
h4,
h5 {
    color: var(--primary);
    font-weight: 900;
    line-height: normal;
    font-family: var(--font-family-heading);
}

body {
    font-family: var(--font-family);
}

#header_top {
    display: none;
}

#innercontainer .b_header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}