From 7e0a5938954b0a4eccd5ef7808627acacc47583e Mon Sep 17 00:00:00 2001 From: development Date: Tue, 30 Dec 2025 20:07:59 +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 f5796f1..37247d1 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fffafa;; - --card: #fff7f7;; - --foreground: #1a0000;; - --primary-cta: #e63946;; + --background: #f8fcff;; + --card: #ffffff;; + --foreground: #00101f;; + --primary-cta: #409fff;; --secondary-cta: #ffffff;; - --accent: #f5c4c7;; - --background-accent: #f09199;; + --accent: #c7e2fc;; + --background-accent: #9bcfff;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);