From 6bf6fe29a1a23dd80ca3d05ed5da077ae0589561 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 17 Jan 2026 17:13:08 +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 c73e844..6ae2311 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #faf8f5;; - --card: #f3ede5;; - --foreground: #3a3228;; - --primary-cta: #6b8e7e;; + /* --background: #f5ede5;; + --card: #efe7dd;; + --foreground: #4a3828;; + --primary-cta: #8b6f47;; --secondary-cta: #ffffff;; - --accent: #a89888;; - --background-accent: #d4c4b0;; */ + --accent: #c4a882;; + --background-accent: #d9c9b5;; */ - --background: #faf8f5;; - --card: #f3ede5;; - --foreground: #3a3228;; - --primary-cta: #6b8e7e;; + --background: #f5ede5;; + --card: #efe7dd;; + --foreground: #4a3828;; + --primary-cta: #8b6f47;; --secondary-cta: #ffffff;; - --accent: #a89888;; - --background-accent: #d4c4b0;; + --accent: #c4a882;; + --background-accent: #d9c9b5;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);