diff --git a/src/style.css b/src/style.css index 890e9177..dfcf6450 100644 --- a/src/style.css +++ b/src/style.css @@ -15,6 +15,7 @@ @layer base { html { scroll-behavior: smooth; + @apply text-base; } body { diff --git a/tailwind.config.js b/tailwind.config.js index 8c652d2b..bce110ce 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -48,8 +48,8 @@ module.exports = { transparent: { DEFAULT: 'transparent' }, }, fontSize: { - sub: '14px', - base: '16px', + sub: '16px', + base: '18px', h1: 'clamp(1.875rem, 5vw, 36px)', h2: 'clamp(1.3rem, 3.5vw, 28px)', h3: '1.25rem',