update body font-weight to 400

This commit is contained in:
Alaguraj0361 2026-03-19 21:08:59 +05:30
parent cd28bc22c2
commit 1ee18d98cd

View File

@ -113,7 +113,7 @@ body {
align-items: baseline;
gap: 8px;
font-size: 16px;
font-weight: 500;
font-weight: 400;
line-height: 26px;
color: var(--pelocis-text-gray, #89868d);
}