@layer base {
  h2 {
    @apply text-primary text-2xl mb-3;
  }

  h3 {
    @apply text-primary text-xl mb-3 font-medium;
  }

  h4 {
    @apply text-primary font-medium;
  }
}

@layer utilities {
  .min {
    width: 1%;
    white-space: nowrap;
  }

  .font-size {
    width: 1rem;
    height: 1rem;
  }
}
