From 118f073913040ced249b43bfc89326c5c60d1c53 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 24 Jan 2026 17:21:38 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 26a1585..3efb8cd 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f9f5f0;; - --card: #efe5d8;; - --foreground: #3d2817;; - --primary-cta: #c8704c;; - --secondary-cta: #f9f5f0;; - --accent: #d9a884;; - --background-accent: #c4926f;; */ + /* --background: #fafffb;; + --card: #f7fffa;; + --foreground: #001a0a;; + --primary-cta: #0a7039;; + --secondary-cta: #ffffff;; + --accent: #a8d9be;; + --background-accent: #6bbf8e;; */ - --background: #f9f5f0;; - --card: #efe5d8;; - --foreground: #3d2817;; - --primary-cta: #c8704c;; - --secondary-cta: #f9f5f0;; - --accent: #d9a884;; - --background-accent: #c4926f;; + --background: #fafffb;; + --card: #f7fffa;; + --foreground: #001a0a;; + --primary-cta: #0a7039;; + --secondary-cta: #ffffff;; + --accent: #a8d9be;; + --background-accent: #6bbf8e;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);