Const theme
theme: Theme = createMuiTheme({palette: {primary: {main: "#424F5C",},secondary: {main: "#c8d4e3",},background: {default: "#D9DDE1",paper: "#FFFFFF",}},overrides: {MuiTypography: {body1: {fontSize: "0.9rem",lineHeight: 1.3,},body2: {fontSize: "0.8rem",fontStyle: "italic",lineHeight: 1.2,fontWeight: 300,},h1: {fontSize: "1.5rem",fontWeight: 500,textAlign: "center",},h2: {fontSize: "1.2rem",textTransform: "uppercase",textAlign: "center",},},MuiCardHeader: {root: {padding: "0 0 0 10px",},},},})
Material-UI theme used in the project