small {
  @apply text-14;
}

.micro {
  @apply text-12;
}

a {
  @apply cursor-pointer outline-none;
}

p a, label a, a.link, td a {
  @apply text-accent font-semibold;
}


p {
  @apply my-0;
}

strong, b {
  @apply font-semibold;
}

.text-14 {
  @apply leading-normal;
}
