:root {
  --text-base: 15px;
}

.elc-button,
body .adyen-checkout__button {
  --button-hover-background-color: var(--color-black);
  --button-hover-color: var(--color-white);
  --button-font-size: 15px;
  --button-font-weight: 400;
  --button-line-height: 19.5px;
  --button-text-transform: none;
  --button-disabled-background-color: var(--typography-ui-grey-on-light);
  --button-disabled-color: var(--color-white);
}
