Utilizing the Material UI Typography element with the css class MuiTypography-h1, I am seeking to globally disable its usage throughout the entire codebase.
<Typography
variant="h1"
sx={{
width: '100px',
height: '55px',
fontSize: '20px',
fontWeight: 500,
lineHeight: '1.2',
WebkitLineClamp: 4,
WebkitBoxOrient: 'vertical',
marginTop: '11px',
}}
>
Title
</Typography>