import { createTheme } from '@mui/material/styles'; // Minimal Normogen theme. Feature UIs build on this baseline. export const theme = createTheme({ palette: { mode: 'light', primary: { main: '#1976d2', }, secondary: { main: '#dc004e', }, }, shape: { borderRadius: 8, }, });