.ga-text-helper {
  @apply text-xs;
}

.ga-text-caption {
  @apply text-sm;
}

.ga-text-body {
  @apply text-md;
}

.ga-text-heading {
  @apply text-lg;
}

.ga-text-title {
  @apply text-xl;
}

.ga-text-headline {
  @apply text-2xl;
}

.ga-text-display {
  @apply text-3xl;
}
