@layer utilities {
  .overln {
    @apply font-medium text-12-16 text-grey-800 uppercase tracking-1;

    &-sm {
      @apply font-normal normal-case;
    }

    &-invert {
      @apply text-grey-50;
    }
  }
}