My personal website
1/**
2 * Caption Styles
3 *
4 * Uses the global typography system with fluid type scaling.
5 * Captions are always small text (sm size) with normal weight.
6 * Used for image captions, figure descriptions, etc.
7 */
8export const captionStyles = {
9 base: 'caption', // Uses the .caption preset from global CSS
10} as const;