import { rem, style } from '@fizzui/styles' export const paragraph = style({ lineHeight: rem(24), padding: `${rem(3)} 0`, })