const theme = { colors: { primary: "#f49f2b", secondary: "#f39514", text: "#3d3d3f", border: "#ddd", background: "#fff", shadow: "rgba(0, 0, 0, 0.1)" } }; export default theme;