body {
  --account-registration-content-background-color: var(--fds-surface);
  --card-info-background-color: rgba(0, 35, 8, 0.8);
  --site-error-background: var(--fds-surface);
  margin: 0;
}
body[data-fds-dialog-open="true"],
body[data-fds-drawer-open="true"] {
  overflow: hidden;
}
