import { styled } from 'flipper'; import { theme } from 'flipper-plugin'; export const Title4 = styled.h4({ fontWeight: 600, fontSize: theme.fontSize.default, lineHeight: 1.4, letterSpacing: -0.24, marginBottom: 0, });