/* Standard heading sizes for Tailwind */
h1 {
    @apply text-5xl font-bold;
}

h2 {
    @apply text-4xl font-bold;
}

h3 {
    @apply text-3xl font-semibold;
}

h4 {
    @apply text-2xl font-semibold;
}

h5 {
    @apply text-xl font-medium;
}

h6 {
    @apply text-lg font-medium;
}

