@import '~styles/config';

.deleteUser {
  padding: $gutter * 2;

  &__heading {
    @include reset-all;
    @include responsive-font(28, 38);

    margin-bottom: 40px;

    font-weight: 600;
  }

  &__copy {
    margin-bottom: 40px;
  }
}
