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