export const headingStyles = { components: { Heading: { variants: { gradient: { bgClip: 'text', bgGradient: 'linear-gradient(89.92deg, #016DB0 1.29%, #01FFCA 99.94%)', fontSize: '40px', lineHeight: '120%', fontFamily: 'secondary', fontWeight: 'normal', }, }, sizes: { h2: { fontWeight: '400', fontFamily: 'secondary', fontSize: '70px', lineHeight: '99.5px', color: '#31D49E', }, }, }, }, }