From 5f91043b5f0b679f8cd71c24fbfb027eafeb3804 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 1 Jan 2026 13:46:27 +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 0ec3435..3db1b08 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);