diff --git a/src/styles/globals.css b/src/styles/globals.css index 0524442a1..3b2e43c24 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -90,3 +90,10 @@ font-size: 1.25rem !important; /* 20px on extra large screens */ } } + +/* + * 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 + */