.elc-button,
body .adyen-checkout__button {
  --text-button-text-decoration: none;
  --text-button-text-transform: uppercase;
  --text-button-font-weight: 700;
  --text-button-font-size: 14px;
  --text-button-letter-spacing: 0.08px;
  --button-font-family: var(--header-font-family);
  --text-button-color: var(--color-blue-primary);
  --text-button-active-hover-color: var(--color-blue-primary);
  --button-letter-spacing: 1.92px;
}

input.elc-input-field,
input.elc-floating-label-input,
input.elc-floating-label-input-field,
.elc-floating-label-string,
textarea.elc-textarea {
  --form-input-color: var(--color-secondary-600);
  --form-input-placeholder-color: var(--color-secondary-400);
}
