diff --git a/app/components/Providers.tsx b/app/components/Providers.tsx index 405fe54..f2fb93b 100644 --- a/app/components/Providers.tsx +++ b/app/components/Providers.tsx @@ -69,9 +69,17 @@ export default function Providers({ }, typography: { fontFamily: '"Plus Jakarta Sans", "Helvetica", "Arial", sans-serif', - h1: { fontWeight: 600 }, - h6: { fontWeight: 600 }, - body1: { fontSize: '0.875rem', fontWeight: 400 }, + h1: { fontWeight: 600, fontSize: '2.25rem', lineHeight: 1.2 }, + h2: { fontWeight: 600, fontSize: '1.875rem', lineHeight: 1.2 }, + h3: { fontWeight: 600, fontSize: '1.5rem', lineHeight: 1.2 }, + h4: { fontWeight: 600, fontSize: '1.3125rem', lineHeight: 1.2 }, + h5: { fontWeight: 600, fontSize: '1.125rem', lineHeight: 1.2 }, + h6: { fontWeight: 600, fontSize: '1rem', lineHeight: 1.2 }, + button: { textTransform: 'none', fontWeight: 500 }, + body1: { fontSize: '0.8125rem', fontWeight: 400, lineHeight: 1.5 }, // 13px + body2: { fontSize: '0.75rem', fontWeight: 400, lineHeight: 1.5 }, // 12px + subtitle1: { fontSize: '0.875rem', fontWeight: 400 }, + subtitle2: { fontSize: '0.75rem', fontWeight: 400 }, }, components: { MuiCssBaseline: {