import theme from "../../theme"; export const style = { SECTION: { background: theme.foregroundColor, }, SECTION_INNER: { margin: "0 auto", padding: 80, mobile: { desktop: { padding: 80 }, smartphone: { padding: 10 }, }, }, HEADLINE: { textAlign: "center", fontSize: "28pt", fontFamily: theme.fontFamily, // fontWeight: 200, // fontWeight: "bold" as "bold", }, TEXT: { textAlign: "center", padding: 20, fontFamily: theme.fontFamily, fontSize: "13pt", lineHeight: "18pt", }, };