/* Fluid typography — scales smoothly between mobile and desktop */
.text-fluid-sm { font-size: clamp(0.8125rem, 0.78rem + 0.15vw, 0.875rem); }
.text-fluid-base { font-size: clamp(0.875rem, 0.83rem + 0.2vw, 1rem); }
.text-fluid-lg { font-size: clamp(1rem, 0.93rem + 0.3vw, 1.125rem); }
.text-fluid-xl { font-size: clamp(1.125rem, 1rem + 0.5vw, 1.25rem); }
