Intro ์๋ ํ์ธ์. ์ด๋ฒ ์๊ฐ์๋ MUI Typography Component ์์ variant ์์ฑ์ ์ปค์คํ ํ๋ ๋ฐฉ๋ฒ์ ๋ํด ์์๋ณด๊ฒ ์ต๋๋ค. MUI Typography variant Typography ์ ๊ธฐ๋ณธ variant ์์ฑ์ ๋ค์๊ณผ ๊ฐ์ต๋๋ค. h1, h2, h3, h4, h5, h6, subtitle1, subtitle2, body1, body2 ๊ฐ ์์ต๋๋ค. ์ด ์ธ์๋ ์ง์ ์ปค์คํ ํ์ฌ variant๋ฅผ ์ถ๊ฐํ๊ณ ์ถ์ ๋๊ฐ ์์ ๊ฒ๋๋ค. const theme = createTheme({ components: { MuiTypography: { defaultProps: { variantMapping: { h1: 'h2', h2: 'h2', h3: 'h2', h4: 'h2', h5: 'h2', ..