diff --git a/packages/frontend/src/App.css b/packages/frontend/src/App.css index 6b50b17..c3a42e4 100644 --- a/packages/frontend/src/App.css +++ b/packages/frontend/src/App.css @@ -130,3 +130,19 @@ font-weight: 500; font-style: normal; } + +.font-300 { + font-weight: 300; +} +.font-400 { + font-weight: 400; +} +.font-500 { + font-weight: 500; +} +.font-600 { + font-weight: 600; +} +.font-700 { + font-weight: 700; +}