/* Global 150% font-size scale-up (overrides Tailwind CDN utility classes) */
.text-\[7px\]  { font-size: 10.5px !important; }
.text-\[8px\]  { font-size: 12px   !important; }
.text-\[9px\]  { font-size: 13.5px !important; }
.text-\[10px\] { font-size: 15px   !important; }
.text-\[11px\] { font-size: 16.5px !important; }

.text-xs   { font-size: 1.125rem !important; line-height: 1.5rem   !important; }
.text-sm   { font-size: 1.3125rem !important; line-height: 1.875rem !important; }
.text-base { font-size: 1.5rem   !important; line-height: 2.25rem  !important; }
.text-lg   { font-size: 1.6875rem !important; line-height: 2.625rem !important; }
.text-xl   { font-size: 1.875rem !important; line-height: 2.625rem !important; }
