From 09d2e7da56046ddd79930b475fd8f7917bc4ba4e Mon Sep 17 00:00:00 2001 From: mulika-local Date: Thu, 25 Dec 2025 14:10:25 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index b601030..b3c0cb6 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #f8faff; - --card: #f0f4ff; - --foreground: #1a1a2e; - --primary-cta: #3b82f6; + --background: #f7fafd; + --card: #eff6fc; + --foreground: #1a2433; + --primary-cta: #2563eb; --secondary-cta: #ffffff; - --accent: #d5c6ff; - --background-accent: #b394fa; + --accent: #f8c093; + --background-accent: #f5b78b; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);