From f093f447209e00d63a85a6da5cbca5a19323644e Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 17:21:07 +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 8c15cad..73c0a93 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -5,12 +5,12 @@ /* --vw is set by ThemeProvider */ --background: #ffffff;; - --card: #fff7f7;; - --foreground: #1a0000;; - --primary-cta: #e63946;; - --secondary-cta: #ffffff;; - --accent: #f5c4c7;; - --background-accent: #f09199;; + --card: #fcfcfc;; + --foreground: #000000e6;; + --primary-cta: #1a1a1a;; + --secondary-cta: #f9f9f9;; + --accent: #e2e2e2;; + --background-accent: #c4c4c4;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);