import { defineTextStyles } from "@chakra-ui/react" export const textStyles = defineTextStyles({ headline: { value: { fontSize: "4xl", fontWeight: "bold", }, }, subheadline: { value: { fontSize: "2xl", fontWeight: "semibold", }, }, })