export type FontSize = "h1" | "h2" | "h3" | "h4" | "h5" | "h6"; export type FontWeight = | "fw-bold" | "fw-semibold" | "fw-medium" | "fw-normal" | "fw-light"; export type TextAlign = "start" | "center" | "end";