From 1ee18d98cdb2bef2a2b04f59378a06bceebcd611 Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Thu, 19 Mar 2026 21:08:59 +0530 Subject: [PATCH] update body font-weight to 400 --- src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index d55bd1d..d2d8ba9 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -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); }