import theme from "../../theme"; export const style = { SECTION: { background: theme.foregroundColor, }, SECTION_INNER: { margin: "0 auto", padding: "100px 125px", }, HEADLINE: { fontFamily: theme.fontFamily, fontSize: "32pt", fontWeight: "bold" as "bold", textAlign: "center", }, SUBHEADLINE: { fontFamily: theme.fontFamily, fontSize: "14pt", fontWeight: "bold" as "bold", }, TEXT: { fontFamily: theme.fontFamily, fontSize: "12pt", lineHeight: "18pt", }, };