From 0faa7c3fee30f85af72c6120b5b0e9db60b01f2c Mon Sep 17 00:00:00 2001 From: development Date: Mon, 29 Dec 2025 13:08:18 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index e5a908a..57e13bc 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fffcfc;; - --card: #fffafa;; - --foreground: #220000;; - --primary-cta: #c1121f;; + --background: #fbfaff;; + --card: #f7f5ff;; + --foreground: #0f0022;; + --primary-cta: #8b5cf6;; --secondary-cta: #ffffff;; - --accent: #f0b8bc;; - --background-accent: #e07a82;; + --accent: #d8cef5;; + --background-accent: #c4a8f9;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);