diff --git a/src/styles/App.global.css b/src/styles/App.global.css index 4448529..f758e9e 100644 --- a/src/styles/App.global.css +++ b/src/styles/App.global.css @@ -152,3 +152,7 @@ body { opacity: 1; transition: opacity 0.1s; } + +h6 { + font-weight: 400; +}