From cca2060e30ef65544bbe4552273d6652ec464de7 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 1 Jan 2026 11:51:07 +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 330cb56..6554f73 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: #fcfcff;; + --card: #fafaff;; + --foreground: #150022;; + --primary-cta: #7c3aed;; --secondary-cta: #ffffff;; - --accent: #f0b8bc;; - --background-accent: #e07a82;; + --accent: #cfc2f0;; + --background-accent: #ba9bf1;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);