/* Ported from production: MUI createTheme default breakpoints (theme.ts) */
:root {
  --mui-breakpoint-xs: 0px;
  --mui-breakpoint-sm: 600px;
  --mui-breakpoint-md: 900px;
  --mui-breakpoint-lg: 1200px;
  --mui-breakpoint-xl: 1536px;
}
