@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
  h1 {
    @apply mb-12 font-head text-head-md leading-head normal-case font-semibold text-left no-underline;
  }
  h2 {
    @apply mb-6 font-head text-head-sm leading-head normal-case font-semibold text-left no-underline;
  }
  h3, h4 {
    @apply mb-6 font-head text-head-xs leading-head normal-case font-semibold text-left no-underline;
  }
  h5, h6 {
    @apply mb-6 font-head text-body-xl leading-head normal-case font-semibold text-left no-underline;
  }
  table {
    @apply mb-6;
  }
}
.head3xl {
  @apply font-head text-head-3xl leading-head font-bold;
}

.head2xl {
  @apply font-head text-head-2xl leading-head font-bold;
}

.headXl {
  @apply font-head text-head-xl leading-head font-bold;
}

.headLg {
  @apply font-head text-head-lg leading-head font-bold;
}

.headMd {
  @apply font-head text-head-md leading-head font-bold;
}

.headSm {
  @apply font-head text-head-sm leading-head font-bold;
}

.headXs {
  @apply font-head text-head-xs leading-head font-bold;
}

/*# sourceMappingURL=input.css.map */
