diff --git a/src/styles/globals.css b/src/styles/globals.css index d7fb2a270..06c5882b6 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -68,3 +68,10 @@ @apply bg-clip-text text-transparent bg-gradient-to-r from-primary-500 to-primary-700; } } + +/* + * Typography Best Practices: + * - Use .text-base (16px) as minimum for readable text + * - Avoid .text-xs (12px) and .text-sm (14px) for body content + * - For less emphasis, use color (text-secondary-600) not smaller size + */