Files

22 lines
372 B
CSS

/* Heading styles */
@utility heading-base {
@apply font-bold tracking-tight;
}
@utility heading-1 {
@apply text-4xl heading-base;
}
@utility heading-2 {
@apply text-3xl heading-base;
}
@utility heading-3 {
@apply text-2xl heading-base;
}
@utility heading-4 {
@apply text-xl heading-base;
}
/* Paragraph styles */
@utility paragraph-lead {
@apply text-2xl;
}