module.exports = {
theme: {
colors: {
primary: "#002d7f",
"primary-gradient": "linear-gradient(90deg,#002d7f,#0069b3)",
secondary: "#DA0000",
},
};