import theme from "../../theme"; export const style = { SECTION: { background: theme.foregroundColor, }, SECTION_INNER: { margin: "0 auto", padding: 50, }, HEADLINE: { textAlign: "center", fontSize: "28pt", fontFamily: theme.fontFamily, // fontWeight: "bold" as "bold", fontWeight: 200, }, TEXT: { textAlign: "center", padding: 20, fontFamily: theme.fontFamily, }, VIDEO: { marginTop: 30, width: 500, }, };