96 lines
2.0 KiB
CSS
96 lines
2.0 KiB
CSS
/* TYPO HERO */
|
|
@utility typo-hero-1 {
|
|
@apply text-[96px] leading-[96px] font-bold font-dmsans;
|
|
}
|
|
|
|
@utility typo-hero-2 {
|
|
@apply text-[72px] leading-[72px] font-bold font-dmsans;
|
|
}
|
|
|
|
/* TYPE HEADING */
|
|
@utility typo-h-1 {
|
|
@apply text-[64px] leading-[72px] font-bold font-dmsans;
|
|
}
|
|
|
|
@utility typo-h-2 {
|
|
@apply text-[56px] leading-[64px] font-bold font-dmsans;
|
|
}
|
|
|
|
@utility typo-h-3 {
|
|
@apply text-[48px] leading-[56px] font-bold font-dmsans;
|
|
}
|
|
|
|
@utility typo-h-4 {
|
|
@apply text-[40px] leading-[52px] font-bold font-inter;
|
|
}
|
|
|
|
@utility typo-h-5 {
|
|
@apply text-[32px] leading-[40px] font-bold font-inter;
|
|
}
|
|
|
|
@utility typo-h-6 {
|
|
@apply text-[24px] leading-[32px] font-bold font-inter;
|
|
}
|
|
|
|
/* TYPE SUBHEADING */
|
|
@utility typo-sub-h-xl {
|
|
@apply text-[20px] leading-[24px] font-semibold font-inter;
|
|
}
|
|
|
|
@utility typo-sub-h-lg {
|
|
@apply text-[18px] leading-[24px] font-semibold font-inter;
|
|
}
|
|
|
|
@utility typo-sub-h-md {
|
|
@apply text-[16px] leading-[20px] font-semibold font-inter;
|
|
}
|
|
|
|
@utility typo-sub-h-sm {
|
|
@apply text-[14px] leading-[20px] font-semibold font-inter;
|
|
}
|
|
|
|
@utility typo-sub-h-xs {
|
|
@apply text-[12px] leading-[16px] font-semibold font-inter;
|
|
}
|
|
|
|
/* TYPE PARAGRAPH */
|
|
@utility typo-p-2xl {
|
|
@apply text-[24px] leading-[40px] font-light font-inter;
|
|
}
|
|
|
|
@utility typo-p-xl {
|
|
@apply text-[20px] leading-[32px] font-light font-inter;
|
|
}
|
|
|
|
@utility typo-p-lg {
|
|
@apply text-[18px] leading-[32px] font-light font-inter;
|
|
}
|
|
|
|
@utility typo-p-md {
|
|
@apply text-[16px] leading-[28px] font-light font-inter;
|
|
}
|
|
|
|
@utility typo-p-sm {
|
|
@apply text-[14px] leading-[24px] font-light font-inter;
|
|
}
|
|
|
|
@utility typo-p-xs {
|
|
@apply text-[12px] leading-[16px] font-light font-inter;
|
|
}
|
|
|
|
/* TYPO LABEL */
|
|
@utility typo-label-lg {
|
|
@apply text-[18px] leading-[24px] font-medium font-inter;
|
|
}
|
|
|
|
@utility typo-label-md {
|
|
@apply text-[16px] leading-[24px] font-medium font-inter;
|
|
}
|
|
|
|
@utility typo-label-sm {
|
|
@apply text-[14px] leading-[20px] font-medium font-inter;
|
|
}
|
|
|
|
@utility typo-label-xs {
|
|
@apply text-[12px] leading-[16px] font-medium font-inter;
|
|
} |