const GSCTheme = { gsc: { // Core navy: "#2e2d44", teal: "#30b7bb", offwhite: "#f1f4f5", // Secondary pink: "#e12a58", gold: "#e5b94c", // Tertiary darkteal: "#036173", blue: "#36a9e1", lime: "#d5db40", orange: "#e56a0c", red: "#e40426", purple: "#64335f", green: "#22b573", white: "#ffffff", }, palette: { primary: { main: "#2e2d44", contrastText: "#ffffff", }, secondary: { main: "#30b7bb", contrastText: "#ffffff", }, error: { main: "#e40426", }, background: { default: "#f1f4f5", paper: "#ffffff", }, }, typography: { fontFamily: [ '"Helvetica Neue"', "Arial", "sans-serif", "-apple-system", "BlinkMacSystemFont", '"Segoe UI"', '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', ].join(","), h1: { fontFamily: "ProximaNova", }, h2: { fontFamily: "ProximaNova", }, h3: { fontFamily: "ProximaNova", }, h4: { fontFamily: "ProximaNova", }, h5: { fontFamily: "ProximaNova", }, h6: { fontFamily: "ProximaNova", }, button: { textTransform: "none", }, }, }; export default GSCTheme;