:root {
  --site-consent-font: "Neuzeit Grotesk", "Neuzeit-Grotesk-Regular", Arial, sans-serif;
  --site-consent-background: #ffffff;
  --site-consent-surface: #f7f7f7;
  --site-consent-text: #20292e;
  --site-consent-muted: #595959;
  --site-consent-accent: #a82400;
  --site-consent-accent-text: #ffffff;
  --site-consent-border: #c8c8c8;
  --site-consent-radius: 0;
  --site-consent-shadow: 0 22px 62px rgba(32, 41, 46, 0.22);
}

.footer-cookie-preference {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}
