export const CardRowItem = { baseStyle: { width: "45%", fontStyles: { subHeading: { fontFamily: "subheading", fontWeight: 700, color: "goodGrey.600", fontSize: "sm" }, subContent: { fontFamily: "subheading", fontWeight: 400, color: "goodGrey.400", fontSize: "xs" } } } }; export const GoodIdCard = { baseStyle: { width: "343" } };