feat: increase base font weight for thicker text

This commit is contained in:
kudinDmitriyUp
2026-05-07 18:38:47 +00:00
parent d4db27a733
commit b6c3dba134

View File

@@ -138,6 +138,7 @@ body {
background-color: var(--background);
color: var(--foreground);
font-family: '${montserrat.variable} ${inter.variable}', sans-serif;
font-weight: 500;
position: relative;
min-height: 100vh;
overscroll-behavior: none;