From 1cdb8020444cc351fd62a3631dbdd256a540bcf2 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 23 Dec 2025 14:42:08 +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 178eddb..80e6c8a 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fffcfc; - --card: #fffafa; - --foreground: #220000; - --primary-cta: #c1121f; + --background: #ffffff; + --card: #fcfcfc; + --foreground: #120006e6; + --primary-cta: #e63946; --secondary-cta: #ffffff; - --accent: #f0b8bc; - --background-accent: #e07a82; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);