diff --git a/src/app/globals.css b/src/app/globals.css index aeec92c..b86f1c8 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #1a1a2e;; - --card: #2c2c3e;; - --foreground: #ffffff;; + --background: #f9f9f9;; + --card: #ffffff;; + --foreground: #1a1a2e;; --primary-cta: #22c55e;; - --secondary-cta: #2c2c3e;; + --secondary-cta: #6b7280;; --accent: #3b82f6;; - --background-accent: #2b2b40;; + --background-accent: #e0e7ff;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);