@font-face {
  font-family: 'INGMe';
  src: url('../fonts/INGMeWeb-Regular.ttf') format('truetype'),
        url('../fonts/INGMeWeb-Regular.woff') format('woff'),
        url('../fonts/INGMeWeb-Regular.svg#INGMe') format('svg'),
        url('../fonts/INGMeWeb-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

body {
    font-family: 'ING Me', sans-serif;
    background-color: #fff;
    color: #333;
    margin: 0 !important;
    padding: 0;
}

#ingprefxForm {
  display: none;
}

.cookie-policy-content {
  box-sizing: border-box;
}