From 22ce798b0981a98b60895df4245caf854a24f33c Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 20:57:12 +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 cb8a4b9..f143523 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5faff;; - --card: #f1f8ff;; - --foreground: #001122;; - --primary-cta: #15479c;; + /* --background: #fffafa;; + --card: #fff7f7;; + --foreground: #1a0000;; + --primary-cta: #e63946;; --secondary-cta: #ffffff;; - --accent: #a8cce8;; - --background-accent: #7ba3cf;; */ + --accent: #f5c4c7;; + --background-accent: #f09199;; */ - --background: #f5faff;; - --card: #f1f8ff;; - --foreground: #001122;; - --primary-cta: #15479c;; + --background: #fffafa;; + --card: #fff7f7;; + --foreground: #1a0000;; + --primary-cta: #e63946;; --secondary-cta: #ffffff;; - --accent: #a8cce8;; - --background-accent: #7ba3cf;; + --accent: #f5c4c7;; + --background-accent: #f09199;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);