/** * Caption Styles * * Uses the global typography system with fluid type scaling. * Captions are always small text (sm size) with normal weight. * Used for image captions, figure descriptions, etc. */ export const captionStyles = { base: 'caption', // Uses the .caption preset from global CSS } as const;