diff --git a/styles/globals.css b/styles/globals.css index 1c0dc860..6752a964 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -70,7 +70,7 @@ } h1, h2, h3, h4, h5, h6 { - @apply font-heading font-bold tracking-tight text-primary; + @apply font-heading font-bold tracking-tight; line-height: 1.2; } @@ -89,7 +89,7 @@ /* Link styles */ a { - @apply text-primary hover:text-accent transition-colors duration-200 underline-offset-2 hover:underline; + @apply hover:text-accent transition-colors duration-200 underline-offset-2 hover:underline; } /* List styles */ @@ -108,7 +108,7 @@ /* Strong and emphasis */ strong { - @apply font-bold text-primary; + @apply font-bold; } em {