.ads-Heading {
  @apply font-medium
    text-gray-800;
}

.ads-Heading--h1 {
  @apply text-h1;
}

.ads-Heading--h2 {
  @apply text-h2;
}

.ads-Heading--h3 {
  @apply text-h3;
}

.ads-Heading--h4 {
  @apply text-h4;
}

.ads-Heading--h5 {
  @apply text-h5;
}

.ads-Heading--h6 {
  @apply text-h6;
}
