diff --git a/frontend/assets/css/typo.utils.css b/frontend/assets/css/typo.utils.css index 43e281a..763b533 100644 --- a/frontend/assets/css/typo.utils.css +++ b/frontend/assets/css/typo.utils.css @@ -55,27 +55,27 @@ /* TYPE PARAGRAPH */ @utility typo-p-2xl { - @apply text-[24px] leading-[40px] font-light ; + @apply text-[24px] leading-[42px] font-light ; } @utility typo-p-xl { - @apply text-[20px] leading-[32px] font-light ; + @apply text-[20px] leading-[34px] font-light ; } @utility typo-p-lg { - @apply text-[18px] leading-[32px] font-light ; + @apply text-[18px] leading-[34px] font-light ; } @utility typo-p-md { - @apply text-[16px] leading-[28px] font-light ; + @apply text-[16px] leading-[30px] font-light ; } @utility typo-p-sm { - @apply text-[14px] leading-[24px] font-light ; + @apply text-[14px] leading-[26px] font-light ; } @utility typo-p-xs { - @apply text-[12px] leading-[16px] font-light ; + @apply text-[12px] leading-[18px] font-light ; } /* TYPO LABEL */