import theme from "../../theme"; export const style = { SECTION: { background: theme.foregroundColor, }, SECTION_INNER: { margin: "0 auto", padding: 50, mobile: { desktop: { padding: 50 }, smartphone: { padding: 10 }, }, }, HEADLINE: { textAlign: "center", fontSize: "32pt", fontFamily: theme.fontFamily, // fontWeight: "bold" as "bold", }, TEXT: { textAlign: "center", fontFamily: theme.fontFamily, fontSize: "13pt", lineHeight: "18pt", paddingBottom: 30, // padding: "20px 0", maxWidth: 200, }, VIDEO: { // backgroundColor: theme.backgroundColor, // color: theme.foregroundColor, // height: "100%", }, };