1export const blockTextSize = { 2 p: "1em", 3 h1: "2em", 4 h2: "1.5em", 5 h3: "1.25em", 6 h4: "1.125em", 7} as const;