:root {
	--landing-card-background: #FFFFFF;
	--landing-card-text: #000000;
	--main-container-background: #FFFFFF;

	--color-accent-rgb: 0,80,220;
	--color-on-accent-rgb: 255, 255, 255;

	--body-background-color-rgb: 255,255,255;
	--color-on-background-rgb: 0, 0, 0;
}
/* hide the privacy field, because we only want to have it visible in the footer */
.form__group:has(#customer_privacy_policy) {
  display:none;
}
