import { createTheme } from "@mui/material/styles"; const theme = createTheme({ direction: "rtl", typography: { fontFamily: "var(--font-vazir)", }, }); export default theme;