/* eon-banner.css — theme overrides for vanilla-cookieconsent.
 * Per-site restyle: override these variables AFTER this file, or set them
 * inline on :root in the page head. Defaults: neutral dark-on-light. */
:root {
  --cc-font-family: inherit;
  --cc-bg: #ffffff;
  --cc-primary-color: #1a1a1a;
  --cc-secondary-color: #555555;
  --cc-btn-primary-bg: #1a1a1a;
  --cc-btn-primary-color: #ffffff;
  --cc-btn-primary-hover-bg: #333333;
  --cc-btn-secondary-bg: #eeeeee;
  --cc-btn-secondary-color: #1a1a1a;
  --cc-btn-secondary-hover-bg: #dddddd;
  --cc-modal-border-radius: 8px;
  --cc-btn-border-radius: 6px;
}

#cc-main a {
  text-decoration: underline;
}
