import { createTheme } from '@mui/material/styles'; const theme = createTheme({ typography: { fontFamily: 'INTER', // الخط الافتراضي هو INTER }, }); export default theme;