diff --git a/src/GlobalStyles.tsx b/src/GlobalStyles.tsx index ca309a0..ce3e41f 100644 --- a/src/GlobalStyles.tsx +++ b/src/GlobalStyles.tsx @@ -7,6 +7,7 @@ const GlobalStyles = createGlobalStyle` box-sizing: border-box; font-family: 'Inter', sans-serif; font-size: 16px; + font-weight: 400; line-height: 1.5; outline: none; }