export const design = { borderRadius: "8px", button: { backgroundColor: "#950b9f", borderColor: "#950b9f", // "color": "black", }, fontFamily: "Nunito", link: { color: "orange", name: "Altı Çizgili", style: "underline", }, enableHeaderFooter: true, fontSize: "48", backgroundColor: "#f24040", margin: null, componentMargin: 0, color: null, position: null, fontWeight: null, lineHeight: null, zIndex: null, opacity: null, paddingRight: null, paddingTop: null, paddingBottom: null, paddingLeft: null, marginRight: null, marginTop: null, marginBottom: null, marginLeft: null, left: null, top: null, right: null, bottom: null, cursor: null, borderBottom: null, borderTop: null, borderRight: null, borderLeft: null, gap: null, display: null, alignItems: null, padding: null, border: null, justifyContent: null, flexDirection: null, width: null, textAlign: null, whiteSpace: null, };