@import '~styles/config';

.heading {
  margin-top: $gutter * 2;
  margin-bottom: $gutter * 2;

  &__copy {
    @include responsive-font(38, 72);

    font-weight: 600;

    color: $color-dark;
  }
}
