:root {
  --text-base: 15px;
  --text-color-strong: var(--color-primary);
  --text-color-medium: var(--color-primary);
  --text-color-light: #999999;
}

.elc-button {
  --button-font-family: 'AkzidenzGrotesk W1G';
}

.elc-button,
body .adyen-checkout__button {
  --button-letter-spacing: 0.15rem;
  --button-line-height: 20px;
  --button-hover-background-color: var(--color-secondary-700);
  --button-font-size: 12px;
  --color-foreground: var(--color-primary);
  --text-button-font-size: 12px;
  --text-button-font-weight: 500;
  --text-button-letter-spacing: 0.05rem;
  --text-button-text-transform: uppercase;
  --text-button-color: var(--color-primary);
}

.elc-notification-message {
  --notification-background-success: #F3FFF8;
  --notification-background-error: #FEF3F3;
  --notification-background-warning: #FFF3E6;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
}

.elc-notification-error a,
.elc-notification-error p.elc-body--2,
.elc-notification-warning a,
.elc-notification-warning p.elc-body--2,
.elc-notification-success p.elc-body--2 {
  color: var(--color-primary);
}
