import { styled } from '../tokens/stitches.config' export const CoverImage = styled('img', { borderRadius: '$2', objectFit: 'cover', cursor: 'pointer', })