.link {
  @apply font-medium text-blue-600 hover:underline dark:text-blue-400;
}

.heading {
  @apply text-2xl/8 font-semibold text-foreground sm:text-xl/8;
}

.subheading {
  @apply text-base/7 font-semibold text-foreground sm:text-sm/6;
}

.divider {
  @apply w-full border-t;
}

.code {
  @apply rounded-sm border bg-background px-0.5 text-sm font-medium text-foreground sm:text-[0.8125rem];
}
