From 9c0f6319c101ec1bd36ec0057f85cf85f472da4f Mon Sep 17 00:00:00 2001 From: development Date: Sun, 25 Jan 2026 13:51:40 +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 116f4db..08347ba 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: #1f514c;; + /* --background: #fef5f0;; + --card: #fde8dd;; + --foreground: #3d2817;; + --primary-cta: #d97c63;; --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; */ + --accent: #f4a574;; + --background-accent: #e8a8a0;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1f514c;; + --background: #fef5f0;; + --card: #fde8dd;; + --foreground: #3d2817;; + --primary-cta: #d97c63;; --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; + --accent: #f4a574;; + --background-accent: #e8a8a0;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);