diff --git a/tailwind.config.js b/tailwind.config.js index 7140c6b2b..35d8c8acc 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -57,7 +57,7 @@ const tailwindConfig = { }, h2: { color: 'rgb(var(--slate-12))', - fontWeight: '600', + fontWeight: '700', fontSize: '1rem', '&:first-child': { marginTop: '0', @@ -65,7 +65,7 @@ const tailwindConfig = { }, h3: { color: 'rgb(var(--slate-12))', - fontWeight: '500', + fontWeight: '700', fontSize: '1rem', '&:first-child': { marginTop: '0',