@layer components {
  .caption {
    @apply font-medium text-16-24;

    &-tn {
      @apply font-medium text-12-16;
    }

    &-sm {
      @apply font-medium text-14-20;
    }

    &-lg {
      @apply font-normal text-20-32;
    }

    &-secondary {
      @apply text-grey-600;

      &-invert {
        @apply text-grey-200;
      }
    }

    &-invert {
      @apply text-grey-50;
    }
  }
}