From d956a62d267947b7fc8774e45317982dd53ef7f6 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:43:10 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 0782466..5ea9037 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #b82b40;; + /* --background: #ffffff;; + --card: #f9f9f9;; + --foreground: #0a4d2c;; + --primary-cta: #0a7039;; --secondary-cta: #ffffff;; - --accent: #b90941;; - --background-accent: #e8a8b6;; */ + --accent: #80d4a8;; + --background-accent: #c5e8d5;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #b82b40;; + --background: #ffffff;; + --card: #f9f9f9;; + --foreground: #0a4d2c;; + --primary-cta: #0a7039;; --secondary-cta: #ffffff;; - --accent: #b90941;; - --background-accent: #e8a8b6;; + --accent: #80d4a8;; + --background-accent: #c5e8d5;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);